Trace number 3439306

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 5010.97

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4393.03
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 542
Number of clauses of size over 540068

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-3439306-1306960629/watcher-3439306-1306960629 -o /tmp/evaluation-result-3439306-1306960629/solver-3439306-1306960629 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439306-1306960629.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 2/476 28312
/proc/meminfo: memFree=25248932/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=20984 CPUtime=0 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 1086 0 0 0 0 0 0 0 23 0 1 0 886293588 21487616 742 33554432000 4194304 4625164 140736923918784 18446744073709551615 260905393920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28312/statm: 5246 742 296 106 0 749 0

[startup+0.058687 s]
/proc/loadavg: 0.00 0.00 0.00 2/476 28312
/proc/meminfo: memFree=25248932/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=112092 CPUtime=0.08 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 7014 0 0 0 7 1 0 0 18 0 8 0 886293588 114782208 5166 33554432000 4194304 4625164 140736923918784 18446744073709551615 47974428137394 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28312/statm: 28023 5166 325 106 0 23526 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 112092

[startup+0.104727 s]
/proc/loadavg: 0.00 0.00 0.00 2/476 28312
/proc/meminfo: memFree=25248932/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=112092 CPUtime=0.36 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 7015 0 0 0 35 1 0 0 19 0 8 0 886293588 114782208 5167 33554432000 4194304 4625164 140736923918784 18446744073709551615 47974428137388 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28312/statm: 28023 5167 325 106 0 23526 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 112092

[startup+0.372652 s]
/proc/loadavg: 0.00 0.00 0.00 2/476 28312
/proc/meminfo: memFree=25248932/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=406132 CPUtime=2.13 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 20061 0 0 0 210 3 0 0 17 0 8 0 886293588 415879168 14768 33554432000 4194304 4625164 140736923918784 18446744073709551615 4519341 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 101533 14381 416 106 0 97036 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 406132

[startup+0.700577 s]
/proc/loadavg: 0.00 0.00 0.00 2/476 28312
/proc/meminfo: memFree=25248932/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=406136 CPUtime=4.75 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 23979 0 0 0 471 4 0 0 18 0 8 0 886293588 415883264 15994 33554432000 4194304 4625164 140736923918784 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 101534 15995 384 106 0 97037 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 406136

[startup+1.50043 s]
/proc/loadavg: 0.00 0.00 0.00 9/484 28320
/proc/meminfo: memFree=25179808/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=423136 CPUtime=11.13 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 39542 0 0 0 1107 6 0 0 19 0 8 0 886293588 433291264 20637 33554432000 4194304 4625164 140736923918784 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 105784 20648 364 106 0 101287 0
[pid=28312/tid=28314] ppid=28310 vsize=423136 CPUtime=1.43 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 3687 0 0 0 143 0 0 0 19 0 8 0 886293594 433291264 20649 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=423136 CPUtime=1.37 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 3700 0 0 0 137 0 0 0 19 0 8 0 886293594 433291264 20649 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=423136 CPUtime=1.23 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 9973 0 0 0 122 1 0 0 19 0 8 0 886293594 433291264 20650 33554432000 4194304 4625164 140736923918784 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=423136 CPUtime=1.43 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 3719 0 0 0 143 0 0 0 19 0 8 0 886293594 433291264 20651 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=423136 CPUtime=1.37 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 3335 0 0 0 137 0 0 0 23 0 8 0 886293594 433291264 20653 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=423136 CPUtime=1.43 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 3080 0 0 0 143 0 0 0 19 0 8 0 886293594 433291264 20653 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=423136 CPUtime=1.43 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 3040 0 0 0 143 0 0 0 19 0 8 0 886293594 433291264 20653 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.13
Current children cumulated vsize (KiB) 423136

[startup+3.10114 s]
/proc/loadavg: 0.00 0.00 0.00 9/484 28320
/proc/meminfo: memFree=25148580/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=439988 CPUtime=23.92 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 66995 0 0 0 2381 11 0 0 23 0 8 0 886293588 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4392911 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 109997 29254 363 106 0 105500 0
[pid=28312/tid=28314] ppid=28310 vsize=439988 CPUtime=3.03 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 4296 0 0 0 303 0 0 0 25 0 8 0 886293594 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4462650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=439988 CPUtime=2.96 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 6182 0 0 0 296 0 0 0 24 0 8 0 886293594 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=439988 CPUtime=2.83 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 24166 0 0 0 279 4 0 0 23 0 8 0 886293594 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=439988 CPUtime=3.03 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 4384 0 0 0 303 0 0 0 25 0 8 0 886293594 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=439988 CPUtime=2.96 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 5732 0 0 0 295 1 0 0 25 0 8 0 886293594 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=439988 CPUtime=3.03 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 5495 0 0 0 302 1 0 0 25 0 8 0 886293594 450547712 29254 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=439988 CPUtime=3.02 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 5241 0 0 0 302 0 0 0 24 0 8 0 886293594 450547712 29255 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.92
Current children cumulated vsize (KiB) 439988

[startup+6.30055 s]
/proc/loadavg: 0.64 0.13 0.04 9/484 28320
/proc/meminfo: memFree=25101736/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=461108 CPUtime=49.45 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 117083 0 0 0 4925 20 0 0 25 0 8 0 886293588 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 115277 40540 365 106 0 110780 0
[pid=28312/tid=28314] ppid=28310 vsize=461108 CPUtime=6.22 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 6770 0 0 0 622 0 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=461108 CPUtime=6.17 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 9905 0 0 0 616 1 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=461108 CPUtime=6.03 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 57211 0 0 0 593 10 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=461108 CPUtime=6.22 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 6734 0 0 0 622 0 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=461108 CPUtime=6.1 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 9243 0 0 0 609 1 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=461108 CPUtime=6.23 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 9210 0 0 0 621 2 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=461108 CPUtime=6.22 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 5922 0 0 0 622 0 0 0 25 0 8 0 886293594 472174592 40540 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 461108

[startup+12.7004 s]
/proc/loadavg: 1.23 0.26 0.09 9/484 28320
/proc/meminfo: memFree=25016388/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=512192 CPUtime=100.55 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 174300 0 0 0 10024 31 0 0 25 0 8 0 886293588 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 128048 59040 407 106 0 123551 0
[pid=28312/tid=28314] ppid=28310 vsize=512192 CPUtime=12.63 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 11229 0 0 0 1262 1 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=512192 CPUtime=12.56 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 14665 0 0 0 1255 1 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=512192 CPUtime=12.43 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 84255 0 0 0 1229 14 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=512192 CPUtime=12.63 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 11026 0 0 0 1261 2 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=512192 CPUtime=12.4 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 15033 0 0 0 1238 2 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=512192 CPUtime=12.63 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 15492 0 0 0 1260 3 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=512192 CPUtime=12.62 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 10202 0 0 0 1261 1 0 0 25 0 8 0 886293594 524484608 59040 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.55
Current children cumulated vsize (KiB) 512192

[startup+25.501 s]
/proc/loadavg: 2.73 0.64 0.21 9/484 28321
/proc/meminfo: memFree=24922704/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=588616 CPUtime=202.73 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 326524 0 0 0 20218 55 0 0 25 0 8 0 886293588 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 147154 82372 347 106 0 142657 0
[pid=28312/tid=28314] ppid=28310 vsize=588616 CPUtime=25.43 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 17265 0 0 0 2541 2 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=588616 CPUtime=25.36 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 21884 0 0 0 2534 2 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=588616 CPUtime=25.23 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 190258 0 0 0 2491 32 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4547441 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=588616 CPUtime=25.43 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23107 0 0 0 2539 4 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351811 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=588616 CPUtime=24.98 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 15828 0 0 0 2496 2 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=588616 CPUtime=25.43 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23623 0 0 0 2538 5 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=588616 CPUtime=25.43 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 21765 0 0 0 2541 2 0 0 25 0 8 0 886293594 602742784 82372 33554432000 4194304 4625164 140736923918784 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.73
Current children cumulated vsize (KiB) 588616

[startup+51.1014 s]
/proc/loadavg: 4.58 1.25 0.42 9/484 28321
/proc/meminfo: memFree=24761836/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=723172 CPUtime=407.11 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 513975 0 0 0 40626 85 0 0 25 0 8 0 886293588 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 180793 122324 354 106 0 176296 0
[pid=28312/tid=28314] ppid=28310 vsize=723172 CPUtime=51.03 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 26343 0 0 0 5100 3 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=723172 CPUtime=50.97 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 25306 0 0 0 5094 3 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=723172 CPUtime=50.83 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 324873 0 0 0 5031 52 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=723172 CPUtime=51.02 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 26148 0 0 0 5098 4 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=723172 CPUtime=50.17 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 35675 0 0 0 5012 5 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4348841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=723172 CPUtime=51.03 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 36833 0 0 0 5096 7 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=723172 CPUtime=51.03 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 25417 0 0 0 5099 4 0 0 25 0 8 0 886293594 740528128 122324 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.11

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

Current children cumulated vsize (KiB) 5996052

[startup+4722.32 s]
/proc/loadavg: 8.07 8.06 7.97 9/484 28461
/proc/meminfo: memFree=20055212/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=6491604 CPUtime=37698 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 33139083 0 0 0 3764825 4975 0 0 25 0 8 0 886293588 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 1622901 1293780 347 106 0 1618404 0
[pid=28312/tid=28314] ppid=28310 vsize=6491604 CPUtime=4722.39 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 309833 0 0 0 472175 64 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=6491604 CPUtime=4721.42 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 229107 0 0 0 472094 48 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=6491604 CPUtime=4721.27 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23058269 0 0 0 468751 3376 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=6491604 CPUtime=4722.36 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307896 0 0 0 472171 65 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=6491604 CPUtime=4644.95 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 426456 0 0 0 464417 78 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=6491604 CPUtime=4722.39 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 620787 0 0 0 472128 111 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=6491604 CPUtime=4722.39 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307790 0 0 0 472172 67 0 0 25 0 8 0 886293594 6647402496 1293780 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37698
Current children cumulated vsize (KiB) 6491604

[startup+4782.3 s]
/proc/loadavg: 8.06 8.06 7.98 9/484 28463
/proc/meminfo: memFree=20027132/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=6491604 CPUtime=38176.9 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 33599381 0 0 0 3812626 5062 0 0 25 0 8 0 886293588 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 1622901 1303097 425 106 0 1618404 0
[pid=28312/tid=28314] ppid=28310 vsize=6491604 CPUtime=4782.37 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 309851 0 0 0 478173 64 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=6491604 CPUtime=4781.4 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 229499 0 0 0 478092 48 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=6491604 CPUtime=4781.26 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23299814 0 0 0 474700 3426 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=6491604 CPUtime=4782.34 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307930 0 0 0 478169 65 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=6491604 CPUtime=4703.95 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 427942 0 0 0 470317 78 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=6491604 CPUtime=4782.37 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 624412 0 0 0 478125 112 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=6491604 CPUtime=4782.37 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307804 0 0 0 478170 67 0 0 25 0 8 0 886293594 6647402496 1303097 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38176.9
Current children cumulated vsize (KiB) 6491604

[startup+4842.3 s]
/proc/loadavg: 8.06 8.06 7.98 9/484 28464
/proc/meminfo: memFree=20001820/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=6491604 CPUtime=38655.9 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 33950319 0 0 0 3860459 5131 0 0 25 0 8 0 886293588 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 1622901 1310309 431 106 0 1618404 0
[pid=28312/tid=28314] ppid=28310 vsize=6491604 CPUtime=4842.37 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 309867 0 0 0 484173 64 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=6491604 CPUtime=4841.4 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 229499 0 0 0 484092 48 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=6491604 CPUtime=4841.26 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23536235 0 0 0 480651 3475 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=6491604 CPUtime=4842.35 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307964 0 0 0 484169 66 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=6491604 CPUtime=4762.97 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 429295 0 0 0 476218 79 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=6491604 CPUtime=4842.37 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 626680 0 0 0 484124 113 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351849 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=6491604 CPUtime=4842.37 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307814 0 0 0 484170 67 0 0 25 0 8 0 886293594 6647402496 1310309 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38655.9
Current children cumulated vsize (KiB) 6491604

[startup+4902.3 s]
/proc/loadavg: 8.06 8.06 7.99 9/484 28466
/proc/meminfo: memFree=19983324/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=6492308 CPUtime=39134.9 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 34184456 0 0 0 3908319 5172 0 0 25 0 8 0 886293588 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 1623077 1312442 347 106 0 1618580 0
[pid=28312/tid=28314] ppid=28310 vsize=6492308 CPUtime=4902.37 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 309886 0 0 0 490173 64 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=6492308 CPUtime=4901.4 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 229499 0 0 0 490092 48 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=6492308 CPUtime=4901.26 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23766732 0 0 0 486611 3515 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=6492308 CPUtime=4902.36 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307997 0 0 0 490170 66 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=6492308 CPUtime=4821.99 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 429553 0 0 0 482120 79 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=6492308 CPUtime=4902.37 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 627115 0 0 0 490124 113 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=6492308 CPUtime=4902.37 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307826 0 0 0 490170 67 0 0 25 0 8 0 886293594 6648123392 1312442 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330844 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39134.9
Current children cumulated vsize (KiB) 6492308

[startup+4962.3 s]
/proc/loadavg: 8.12 8.07 8.00 9/484 28467
/proc/meminfo: memFree=19978816/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=6494364 CPUtime=39613.9 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 34531389 0 0 0 3956159 5233 0 0 25 0 8 0 886293588 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 1623591 1313861 347 106 0 1619094 0
[pid=28312/tid=28314] ppid=28310 vsize=6494364 CPUtime=4962.37 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 309905 0 0 0 496173 64 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=6494364 CPUtime=4961.4 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 229499 0 0 0 496092 48 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4339541 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=6494364 CPUtime=4961.26 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 23965957 0 0 0 492574 3552 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=6494364 CPUtime=4962.36 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 308028 0 0 0 496170 66 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=6494364 CPUtime=4881 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 429676 0 0 0 488021 79 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=6494364 CPUtime=4962.38 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 627769 0 0 0 496124 114 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=6494364 CPUtime=4962.37 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307839 0 0 0 496170 67 0 0 25 0 8 0 886293594 6650228736 1313861 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39613.9
Current children cumulated vsize (KiB) 6494364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.7 s]
/proc/loadavg: 8.06 8.06 8.00 9/484 28469
/proc/meminfo: memFree=19961640/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=6494364 CPUtime=40000.4 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) R 28310 28312 28286 0 -1 4202496 34857271 0 0 0 3994747 5291 0 0 25 0 8 0 886293588 6650228736 1318956 33554432000 4194304 4625164 140736923918784 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 1623591 1318956 397 106 0 1619094 0
[pid=28312/tid=28314] ppid=28310 vsize=6494364 CPUtime=5010.79 cores=0-7
/proc/28312/task/28314/stat : 28314 (SArTagnan) R 28310 28312 28286 0 -1 4202560 309922 0 0 0 501015 64 0 0 25 0 8 0 886293594 6650228736 1319480 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28312/tid=28315] ppid=28310 vsize=6494364 CPUtime=5009.82 cores=0-7
/proc/28312/task/28315/stat : 28315 (SArTagnan) R 28310 28312 28286 0 -1 4202560 230188 0 0 0 500934 48 0 0 25 0 8 0 886293594 6650228736 1319480 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28312/tid=28316] ppid=28310 vsize=6494364 CPUtime=5009.68 cores=0-7
/proc/28312/task/28316/stat : 28316 (SArTagnan) R 28310 28312 28286 0 -1 4202560 24126312 0 0 0 497386 3582 0 0 25 0 8 0 886293594 6650228736 1319481 33554432000 4194304 4625164 140736923918784 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28312/tid=28317] ppid=28310 vsize=6494364 CPUtime=5010.78 cores=0-7
/proc/28312/task/28317/stat : 28317 (SArTagnan) R 28310 28312 28286 0 -1 4202560 308052 0 0 0 501012 66 0 0 25 0 8 0 886293594 6650228736 1319482 33554432000 4194304 4625164 140736923918784 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=6494364 CPUtime=4928.6 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4202560 429703 0 0 0 492781 79 0 0 25 0 8 0 886293594 6650228736 1319482 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330091 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28312/tid=28319] ppid=28310 vsize=6494364 CPUtime=5010.79 cores=0-7
/proc/28312/task/28319/stat : 28319 (SArTagnan) R 28310 28312 28286 0 -1 4202560 629543 0 0 0 500965 114 0 0 25 0 8 0 886293594 6650228736 1319483 33554432000 4194304 4625164 140736923918784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28312/tid=28320] ppid=28310 vsize=6494364 CPUtime=5010.79 cores=0-7
/proc/28312/task/28320/stat : 28320 (SArTagnan) R 28310 28312 28286 0 -1 4202560 307848 0 0 0 501012 67 0 0 25 0 8 0 886293594 6650228736 1319484 33554432000 4194304 4625164 140736923918784 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 6494364

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

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

[startup+5010.82 s]
/proc/loadavg: 8.06 8.06 8.00 9/484 28469
/proc/meminfo: memFree=19961640/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=0 CPUtime=40000.6 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) Z 28310 28312 28286 0 -1 4203548 34857827 0 0 0 3994757 5301 0 0 25 0 2 0 886293588 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 0 0 0 0 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=0 CPUtime=4928.71 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4203588 429703 0 0 0 492782 89 0 0 25 0 2 0 886293594 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

[startup+5010.9 s]
/proc/loadavg: 8.06 8.06 8.00 9/484 28469
/proc/meminfo: memFree=19961640/32950928 swapFree=61542356/67111528
[pid=28312] ppid=28310 vsize=0 CPUtime=40000.7 cores=0-7
/proc/28312/stat : 28312 (SArTagnan) Z 28310 28312 28286 0 -1 4203548 34857827 0 0 0 3994757 5309 0 0 25 0 2 0 886293588 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28312/statm: 0 0 0 0 0 0 0
[pid=28312/tid=28318] ppid=28310 vsize=0 CPUtime=4928.79 cores=0-7
/proc/28312/task/28318/stat : 28318 (SArTagnan) R 28310 28312 28286 0 -1 4203588 429703 0 0 0 492782 97 0 0 25 0 2 0 886293594 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 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): 5010.97
CPU time (s): 40000.7
CPU user time (s): 39947.6
CPU system time (s): 53.1649
CPU usage (%): 798.263
Max. virtual memory (cumulated for all children) (KiB): 7078748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39947.6
system time used= 53.1649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34857827
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= 2515
involuntary context switches= 167861

runsolver used 22.6816 second user time and 59.473 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-01 22:37:09
IDJOB=3439306
IDBENCH=83967
IDSOLVER=1936
FILE ID=node116/3439306-1306960629
RUNJOBID= node116-1306960629-28300
PBS_JOBID= 13497637
Free space on /tmp= 73712 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439306-1306960629/watcher-3439306-1306960629 -o /tmp/evaluation-result-3439306-1306960629/solver-3439306-1306960629 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439306-1306960629.cnf -threads=8

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=481871933

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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	: 5332.75
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.826
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.77
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.826
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.75
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.826
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25249468 kB
Buffers:        147836 kB
Cached:         183880 kB
SwapCached:      12572 kB
Active:        7284996 kB
Inactive:       155548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25249468 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:     7107412 kB
Mapped:          22200 kB
Slab:           130188 kB
PageTables:      62424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139573976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 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 node116 at 2011-06-02 00:00:42