Trace number 3385855

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) 4800.45 1205.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 961)

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-3385855-1305583545/watcher-3385855-1305583545 -o /tmp/evaluation-result-3385855-1305583545/solver-3385855-1305583545 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385855-1305583545.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.15 9.02 7.31 6/473 32674
/proc/meminfo: memFree=17168772/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=42720 CPUtime=0.01 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 1141 0 0 0 1 0 0 0 24 0 1 0 748584980 43745280 642 33554432000 4194304 4625164 140734378740032 18446744073709551615 252458065664 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32674/statm: 10680 643 296 106 0 6183 0

[startup+0.101779 s]
/proc/loadavg: 9.15 9.02 7.31 6/473 32674
/proc/meminfo: memFree=17168772/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=49320 CPUtime=0.09 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 5630 0 0 0 9 0 0 0 24 0 1 0 748584980 50503680 1830 33554432000 4194304 4625164 140734378740032 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32674/statm: 12330 1830 296 106 0 7833 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49320

[startup+0.200764 s]
/proc/loadavg: 9.15 9.02 7.31 6/473 32674
/proc/meminfo: memFree=17168772/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=53128 CPUtime=0.19 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 8908 0 0 0 18 1 0 0 25 0 1 0 748584980 54403072 3207 33554432000 4194304 4625164 140734378740032 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32674/statm: 13282 3207 296 106 0 8785 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53128

[startup+0.300701 s]
/proc/loadavg: 9.15 9.02 7.31 6/473 32674
/proc/meminfo: memFree=17168772/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=274064 CPUtime=0.44 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 22738 0 0 0 41 3 0 0 25 0 4 0 748584980 280641536 14180 33554432000 4194304 4625164 140734378740032 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 68516 14202 333 106 0 64019 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 274064

[startup+0.700628 s]
/proc/loadavg: 9.15 9.02 7.31 6/473 32674
/proc/meminfo: memFree=17168772/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=385956 CPUtime=2.03 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 48621 0 0 0 197 6 0 0 25 0 4 0 748584980 395218944 35083 33554432000 4194304 4625164 140734378740032 18446744073709551615 4360561 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 96489 35083 612 106 0 91992 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 385956

[startup+1.50048 s]
/proc/loadavg: 9.14 9.02 7.32 10/477 32678
/proc/meminfo: memFree=17021180/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=385956 CPUtime=5.21 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 53676 0 0 0 514 7 0 0 25 0 4 0 748584980 395218944 40116 33554432000 4194304 4625164 140734378740032 18446744073709551615 4512475 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 96489 40116 625 106 0 91992 0
[pid=32674/tid=32676] ppid=32672 vsize=385956 CPUtime=1.23 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 2475 0 0 0 123 0 0 0 25 0 4 0 748585005 395218944 40116 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=385956 CPUtime=1.23 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 6847 0 0 0 122 1 0 0 25 0 4 0 748585005 395218944 40116 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=385956 CPUtime=1.23 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 355 0 0 0 123 0 0 0 25 0 4 0 748585005 395218944 40116 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 385956

[startup+3.10118 s]
/proc/loadavg: 9.14 9.02 7.32 10/477 32678
/proc/meminfo: memFree=16985840/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=398496 CPUtime=11.6 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 70581 0 0 0 1149 11 0 0 25 0 4 0 748584980 408059904 50533 33554432000 4194304 4625164 140734378740032 18446744073709551615 4508982 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 99624 50533 577 106 0 95127 0
[pid=32674/tid=32676] ppid=32672 vsize=398496 CPUtime=2.83 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 5123 0 0 0 282 1 0 0 25 0 4 0 748585005 408059904 50533 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=398496 CPUtime=2.83 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 13489 0 0 0 281 2 0 0 25 0 4 0 748585005 408059904 50533 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=398496 CPUtime=2.81 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 928 0 0 0 281 0 0 0 25 0 4 0 748585005 408059904 50533 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 398496

[startup+6.30059 s]
/proc/loadavg: 9.14 9.02 7.32 10/477 32678
/proc/meminfo: memFree=16911684/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=464032 CPUtime=24.34 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 87509 0 0 0 2420 14 0 0 25 0 4 0 748584980 475168768 67341 33554432000 4194304 4625164 140734378740032 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 116008 67341 613 106 0 111511 0
[pid=32674/tid=32676] ppid=32672 vsize=464032 CPUtime=6.04 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 11743 0 0 0 601 3 0 0 25 0 4 0 748585005 475168768 67341 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=464032 CPUtime=6.04 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 21845 0 0 0 600 4 0 0 25 0 4 0 748585005 475168768 67341 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=464032 CPUtime=5.96 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1988 0 0 0 596 0 0 0 25 0 4 0 748585005 475168768 67341 33554432000 4194304 4625164 140734378740032 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 464032

[startup+12.7004 s]
/proc/loadavg: 9.12 9.02 7.33 10/477 32678
/proc/meminfo: memFree=16811888/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=529568 CPUtime=49.83 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 123461 0 0 0 4960 23 0 0 25 0 4 0 748584980 542277632 87589 33554432000 4194304 4625164 140734378740032 18446744073709551615 4500173 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 132392 87589 649 106 0 127895 0
[pid=32674/tid=32676] ppid=32672 vsize=529568 CPUtime=12.43 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 19159 0 0 0 1238 5 0 0 25 0 4 0 748585005 542277632 87589 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=529568 CPUtime=12.43 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 31648 0 0 0 1236 7 0 0 25 0 4 0 748585005 542277632 87589 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=529568 CPUtime=12.25 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 19858 0 0 0 1222 3 0 0 25 0 4 0 748585005 542277632 87589 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 529568

[startup+25.501 s]
/proc/loadavg: 9.18 9.03 7.36 10/477 32679
/proc/meminfo: memFree=16552608/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=804652 CPUtime=100.81 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 281180 0 0 0 10033 48 0 0 25 0 4 0 748584980 823963648 148687 33554432000 4194304 4625164 140734378740032 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 201163 148687 422 106 0 196666 0
[pid=32674/tid=32676] ppid=32672 vsize=804652 CPUtime=25.23 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 29874 0 0 0 2516 7 0 0 25 0 4 0 748585005 823963648 148687 33554432000 4194304 4625164 140734378740032 18446744073709551615 4339991 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=804652 CPUtime=25.23 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 50827 0 0 0 2508 15 0 0 25 0 4 0 748585005 823963648 148687 33554432000 4194304 4625164 140734378740032 18446744073709551615 4462593 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=804652 CPUtime=24.84 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 38585 0 0 0 2478 6 0 0 25 0 4 0 748585005 823963648 148687 33554432000 4194304 4625164 140734378740032 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 804652

[startup+51.1013 s]
/proc/loadavg: 9.12 9.03 7.40 10/477 32679
/proc/meminfo: memFree=16077864/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=1377060 CPUtime=202.79 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 546196 0 0 0 20185 94 0 0 25 0 4 0 748584980 1410109440 256928 33554432000 4194304 4625164 140734378740032 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 344265 256928 599 106 0 339768 0
[pid=32674/tid=32676] ppid=32672 vsize=1377060 CPUtime=50.82 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 46706 0 0 0 5069 13 0 0 25 0 4 0 748585005 1410109440 256928 33554432000 4194304 4625164 140734378740032 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=1377060 CPUtime=50.82 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 89405 0 0 0 5056 26 0 0 25 0 4 0 748585005 1410109440 256928 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=1377060 CPUtime=50.05 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 62254 0 0 0 4995 10 0 0 25 0 4 0 748585005 1410109440 256928 33554432000 4194304 4625164 140734378740032 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.79
Current children cumulated vsize (KiB) 1377060

[startup+102.301 s]
/proc/loadavg: 9.19 9.07 7.50 10/477 32681
/proc/meminfo: memFree=15649132/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2024096 CPUtime=406.85 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 670296 0 0 0 40567 118 0 0 25 0 4 0 748584980 2072674304 368666 33554432000 4194304 4625164 140734378740032 18446744073709551615 252457763285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 506024 368682 3106 106 0 501527 0
[pid=32674/tid=32676] ppid=32672 vsize=2024096 CPUtime=102.04 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 50206 0 0 0 10189 15 0 0 25 0 4 0 748585005 2072674304 368737 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2024096 CPUtime=102.03 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 95273 0 0 0 10175 28 0 0 25 0 4 0 748585005 2072674304 368755 33554432000 4194304 4625164 140734378740032 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2024096 CPUtime=100.44 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 63555 0 0 0 10034 10 0 0 25 0 4 0 748585005 2072674304 368772 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.85
Current children cumulated vsize (KiB) 2024096

[startup+162.301 s]
/proc/loadavg: 9.21 9.10 7.61 10/477 32682
/proc/meminfo: memFree=15684188/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=1704800 CPUtime=645.86 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 764726 0 0 0 64452 134 0 0 25 0 4 0 748584980 1745715200 332891 33554432000 4194304 4625164 140734378740032 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 426200 332891 445 106 0 421703 0
[pid=32674/tid=32676] ppid=32672 vsize=1704800 CPUtime=162.02 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 59253 0 0 0 16186 16 0 0 25 0 4 0 748585005 1745715200 332891 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=1704800 CPUtime=162.02 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 96077 0 0 0 16173 29 0 0 25 0 4 0 748585005 1745715200 332891 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=1704800 CPUtime=159.5 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 74408 0 0 0 15937 13 0 0 25 0 4 0 748585005 1745715200 332891 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.86
Current children cumulated vsize (KiB) 1704800

[startup+222.318 s]
/proc/loadavg: 9.21 9.11 7.71 10/477 32684
/proc/meminfo: memFree=15574680/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=1713156 CPUtime=884.99 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 802516 0 0 0 88356 143 0 0 25 0 4 0 748584980 1754271744 346718 33554432000 4194304 4625164 140734378740032 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 428289 346718 385 106 0 423792 0
[pid=32674/tid=32676] ppid=32672 vsize=1713156 CPUtime=222.04 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 59835 0 0 0 22188 16 0 0 25 0 4 0 748585005 1754271744 346718 33554432000 4194304 4625164 140734378740032 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=1713156 CPUtime=222.04 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 96526 0 0 0 22175 29 0 0 25 0 4 0 748585005 1754271744 346718 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=1713156 CPUtime=218.57 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 78801 0 0 0 21842 15 0 0 25 0 4 0 748585005 1754271744 346718 33554432000 4194304 4625164 140734378740032 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 884.99
Current children cumulated vsize (KiB) 1713156

[startup+282.3 s]

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

[pid=32674] ppid=32672 vsize=2379404 CPUtime=2797.37 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 2971496 0 0 0 279238 499 0 0 25 0 4 0 748584980 2436509696 464595 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 594851 464595 343 106 0 590354 0
[pid=32674/tid=32676] ppid=32672 vsize=2379404 CPUtime=701.91 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 65516 0 0 0 70173 18 0 0 25 0 4 0 748585005 2436509696 464595 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2379404 CPUtime=702.03 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 99025 0 0 0 70173 30 0 0 25 0 4 0 748585005 2436509696 464595 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2379404 CPUtime=691.09 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1888742 0 0 0 68797 312 0 0 25 0 4 0 748585005 2436509696 464595 33554432000 4194304 4625164 140734378740032 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2797.37
Current children cumulated vsize (KiB) 2379404

[startup+762.301 s]
/proc/loadavg: 9.08 9.11 8.32 10/477 32698
/proc/meminfo: memFree=14552720/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2394636 CPUtime=3036.49 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 2981935 0 0 0 303148 501 0 0 25 0 4 0 748584980 2452107264 474409 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 598659 474409 343 106 0 594162 0
[pid=32674/tid=32676] ppid=32672 vsize=2394636 CPUtime=761.92 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 65827 0 0 0 76174 18 0 0 25 0 4 0 748585005 2452107264 474409 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331087 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2394636 CPUtime=762.06 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 99178 0 0 0 76175 31 0 0 25 0 4 0 748585005 2452107264 474409 33554432000 4194304 4625164 140734378740032 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2394636 CPUtime=750.17 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1893318 0 0 0 74704 313 0 0 25 0 4 0 748585005 2452107264 474409 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3036.49
Current children cumulated vsize (KiB) 2394636

[startup+822.301 s]
/proc/loadavg: 9.14 9.12 8.37 10/477 32700
/proc/meminfo: memFree=14476692/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2412300 CPUtime=3275.48 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 2992843 0 0 0 327045 503 0 0 25 0 4 0 748584980 2470195200 484527 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338067 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 603075 484527 343 106 0 598578 0
[pid=32674/tid=32676] ppid=32672 vsize=2412300 CPUtime=821.88 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 66062 0 0 0 82170 18 0 0 25 0 4 0 748585005 2470195200 484527 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2412300 CPUtime=822.04 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 99302 0 0 0 82173 31 0 0 25 0 4 0 748585005 2470195200 484527 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2412300 CPUtime=809.22 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1898354 0 0 0 80609 313 0 0 25 0 4 0 748585005 2470195200 484527 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3275.48
Current children cumulated vsize (KiB) 2412300

[startup+882.319 s]
/proc/loadavg: 9.09 9.11 8.41 10/477 32702
/proc/meminfo: memFree=14386276/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2430532 CPUtime=3514.61 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3003980 0 0 0 350954 507 0 0 25 0 4 0 748584980 2488864768 494860 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338092 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 607633 494860 343 106 0 603136 0
[pid=32674/tid=32676] ppid=32672 vsize=2430532 CPUtime=881.89 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 66279 0 0 0 88170 19 0 0 25 0 4 0 748585005 2488864768 494860 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2430532 CPUtime=882.06 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 99476 0 0 0 88175 31 0 0 25 0 4 0 748585005 2488864768 494860 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2430532 CPUtime=868.3 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1903500 0 0 0 86515 315 0 0 25 0 4 0 748585005 2488864768 494860 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334273 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3514.61
Current children cumulated vsize (KiB) 2430532

[startup+942.3 s]
/proc/loadavg: 9.12 9.12 8.45 10/477 32703
/proc/meminfo: memFree=14321152/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2468880 CPUtime=3753.6 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3025105 0 0 0 374850 510 0 0 25 0 4 0 748584980 2528133120 503535 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 617220 503535 343 106 0 612723 0
[pid=32674/tid=32676] ppid=32672 vsize=2468880 CPUtime=941.86 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 79182 0 0 0 94166 20 0 0 25 0 4 0 748585005 2528133120 503535 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330972 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2468880 CPUtime=942.04 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 99827 0 0 0 94173 31 0 0 25 0 4 0 748585005 2528133120 503535 33554432000 4194304 4625164 140734378740032 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2468880 CPUtime=927.36 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1907672 0 0 0 92420 316 0 0 25 0 4 0 748585005 2528133120 503535 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3753.6
Current children cumulated vsize (KiB) 2468880

[startup+1002.3 s]
/proc/loadavg: 9.16 9.12 8.49 10/477 32705
/proc/meminfo: memFree=14242636/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2510400 CPUtime=3992.65 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3048467 0 0 0 398751 514 0 0 25 0 4 0 748584980 2570649600 513698 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 627600 513698 343 106 0 623103 0
[pid=32674/tid=32676] ppid=32672 vsize=2510400 CPUtime=1001.84 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 79332 0 0 0 100164 20 0 0 25 0 4 0 748585005 2570649600 513698 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2510400 CPUtime=1002.05 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 112815 0 0 0 100172 33 0 0 25 0 4 0 748585005 2570649600 513698 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2510400 CPUtime=986.42 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1912261 0 0 0 98325 317 0 0 25 0 4 0 748585005 2570649600 513698 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3992.65
Current children cumulated vsize (KiB) 2510400

[startup+1062.3 s]
/proc/loadavg: 9.10 9.11 8.53 10/477 32706
/proc/meminfo: memFree=14162756/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2557956 CPUtime=4231.71 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3075137 0 0 0 422651 520 0 0 25 0 4 0 748584980 2619346944 523887 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 639489 523887 343 106 0 634992 0
[pid=32674/tid=32676] ppid=32672 vsize=2557956 CPUtime=1061.83 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 79543 0 0 0 106163 20 0 0 25 0 4 0 748585005 2619346944 523887 33554432000 4194304 4625164 140734378740032 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2557956 CPUtime=1062.05 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 112980 0 0 0 106172 33 0 0 25 0 4 0 748585005 2619346944 523887 33554432000 4194304 4625164 140734378740032 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2557956 CPUtime=1045.49 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1933185 0 0 0 104227 322 0 0 25 0 4 0 748585005 2619346944 523887 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4231.71
Current children cumulated vsize (KiB) 2557956

[startup+1122.3 s]
/proc/loadavg: 9.07 9.10 8.56 10/477 32708
/proc/meminfo: memFree=14052384/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=2570844 CPUtime=4470.77 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3083916 0 0 0 446555 522 0 0 25 0 4 0 748584980 2632544256 531712 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 642711 531712 343 106 0 638214 0
[pid=32674/tid=32676] ppid=32672 vsize=2570844 CPUtime=1121.83 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 79806 0 0 0 112162 21 0 0 25 0 4 0 748585005 2632544256 531712 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=2570844 CPUtime=1122.05 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 113047 0 0 0 112172 33 0 0 25 0 4 0 748585005 2632544256 531712 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=2570844 CPUtime=1104.55 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1936760 0 0 0 110132 323 0 0 25 0 4 0 748585005 2632544256 531712 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4470.77
Current children cumulated vsize (KiB) 2570844

[startup+1182.3 s]
/proc/loadavg: 9.15 9.13 8.60 10/477 32710
/proc/meminfo: memFree=13729956/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=3132584 CPUtime=4709.83 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3404491 0 0 0 470413 570 0 0 25 0 4 0 748584980 3207766016 607496 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 783146 607496 343 106 0 778649 0
[pid=32674/tid=32676] ppid=32672 vsize=3132584 CPUtime=1181.8 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 80717 0 0 0 118159 21 0 0 25 0 4 0 748585005 3207766016 607496 33554432000 4194304 4625164 140734378740032 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=3132584 CPUtime=1182.05 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 131651 0 0 0 118159 46 0 0 25 0 4 0 748585005 3207766016 607496 33554432000 4194304 4625164 140734378740032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=3132584 CPUtime=1163.63 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1940134 0 0 0 116039 324 0 0 25 0 4 0 748585005 3207766016 607496 33554432000 4194304 4625164 140734378740032 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4709.83
Current children cumulated vsize (KiB) 3132584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.30 8.94 8.55 6/468 32728
/proc/meminfo: memFree=14919132/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=3137772 CPUtime=4800.33 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3425280 0 0 0 479451 582 0 0 25 0 4 0 748584980 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 784443 626990 343 106 0 779946 0
[pid=32674/tid=32676] ppid=32672 vsize=3137772 CPUtime=1204.52 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 81174 0 0 0 120431 21 0 0 25 0 4 0 748585005 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=3137772 CPUtime=1204.77 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 138665 0 0 0 120424 53 0 0 25 0 4 0 748585005 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=3137772 CPUtime=1185.98 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1942036 0 0 0 118273 325 0 0 25 0 4 0 748585005 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 3137772

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

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

[startup+1205 s]
/proc/loadavg: 8.30 8.94 8.55 6/468 32728
/proc/meminfo: memFree=14919132/32951124 swapFree=57414336/67111528
[pid=32674] ppid=32672 vsize=3137772 CPUtime=4800.33 cores=0,2,4,6
/proc/32674/stat : 32674 (SArTagnan) R 32672 32674 32434 0 -1 4202496 3425280 0 0 0 479451 582 0 0 25 0 4 0 748584980 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32674/statm: 784443 626990 343 106 0 779946 0
[pid=32674/tid=32676] ppid=32672 vsize=3137772 CPUtime=1204.52 cores=0,2,4,6
/proc/32674/task/32676/stat : 32676 (SArTagnan) R 32672 32674 32434 0 -1 4202560 81174 0 0 0 120431 21 0 0 25 0 4 0 748585005 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32674/tid=32677] ppid=32672 vsize=3137772 CPUtime=1204.77 cores=0,2,4,6
/proc/32674/task/32677/stat : 32677 (SArTagnan) R 32672 32674 32434 0 -1 4202560 138665 0 0 0 120424 53 0 0 25 0 4 0 748585005 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32674/tid=32678] ppid=32672 vsize=3137772 CPUtime=1185.98 cores=0,2,4,6
/proc/32674/task/32678/stat : 32678 (SArTagnan) R 32672 32674 32434 0 -1 4202560 1942036 0 0 0 118273 325 0 0 25 0 4 0 748585005 3213078528 626990 33554432000 4194304 4625164 140734378740032 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 3137772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.12
CPU time (s): 4800.45
CPU user time (s): 4794.53
CPU system time (s): 5.9141
CPU usage (%): 398.339
Max. virtual memory (cumulated for all children) (KiB): 4024620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.53
system time used= 5.9141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3425281
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= 2202
involuntary context switches= 22244

runsolver used 5.20321 second user time and 13.5549 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-17 00:05:45
IDJOB=3385855
IDBENCH=88208
IDSOLVER=1871
FILE ID=node111/3385855-1305583545
RUNJOBID= node111-1305582132-32452
PBS_JOBID= 13350305
Free space on /tmp= 73540 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385855-1305583545/watcher-3385855-1305583545 -o /tmp/evaluation-result-3385855-1305583545/solver-3385855-1305583545 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385855-1305583545.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=685466423

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17168928 kB
Buffers:        312356 kB
Cached:        6410844 kB
SwapCached:      19200 kB
Active:        8159180 kB
Inactive:      7353024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17168928 kB
SwapTotal:    67111528 kB
SwapFree:     57414336 kB
Dirty:           13200 kB
Writeback:           0 kB
AnonPages:     8778436 kB
Mapped:          28316 kB
Slab:           134444 kB
PageTables:      66976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149870856 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= 73540 MiB
End job on node111 at 2011-05-17 00:25:52