Trace number 3438326

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) 40001.4 5011.72

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.2837
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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-3438326-1306911159/watcher-3438326-1306911159 -o /tmp/evaluation-result-3438326-1306911159/solver-3438326-1306911159 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438326-1306911159.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: 7.00 3.37 2.36 1/439 27800
/proc/meminfo: memFree=5619800/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=24652 CPUtime=0 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 1164 0 0 0 0 0 0 0 21 0 1 0 802714680 25243648 981 33554432000 4194304 4625164 140736137181120 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/27800/statm: 6163 982 296 106 0 1666 0

[startup+0.021653 s]
/proc/loadavg: 7.00 3.37 2.36 1/439 27800
/proc/meminfo: memFree=5619800/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=26796 CPUtime=0.01 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 2072 0 0 0 1 0 0 0 21 0 1 0 802714680 27439104 1433 33554432000 4194304 4625164 140736137181120 18446744073709551615 235594564053 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/27800/statm: 6699 1452 296 106 0 2202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26796

[startup+0.100636 s]
/proc/loadavg: 7.00 3.37 2.36 1/439 27800
/proc/meminfo: memFree=5619800/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=48320 CPUtime=0.09 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 10584 0 0 0 8 1 0 0 21 0 1 0 802714680 49479680 7484 33554432000 4194304 4625164 140736137181120 18446744073709551615 4298385 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/27800/statm: 12117 7503 298 106 0 7620 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48320

[startup+0.309474 s]
/proc/loadavg: 7.00 3.37 2.36 1/439 27800
/proc/meminfo: memFree=5619800/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=591056 CPUtime=1.5 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 29816 0 0 0 146 4 0 0 18 0 8 0 802714680 605241344 20703 33554432000 4194304 4625164 140736137181120 18446744073709551615 235594909831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 149197 24335 348 106 0 144700 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 591056

[startup+1.13939 s]
/proc/loadavg: 7.00 3.37 2.36 1/439 27800
/proc/meminfo: memFree=5619800/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=596020 CPUtime=8.13 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 56599 0 0 0 804 9 0 0 19 0 8 0 802714680 610324480 30609 33554432000 4194304 4625164 140736137181120 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 149005 30609 349 106 0 144508 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 596020

[startup+1.50033 s]
/proc/loadavg: 7.00 3.37 2.36 1/439 27800
/proc/meminfo: memFree=5619800/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=598480 CPUtime=11.02 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 64594 0 0 0 1091 11 0 0 19 0 8 0 802714680 612843520 33128 33554432000 4194304 4625164 140736137181120 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 149620 33128 349 106 0 145123 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 598480

[startup+3.10105 s]
/proc/loadavg: 7.00 3.37 2.36 9/447 27808
/proc/meminfo: memFree=5457676/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=610780 CPUtime=23.8 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 95983 0 0 0 2364 16 0 0 24 0 8 0 802714680 625438720 40916 33554432000 4194304 4625164 140736137181120 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 152695 40918 349 106 0 148198 0
[pid=27800/tid=27802] ppid=27798 vsize=610780 CPUtime=2.98 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 4041 0 0 0 297 1 0 0 24 0 8 0 802714691 625438720 40919 33554432000 4194304 4625164 140736137181120 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=610780 CPUtime=2.97 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 8047 0 0 0 296 1 0 0 24 0 8 0 802714691 625438720 40920 33554432000 4194304 4625164 140736137181120 18446744073709551615 4295464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=610780 CPUtime=2.96 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 41258 0 0 0 291 5 0 0 25 0 8 0 802714691 625438720 40921 33554432000 4194304 4625164 140736137181120 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=610780 CPUtime=2.91 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 4594 0 0 0 290 1 0 0 25 0 8 0 802714691 625438720 40922 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=610780 CPUtime=2.95 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 5037 0 0 0 294 1 0 0 24 0 8 0 802714691 625438720 40923 33554432000 4194304 4625164 140736137181120 18446744073709551615 4319706 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=610780 CPUtime=2.92 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 3367 0 0 0 292 0 0 0 24 0 8 0 802714691 625438720 40924 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=610780 CPUtime=2.95 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 4676 0 0 0 295 0 0 0 25 0 8 0 802714691 625438720 40926 33554432000 4194304 4625164 140736137181120 18446744073709551615 4288653 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 610780

[startup+6.31748 s]
/proc/loadavg: 7.08 3.45 2.39 9/447 27808
/proc/meminfo: memFree=5393940/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=620704 CPUtime=49.47 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 148422 0 0 0 4921 26 0 0 25 0 8 0 802714680 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4514300 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 155176 56191 349 106 0 150679 0
[pid=27800/tid=27802] ppid=27798 vsize=620704 CPUtime=6.19 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 4490 0 0 0 618 1 0 0 25 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=620704 CPUtime=6.19 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 13486 0 0 0 617 2 0 0 25 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4292489 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=620704 CPUtime=6.19 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 77932 0 0 0 607 12 0 0 25 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4546832 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=620704 CPUtime=6.12 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 7924 0 0 0 611 1 0 0 25 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=620704 CPUtime=6.16 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 8446 0 0 0 615 1 0 0 25 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=620704 CPUtime=6.09 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 3700 0 0 0 609 0 0 0 25 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=620704 CPUtime=6.17 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 5155 0 0 0 616 1 0 0 18 0 8 0 802714691 635600896 56191 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 620704

[startup+12.7004 s]
/proc/loadavg: 7.15 3.52 2.42 9/447 27808
/proc/meminfo: memFree=5329364/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=693504 CPUtime=100.44 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 219397 0 0 0 10001 43 0 0 25 0 8 0 802714680 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4393091 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 173376 75870 353 106 0 168879 0
[pid=27800/tid=27802] ppid=27798 vsize=693504 CPUtime=12.57 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 7862 0 0 0 1255 2 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=693504 CPUtime=12.56 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 18476 0 0 0 1251 5 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=693504 CPUtime=12.57 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 127488 0 0 0 1237 20 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=693504 CPUtime=12.5 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 12096 0 0 0 1248 2 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=693504 CPUtime=12.54 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 11520 0 0 0 1250 4 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=693504 CPUtime=12.4 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 4338 0 0 0 1239 1 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=693504 CPUtime=12.55 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 7357 0 0 0 1254 1 0 0 25 0 8 0 802714691 710148096 75870 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 693504

[startup+25.5011 s]
/proc/loadavg: 7.41 3.76 2.51 9/447 27808
/proc/meminfo: memFree=5096008/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=837224 CPUtime=202.65 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 376897 0 0 0 20191 74 0 0 25 0 8 0 802714680 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 209306 132525 380 106 0 204809 0
[pid=27800/tid=27802] ppid=27798 vsize=837224 CPUtime=25.37 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 17674 0 0 0 2534 3 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4339841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=837224 CPUtime=25.35 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 29963 0 0 0 2527 8 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=837224 CPUtime=25.36 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 181192 0 0 0 2508 28 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=837224 CPUtime=25.31 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 20766 0 0 0 2526 5 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=837224 CPUtime=25.34 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 36088 0 0 0 2525 9 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=837224 CPUtime=25 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 9764 0 0 0 2498 2 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=837224 CPUtime=25.35 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 13021 0 0 0 2532 3 0 0 25 0 8 0 802714691 857317376 132525 33554432000 4194304 4625164 140736137181120 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 837224

[startup+51.1006 s]
/proc/loadavg: 7.61 4.10 2.66 9/447 27809
/proc/meminfo: memFree=4543656/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=1573492 CPUtime=407.03 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 707477 0 0 0 40563 140 0 0 25 0 8 0 802714680 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 393373 272272 643 106 0 388876 0
[pid=27800/tid=27802] ppid=27798 vsize=1573492 CPUtime=50.97 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 30062 0 0 0 5090 7 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=1573492 CPUtime=50.94 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 67485 0 0 0 5074 20 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=1573492 CPUtime=50.95 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 274757 0 0 0 5055 40 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=1573492 CPUtime=50.9 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 33359 0 0 0 5082 8 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351972 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=1573492 CPUtime=50.93 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 74038 0 0 0 5068 25 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4348858 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=1573492 CPUtime=50.23 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 19787 0 0 0 5018 5 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=1573492 CPUtime=50.95 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 30107 0 0 0 5089 6 0 0 25 0 8 0 802714691 1611255808 272272 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.03
Current children cumulated vsize (KiB) 1573492

[startup+102.301 s]
/proc/loadavg: 7.88 4.71 2.94 9/447 27810
/proc/meminfo: memFree=3625032/32950928 swapFree=34365936/67111528
[pid=27800] ppid=27798 vsize=2566164 CPUtime=815.78 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 1294682 0 0 0 81327 251 0 0 25 0 8 0 802714680 2627751936 501773 33554432000 4194304 4625164 140736137181120 18446744073709551615 4492284 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 641541 501773 369 106 0 637044 0
[pid=27800/tid=27802] ppid=27798 vsize=2566164 CPUtime=102.16 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 51108 0 0 0 10204 12 0 0 25 0 8 0 802714691 2627751936 501773 33554432000 4194304 4625164 140736137181120 18446744073709551615 4469147 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=2566164 CPUtime=102.13 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 99707 0 0 0 10185 28 0 0 25 0 8 0 802714691 2627751936 501773 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=2566164 CPUtime=102.14 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 457617 0 0 0 10150 64 0 0 25 0 8 0 802714691 2627751936 501773 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0

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

/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 132548 0 0 0 472154 37 0 0 25 0 8 0 802714691 12124987392 2412712 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=11840808 CPUtime=4651.91 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 10538271 0 0 0 463116 2075 0 0 25 0 8 0 802714691 12124987392 2412712 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=11840808 CPUtime=4721.31 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 118530 0 0 0 472099 32 0 0 25 0 8 0 802714691 12124987392 2412712 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=11840808 CPUtime=4722.23 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 156338 0 0 0 472172 51 0 0 25 0 8 0 802714691 12124987392 2412712 33554432000 4194304 4625164 140736137181120 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=11840808 CPUtime=4718.36 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 123067 0 0 0 471781 55 0 0 25 0 8 0 802714691 12124987392 2412712 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=11840808 CPUtime=4722.2 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 120438 0 0 0 472189 31 0 0 25 0 8 0 802714691 12124987392 2412712 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37699.5
Current children cumulated vsize (KiB) 11840808

[startup+4782.3 s]
/proc/loadavg: 8.19 8.08 8.01 9/447 27994
/proc/meminfo: memFree=1949304/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=11840808 CPUtime=38178.5 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 16281926 0 0 0 3814422 3424 0 0 25 0 8 0 802714680 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 2960202 2413891 354 106 0 2955705 0
[pid=27800/tid=27802] ppid=27798 vsize=11840808 CPUtime=4781.64 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 115821 0 0 0 478131 33 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=11840808 CPUtime=4781.91 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 132563 0 0 0 478154 37 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=11840808 CPUtime=4711 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 10725582 0 0 0 468986 2114 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4547818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=11840808 CPUtime=4781.31 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 118561 0 0 0 478098 33 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=11840808 CPUtime=4782.23 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 156536 0 0 0 478172 51 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=11840808 CPUtime=4778.36 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 123083 0 0 0 477781 55 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=11840808 CPUtime=4782.2 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 120494 0 0 0 478189 31 0 0 25 0 8 0 802714691 12124987392 2413891 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38178.5
Current children cumulated vsize (KiB) 11840808

[startup+4842.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/447 28010
/proc/meminfo: memFree=1929680/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=11840808 CPUtime=38657.3 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 16429434 0 0 0 3862281 3453 0 0 25 0 8 0 802714680 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4338031 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 2960202 2418741 358 106 0 2955705 0
[pid=27800/tid=27802] ppid=27798 vsize=11840808 CPUtime=4841.49 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 115849 0 0 0 484116 33 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=11840808 CPUtime=4841.91 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 132572 0 0 0 484154 37 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=11840808 CPUtime=4770.06 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 10872881 0 0 0 474863 2143 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4546798 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=11840808 CPUtime=4841.31 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 118581 0 0 0 484098 33 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=11840808 CPUtime=4842.23 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 156662 0 0 0 484172 51 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=11840808 CPUtime=4838.35 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 123108 0 0 0 483780 55 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=11840808 CPUtime=4842.2 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 120495 0 0 0 484189 31 0 0 25 0 8 0 802714691 12124987392 2418741 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38657.3
Current children cumulated vsize (KiB) 11840808

[startup+4902.3 s]
/proc/loadavg: 8.05 8.07 8.00 9/447 28018
/proc/meminfo: memFree=1915220/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=11906344 CPUtime=39136.3 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 16574734 0 0 0 3910149 3485 0 0 25 0 8 0 802714680 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 2976586 2422079 354 106 0 2972089 0
[pid=27800/tid=27802] ppid=27798 vsize=11906344 CPUtime=4901.5 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 115864 0 0 0 490117 33 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=11906344 CPUtime=4901.93 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 132582 0 0 0 490156 37 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=11906344 CPUtime=4829.15 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 11018059 0 0 0 480740 2175 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=11906344 CPUtime=4901.33 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 118620 0 0 0 490100 33 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=11906344 CPUtime=4902.25 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 156688 0 0 0 490174 51 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=11906344 CPUtime=4898.36 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 123137 0 0 0 489781 55 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=11906344 CPUtime=4902.22 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 120498 0 0 0 490191 31 0 0 25 0 8 0 802714691 12192096256 2422079 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39136.3
Current children cumulated vsize (KiB) 11906344

[startup+4962.3 s]
/proc/loadavg: 8.53 8.18 8.04 9/451 28047
/proc/meminfo: memFree=1863252/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=11906344 CPUtime=39614.4 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 16780119 0 0 0 3957895 3544 0 0 25 0 8 0 802714680 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 2976586 2426557 358 106 0 2972089 0
[pid=27800/tid=27802] ppid=27798 vsize=11906344 CPUtime=4961.11 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 115887 0 0 0 496078 33 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=11906344 CPUtime=4961.91 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 132594 0 0 0 496154 37 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=11906344 CPUtime=4888.21 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 11222541 0 0 0 486605 2216 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=11906344 CPUtime=4961.31 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 118654 0 0 0 496098 33 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=11906344 CPUtime=4962.23 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 156755 0 0 0 496172 51 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=11906344 CPUtime=4957.93 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 123881 0 0 0 495735 58 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=11906344 CPUtime=4962.2 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 120515 0 0 0 496189 31 0 0 25 0 8 0 802714691 12192096256 2426557 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39614.4
Current children cumulated vsize (KiB) 11906344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.2 s]
/proc/loadavg: 8.84 8.32 8.10 10/447 28086
/proc/meminfo: memFree=22573776/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=11906344 CPUtime=40000.9 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) R 27798 27800 27737 0 -1 4202496 16932191 0 0 0 3996490 3597 0 0 25 0 8 0 802714680 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 2976586 2424245 353 106 0 2972089 0
[pid=27800/tid=27802] ppid=27798 vsize=11906344 CPUtime=5007.71 cores=0-7
/proc/27800/task/27802/stat : 27802 (SArTagnan) R 27798 27800 27737 0 -1 4202560 115900 0 0 0 500737 34 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488037 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27800/tid=27803] ppid=27798 vsize=11906344 CPUtime=5010.85 cores=0-7
/proc/27800/task/27803/stat : 27803 (SArTagnan) R 27798 27800 27737 0 -1 4202560 132604 0 0 0 501048 37 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=11906344 CPUtime=4936.37 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4202560 11374485 0 0 0 491388 2249 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4278404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27800/tid=27805] ppid=27798 vsize=11906344 CPUtime=5010.24 cores=0-7
/proc/27800/task/27805/stat : 27805 (SArTagnan) R 27798 27800 27737 0 -1 4202560 118710 0 0 0 500991 33 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4330621 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27800/tid=27806] ppid=27798 vsize=11906344 CPUtime=5011.17 cores=0-7
/proc/27800/task/27806/stat : 27806 (SArTagnan) R 27798 27800 27737 0 -1 4202560 156783 0 0 0 501066 51 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27800/tid=27807] ppid=27798 vsize=11906344 CPUtime=5005.06 cores=0-7
/proc/27800/task/27807/stat : 27807 (SArTagnan) R 27798 27800 27737 0 -1 4202560 123892 0 0 0 500446 60 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27800/tid=27808] ppid=27798 vsize=11906344 CPUtime=5011.14 cores=0-7
/proc/27800/task/27808/stat : 27808 (SArTagnan) R 27798 27800 27737 0 -1 4202560 120522 0 0 0 501083 31 0 0 25 0 8 0 802714691 12192096256 2424245 33554432000 4194304 4625164 140736137181120 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 11906344

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

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

[startup+5011.4 s]
/proc/loadavg: 8.84 8.32 8.10 10/447 28086
/proc/meminfo: memFree=22573776/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=0 CPUtime=40001.1 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) Z 27798 27800 27737 0 -1 4203548 16932191 0 0 0 3996498 3613 0 0 25 0 2 0 802714680 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 0 0 0 0 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=0 CPUtime=4936.53 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4203588 11374485 0 0 0 491388 2265 0 0 25 0 2 0 802714691 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) 40001.1
Current children cumulated vsize (KiB) 0

[startup+5011.6 s]
/proc/loadavg: 8.84 8.32 8.10 10/447 28086
/proc/meminfo: memFree=22573776/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=0 CPUtime=40001.3 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) Z 27798 27800 27737 0 -1 4203548 16932191 0 0 0 3996498 3633 0 0 25 0 2 0 802714680 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 0 0 0 0 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=0 CPUtime=4936.73 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4203588 11374485 0 0 0 491388 2285 0 0 25 0 2 0 802714691 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) 40001.3
Current children cumulated vsize (KiB) 0

[startup+5011.7 s]
/proc/loadavg: 8.84 8.32 8.10 10/447 28086
/proc/meminfo: memFree=22573776/32950928 swapFree=34365992/67111528
[pid=27800] ppid=27798 vsize=0 CPUtime=40001.4 cores=0-7
/proc/27800/stat : 27800 (SArTagnan) Z 27798 27800 27737 0 -1 4203548 16932191 0 0 0 3996498 3643 0 0 25 0 2 0 802714680 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27800/statm: 0 0 0 0 0 0 0
[pid=27800/tid=27804] ppid=27798 vsize=0 CPUtime=4936.83 cores=0-7
/proc/27800/task/27804/stat : 27804 (SArTagnan) R 27798 27800 27737 0 -1 4203588 11374485 0 0 0 491388 2295 0 0 25 0 2 0 802714691 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) 40001.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.72
CPU time (s): 40001.4
CPU user time (s): 39965
CPU system time (s): 36.4585
CPU usage (%): 798.158
Max. virtual memory (cumulated for all children) (KiB): 14214752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39965
system time used= 36.4585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16932191
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= 15574
involuntary context switches= 205378

runsolver used 20.8278 second user time and 56.4204 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-01 08:52:39
IDJOB=3438326
IDBENCH=70908
IDSOLVER=1936
FILE ID=node120/3438326-1306911159
RUNJOBID= node120-1306911050-27751
PBS_JOBID= 13488507
Free space on /tmp= 9880 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438326-1306911159/watcher-3438326-1306911159 -o /tmp/evaluation-result-3438326-1306911159/solver-3438326-1306911159 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438326-1306911159.cnf -threads=8

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1866703645

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5620080 kB
Buffers:        102560 kB
Cached:       26255520 kB
SwapCached:      12468 kB
Active:       11553052 kB
Inactive:     14823880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5620080 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:       16692 kB
Mapped:           8768 kB
Slab:           793800 kB
PageTables:      91340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105369272 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= 73932 MiB
End job on node120 at 2011-06-01 10:16:12