Trace number 3438546

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.9 5010.75

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.61
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3438546-1306919577/watcher-3438546-1306919577 -o /tmp/evaluation-result-3438546-1306919577/solver-3438546-1306919577 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438546-1306919577.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: 1.16 1.69 1.88 1/474 22501
/proc/meminfo: memFree=27213912/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=20832 CPUtime=0.01 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 954 0 0 0 1 0 0 0 23 0 1 0 803560057 21331968 580 33554432000 4194304 4625164 140734244568128 18446744073709551615 212436016896 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/22501/statm: 5208 581 296 106 0 711 0

[startup+0.450235 s]
/proc/loadavg: 1.16 1.69 1.88 1/474 22501
/proc/meminfo: memFree=27213912/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=376496 CPUtime=2.79 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 11932 0 0 0 277 2 0 0 18 0 8 0 803560057 385531904 8503 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512491 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 94124 8510 352 106 0 89627 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 376496

[startup+0.580625 s]
/proc/loadavg: 1.16 1.69 1.88 1/474 22501
/proc/meminfo: memFree=27213912/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=375412 CPUtime=3.19 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 13062 0 0 0 317 2 0 0 18 0 8 0 803560057 384421888 9210 33554432000 4194304 4625164 140734244568128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 93853 9210 352 106 0 89356 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 375412

[startup+0.60062 s]
/proc/loadavg: 1.16 1.69 1.88 1/474 22501
/proc/meminfo: memFree=27213912/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=377160 CPUtime=3.35 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 13778 0 0 0 333 2 0 0 18 0 8 0 803560057 386211840 9891 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512288 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 94290 9891 352 106 0 89793 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 377160

[startup+0.700603 s]
/proc/loadavg: 1.16 1.69 1.88 1/474 22501
/proc/meminfo: memFree=27213912/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=510000 CPUtime=4.14 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 14975 0 0 0 412 2 0 0 18 0 8 0 803560057 522240000 10965 33554432000 4194304 4625164 140734244568128 18446744073709551615 4508740 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 127500 10966 352 106 0 123003 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 510000

[startup+1.51845 s]
/proc/loadavg: 1.70 1.80 1.92 9/482 22509
/proc/meminfo: memFree=27144284/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=522112 CPUtime=10.67 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 27249 0 0 0 1062 5 0 0 19 0 8 0 803560057 534642688 18339 33554432000 4194304 4625164 140734244568128 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 130528 18340 354 106 0 126031 0
[pid=22501/tid=22503] ppid=22499 vsize=522112 CPUtime=1.48 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2428 0 0 0 148 0 0 0 20 0 8 0 803560059 534642688 18341 33554432000 4194304 4625164 140734244568128 18446744073709551615 4339541 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=522112 CPUtime=1.14 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 1713 0 0 0 114 0 0 0 25 0 8 0 803560059 534642688 18342 33554432000 4194304 4625164 140734244568128 18446744073709551615 4317543 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=522112 CPUtime=1.47 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 7410 0 0 0 146 1 0 0 19 0 8 0 803560059 534642688 18343 33554432000 4194304 4625164 140734244568128 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=522112 CPUtime=1.22 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 1920 0 0 0 122 0 0 0 19 0 8 0 803560059 534642688 18344 33554432000 4194304 4625164 140734244568128 18446744073709551615 4462380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=522112 CPUtime=1.45 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2107 0 0 0 145 0 0 0 19 0 8 0 803560059 534642688 18344 33554432000 4194304 4625164 140734244568128 18446744073709551615 212436122143 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=522112 CPUtime=1 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 1322 0 0 0 100 0 0 0 25 0 8 0 803560059 534642688 18345 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=522112 CPUtime=1.39 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2343 0 0 0 139 0 0 0 25 0 8 0 803560059 534642688 18346 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 522112

[startup+3.10115 s]
/proc/loadavg: 1.70 1.80 1.92 9/482 22509
/proc/meminfo: memFree=27123712/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=523952 CPUtime=23.3 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 40391 0 0 0 2322 8 0 0 22 0 8 0 803560057 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 130988 23418 361 106 0 126491 0
[pid=22501/tid=22503] ppid=22499 vsize=523952 CPUtime=3.05 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4586 0 0 0 305 0 0 0 25 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=523952 CPUtime=2.72 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2016 0 0 0 272 0 0 0 25 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=523952 CPUtime=3.05 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 12101 0 0 0 303 2 0 0 23 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=523952 CPUtime=2.8 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2862 0 0 0 280 0 0 0 22 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4465197 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=523952 CPUtime=3.03 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2411 0 0 0 303 0 0 0 22 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349061 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=523952 CPUtime=2.56 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 2574 0 0 0 256 0 0 0 25 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=523952 CPUtime=2.97 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 3322 0 0 0 297 0 0 0 25 0 8 0 803560059 536526848 23418 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 523952

[startup+6.30055 s]
/proc/loadavg: 1.70 1.80 1.92 9/482 22509
/proc/meminfo: memFree=27070144/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=541468 CPUtime=48.84 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 74300 0 0 0 4870 14 0 0 25 0 8 0 803560057 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 135367 36571 384 106 0 130870 0
[pid=22501/tid=22503] ppid=22499 vsize=541468 CPUtime=6.25 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 7159 0 0 0 624 1 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4288796 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=541468 CPUtime=5.92 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 3522 0 0 0 592 0 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=541468 CPUtime=6.25 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 31470 0 0 0 620 5 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=541468 CPUtime=6.01 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4798 0 0 0 600 1 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=541468 CPUtime=6.23 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 3811 0 0 0 622 1 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4319696 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=541468 CPUtime=5.71 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4106 0 0 0 570 1 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=541468 CPUtime=6.18 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4841 0 0 0 617 1 0 0 25 0 8 0 803560059 554463232 36571 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.84
Current children cumulated vsize (KiB) 541468

[startup+12.7013 s]
/proc/loadavg: 2.67 2.00 1.98 9/482 22509
/proc/meminfo: memFree=27022088/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=567236 CPUtime=99.93 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 114256 0 0 0 9973 20 0 0 25 0 8 0 803560057 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512078 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 141809 48153 465 106 0 137312 0
[pid=22501/tid=22503] ppid=22499 vsize=567236 CPUtime=12.65 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 10415 0 0 0 1264 1 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=567236 CPUtime=12.32 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4226 0 0 0 1232 0 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=567236 CPUtime=12.66 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 53904 0 0 0 1257 9 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=567236 CPUtime=12.4 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 6899 0 0 0 1239 1 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=567236 CPUtime=12.63 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 6257 0 0 0 1262 1 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4348858 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=567236 CPUtime=12.01 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4281 0 0 0 1200 1 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=567236 CPUtime=12.57 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 7322 0 0 0 1256 1 0 0 25 0 8 0 803560059 580849664 48153 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.93
Current children cumulated vsize (KiB) 567236

[startup+25.5009 s]
/proc/loadavg: 3.49 2.20 2.05 9/482 22509
/proc/meminfo: memFree=26972188/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=614496 CPUtime=202.13 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 176549 0 0 0 20183 30 0 0 25 0 8 0 803560057 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 153624 61145 513 106 0 149127 0
[pid=22501/tid=22503] ppid=22499 vsize=614496 CPUtime=25.45 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 11250 0 0 0 2544 1 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=614496 CPUtime=25.12 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 6751 0 0 0 2511 1 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=614496 CPUtime=25.45 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 99651 0 0 0 2531 14 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=614496 CPUtime=25.2 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 10266 0 0 0 2519 1 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=614496 CPUtime=25.43 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 8952 0 0 0 2541 2 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=614496 CPUtime=24.6 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 4285 0 0 0 2459 1 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=614496 CPUtime=25.37 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 8011 0 0 0 2536 1 0 0 25 0 8 0 803560059 629243904 61145 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.13
Current children cumulated vsize (KiB) 614496

[startup+51.1011 s]
/proc/loadavg: 5.03 2.66 2.20 9/482 22510
/proc/meminfo: memFree=26869816/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=642032 CPUtime=406.49 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 328895 0 0 0 40595 54 0 0 25 0 8 0 803560057 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 160508 86400 460 106 0 156011 0
[pid=22501/tid=22503] ppid=22499 vsize=642032 CPUtime=51.04 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 23397 0 0 0 5101 3 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=642032 CPUtime=50.72 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 11683 0 0 0 5070 2 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=642032 CPUtime=51.05 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 206583 0 0 0 5075 30 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=642032 CPUtime=50.8 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 15077 0 0 0 5078 2 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=642032 CPUtime=51.02 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 9788 0 0 0 5100 2 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349895 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=642032 CPUtime=49.78 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 6498 0 0 0 4976 2 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=642032 CPUtime=50.97 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 11988 0 0 0 5095 2 0 0 25 0 8 0 803560059 657440768 86400 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.49

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

[pid=22501/tid=22505] ppid=22499 vsize=3362144 CPUtime=4636.57 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 40142804 0 0 0 457748 5909 0 0 25 0 8 0 803560059 3442835456 658012 33554432000 4194304 4625164 140734244568128 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3362144 CPUtime=4662.14 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 131939 0 0 0 466183 31 0 0 25 0 8 0 803560059 3442835456 658012 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3362144 CPUtime=4621.54 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 76530 0 0 0 462132 22 0 0 25 0 8 0 803560059 3442835456 658012 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3362144 CPUtime=4652.54 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 44872 0 0 0 465212 42 0 0 25 0 8 0 803560059 3442835456 658012 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3362144 CPUtime=4661.46 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 87205 0 0 0 466125 21 0 0 25 0 8 0 803560059 3442835456 658012 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37219.8
Current children cumulated vsize (KiB) 3362144

[startup+4722.3 s]
/proc/loadavg: 8.06 8.07 8.00 9/482 22650
/proc/meminfo: memFree=24569972/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=3362144 CPUtime=37698.9 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 44431403 0 0 0 3763164 6724 0 0 25 0 8 0 803560057 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 840536 659739 352 106 0 836039 0
[pid=22501/tid=22503] ppid=22499 vsize=3362144 CPUtime=4721.24 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 193604 0 0 0 472088 36 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=3362144 CPUtime=4721.97 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 85235 0 0 0 472164 33 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=3362144 CPUtime=4696.56 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 40635455 0 0 0 463676 5980 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3362144 CPUtime=4722.14 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 132108 0 0 0 472183 31 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3362144 CPUtime=4680.57 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 76683 0 0 0 468035 22 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3362144 CPUtime=4712.54 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 44987 0 0 0 471212 42 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3362144 CPUtime=4721.46 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 87251 0 0 0 472125 21 0 0 25 0 8 0 803560059 3442835456 659739 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37698.9
Current children cumulated vsize (KiB) 3362144

[startup+4782.3 s]
/proc/loadavg: 8.06 8.07 8.00 9/482 22651
/proc/meminfo: memFree=24535932/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=3408344 CPUtime=38177.9 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 44966080 0 0 0 3810986 6801 0 0 25 0 8 0 803560057 3490144256 664821 33554432000 4194304 4625164 140734244568128 18446744073709551615 4511926 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 852086 664822 352 106 0 847589 0
[pid=22501/tid=22503] ppid=22499 vsize=3408344 CPUtime=4781.22 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 193734 0 0 0 478086 36 0 0 25 0 8 0 803560059 3490144256 664822 33554432000 4194304 4625164 140734244568128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=3408344 CPUtime=4781.97 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 110781 0 0 0 478160 37 0 0 25 0 8 0 803560059 3490144256 664822 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=3408344 CPUtime=4756.56 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 41099057 0 0 0 469611 6045 0 0 25 0 8 0 803560059 3490144256 664822 33554432000 4194304 4625164 140734244568128 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3408344 CPUtime=4782.14 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 132310 0 0 0 478183 31 0 0 25 0 8 0 803560059 3490144256 664824 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3408344 CPUtime=4739.58 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 76740 0 0 0 473936 22 0 0 25 0 8 0 803560059 3490144256 664824 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3408344 CPUtime=4772.55 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 44995 0 0 0 477212 43 0 0 25 0 8 0 803560059 3490144256 664824 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3408344 CPUtime=4781.46 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 87303 0 0 0 478125 21 0 0 25 0 8 0 803560059 3490144256 664824 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352102 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38177.9
Current children cumulated vsize (KiB) 3408344

[startup+4842.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/482 22653
/proc/meminfo: memFree=24531940/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=3408344 CPUtime=38656.9 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 45526850 0 0 0 3858805 6886 0 0 25 0 8 0 803560057 3490144256 668467 33554432000 4194304 4625164 140734244568128 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 852086 668467 364 106 0 847589 0
[pid=22501/tid=22503] ppid=22499 vsize=3408344 CPUtime=4841.21 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 194050 0 0 0 484085 36 0 0 25 0 8 0 803560059 3490144256 668467 33554432000 4194304 4625164 140734244568128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=3408344 CPUtime=4841.98 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 111039 0 0 0 484160 38 0 0 25 0 8 0 803560059 3490144256 668467 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=3408344 CPUtime=4816.57 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 41595604 0 0 0 475539 6118 0 0 25 0 8 0 803560059 3490144256 668467 33554432000 4194304 4625164 140734244568128 18446744073709551615 4552460 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3408344 CPUtime=4842.14 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 132598 0 0 0 484183 31 0 0 25 0 8 0 803560059 3490144256 668467 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3408344 CPUtime=4798.61 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 76919 0 0 0 479839 22 0 0 25 0 8 0 803560059 3490144256 668467 33554432000 4194304 4625164 140734244568128 18446744073709551615 4348821 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3408344 CPUtime=4832.55 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 45352 0 0 0 483211 44 0 0 25 0 8 0 803560059 3490144256 668468 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3408344 CPUtime=4841.46 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 87559 0 0 0 484125 21 0 0 25 0 8 0 803560059 3490144256 668468 33554432000 4194304 4625164 140734244568128 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38656.9
Current children cumulated vsize (KiB) 3408344

[startup+4902.3 s]
/proc/loadavg: 8.12 8.08 8.00 9/482 22654
/proc/meminfo: memFree=24530968/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=3408344 CPUtime=39135.9 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 46249652 0 0 0 3906604 6989 0 0 25 0 8 0 803560057 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 852086 675296 422 106 0 847589 0
[pid=22501/tid=22503] ppid=22499 vsize=3408344 CPUtime=4901.2 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 194352 0 0 0 490084 36 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=3408344 CPUtime=4901.98 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 111267 0 0 0 490160 38 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=3408344 CPUtime=4876.57 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 42233603 0 0 0 481452 6205 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3408344 CPUtime=4902.14 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 133045 0 0 0 490183 31 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3408344 CPUtime=4857.64 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 76954 0 0 0 485742 22 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3408344 CPUtime=4892.54 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 45774 0 0 0 489210 44 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3408344 CPUtime=4901.46 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 87826 0 0 0 490125 21 0 0 25 0 8 0 803560059 3490144256 675296 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39135.9
Current children cumulated vsize (KiB) 3408344

[startup+4962.3 s]
/proc/loadavg: 8.18 8.10 8.01 9/482 22656
/proc/meminfo: memFree=24501192/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=3550248 CPUtime=39615 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 46834457 0 0 0 3954423 7074 0 0 25 0 8 0 803560057 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 887562 679805 378 106 0 883065 0
[pid=22501/tid=22503] ppid=22499 vsize=3550248 CPUtime=4961.18 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 194557 0 0 0 496082 36 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=3550248 CPUtime=4961.97 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 111711 0 0 0 496159 38 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=3550248 CPUtime=4936.57 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 42749189 0 0 0 487378 6279 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3550248 CPUtime=4962.14 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 133182 0 0 0 496183 31 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3550248 CPUtime=4916.68 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 77035 0 0 0 491646 22 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4349320 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3550248 CPUtime=4952.54 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 45957 0 0 0 495210 44 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3550248 CPUtime=4961.46 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 88274 0 0 0 496125 21 0 0 25 0 8 0 803560059 3635453952 679805 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39615
Current children cumulated vsize (KiB) 3550248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.6 s]
/proc/loadavg: 8.15 8.10 8.01 9/482 22657
/proc/meminfo: memFree=24491372/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=3484712 CPUtime=40000.7 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) R 22499 22501 22470 0 -1 4202496 47413002 0 0 0 3992905 7162 0 0 25 0 8 0 803560057 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 871178 679256 354 106 0 866681 0
[pid=22501/tid=22503] ppid=22499 vsize=3484712 CPUtime=5009.49 cores=0-7
/proc/22501/task/22503/stat : 22503 (SArTagnan) R 22499 22501 22470 0 -1 4202560 194702 0 0 0 500912 37 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22501/tid=22504] ppid=22499 vsize=3484712 CPUtime=5010.29 cores=0-7
/proc/22501/task/22504/stat : 22504 (SArTagnan) R 22499 22501 22470 0 -1 4202560 111721 0 0 0 500991 38 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22501/tid=22505] ppid=22499 vsize=3484712 CPUtime=4984.89 cores=0-7
/proc/22501/task/22505/stat : 22505 (SArTagnan) R 22499 22501 22470 0 -1 4202560 43270397 0 0 0 492134 6355 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22501/tid=22506] ppid=22499 vsize=3484712 CPUtime=5010.47 cores=0-7
/proc/22501/task/22506/stat : 22506 (SArTagnan) R 22499 22501 22470 0 -1 4202560 133762 0 0 0 501015 32 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=3484712 CPUtime=4964.19 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4202560 77122 0 0 0 496397 22 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22501/tid=22508] ppid=22499 vsize=3484712 CPUtime=5000.86 cores=0-7
/proc/22501/task/22508/stat : 22508 (SArTagnan) R 22499 22501 22470 0 -1 4202560 46790 0 0 0 500041 45 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22501/tid=22509] ppid=22499 vsize=3484712 CPUtime=5009.78 cores=0-7
/proc/22501/task/22509/stat : 22509 (SArTagnan) R 22499 22501 22470 0 -1 4202560 88347 0 0 0 500957 21 0 0 25 0 8 0 803560059 3568345088 679256 33554432000 4194304 4625164 140734244568128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 3484712

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

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

[startup+5010.72 s]
/proc/loadavg: 8.15 8.10 8.01 9/482 22657
/proc/meminfo: memFree=24491372/32951124 swapFree=38422276/67111528
[pid=22501] ppid=22499 vsize=0 CPUtime=40000.8 cores=0-7
/proc/22501/stat : 22501 (SArTagnan) Z 22499 22501 22470 0 -1 4203548 47413002 0 0 0 3992912 7172 0 0 25 0 2 0 803560057 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22501/statm: 0 0 0 0 0 0 0
[pid=22501/tid=22507] ppid=22499 vsize=0 CPUtime=4964.29 cores=0-7
/proc/22501/task/22507/stat : 22507 (SArTagnan) R 22499 22501 22470 0 -1 4203588 77122 0 0 0 496397 32 0 0 25 0 2 0 803560059 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.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.75
CPU time (s): 40000.9
CPU user time (s): 39929.1
CPU system time (s): 71.7461
CPU usage (%): 798.301
Max. virtual memory (cumulated for all children) (KiB): 3637388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39929.1
system time used= 71.7461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47413002
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= 20581
involuntary context switches= 176003

runsolver used 22.9915 second user time and 58.4741 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-01 11:12:57
IDJOB=3438546
IDBENCH=71540
IDSOLVER=1936
FILE ID=node102/3438546-1306919577
RUNJOBID= node102-1306919577-22487
PBS_JOBID= 13488538
Free space on /tmp= 73824 MiB

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

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=50274697

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27214060 kB
Buffers:        272420 kB
Cached:        1443260 kB
SwapCached:      86876 kB
Active:         715648 kB
Inactive:      4724492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27214060 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            1196 kB
Writeback:          12 kB
AnonPages:     3661144 kB
Mapped:          13408 kB
Slab:           125928 kB
PageTables:      99676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135448556 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= 73824 MiB
End job on node102 at 2011-06-01 12:36:30