Trace number 3438531

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-05-15 (fixed)? (TO) 40000.8 5009.59

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 977)

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-3438531-1306919554/watcher-3438531-1306919554 -o /tmp/evaluation-result-3438531-1306919554/solver-3438531-1306919554 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438531-1306919554.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.04 2.00 2/417 7125
/proc/meminfo: memFree=26321296/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=25348 CPUtime=0 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 677 0 1 0 0 0 0 0 17 0 1 0 803553614 25956352 498 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/7125/statm: 6337 498 296 106 0 1840 0

[startup+0.0500699 s]
/proc/loadavg: 2.04 2.04 2.00 2/417 7125
/proc/meminfo: memFree=26321296/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=31264 CPUtime=0.04 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 2578 0 1 0 4 0 0 0 17 0 1 0 803553614 32014336 1339 33554432000 4194304 4625164 140734481643536 18446744073709551615 246516531669 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/7125/statm: 7816 1360 296 106 0 3319 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31264

[startup+0.101049 s]
/proc/loadavg: 2.04 2.04 2.00 2/417 7125
/proc/meminfo: memFree=26321296/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=127160 CPUtime=0.18 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 9342 0 1 0 18 0 0 0 17 0 8 0 803553614 130211840 7491 33554432000 4194304 4625164 140734481643536 18446744073709551615 46961793640370 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7125/statm: 31790 7491 301 106 0 27293 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 127160

[startup+1.11084 s]
/proc/loadavg: 2.04 2.04 2.00 2/417 7125
/proc/meminfo: memFree=26321296/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=417112 CPUtime=8.17 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 35282 0 1 0 812 5 0 0 19 0 8 0 803553614 427122688 27371 33554432000 4194304 4625164 140734481643536 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 104278 27371 349 106 0 99781 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 417112

[startup+1.21082 s]
/proc/loadavg: 2.04 2.04 2.00 2/417 7125
/proc/meminfo: memFree=26321296/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=417112 CPUtime=8.97 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 38277 0 1 0 892 5 0 0 19 0 8 0 803553614 427122688 29835 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 104278 29835 350 106 0 99781 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 417112

[startup+1.50891 s]
/proc/loadavg: 2.04 2.04 2.00 2/417 7125
/proc/meminfo: memFree=26321296/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=417112 CPUtime=11.35 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 40220 0 1 0 1129 6 0 0 20 0 8 0 803553614 427122688 31428 33554432000 4194304 4625164 140734481643536 18446744073709551615 246516939246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 104278 31428 350 106 0 99781 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 417112

[startup+3.10047 s]
/proc/loadavg: 2.68 2.17 2.04 9/425 7135
/proc/meminfo: memFree=26157572/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=426304 CPUtime=24.06 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 55813 0 1 0 2398 8 0 0 24 0 8 0 803553614 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4512015 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 106576 43134 352 106 0 102079 0
[pid=7125/tid=7128] ppid=7123 vsize=426304 CPUtime=3.01 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 4314 0 0 0 301 0 0 0 25 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=426304 CPUtime=2.98 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 3382 0 0 0 298 0 0 0 25 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=426304 CPUtime=2.98 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 6565 0 0 0 298 0 0 0 24 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4334224 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=426304 CPUtime=2.99 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 3770 0 0 0 299 0 0 0 25 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=426304 CPUtime=2.95 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 3666 0 0 0 295 0 0 0 25 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4349867 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=426304 CPUtime=3.01 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 6028 0 0 0 300 1 0 0 25 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=426304 CPUtime=3.01 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 2906 0 0 0 301 0 0 0 24 0 8 0 803553622 436535296 43134 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 426304

[startup+6.31589 s]
/proc/loadavg: 2.68 2.17 2.04 9/425 7136
/proc/meminfo: memFree=26092620/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=472680 CPUtime=49.74 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 78351 0 1 0 4961 13 0 0 25 0 8 0 803553614 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 118170 57647 357 106 0 113673 0
[pid=7125/tid=7128] ppid=7123 vsize=472680 CPUtime=6.23 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 6293 0 0 0 622 1 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4465835 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=472680 CPUtime=6.2 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 5248 0 0 0 619 1 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=472680 CPUtime=6.19 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 10339 0 0 0 619 0 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4334258 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=472680 CPUtime=6.21 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 3899 0 0 0 621 0 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=472680 CPUtime=6.16 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 6245 0 0 0 615 1 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4348771 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=472680 CPUtime=6.22 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 8939 0 0 0 621 1 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352627 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=472680 CPUtime=6.23 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 4318 0 0 0 622 1 0 0 25 0 8 0 803553622 484024320 57647 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 472680

[startup+12.7007 s]
/proc/loadavg: 3.50 2.36 2.11 9/425 7136
/proc/meminfo: memFree=26001660/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=553164 CPUtime=100.74 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 128323 0 1 0 10053 21 0 0 25 0 8 0 803553614 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 138291 81644 403 106 0 133794 0
[pid=7125/tid=7128] ppid=7123 vsize=553164 CPUtime=12.61 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 10009 0 0 0 1260 1 0 0 25 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=553164 CPUtime=12.58 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 8461 0 0 0 1257 1 0 0 25 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=553164 CPUtime=12.58 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 29262 0 0 0 1255 3 0 0 25 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=553164 CPUtime=12.59 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 6320 0 0 0 1258 1 0 0 25 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=553164 CPUtime=12.55 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 10076 0 0 0 1253 2 0 0 25 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=553164 CPUtime=12.61 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 14248 0 0 0 1259 2 0 0 22 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=553164 CPUtime=12.61 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 5118 0 0 0 1260 1 0 0 25 0 8 0 803553622 566439936 81644 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 553164

[startup+25.5004 s]
/proc/loadavg: 4.19 2.55 2.17 9/425 7136
/proc/meminfo: memFree=25872960/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=681768 CPUtime=202.95 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 195101 0 1 0 20261 34 0 0 25 0 8 0 803553614 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 170442 113080 519 106 0 165945 0
[pid=7125/tid=7128] ppid=7123 vsize=681768 CPUtime=25.41 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 14925 0 0 0 2539 2 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=681768 CPUtime=25.37 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 9514 0 0 0 2536 1 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4464684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=681768 CPUtime=25.38 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 55528 0 0 0 2530 8 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=681768 CPUtime=25.39 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 10338 0 0 0 2537 2 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=681768 CPUtime=25.35 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 14570 0 0 0 2532 3 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=681768 CPUtime=25.41 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 20710 0 0 0 2537 4 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=681768 CPUtime=25.41 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 7683 0 0 0 2539 2 0 0 25 0 8 0 803553622 698130432 113080 33554432000 4194304 4625164 140734481643536 18446744073709551615 4345198 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.95
Current children cumulated vsize (KiB) 681768

[startup+51.1007 s]
/proc/loadavg: 5.49 2.99 2.32 10/425 7137
/proc/meminfo: memFree=25702392/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=959720 CPUtime=407.39 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 305370 0 1 0 40684 55 0 0 25 0 8 0 803553614 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 239930 158781 607 106 0 235433 0
[pid=7125/tid=7128] ppid=7123 vsize=959720 CPUtime=51.01 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 22913 0 0 0 5097 4 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339549 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=959720 CPUtime=50.96 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 13684 0 0 0 5094 2 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=959720 CPUtime=50.98 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 104534 0 0 0 5082 16 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=959720 CPUtime=51 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 16054 0 0 0 5097 3 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=959720 CPUtime=50.94 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 20817 0 0 0 5090 4 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=959720 CPUtime=51.01 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 30084 0 0 0 5096 5 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=959720 CPUtime=51.01 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 11256 0 0 0 5098 3 0 0 25 0 8 0 803553622 982753280 158781 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.39
Current children cumulated vsize (KiB) 959720

[startup+102.3 s]
/proc/loadavg: 7.07 3.86 2.66 9/425 7139
/proc/meminfo: memFree=25408728/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=1254892 CPUtime=816.25 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 729289 0 1 0 81502 123 0 0 25 0 8 0 803553614 1285009408 232805 33554432000 4194304 4625164 140734481643536 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7125/statm: 313723 232806 641 106 0 309226 0
[pid=7125/tid=7128] ppid=7123 vsize=1254892 CPUtime=102.21 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 33471 0 0 0 10214 7 0 0 25 0 8 0 803553622 1285009408 232806 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=1254892 CPUtime=102.16 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 20980 0 0 0 10212 4 0 0 25 0 8 0 803553622 1285009408 232807 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=1254892 CPUtime=102.18 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 391335 0 0 0 10159 59 0 0 25 0 8 0 803553622 1285009408 232807 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0

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

Current children cumulated vsize (KiB) 6611300

[startup+4722.3 s]
/proc/loadavg: 8.09 8.12 8.09 9/425 7280
/proc/meminfo: memFree=20682800/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=6578932 CPUtime=37708.7 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 31323190 0 1 0 3765574 5299 0 0 25 0 8 0 803553614 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 1644733 1406524 349 106 0 1640236 0
[pid=7125/tid=7128] ppid=7123 vsize=6578932 CPUtime=4722.18 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 120662 0 0 0 472188 30 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=6578932 CPUtime=4722.16 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 217899 0 0 0 472067 149 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=6578932 CPUtime=4722.21 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 27644654 0 0 0 467754 4467 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=6578932 CPUtime=4722.32 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 163605 0 0 0 472195 37 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=6578932 CPUtime=4721.2 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 127613 0 0 0 472093 27 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=6578932 CPUtime=4721.71 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 164167 0 0 0 472130 41 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=6578932 CPUtime=4665.52 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 91565 0 0 0 466497 55 0 0 25 0 8 0 803553622 6736826368 1406524 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351820 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37708.7
Current children cumulated vsize (KiB) 6578932

[startup+4782.3 s]
/proc/loadavg: 8.22 8.14 8.10 9/425 7282
/proc/meminfo: memFree=20636220/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=6693172 CPUtime=38187.9 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 31690575 0 1 0 3813422 5365 0 0 25 0 8 0 803553614 6853808128 1418128 33554432000 4194304 4625164 140734481643536 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 1673293 1418129 349 106 0 1668796 0
[pid=7125/tid=7128] ppid=7123 vsize=6693172 CPUtime=4782.18 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 120885 0 0 0 478188 30 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=6693172 CPUtime=4782.16 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 220989 0 0 0 478064 152 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=6693172 CPUtime=4782.21 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 27969479 0 0 0 473700 4521 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=6693172 CPUtime=4782.33 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 163728 0 0 0 478196 37 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=6693172 CPUtime=4781.19 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 127924 0 0 0 478091 28 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=6693172 CPUtime=4781.71 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 176258 0 0 0 478129 42 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=6693172 CPUtime=4724.67 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 91652 0 0 0 472412 55 0 0 25 0 8 0 803553622 6853808128 1418129 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38187.9
Current children cumulated vsize (KiB) 6693172

[startup+4842.3 s]
/proc/loadavg: 8.43 8.21 8.12 9/425 7284
/proc/meminfo: memFree=20615352/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=6741172 CPUtime=38667 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 32072933 0 1 0 3861273 5427 0 0 25 0 8 0 803553614 6902960128 1423384 33554432000 4194304 4625164 140734481643536 18446744073709551615 4510119 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 1685293 1423386 349 106 0 1680796 0
[pid=7125/tid=7128] ppid=7123 vsize=6741172 CPUtime=4842.18 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 132983 0 0 0 484186 32 0 0 25 0 8 0 803553622 6902960128 1423386 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=6741172 CPUtime=4842.16 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 221054 0 0 0 484064 152 0 0 25 0 8 0 803553622 6902960128 1423386 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=6741172 CPUtime=4842.21 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 28302569 0 0 0 479647 4574 0 0 25 0 8 0 803553622 6902960128 1423387 33554432000 4194304 4625164 140734481643536 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=6741172 CPUtime=4842.33 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 163883 0 0 0 484196 37 0 0 25 0 8 0 803553622 6902960128 1423387 33554432000 4194304 4625164 140734481643536 18446744073709551615 4330844 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=6741172 CPUtime=4841.18 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 128021 0 0 0 484090 28 0 0 25 0 8 0 803553622 6902960128 1423387 33554432000 4194304 4625164 140734481643536 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=6741172 CPUtime=4841.71 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 176425 0 0 0 484129 42 0 0 25 0 8 0 803553622 6902960128 1423387 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=6741172 CPUtime=4783.81 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 91734 0 0 0 478326 55 0 0 25 0 8 0 803553622 6902960128 1423388 33554432000 4194304 4625164 140734481643536 18446744073709551615 4462556 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38667
Current children cumulated vsize (KiB) 6741172

[startup+4902.3 s]
/proc/loadavg: 8.26 8.20 8.12 9/425 7285
/proc/meminfo: memFree=20290004/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=7886476 CPUtime=39146 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 33084058 0 1 0 3909029 5572 0 0 25 0 8 0 803553614 8075751424 1504941 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511885 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 1971619 1504941 349 106 0 1967122 0
[pid=7125/tid=7128] ppid=7123 vsize=7886476 CPUtime=4902.17 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 133140 0 0 0 490185 32 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=7886476 CPUtime=4901.39 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 222948 0 0 0 489985 154 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=7886476 CPUtime=4902.14 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 28691930 0 0 0 485578 4636 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=7886476 CPUtime=4902.34 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 164005 0 0 0 490197 37 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=7886476 CPUtime=4901.18 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 128141 0 0 0 490090 28 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=7886476 CPUtime=4901.72 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 177053 0 0 0 490130 42 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=7886476 CPUtime=4843.64 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 91983 0 0 0 484309 55 0 0 25 0 8 0 803553622 8075751424 1504944 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39146
Current children cumulated vsize (KiB) 7886476

[startup+4962.3 s]
/proc/loadavg: 8.17 8.19 8.12 9/425 7287
/proc/meminfo: memFree=20270076/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=7886476 CPUtime=39625.1 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 33623345 0 1 0 3956854 5652 0 0 25 0 8 0 803553614 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 1971619 1511720 349 106 0 1967122 0
[pid=7125/tid=7128] ppid=7123 vsize=7886476 CPUtime=4962.16 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 133261 0 0 0 496183 33 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=7886476 CPUtime=4960.51 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 223196 0 0 0 495897 154 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=7886476 CPUtime=4962.14 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 29223504 0 0 0 491500 4714 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=7886476 CPUtime=4962.32 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 164176 0 0 0 496195 37 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=7886476 CPUtime=4961.15 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 128409 0 0 0 496087 28 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=7886476 CPUtime=4961.71 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 177307 0 0 0 496129 42 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=7886476 CPUtime=4903.63 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 92635 0 0 0 490307 56 0 0 25 0 8 0 803553622 8075751424 1511720 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39625.1
Current children cumulated vsize (KiB) 7886476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.3 s]
/proc/loadavg: 8.21 8.19 8.12 9/425 7288
/proc/meminfo: memFree=20241028/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=7888956 CPUtime=40000.4 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) R 7123 7125 7098 0 -1 4202496 33931992 0 1 0 3994338 5705 0 0 25 0 8 0 803553614 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4511973 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 1972239 1516953 349 106 0 1967742 0
[pid=7125/tid=7128] ppid=7123 vsize=7888956 CPUtime=5009.17 cores=0-7
/proc/7125/task/7128/stat : 7128 (SArTagnan) R 7123 7125 7098 0 -1 4202560 133342 0 0 0 500884 33 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=7888956 CPUtime=5006.83 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4202560 223196 0 0 0 500529 154 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7125/tid=7130] ppid=7123 vsize=7888956 CPUtime=5009.16 cores=0-7
/proc/7125/task/7130/stat : 7130 (SArTagnan) R 7123 7125 7098 0 -1 4202560 29521288 0 0 0 496151 4765 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7125/tid=7132] ppid=7123 vsize=7888956 CPUtime=5009.34 cores=0-7
/proc/7125/task/7132/stat : 7132 (SArTagnan) R 7123 7125 7098 0 -1 4202560 164286 0 0 0 500897 37 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7125/tid=7133] ppid=7123 vsize=7888956 CPUtime=5008.15 cores=0-7
/proc/7125/task/7133/stat : 7133 (SArTagnan) R 7123 7125 7098 0 -1 4202560 128576 0 0 0 500787 28 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7125/tid=7134] ppid=7123 vsize=7888956 CPUtime=5008.73 cores=0-7
/proc/7125/task/7134/stat : 7134 (SArTagnan) R 7123 7125 7098 0 -1 4202560 177721 0 0 0 500830 43 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7125/tid=7135] ppid=7123 vsize=7888956 CPUtime=4950.64 cores=0-7
/proc/7125/task/7135/stat : 7135 (SArTagnan) R 7123 7125 7098 0 -1 4202560 92645 0 0 0 495008 56 0 0 25 0 8 0 803553622 8078290944 1516953 33554432000 4194304 4625164 140734481643536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 7888956

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

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

[startup+5009.42 s]
/proc/loadavg: 8.21 8.19 8.12 9/425 7288
/proc/meminfo: memFree=20241028/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=0 CPUtime=40000.6 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) Z 7123 7125 7098 0 -1 4203548 33931992 0 1 0 3994347 5715 0 0 25 0 2 0 803553614 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 0 0 0 0 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=0 CPUtime=5006.93 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4203588 223196 0 0 0 500529 164 0 0 25 0 2 0 803553622 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

[startup+5009.5 s]
/proc/loadavg: 8.21 8.19 8.12 9/425 7288
/proc/meminfo: memFree=20241028/32951124 swapFree=44043512/67111528
[pid=7125] ppid=7123 vsize=0 CPUtime=40000.7 cores=0-7
/proc/7125/stat : 7125 (SArTagnan) Z 7123 7125 7098 0 -1 4203548 33931992 0 1 0 3994347 5723 0 0 25 0 2 0 803553614 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7125/statm: 0 0 0 0 0 0 0
[pid=7125/tid=7129] ppid=7123 vsize=0 CPUtime=5007.01 cores=0-7
/proc/7125/task/7129/stat : 7129 (SArTagnan) R 7123 7125 7098 0 -1 4203588 223196 0 0 0 500529 172 0 0 25 0 2 0 803553622 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.59
CPU time (s): 40000.8
CPU user time (s): 39943.5
CPU system time (s): 57.3293
CPU usage (%): 798.484
Max. virtual memory (cumulated for all children) (KiB): 10045160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39943.5
system time used= 57.3293
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33931992
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13490
involuntary context switches= 342363

runsolver used 18.9521 second user time and 52.721 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 11:12:34
IDJOB=3438531
IDBENCH=71492
IDSOLVER=1936
FILE ID=node134/3438531-1306919554
RUNJOBID= node134-1306919554-7112
PBS_JOBID= 13488535
Free space on /tmp= 73712 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438531-1306919554/watcher-3438531-1306919554 -o /tmp/evaluation-result-3438531-1306919554/solver-3438531-1306919554 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438531-1306919554.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=593054161

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26321576 kB
Buffers:        160436 kB
Cached:         356496 kB
SwapCached:       9540 kB
Active:        5948124 kB
Inactive:       390520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26321576 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            4016 kB
Writeback:           0 kB
AnonPages:     5820544 kB
Mapped:          20400 kB
Slab:           132040 kB
PageTables:      88904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110743968 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= 73712 MiB
End job on node134 at 2011-06-01 12:36:06