Trace number 3439206

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.5 5010.12

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3212.64
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

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-3439206-1306960406/watcher-3439206-1306960406 -o /tmp/evaluation-result-3439206-1306960406/solver-3439206-1306960406 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439206-1306960406.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/427 16418
/proc/meminfo: memFree=12678400/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=22816 CPUtime=0 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 1483 0 0 0 0 0 0 0 25 0 1 0 807640210 23363584 1216 33554432000 4194304 4625164 140736646337584 18446744073709551615 4298385 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/16418/statm: 5704 1229 298 106 0 1207 0
[pid=16418/tid=16419] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 4333968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 274680792091 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) D 16416 16418 16392 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 4375120 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) D 16416 16418 16392 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 4273561 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 4333968 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=226072 CPUtime=0 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 807640211 231497728 1368 33554432000 4194304 4625164 140736646337584 18446744073709551615 274680792091 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.105774 s]
/proc/loadavg: 0.00 0.00 0.00 2/427 16418
/proc/meminfo: memFree=12678400/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=296276 CPUtime=0.7 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 4184 0 0 0 70 0 0 0 18 0 8 0 807640210 303386624 2695 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664913439 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 74069 2718 344 106 0 69572 0
[pid=16418/tid=16419] ppid=16416 vsize=296276 CPUtime=0.09 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 356 0 0 0 9 0 0 0 25 0 8 0 807640211 303386624 2731 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=296276 CPUtime=0.08 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 283 0 0 0 8 0 0 0 18 0 8 0 807640211 303386624 2742 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664505813 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=296276 CPUtime=0.08 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 663 0 0 0 8 0 0 0 18 0 8 0 807640211 303386624 2755 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664913439 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=296276 CPUtime=0.09 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 334 0 0 0 9 0 0 0 25 0 8 0 807640211 303386624 2767 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664467930 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=296276 CPUtime=0.08 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 155 0 0 0 8 0 0 0 25 0 8 0 807640211 303386624 2778 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664505552 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=296276 CPUtime=0.09 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 334 0 0 0 9 0 0 0 18 0 8 0 807640211 303386624 2783 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664913439 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=296276 CPUtime=0.08 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 333 0 0 0 8 0 0 0 18 0 8 0 807640211 303386624 2783 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 296276

[startup+0.201366 s]
/proc/loadavg: 0.00 0.00 0.00 2/427 16418
/proc/meminfo: memFree=12678400/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=296520 CPUtime=1.47 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 5299 0 0 0 147 0 0 0 18 0 8 0 807640210 303636480 3323 33554432000 4194304 4625164 140736646337584 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 74130 3326 344 106 0 69633 0
[pid=16418/tid=16419] ppid=16416 vsize=296520 CPUtime=0.19 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 586 0 0 0 19 0 0 0 25 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=296520 CPUtime=0.17 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 371 0 0 0 17 0 0 0 18 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=296520 CPUtime=0.17 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 926 0 0 0 17 0 0 0 18 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 274664505099 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=296520 CPUtime=0.18 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 390 0 0 0 18 0 0 0 25 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=296520 CPUtime=0.17 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 255 0 0 0 17 0 0 0 25 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349029 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=296520 CPUtime=0.18 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 400 0 0 0 18 0 0 0 18 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 4486768 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=296520 CPUtime=0.17 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 583 0 0 0 17 0 0 0 18 0 8 0 807640211 303636480 3326 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 296520

[startup+0.301349 s]
/proc/loadavg: 0.00 0.00 0.00 2/427 16418
/proc/meminfo: memFree=12678400/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=297712 CPUtime=2.27 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 6578 0 0 0 226 1 0 0 18 0 8 0 807640210 304857088 4165 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 74428 4165 348 106 0 69931 0
[pid=16418/tid=16419] ppid=16416 vsize=297712 CPUtime=0.29 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 656 0 0 0 29 0 0 0 25 0 8 0 807640211 304857088 4165 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=297712 CPUtime=0.27 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 415 0 0 0 27 0 0 0 18 0 8 0 807640211 304857088 4165 33554432000 4194304 4625164 140736646337584 18446744073709551615 4462653 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=297712 CPUtime=0.27 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1458 0 0 0 27 0 0 0 18 0 8 0 807640211 304857088 4165 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=297712 CPUtime=0.28 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 645 0 0 0 28 0 0 0 25 0 8 0 807640211 304857088 4168 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=297712 CPUtime=0.27 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 298 0 0 0 27 0 0 0 25 0 8 0 807640211 304857088 4168 33554432000 4194304 4625164 140736646337584 18446744073709551615 4348817 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=297712 CPUtime=0.28 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 627 0 0 0 28 0 0 0 18 0 8 0 807640211 304857088 4168 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=297712 CPUtime=0.27 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 632 0 0 0 27 0 0 0 18 0 8 0 807640211 304857088 4168 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 297712

[startup+0.701281 s]
/proc/loadavg: 0.00 0.00 0.00 2/427 16418
/proc/meminfo: memFree=12678400/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=301156 CPUtime=5.47 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 12022 0 0 0 546 1 0 0 18 0 8 0 807640210 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 75289 6909 348 106 0 70792 0
[pid=16418/tid=16419] ppid=16416 vsize=301156 CPUtime=0.69 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1186 0 0 0 69 0 0 0 25 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=301156 CPUtime=0.67 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1106 0 0 0 67 0 0 0 18 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=301156 CPUtime=0.67 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 3146 0 0 0 67 0 0 0 18 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=301156 CPUtime=0.68 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1172 0 0 0 68 0 0 0 25 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=301156 CPUtime=0.67 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1007 0 0 0 67 0 0 0 25 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=301156 CPUtime=0.68 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1192 0 0 0 68 0 0 0 18 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=301156 CPUtime=0.67 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1156 0 0 0 67 0 0 0 18 0 8 0 807640211 308383744 6909 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 301156

[startup+1.50114 s]
/proc/loadavg: 0.00 0.00 0.00 9/435 16426
/proc/meminfo: memFree=12640772/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=311952 CPUtime=11.85 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 21419 0 0 0 1182 3 0 0 20 0 8 0 807640210 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 77988 11714 348 106 0 73491 0
[pid=16418/tid=16419] ppid=16416 vsize=311952 CPUtime=1.48 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 2595 0 0 0 148 0 0 0 25 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=311952 CPUtime=1.47 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1946 0 0 0 147 0 0 0 20 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=311952 CPUtime=1.46 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 6308 0 0 0 146 0 0 0 20 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=311952 CPUtime=1.48 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1885 0 0 0 148 0 0 0 25 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=311952 CPUtime=1.46 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1813 0 0 0 146 0 0 0 25 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349075 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=311952 CPUtime=1.48 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 2552 0 0 0 148 0 0 0 19 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=311952 CPUtime=1.47 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 1883 0 0 0 147 0 0 0 20 0 8 0 807640211 319438848 11714 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 311952

[startup+3.10087 s]
/proc/loadavg: 0.64 0.13 0.04 9/435 16426
/proc/meminfo: memFree=12618824/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=326512 CPUtime=24.63 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 32419 0 0 0 2458 5 0 0 25 0 8 0 807640210 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4490636 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 81628 17777 348 106 0 77131 0
[pid=16418/tid=16419] ppid=16416 vsize=326512 CPUtime=3.08 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 3037 0 0 0 308 0 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=326512 CPUtime=3.06 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 2890 0 0 0 306 0 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=326512 CPUtime=3.07 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 10464 0 0 0 306 1 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4547248 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=326512 CPUtime=3.08 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 3073 0 0 0 308 0 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=326512 CPUtime=3.04 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 2749 0 0 0 304 0 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4348817 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=326512 CPUtime=3.08 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 4133 0 0 0 308 0 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=326512 CPUtime=3.07 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 3019 0 0 0 307 0 0 0 25 0 8 0 807640211 334348288 17777 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 326512

[startup+6.30131 s]
/proc/loadavg: 0.64 0.13 0.04 9/435 16426
/proc/meminfo: memFree=12571688/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=347932 CPUtime=49.98 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 53127 0 0 0 4986 12 0 0 25 0 8 0 807640210 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4512854 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 86983 28349 358 106 0 82486 0
[pid=16418/tid=16419] ppid=16416 vsize=347932 CPUtime=6.29 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 6593 0 0 0 628 1 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=347932 CPUtime=6.26 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 4737 0 0 0 625 1 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=347932 CPUtime=6.26 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 16642 0 0 0 624 2 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=347932 CPUtime=6.1 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 4888 0 0 0 608 2 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=347932 CPUtime=6.19 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 4604 0 0 0 619 0 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=347932 CPUtime=6.27 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 6777 0 0 0 626 1 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=347932 CPUtime=6.26 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 4865 0 0 0 626 0 0 0 25 0 8 0 807640211 356282368 28349 33554432000 4194304 4625164 140736646337584 18446744073709551615 4339541 0 0 4096 2 0 0 0 -1 3 0 0 0

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

[pid=16418/tid=16421] ppid=16416 vsize=5418476 CPUtime=4658.83 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 19254745 0 0 0 463039 2844 0 0 25 0 8 0 807640211 5548519424 1106261 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5418476 CPUtime=4658.15 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 279925 0 0 0 465742 73 0 0 25 0 8 0 807640211 5548519424 1106261 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5418476 CPUtime=4638.68 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 133637 0 0 0 463833 35 0 0 25 0 8 0 807640211 5548519424 1106261 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5418476 CPUtime=4662.23 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 407962 0 0 0 466139 84 0 0 25 0 8 0 807640211 5548519424 1106261 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5418476 CPUtime=4623.02 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 283974 0 0 0 462247 55 0 0 25 0 8 0 807640211 5548519424 1106261 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37224.6
Current children cumulated vsize (KiB) 5418476

[startup+4722.3 s]
/proc/loadavg: 8.04 8.03 7.96 9/435 16566
/proc/meminfo: memFree=8219200/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=5485320 CPUtime=37703.8 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 22484182 0 0 0 3766911 3467 0 0 25 0 8 0 807640210 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 1371330 1113023 463 106 0 1366833 0
[pid=16418/tid=16419] ppid=16416 vsize=5485320 CPUtime=4721.26 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 286538 0 0 0 472077 49 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=5485320 CPUtime=4721.61 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 191453 0 0 0 472123 38 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=5485320 CPUtime=4718.84 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 19562581 0 0 0 469001 2883 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5485320 CPUtime=4718.17 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 279958 0 0 0 471744 73 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5485320 CPUtime=4698.7 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 133638 0 0 0 469835 35 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5485320 CPUtime=4722.24 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 408991 0 0 0 472140 84 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5485320 CPUtime=4682.16 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 283999 0 0 0 468161 55 0 0 25 0 8 0 807640211 5616967680 1113023 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37703.8
Current children cumulated vsize (KiB) 5485320

[startup+4782.3 s]
/proc/loadavg: 8.06 8.04 7.97 9/435 16568
/proc/meminfo: memFree=8210640/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=5420956 CPUtime=38182.8 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 22610669 0 0 0 3814796 3484 0 0 25 0 8 0 807640210 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 1355239 1112432 349 106 0 1350742 0
[pid=16418/tid=16419] ppid=16416 vsize=5420956 CPUtime=4781.22 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 286689 0 0 0 478073 49 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=5420956 CPUtime=4781.6 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 191811 0 0 0 478121 39 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=5420956 CPUtime=4778.81 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 19682698 0 0 0 474983 2898 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5420956 CPUtime=4778.15 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 279993 0 0 0 477742 73 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5420956 CPUtime=4758.68 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 133807 0 0 0 475833 35 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5420956 CPUtime=4782.22 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 409422 0 0 0 478137 85 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5420956 CPUtime=4741.28 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 284032 0 0 0 474073 55 0 0 25 0 8 0 807640211 5551058944 1112432 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38182.8
Current children cumulated vsize (KiB) 5420956

[startup+4842.32 s]
/proc/loadavg: 8.06 8.04 7.97 9/435 16569
/proc/meminfo: memFree=8211504/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=5490656 CPUtime=38662 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 22768895 0 0 0 3862693 3507 0 0 25 0 8 0 807640210 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 1372664 1114629 349 106 0 1368167 0
[pid=16418/tid=16419] ppid=16416 vsize=5490656 CPUtime=4841.22 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 286946 0 0 0 484073 49 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=5490656 CPUtime=4841.62 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 191949 0 0 0 484123 39 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=5490656 CPUtime=4838.82 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 19819380 0 0 0 480965 2917 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5490656 CPUtime=4838.18 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 280024 0 0 0 483744 74 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5490656 CPUtime=4818.7 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 133905 0 0 0 481835 35 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5490656 CPUtime=4842.24 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 409486 0 0 0 484139 85 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5490656 CPUtime=4800.42 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 284061 0 0 0 479987 55 0 0 25 0 8 0 807640211 5622431744 1114629 33554432000 4194304 4625164 140736646337584 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38662
Current children cumulated vsize (KiB) 5490656

[startup+4902.3 s]
/proc/loadavg: 8.05 8.04 7.98 9/435 16571
/proc/meminfo: memFree=8184340/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=5490656 CPUtime=39141 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 23024260 0 0 0 3910557 3541 0 0 25 0 8 0 807640210 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 1372664 1123568 444 106 0 1368167 0
[pid=16418/tid=16419] ppid=16416 vsize=5490656 CPUtime=4901.21 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 287128 0 0 0 490072 49 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=5490656 CPUtime=4901.6 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 192216 0 0 0 490121 39 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=5490656 CPUtime=4898.81 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 19996872 0 0 0 486942 2939 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5490656 CPUtime=4898.16 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 280057 0 0 0 489742 74 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5490656 CPUtime=4878.68 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 134340 0 0 0 487833 35 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4349072 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5490656 CPUtime=4902.21 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 410950 0 0 0 490136 85 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5490656 CPUtime=4859.54 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 284086 0 0 0 485899 55 0 0 25 0 8 0 807640211 5622431744 1123568 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39141
Current children cumulated vsize (KiB) 5490656

[startup+4962.3 s]
/proc/loadavg: 8.02 8.03 7.98 9/435 16573
/proc/meminfo: memFree=8174908/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=5490656 CPUtime=39620 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 23379187 0 0 0 3958412 3591 0 0 25 0 8 0 807640210 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 1372664 1125003 356 106 0 1368167 0
[pid=16418/tid=16419] ppid=16416 vsize=5490656 CPUtime=4961.2 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 287150 0 0 0 496071 49 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=5490656 CPUtime=4961.6 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 192894 0 0 0 496121 39 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351811 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=5490656 CPUtime=4958.8 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 20293583 0 0 0 492902 2978 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5490656 CPUtime=4958.16 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 280087 0 0 0 495742 74 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5490656 CPUtime=4938.68 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 134369 0 0 0 493833 35 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5490656 CPUtime=4962.19 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 411702 0 0 0 496134 85 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5490656 CPUtime=4918.65 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 284111 0 0 0 491810 55 0 0 25 0 8 0 807640211 5622431744 1125003 33554432000 4194304 4625164 140736646337584 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39620
Current children cumulated vsize (KiB) 5490656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.9 s]
/proc/loadavg: 8.05 8.04 7.99 9/435 16574
/proc/meminfo: memFree=8164364/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=5490656 CPUtime=40000.2 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) R 16416 16418 16392 0 -1 4202496 23627892 0 0 0 3996389 3627 0 0 25 0 8 0 807640210 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 1372664 1126585 350 106 0 1368167 0
[pid=16418/tid=16419] ppid=16416 vsize=5490656 CPUtime=5008.82 cores=0-7
/proc/16418/task/16419/stat : 16419 (SArTagnan) R 16416 16418 16392 0 -1 4202560 287169 0 0 0 500833 49 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16418/tid=16420] ppid=16416 vsize=5490656 CPUtime=5009.22 cores=0-7
/proc/16418/task/16420/stat : 16420 (SArTagnan) R 16416 16418 16392 0 -1 4202560 193432 0 0 0 500883 39 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16418/tid=16421] ppid=16416 vsize=5490656 CPUtime=5006.41 cores=0-7
/proc/16418/task/16421/stat : 16421 (SArTagnan) R 16416 16418 16392 0 -1 4202560 20523949 0 0 0 497631 3010 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=5490656 CPUtime=5005.78 cores=0-7
/proc/16418/task/16422/stat : 16422 (SArTagnan) R 16416 16418 16392 0 -1 4202560 280110 0 0 0 500504 74 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=5490656 CPUtime=4986.31 cores=0-7
/proc/16418/task/16423/stat : 16423 (SArTagnan) R 16416 16418 16392 0 -1 4202560 134951 0 0 0 498595 36 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=5490656 CPUtime=5009.8 cores=0-7
/proc/16418/task/16424/stat : 16424 (SArTagnan) R 16416 16418 16392 0 -1 4202560 411774 0 0 0 500894 86 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=5490656 CPUtime=4965.56 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4202560 284132 0 0 0 496501 55 0 0 25 0 8 0 807640211 5622431744 1126585 33554432000 4194304 4625164 140736646337584 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 5490656

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

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

[startup+5010.1 s]
/proc/loadavg: 8.05 8.04 7.99 9/435 16574
/proc/meminfo: memFree=8164364/32951132 swapFree=67093840/67111528
[pid=16418] ppid=16416 vsize=0 CPUtime=40000.4 cores=0-7
/proc/16418/stat : 16418 (SArTagnan) Z 16416 16418 16392 0 -1 4203548 23627904 0 0 0 3996400 3644 0 0 25 0 2 0 807640210 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16418/statm: 0 0 0 0 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=0 CPUtime=4965.75 cores=0-7
/proc/16418/task/16425/stat : 16425 (SArTagnan) R 16416 16418 16392 0 -1 4203588 284132 0 0 0 496502 73 0 0 25 0 2 0 807640211 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.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.12
CPU time (s): 40000.5
CPU user time (s): 39964
CPU system time (s): 36.4725
CPU usage (%): 798.393
Max. virtual memory (cumulated for all children) (KiB): 5490656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39964
system time used= 36.4725
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23627904
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= 4357
involuntary context switches= 168851

runsolver used 20.4009 second user time and 52.484 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-01 22:33:26
IDJOB=3439206
IDBENCH=83356
IDSOLVER=1936
FILE ID=node131/3439206-1306960406
RUNJOBID= node131-1306960405-16406
PBS_JOBID= 13497620
Free space on /tmp= 73892 MiB

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

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=2026352994

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12678812 kB
Buffers:        320968 kB
Cached:        5533652 kB
SwapCached:        948 kB
Active:       15812348 kB
Inactive:      4154488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12678812 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:    14110960 kB
Mapped:          37892 kB
Slab:           183224 kB
PageTables:      55152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95326708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73888 MiB
End job on node131 at 2011-06-01 23:56:58