Trace number 3259628

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.4 1202.12

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259628-1304059853/watcher-3259628-1304059853 -o /tmp/evaluation-result-3259628-1304059853/solver-3259628-1304059853 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3259628-1304059853.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.23 8.11 6.88 2/178 30070
/proc/meminfo: memFree=31049588/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=26132 CPUtime=0 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 618 0 0 0 0 0 0 0 25 0 1 0 517583215 26759168 493 33554432000 4194304 4623224 140733474337776 18446744073709551615 271550537472 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30070/statm: 6533 493 297 105 0 2037 0

[startup+0.0742529 s]
/proc/loadavg: 8.23 8.11 6.88 2/178 30070
/proc/meminfo: memFree=31049588/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=35372 CPUtime=0.06 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 3795 0 0 0 6 0 0 0 25 0 1 0 517583215 36220928 1466 33554432000 4194304 4623224 140733474337776 18446744073709551615 271550235093 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30070/statm: 8843 1488 299 105 0 4347 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35372

[startup+0.101101 s]
/proc/loadavg: 8.23 8.11 6.88 2/178 30070
/proc/meminfo: memFree=31049588/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=208288 CPUtime=0.14 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 7517 0 0 0 14 0 0 0 25 0 4 0 517583215 213286912 4909 33554432000 4194304 4623224 140733474337776 18446744073709551615 4388305 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 52072 4909 332 105 0 47576 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 208288

[startup+0.300119 s]
/proc/loadavg: 8.23 8.11 6.88 2/178 30070
/proc/meminfo: memFree=31049588/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=275164 CPUtime=0.94 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 10068 0 0 0 92 2 0 0 25 0 4 0 517583215 281767936 7459 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 68791 7459 343 105 0 64295 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 275164

[startup+0.701046 s]
/proc/loadavg: 8.23 8.11 6.88 2/178 30070
/proc/meminfo: memFree=31049588/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=283180 CPUtime=2.55 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 13498 0 0 0 252 3 0 0 25 0 4 0 517583215 289976320 10369 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510017 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 70795 10369 342 105 0 66299 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 283180

[startup+1.5009 s]
/proc/loadavg: 8.21 8.11 6.88 9/188 30083
/proc/meminfo: memFree=30953300/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=289092 CPUtime=5.73 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 18591 0 0 0 570 3 0 0 25 0 4 0 517583215 296030208 14297 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 72273 14297 342 105 0 67777 0
[pid=30070/tid=30072] ppid=30068 vsize=289092 CPUtime=1.41 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 2663 0 0 0 141 0 0 0 25 0 4 0 517583223 296030208 14297 33554432000 4194304 4623224 140733474337776 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=289092 CPUtime=1.41 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 3941 0 0 0 140 1 0 0 25 0 4 0 517583223 296030208 14297 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=289092 CPUtime=1.41 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 1218 0 0 0 141 0 0 0 25 0 4 0 517583223 296030208 14297 33554432000 4194304 4623224 140733474337776 18446744073709551615 4363772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 289092

[startup+3.10061 s]
/proc/loadavg: 8.21 8.11 6.88 9/188 30083
/proc/meminfo: memFree=30905064/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=299572 CPUtime=12.13 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 26929 0 0 0 1208 5 0 0 25 0 4 0 517583215 306761728 20994 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 74893 20994 342 105 0 70397 0
[pid=30070/tid=30072] ppid=30068 vsize=299572 CPUtime=3.01 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 4419 0 0 0 301 0 0 0 25 0 4 0 517583223 306761728 20994 33554432000 4194304 4623224 140733474337776 18446744073709551615 271550193671 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=299572 CPUtime=3.01 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 6521 0 0 0 299 2 0 0 25 0 4 0 517583223 306761728 20994 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=299572 CPUtime=3.01 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 3088 0 0 0 301 0 0 0 25 0 4 0 517583223 306761728 20994 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364363 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 299572

[startup+6.30103 s]
/proc/loadavg: 8.21 8.11 6.88 9/188 30083
/proc/meminfo: memFree=30822504/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=320508 CPUtime=24.91 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 41833 0 0 0 2481 10 0 0 25 0 4 0 517583215 328200192 30989 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 80127 30989 342 105 0 75631 0
[pid=30070/tid=30072] ppid=30068 vsize=320508 CPUtime=6.21 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 7000 0 0 0 620 1 0 0 25 0 4 0 517583223 328200192 30989 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376708 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=320508 CPUtime=6.21 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 13004 0 0 0 616 5 0 0 25 0 4 0 517583223 328200192 30989 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=320508 CPUtime=6.21 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 5574 0 0 0 621 0 0 0 25 0 4 0 517583223 328200192 30989 33554432000 4194304 4623224 140733474337776 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 320508

[startup+12.7009 s]
/proc/loadavg: 8.26 8.12 6.90 9/188 30083
/proc/meminfo: memFree=30718388/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=346344 CPUtime=50.47 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 94717 0 0 0 5026 21 0 0 25 0 4 0 517583215 354656256 43767 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510635 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 86586 43767 342 105 0 82090 0
[pid=30070/tid=30072] ppid=30068 vsize=346344 CPUtime=12.61 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 12032 0 0 0 1260 1 0 0 25 0 4 0 517583223 354656256 43767 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=346344 CPUtime=12.61 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 21308 0 0 0 1252 9 0 0 25 0 4 0 517583223 354656256 43767 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=346344 CPUtime=12.61 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 40092 0 0 0 1255 6 0 0 25 0 4 0 517583223 354656256 43767 33554432000 4194304 4623224 140733474337776 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 346344

[startup+25.5005 s]
/proc/loadavg: 8.22 8.11 6.91 9/188 30083
/proc/meminfo: memFree=30483564/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=458296 CPUtime=101.59 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 224773 0 0 0 10117 42 0 0 25 0 4 0 517583215 469295104 73795 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 114574 73795 342 105 0 110078 0
[pid=30070/tid=30072] ppid=30068 vsize=458296 CPUtime=25.41 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 19462 0 0 0 2538 3 0 0 25 0 4 0 517583223 469295104 73795 33554432000 4194304 4623224 140733474337776 18446744073709551615 271550198469 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=458296 CPUtime=25.41 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 32597 0 0 0 2527 14 0 0 25 0 4 0 517583223 469295104 73607 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=458296 CPUtime=25.41 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 118841 0 0 0 2524 17 0 0 25 0 4 0 517583223 469295104 73607 33554432000 4194304 4623224 140733474337776 18446744073709551615 271550581095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 458296

[startup+51.1009 s]
/proc/loadavg: 8.27 8.14 6.95 9/188 30084
/proc/meminfo: memFree=30102248/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=722152 CPUtime=203.85 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 374704 0 0 0 20311 74 0 0 25 0 4 0 517583215 739483648 123527 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 180538 123527 430 105 0 176042 0
[pid=30070/tid=30072] ppid=30068 vsize=722152 CPUtime=51 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 30709 0 0 0 5093 7 0 0 25 0 4 0 517583223 739483648 123527 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=722152 CPUtime=51.01 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 49574 0 0 0 5077 24 0 0 25 0 4 0 517583223 739483648 123527 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=722152 CPUtime=51 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 185510 0 0 0 5073 27 0 0 25 0 4 0 517583223 739483648 123527 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 722152

[startup+102.307 s]
/proc/loadavg: 8.35 8.17 7.03 11/188 30086
/proc/meminfo: memFree=29587008/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=933732 CPUtime=408.38 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 777616 0 0 0 40687 151 0 0 25 0 4 0 517583215 956141568 190501 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 233433 190501 379 105 0 228937 0
[pid=30070/tid=30072] ppid=30068 vsize=933732 CPUtime=102.21 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 43572 0 0 0 10211 10 0 0 25 0 4 0 517583223 956141568 190501 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=933732 CPUtime=102.21 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 70045 0 0 0 10178 43 0 0 25 0 4 0 517583223 956141568 190501 33554432000 4194304 4623224 140733474337776 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=933732 CPUtime=102.21 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 495901 0 0 0 10147 74 0 0 25 0 4 0 517583223 956141568 190501 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364107 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.38
Current children cumulated vsize (KiB) 933732

[startup+162.301 s]
/proc/loadavg: 8.17 8.16 7.09 9/188 30087
/proc/meminfo: memFree=29041380/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=1215048 CPUtime=648.02 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 1211016 0 0 0 64570 232 0 0 25 0 4 0 517583215 1244209152 253505 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 303762 253505 342 105 0 299266 0
[pid=30070/tid=30072] ppid=30068 vsize=1215048 CPUtime=162.2 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 60842 0 0 0 16205 15 0 0 25 0 4 0 517583223 1244209152 253505 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=1215048 CPUtime=162.2 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 95651 0 0 0 16161 59 0 0 25 0 4 0 517583223 1244209152 253505 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=1215048 CPUtime=162.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 808697 0 0 0 16099 121 0 0 25 0 4 0 517583223 1244209152 253505 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.02
Current children cumulated vsize (KiB) 1215048

[startup+222.301 s]
/proc/loadavg: 8.28 8.18 7.17 9/188 30089
/proc/meminfo: memFree=28693284/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=1469060 CPUtime=887.67 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 1601786 0 0 0 88473 294 0 0 25 0 4 0 517583215 1504317440 296178 33554432000 4194304 4623224 140733474337776 18446744073709551615 4415001 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 367265 296178 342 105 0 362769 0
[pid=30070/tid=30072] ppid=30068 vsize=1469060 CPUtime=222.19 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 68608 0 0 0 22199 20 0 0 25 0 4 0 517583223 1504317440 296178 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=1469060 CPUtime=222.19 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 103030 0 0 0 22155 64 0 0 25 0 4 0 517583223 1504317440 296178 33554432000 4194304 4623224 140733474337776 18446744073709551615 4377613 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=1469060 CPUtime=222.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 1084299 0 0 0 22060 160 0 0 25 0 4 0 517583223 1504317440 296178 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.67
Current children cumulated vsize (KiB) 1469060

[startup+282.301 s]

################
# More data... #
################

Current children cumulated CPU time (s) 2565.37
Current children cumulated vsize (KiB) 2082132

[startup+702.301 s]
/proc/loadavg: 8.30 8.25 7.60 9/188 30111
/proc/meminfo: memFree=27455732/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2082132 CPUtime=2805.02 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 4873750 0 0 0 279639 863 0 0 25 0 4 0 517583215 2132103168 449821 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414990 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 520533 449821 342 105 0 516037 0
[pid=30070/tid=30072] ppid=30068 vsize=2082132 CPUtime=702.19 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 90611 0 0 0 70187 32 0 0 25 0 4 0 517583223 2132103168 449821 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2082132 CPUtime=702.21 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 115540 0 0 0 70154 67 0 0 25 0 4 0 517583223 2132103168 449821 33554432000 4194304 4623224 140733474337776 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2082132 CPUtime=702.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 4119968 0 0 0 69538 682 0 0 25 0 4 0 517583223 2132103168 449821 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.02
Current children cumulated vsize (KiB) 2082132

[startup+762.307 s]
/proc/loadavg: 8.22 8.23 7.63 9/188 30112
/proc/meminfo: memFree=27166532/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2428136 CPUtime=3044.7 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 5501582 0 0 0 303504 966 0 0 25 0 4 0 517583215 2486411264 487232 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 607034 487232 342 105 0 602538 0
[pid=30070/tid=30072] ppid=30068 vsize=2428136 CPUtime=762.19 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 91044 0 0 0 76186 33 0 0 25 0 4 0 517583223 2486411264 487232 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357597 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2428136 CPUtime=762.21 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 118460 0 0 0 76154 67 0 0 25 0 4 0 517583223 2486411264 487232 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2428136 CPUtime=762.19 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 4519974 0 0 0 75467 752 0 0 25 0 4 0 517583223 2486411264 487232 33554432000 4194304 4623224 140733474337776 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.7
Current children cumulated vsize (KiB) 2428136

[startup+822.301 s]
/proc/loadavg: 8.44 8.28 7.68 10/189 30117
/proc/meminfo: memFree=27032796/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2549060 CPUtime=3284.02 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 5812668 0 0 0 327379 1023 0 0 25 0 4 0 517583215 2610237440 503735 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 637265 503735 347 105 0 632769 0
[pid=30070/tid=30072] ppid=30068 vsize=2549060 CPUtime=822.03 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 91470 0 0 0 82169 34 0 0 25 0 4 0 517583223 2610237440 503735 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2549060 CPUtime=822.04 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 118634 0 0 0 82137 67 0 0 25 0 4 0 517583223 2610237440 503735 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2549060 CPUtime=822.19 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 4768757 0 0 0 81423 796 0 0 25 0 4 0 517583223 2610237440 503735 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.02
Current children cumulated vsize (KiB) 2549060

[startup+882.301 s]
/proc/loadavg: 8.28 8.27 7.72 9/188 30118
/proc/meminfo: memFree=26930036/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2549060 CPUtime=3523.18 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 6269487 0 0 0 351216 1102 0 0 25 0 4 0 517583215 2610237440 518296 33554432000 4194304 4623224 140733474337776 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 637265 518296 347 105 0 632769 0
[pid=30070/tid=30072] ppid=30068 vsize=2549060 CPUtime=882.03 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 91761 0 0 0 88169 34 0 0 25 0 4 0 517583223 2610237440 518296 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2549060 CPUtime=881.53 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 118832 0 0 0 88086 67 0 0 25 0 4 0 517583223 2610237440 518296 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2549060 CPUtime=882.19 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 5181301 0 0 0 87353 866 0 0 25 0 4 0 517583223 2610237440 518296 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.18
Current children cumulated vsize (KiB) 2549060

[startup+942.301 s]
/proc/loadavg: 8.28 8.27 7.75 9/188 30120
/proc/meminfo: memFree=26818892/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2614596 CPUtime=3762.86 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 6714398 0 0 0 375103 1183 0 0 25 0 4 0 517583215 2677346304 533263 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 653649 533263 347 105 0 649153 0
[pid=30070/tid=30072] ppid=30068 vsize=2614596 CPUtime=942.03 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 92136 0 0 0 94169 34 0 0 25 0 4 0 517583223 2677346304 533263 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2614596 CPUtime=941.53 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 119213 0 0 0 94086 67 0 0 25 0 4 0 517583223 2677346304 533263 33554432000 4194304 4623224 140733474337776 18446744073709551615 4467736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2614596 CPUtime=942.19 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 5574517 0 0 0 93283 936 0 0 25 0 4 0 517583223 2677346304 533263 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.86
Current children cumulated vsize (KiB) 2614596

[startup+1002.3 s]
/proc/loadavg: 8.21 8.25 7.77 9/188 30122
/proc/meminfo: memFree=26685560/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2614596 CPUtime=4002.53 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 7185395 0 0 0 398988 1265 0 0 25 0 4 0 517583215 2677346304 548742 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 653649 548742 347 105 0 649153 0
[pid=30070/tid=30072] ppid=30068 vsize=2614596 CPUtime=1002.02 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 92511 0 0 0 100168 34 0 0 25 0 4 0 517583223 2677346304 548742 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2614596 CPUtime=1001.53 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 119463 0 0 0 100086 67 0 0 25 0 4 0 517583223 2677346304 548742 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2614596 CPUtime=1002.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 6014459 0 0 0 99208 1012 0 0 25 0 4 0 517583223 2677346304 548742 33554432000 4194304 4623224 140733474337776 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.53
Current children cumulated vsize (KiB) 2614596

[startup+1062.3 s]
/proc/loadavg: 8.29 8.26 7.80 9/188 30123
/proc/meminfo: memFree=26571820/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2614596 CPUtime=4242.19 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 7597182 0 0 0 422879 1340 0 0 25 0 4 0 517583215 2677346304 561569 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 653649 561570 347 105 0 649153 0
[pid=30070/tid=30072] ppid=30068 vsize=2614596 CPUtime=1062.03 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 92877 0 0 0 106168 35 0 0 25 0 4 0 517583223 2677346304 561570 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2614596 CPUtime=1061.53 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 119794 0 0 0 106086 67 0 0 25 0 4 0 517583223 2677346304 561570 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2614596 CPUtime=1062.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 6418604 0 0 0 105135 1085 0 0 25 0 4 0 517583223 2677346304 561571 33554432000 4194304 4623224 140733474337776 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.19
Current children cumulated vsize (KiB) 2614596

[startup+1122.3 s]
/proc/loadavg: 8.20 8.24 7.82 9/188 30125
/proc/meminfo: memFree=26461676/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2680132 CPUtime=4481.87 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 8045398 0 0 0 446762 1425 0 0 25 0 4 0 517583215 2744455168 575904 33554432000 4194304 4623224 140733474337776 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 670033 575905 347 105 0 665537 0
[pid=30070/tid=30072] ppid=30068 vsize=2680132 CPUtime=1122.03 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 93206 0 0 0 112168 35 0 0 25 0 4 0 517583223 2744455168 575905 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2680132 CPUtime=1121.54 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 120100 0 0 0 112086 68 0 0 25 0 4 0 517583223 2744455168 575905 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2680132 CPUtime=1122.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 6838654 0 0 0 111058 1162 0 0 25 0 4 0 517583223 2744455168 575905 33554432000 4194304 4623224 140733474337776 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.87
Current children cumulated vsize (KiB) 2680132

[startup+1182.3 s]
/proc/loadavg: 8.28 8.25 7.85 9/188 30126
/proc/meminfo: memFree=26327724/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2718300 CPUtime=4721.55 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 8532227 0 0 0 470643 1512 0 0 25 0 4 0 517583215 2783539200 595739 33554432000 4194304 4623224 140733474337776 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 679575 595739 347 105 0 675079 0
[pid=30070/tid=30072] ppid=30068 vsize=2718300 CPUtime=1182.03 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 93542 0 0 0 118168 35 0 0 25 0 4 0 517583223 2783539200 595739 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2718300 CPUtime=1181.54 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 120325 0 0 0 118086 68 0 0 25 0 4 0 517583223 2783539200 595739 33554432000 4194304 4623224 140733474337776 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2718300 CPUtime=1182.2 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 7274264 0 0 0 116982 1238 0 0 25 0 4 0 517583223 2783539200 595739 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.55
Current children cumulated vsize (KiB) 2718300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.26 8.25 7.86 5/183 30128
/proc/meminfo: memFree=28642340/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=2718300 CPUtime=4800.26 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4202496 8671260 0 0 0 478492 1534 0 0 25 0 4 0 517583215 2783539200 599720 33554432000 4194304 4623224 140733474337776 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30070/statm: 679575 599720 347 105 0 675079 0
[pid=30070/tid=30072] ppid=30068 vsize=2718300 CPUtime=1201.73 cores=0,2,4,6
/proc/30070/task/30072/stat : 30072 (SArTagnan) R 30068 30070 29944 0 -1 4202560 93650 0 0 0 120138 35 0 0 25 0 4 0 517583223 2783539200 599720 33554432000 4194304 4623224 140733474337776 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30070/tid=30073] ppid=30068 vsize=2718300 CPUtime=1201.25 cores=0,2,4,6
/proc/30070/task/30073/stat : 30073 (SArTagnan) R 30068 30070 29944 0 -1 4202560 120409 0 0 0 120057 68 0 0 25 0 4 0 517583223 2783539200 599720 33554432000 4194304 4623224 140733474337776 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30070/tid=30074] ppid=30068 vsize=2718300 CPUtime=1201.91 cores=0,2,4,6
/proc/30070/task/30074/stat : 30074 (SArTagnan) R 30068 30070 29944 0 -1 4202560 7411009 0 0 0 118932 1259 0 0 25 0 4 0 517583223 2783539200 599720 33554432000 4194304 4623224 140733474337776 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 2718300

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202.11 s]
/proc/loadavg: 8.26 8.25 7.86 5/183 30128
/proc/meminfo: memFree=28642340/32951124 swapFree=67111344/67111528
[pid=30070] ppid=30068 vsize=0 CPUtime=4800.38 cores=0,2,4,6
/proc/30070/stat : 30070 (SArTagnan) R 30068 30070 29944 0 -1 4203524 8671262 0 0 0 478494 1544 0 0 25 0 1 0 517583215 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30070/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.12
CPU time (s): 4800.4
CPU user time (s): 4784.95
CPU system time (s): 15.4527
CPU usage (%): 399.326
Max. virtual memory (cumulated for all children) (KiB): 3051356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.95
system time used= 15.4527
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8671262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2150
involuntary context switches= 84223

runsolver used 1.72074 second user time and 4.85226 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 08:50:53
IDJOB=3259628
IDBENCH=71603
IDSOLVER=1656
FILE ID=node133/3259628-1304059853
RUNJOBID= node133-1304058649-29962
PBS_JOBID= 13170442
Free space on /tmp= 71892 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259628-1304059853/watcher-3259628-1304059853 -o /tmp/evaluation-result-3259628-1304059853/solver-3259628-1304059853 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3259628-1304059853.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=1650192488

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31051100 kB
Buffers:        712792 kB
Cached:         764012 kB
SwapCached:        124 kB
Active:         553672 kB
Inactive:       989256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31051100 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            4284 kB
Writeback:           0 kB
AnonPages:       65884 kB
Mapped:          14700 kB
Slab:           293268 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71892 MiB
End job on node133 at 2011-04-29 09:10:57