Trace number 3439191

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.7 5009.23

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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-3439191-1306960405/watcher-3439191-1306960405 -o /tmp/evaluation-result-3439191-1306960405/solver-3439191-1306960405 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439191-1306960405.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: 0.00 0.00 0.00 1/417 8879
/proc/meminfo: memFree=26299240/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=21532 CPUtime=0 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 1272 0 0 0 0 0 0 0 25 0 1 0 807638731 22048768 923 33554432000 4194304 4625164 140736427297392 18446744073709551615 246516531408 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/8879/statm: 5383 937 296 106 0 886 0

[startup+0.0176029 s]
/proc/loadavg: 0.00 0.00 0.00 1/417 8879
/proc/meminfo: memFree=26299240/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=21948 CPUtime=0.01 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 1866 0 0 0 1 0 0 0 25 0 1 0 807638731 22474752 1142 33554432000 4194304 4625164 140736427297392 18446744073709551615 246516877447 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/8879/statm: 5670 1173 298 106 0 1173 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21948

[startup+0.108135 s]
/proc/loadavg: 0.00 0.00 0.00 1/417 8879
/proc/meminfo: memFree=26299240/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=305784 CPUtime=0.64 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 7748 0 0 0 63 1 0 0 25 0 8 0 807638731 313122816 4761 33554432000 4194304 4625164 140736427297392 18446744073709551615 246516939246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 76446 4761 344 106 0 71949 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 305784

[startup+0.300496 s]
/proc/loadavg: 0.00 0.00 0.00 1/417 8879
/proc/meminfo: memFree=26299240/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=309096 CPUtime=2.19 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 10654 0 0 0 217 2 0 0 25 0 8 0 807638731 316514304 5718 33554432000 4194304 4625164 140736427297392 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 77274 5718 344 106 0 72777 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 309096

[startup+0.700424 s]
/proc/loadavg: 0.00 0.00 0.00 1/417 8879
/proc/meminfo: memFree=26299240/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=314380 CPUtime=5.39 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 15729 0 0 0 536 3 0 0 25 0 8 0 807638731 321925120 8305 33554432000 4194304 4625164 140736427297392 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 78595 8305 344 106 0 74098 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 314380

[startup+1.50128 s]
/proc/loadavg: 0.00 0.00 0.00 9/425 8887
/proc/meminfo: memFree=26257768/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=324576 CPUtime=11.77 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 25396 0 0 0 1173 4 0 0 25 0 8 0 807638731 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 81144 12832 347 106 0 76647 0
[pid=8879/tid=8881] ppid=8877 vsize=324576 CPUtime=1.47 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 1507 0 0 0 147 0 0 0 20 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=324576 CPUtime=1.47 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 1486 0 0 0 147 0 0 0 20 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=324576 CPUtime=1.47 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9292 0 0 0 146 1 0 0 25 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4552354 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=324576 CPUtime=1.47 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 2233 0 0 0 147 0 0 0 20 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=324576 CPUtime=1.47 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 1538 0 0 0 147 0 0 0 20 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4349779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=324576 CPUtime=1.46 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 2271 0 0 0 146 0 0 0 20 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=324576 CPUtime=1.47 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 2265 0 0 0 147 0 0 0 20 0 8 0 807638733 332365824 12832 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 324576

[startup+3.10099 s]
/proc/loadavg: 0.00 0.00 0.00 9/425 8887
/proc/meminfo: memFree=26234208/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=335904 CPUtime=24.56 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 43808 0 0 0 2450 6 0 0 25 0 8 0 807638731 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 83976 20679 356 106 0 79479 0
[pid=8879/tid=8881] ppid=8877 vsize=335904 CPUtime=3.07 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 3821 0 0 0 307 0 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=335904 CPUtime=3.07 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 2666 0 0 0 307 0 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=335904 CPUtime=3.06 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 16959 0 0 0 305 1 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 246516492725 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=335904 CPUtime=3.07 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 3796 0 0 0 307 0 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=335904 CPUtime=3.06 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 2780 0 0 0 306 0 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4435080 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=335904 CPUtime=3.06 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 3931 0 0 0 306 0 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=335904 CPUtime=3.07 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 3809 0 0 0 307 0 0 0 25 0 8 0 807638733 343965696 20679 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 335904

[startup+6.30041 s]
/proc/loadavg: 0.64 0.13 0.04 9/425 8887
/proc/meminfo: memFree=26181548/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=348200 CPUtime=50.1 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 67387 0 0 0 4999 11 0 0 25 0 8 0 807638731 356556800 32060 33554432000 4194304 4625164 140736427297392 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 87050 32060 347 106 0 82553 0
[pid=8879/tid=8881] ppid=8877 vsize=348200 CPUtime=6.27 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 5906 0 0 0 627 0 0 0 25 0 8 0 807638733 356556800 32060 33554432000 4194304 4625164 140736427297392 18446744073709551615 4462650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=348200 CPUtime=6.26 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 4152 0 0 0 626 0 0 0 25 0 8 0 807638733 356556800 32060 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=348200 CPUtime=6.26 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 28486 0 0 0 623 3 0 0 25 0 8 0 807638733 356556800 32060 33554432000 4194304 4625164 140736427297392 18446744073709551615 4288699 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=348200 CPUtime=6.27 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 5941 0 0 0 626 1 0 0 25 0 8 0 807638733 356556800 32061 33554432000 4194304 4625164 140736427297392 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=348200 CPUtime=6.26 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 4209 0 0 0 626 0 0 0 25 0 8 0 807638733 356556800 32061 33554432000 4194304 4625164 140736427297392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=348200 CPUtime=6.27 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 6221 0 0 0 626 1 0 0 25 0 8 0 807638733 356556800 32061 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=348200 CPUtime=6.26 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 4407 0 0 0 626 0 0 0 25 0 8 0 807638733 356556800 32061 33554432000 4194304 4625164 140736427297392 18446744073709551615 4288602 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 348200

[startup+12.7012 s]
/proc/loadavg: 1.23 0.26 0.09 9/425 8887
/proc/meminfo: memFree=26099376/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=406016 CPUtime=101.21 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 101460 0 0 0 10102 19 0 0 25 0 8 0 807638731 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 101504 50536 492 106 0 97007 0
[pid=8879/tid=8881] ppid=8877 vsize=406016 CPUtime=12.67 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9599 0 0 0 1266 1 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=406016 CPUtime=12.66 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 6582 0 0 0 1265 1 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=406016 CPUtime=12.66 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 38213 0 0 0 1261 5 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4551164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=406016 CPUtime=12.66 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9619 0 0 0 1265 1 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=406016 CPUtime=12.66 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 6756 0 0 0 1265 1 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=406016 CPUtime=12.67 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 10313 0 0 0 1265 2 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=406016 CPUtime=12.66 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9499 0 0 0 1265 1 0 0 25 0 8 0 807638733 415760384 50536 33554432000 4194304 4625164 140736427297392 18446744073709551615 4462504 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 406016

[startup+25.5009 s]
/proc/loadavg: 2.73 0.64 0.21 9/425 8887
/proc/meminfo: memFree=25998964/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=467324 CPUtime=203.42 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 159830 0 0 0 20311 31 0 0 25 0 8 0 807638731 478539776 76009 33554432000 4194304 4625164 140736427297392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 116831 76010 462 106 0 112334 0
[pid=8879/tid=8881] ppid=8877 vsize=467324 CPUtime=25.47 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 14474 0 0 0 2545 2 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=467324 CPUtime=25.46 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9984 0 0 0 2544 2 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=467324 CPUtime=25.46 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 65732 0 0 0 2536 10 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=467324 CPUtime=25.46 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 14639 0 0 0 2544 2 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=467324 CPUtime=25.46 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 10276 0 0 0 2544 2 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=467324 CPUtime=25.46 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 15590 0 0 0 2543 3 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4352629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=467324 CPUtime=25.45 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 14609 0 0 0 2544 1 0 0 25 0 8 0 807638733 478539776 76010 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 467324

[startup+51.1013 s]
/proc/loadavg: 4.53 1.23 0.42 9/425 8888
/proc/meminfo: memFree=25846988/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=702212 CPUtime=407.87 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 264147 0 0 0 40736 51 0 0 25 0 8 0 807638731 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8879/statm: 175553 114491 644 106 0 171056 0
[pid=8879/tid=8881] ppid=8877 vsize=702212 CPUtime=51.06 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 22976 0 0 0 5103 3 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=702212 CPUtime=51.06 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 15810 0 0 0 5103 3 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=702212 CPUtime=51.07 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 110121 0 0 0 5089 18 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=702212 CPUtime=51.07 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 23000 0 0 0 5103 4 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=702212 CPUtime=51.06 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 15839 0 0 0 5102 4 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=702212 CPUtime=51.07 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 32189 0 0 0 5100 7 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=702212 CPUtime=51.06 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 23076 0 0 0 5103 3 0 0 25 0 8 0 807638733 719065088 114491 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.87

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

[pid=8879/tid=8883] ppid=8877 vsize=4937080 CPUtime=4662.37 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9551198 0 0 0 464652 1585 0 0 25 0 8 0 807638733 5055569920 1026611 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4937080 CPUtime=4662.4 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188307 0 0 0 466199 41 0 0 25 0 8 0 807638733 5055569920 1026611 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4937080 CPUtime=4599.09 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 92315 0 0 0 459874 35 0 0 25 0 8 0 807638733 5055569920 1026611 33554432000 4194304 4625164 140736427297392 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4937080 CPUtime=4662.38 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366166 0 0 0 466159 79 0 0 25 0 8 0 807638733 5055569920 1026611 33554432000 4194304 4625164 140736427297392 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4937080 CPUtime=4661.32 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 191997 0 0 0 466092 40 0 0 25 0 8 0 807638733 5055569920 1026611 33554432000 4194304 4625164 140736427297392 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37231.7
Current children cumulated vsize (KiB) 4937080

[startup+4722.32 s]
/proc/loadavg: 8.11 8.17 8.09 9/425 9025
/proc/meminfo: memFree=22177584/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=4940972 CPUtime=37711 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 12210538 0 0 0 3768906 2194 0 0 25 0 8 0 807638731 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 1235243 1027751 392 106 0 1230746 0
[pid=8879/tid=8881] ppid=8877 vsize=4940972 CPUtime=4722.27 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192626 0 0 0 472182 45 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=4940972 CPUtime=4722.38 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 203318 0 0 0 472193 45 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=4940972 CPUtime=4722.38 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9719844 0 0 0 470623 1615 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4940972 CPUtime=4722.42 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188322 0 0 0 472201 41 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4940972 CPUtime=4658.24 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 92316 0 0 0 465789 35 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4940972 CPUtime=4722.4 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366181 0 0 0 472161 79 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4940972 CPUtime=4721.33 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192010 0 0 0 472093 40 0 0 25 0 8 0 807638733 5059555328 1027751 33554432000 4194304 4625164 140736427297392 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37711
Current children cumulated vsize (KiB) 4940972

[startup+4782.3 s]
/proc/loadavg: 8.24 8.21 8.10 9/425 9026
/proc/meminfo: memFree=22168904/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=4943560 CPUtime=38190 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 12366890 0 0 0 3816775 2227 0 0 25 0 8 0 807638731 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 1235890 1030694 401 106 0 1231393 0
[pid=8879/tid=8881] ppid=8877 vsize=4943560 CPUtime=4782.26 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192646 0 0 0 478181 45 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=4943560 CPUtime=4782.36 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 203450 0 0 0 478191 45 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=4943560 CPUtime=4782.36 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 9840053 0 0 0 476600 1636 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4943560 CPUtime=4782.4 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188338 0 0 0 478199 41 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4943560 CPUtime=4717.38 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 92584 0 0 0 471702 36 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4943560 CPUtime=4782.38 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366196 0 0 0 478159 79 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4943560 CPUtime=4781.3 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192027 0 0 0 478089 41 0 0 25 0 8 0 807638733 5062205440 1030694 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38190
Current children cumulated vsize (KiB) 4943560

[startup+4842.3 s]
/proc/loadavg: 8.12 8.18 8.10 9/425 9028
/proc/meminfo: memFree=22171368/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=4943560 CPUtime=38669.1 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 12591548 0 0 0 3864646 2268 0 0 25 0 8 0 807638731 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 1235890 1032177 465 106 0 1231393 0
[pid=8879/tid=8881] ppid=8877 vsize=4943560 CPUtime=4842.26 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192656 0 0 0 484181 45 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=4943560 CPUtime=4842.36 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 203717 0 0 0 484191 45 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=4943560 CPUtime=4842.37 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 10058963 0 0 0 482562 1675 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4943560 CPUtime=4842.4 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188354 0 0 0 484199 41 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4943560 CPUtime=4776.5 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 92584 0 0 0 477614 36 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4943560 CPUtime=4842.39 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366209 0 0 0 484159 80 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4943560 CPUtime=4841.29 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192042 0 0 0 484088 41 0 0 25 0 8 0 807638733 5062205440 1032177 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38669.1
Current children cumulated vsize (KiB) 4943560

[startup+4902.3 s]
/proc/loadavg: 8.08 8.16 8.09 9/425 9029
/proc/meminfo: memFree=22147068/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=4943560 CPUtime=39148.3 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 12809446 0 0 0 3912518 2310 0 0 25 0 8 0 807638731 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 1235890 1036014 504 106 0 1231393 0
[pid=8879/tid=8881] ppid=8877 vsize=4943560 CPUtime=4902.26 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192672 0 0 0 490181 45 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=4943560 CPUtime=4902.36 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 203932 0 0 0 490191 45 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=4943560 CPUtime=4902.37 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 10253302 0 0 0 488526 1711 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4943560 CPUtime=4902.4 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188370 0 0 0 490199 41 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4943560 CPUtime=4835.64 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 93450 0 0 0 483528 36 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4348804 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4943560 CPUtime=4902.39 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366220 0 0 0 490159 80 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4943560 CPUtime=4901.28 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192061 0 0 0 490087 41 0 0 25 0 8 0 807638733 5062205440 1036014 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39148.3
Current children cumulated vsize (KiB) 4943560

[startup+4962.3 s]
/proc/loadavg: 8.07 8.14 8.09 9/425 9031
/proc/meminfo: memFree=22143080/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=4943560 CPUtime=39627.4 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 13045469 0 0 0 3960388 2353 0 0 25 0 8 0 807638731 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 1235890 1036821 482 106 0 1231393 0
[pid=8879/tid=8881] ppid=8877 vsize=4943560 CPUtime=4962.26 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192687 0 0 0 496181 45 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=4943560 CPUtime=4962.37 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 204128 0 0 0 496192 45 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=4943560 CPUtime=4962.38 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 10476248 0 0 0 494488 1750 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4943560 CPUtime=4962.4 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188389 0 0 0 496199 41 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4943560 CPUtime=4894.77 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 93549 0 0 0 489441 36 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4348804 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4943560 CPUtime=4962.39 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366232 0 0 0 496159 80 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4943560 CPUtime=4961.26 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192076 0 0 0 496085 41 0 0 25 0 8 0 807638733 5062205440 1036821 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39627.4
Current children cumulated vsize (KiB) 4943560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009 s]
/proc/loadavg: 8.18 8.16 8.10 9/425 9032
/proc/meminfo: memFree=22138952/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=4943560 CPUtime=40000.4 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) R 8877 8879 8853 0 -1 4202496 13182338 0 0 0 3997663 2378 0 0 25 0 8 0 807638731 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 1235890 1037834 470 106 0 1231393 0
[pid=8879/tid=8881] ppid=8877 vsize=4943560 CPUtime=5008.97 cores=0-7
/proc/8879/task/8881/stat : 8881 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192697 0 0 0 500852 45 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=4943560 CPUtime=5009.08 cores=0-7
/proc/8879/task/8882/stat : 8882 (SArTagnan) R 8877 8879 8853 0 -1 4202560 204264 0 0 0 500863 45 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8879/tid=8883] ppid=8877 vsize=4943560 CPUtime=5009.09 cores=0-7
/proc/8879/task/8883/stat : 8883 (SArTagnan) R 8877 8879 8853 0 -1 4202560 10607050 0 0 0 499136 1773 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8879/tid=8884] ppid=8877 vsize=4943560 CPUtime=5009.12 cores=0-7
/proc/8879/task/8884/stat : 8884 (SArTagnan) R 8877 8879 8853 0 -1 4202560 188409 0 0 0 500871 41 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=4943560 CPUtime=4940.8 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4202560 93877 0 0 0 494043 37 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4349779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8886] ppid=8877 vsize=4943560 CPUtime=5009.11 cores=0-7
/proc/8879/task/8886/stat : 8886 (SArTagnan) R 8877 8879 8853 0 -1 4202560 366242 0 0 0 500831 80 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8879/tid=8887] ppid=8877 vsize=4943560 CPUtime=5007.97 cores=0-7
/proc/8879/task/8887/stat : 8887 (SArTagnan) R 8877 8879 8853 0 -1 4202560 192088 0 0 0 500756 41 0 0 25 0 8 0 807638733 5062205440 1037834 33554432000 4194304 4625164 140736427297392 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 4943560

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

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

[startup+5009.2 s]
/proc/loadavg: 8.18 8.16 8.10 9/425 9032
/proc/meminfo: memFree=22138952/32951124 swapFree=44043512/67111528
[pid=8879] ppid=8877 vsize=0 CPUtime=40000.7 cores=0-7
/proc/8879/stat : 8879 (SArTagnan) Z 8877 8879 8853 0 -1 4203548 13182338 0 0 0 3997670 2396 0 0 25 0 2 0 807638731 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8879/statm: 0 0 0 0 0 0 0
[pid=8879/tid=8885] ppid=8877 vsize=0 CPUtime=4940.99 cores=0-7
/proc/8879/task/8885/stat : 8885 (SArTagnan) R 8877 8879 8853 0 -1 4203588 93877 0 0 0 494044 55 0 0 25 0 2 0 807638733 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 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.23
CPU time (s): 40000.7
CPU user time (s): 39976.7
CPU system time (s): 23.9954
CPU usage (%): 798.54
Max. virtual memory (cumulated for all children) (KiB): 4943560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39976.7
system time used= 23.9954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13182338
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= 6277
involuntary context switches= 353803

runsolver used 18.8571 second user time and 51.2892 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 22:33:25
IDJOB=3439191
IDBENCH=83335
IDSOLVER=1936
FILE ID=node134/3439191-1306960405
RUNJOBID= node134-1306960405-8867
PBS_JOBID= 13497617
Free space on /tmp= 73712 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439191-1306960405/watcher-3439191-1306960405 -o /tmp/evaluation-result-3439191-1306960405/solver-3439191-1306960405 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439191-1306960405.cnf -threads=8

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=2026352994

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:      26299544 kB
Buffers:        180576 kB
Cached:         359576 kB
SwapCached:       9540 kB
Active:        5956100 kB
Inactive:       405660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26299544 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:     5819716 kB
Mapped:          20504 kB
Slab:           131724 kB
PageTables:      89352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110743128 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 23:56:56