Trace number 3385960

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.32 1204.78

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3218
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

running on 4 cores: 1,3,5,7

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: 7.48 7.99 8.11 2/453 7918
/proc/meminfo: memFree=10559016/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=20908 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 689 0 0 0 0 0 0 0 18 0 1 0 650278006 21409792 499 33554432000 4194304 4625164 140734832133488 18446744073709551615 228095450880 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7918/statm: 5227 499 296 106 0 730 0

[startup+0.146533 s]
/proc/loadavg: 7.48 7.99 8.11 2/453 7918
/proc/meminfo: memFree=10559016/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=255136 CPUtime=0.49 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4236 0 0 0 49 0 0 0 19 0 4 0 650278006 261259264 3229 33554432000 4194304 4625164 140734832133488 18446744073709551615 4513472 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 63784 3229 345 106 0 59287 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 255136

[startup+0.246527 s]
/proc/loadavg: 7.48 7.99 8.11 2/453 7918
/proc/meminfo: memFree=10559016/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=255632 CPUtime=0.89 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 5249 0 0 0 89 0 0 0 19 0 4 0 650278006 261767168 4242 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 63908 4242 345 106 0 59411 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 255632

[startup+0.346496 s]
/proc/loadavg: 7.48 7.99 8.11 2/453 7918
/proc/meminfo: memFree=10559016/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=259464 CPUtime=1.3 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 6439 0 0 0 129 1 0 0 19 0 4 0 650278006 265691136 5069 33554432000 4194304 4625164 140734832133488 18446744073709551615 4513205 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 64866 5069 345 106 0 60369 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 259464

[startup+0.700432 s]
/proc/loadavg: 7.48 7.99 8.11 2/453 7918
/proc/meminfo: memFree=10559016/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=264508 CPUtime=2.71 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 10399 0 0 0 270 1 0 0 20 0 4 0 650278006 270856192 6678 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512335 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 66127 6678 345 106 0 61630 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 264508

[startup+1.50028 s]
/proc/loadavg: 7.48 7.99 8.11 9/463 7946
/proc/meminfo: memFree=10492672/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=270112 CPUtime=5.89 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 15582 0 0 0 587 2 0 0 21 0 4 0 650278006 276594688 9271 33554432000 4194304 4625164 140734832133488 18446744073709551615 4515687 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 67528 9271 346 106 0 63031 0
[pid=7918/tid=7923] ppid=7916 vsize=270112 CPUtime=1.46 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 2590 0 0 0 146 0 0 0 23 0 4 0 650278008 276594688 9271 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=270112 CPUtime=1.45 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3284 0 0 0 145 0 0 0 23 0 4 0 650278008 276594688 9271 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=270112 CPUtime=1.47 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3818 0 0 0 147 0 0 0 24 0 4 0 650278008 276594688 9271 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 270112

[startup+3.10099 s]
/proc/loadavg: 7.48 7.99 8.11 9/463 7946
/proc/meminfo: memFree=10459624/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=274904 CPUtime=12.28 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 28514 0 0 0 1224 4 0 0 25 0 4 0 650278006 281501696 12522 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 68726 12522 346 106 0 64229 0
[pid=7918/tid=7923] ppid=7916 vsize=274904 CPUtime=3.06 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3648 0 0 0 306 0 0 0 25 0 4 0 650278008 281501696 12522 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=274904 CPUtime=3.04 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 5488 0 0 0 303 1 0 0 25 0 4 0 650278008 281501696 12522 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=274904 CPUtime=3.07 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 11661 0 0 0 305 2 0 0 25 0 4 0 650278008 281501696 12522 33554432000 4194304 4625164 140734832133488 18446744073709551615 4579601 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 274904

[startup+6.3004 s]
/proc/loadavg: 7.60 8.00 8.11 9/463 7946
/proc/meminfo: memFree=10399388/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=280472 CPUtime=25.03 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 50607 0 0 0 2495 8 0 0 25 0 4 0 650278006 287203328 16845 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 70118 16845 346 106 0 65621 0
[pid=7918/tid=7923] ppid=7916 vsize=280472 CPUtime=6.26 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 5511 0 0 0 626 0 0 0 25 0 4 0 650278008 287203328 16847 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=280472 CPUtime=6.18 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 8524 0 0 0 617 1 0 0 25 0 4 0 650278008 287203328 16864 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=280472 CPUtime=6.26 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 28690 0 0 0 622 4 0 0 25 0 4 0 650278008 287203328 16880 33554432000 4194304 4625164 140734832133488 18446744073709551615 228095148151 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 280472

[startup+12.7002 s]
/proc/loadavg: 7.63 8.00 8.11 9/463 7946
/proc/meminfo: memFree=10315844/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=303632 CPUtime=50.53 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 79233 0 0 0 5038 15 0 0 25 0 4 0 650278006 310919168 25290 33554432000 4194304 4625164 140734832133488 18446744073709551615 4519384 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 75908 25290 346 106 0 71411 0
[pid=7918/tid=7923] ppid=7916 vsize=303632 CPUtime=12.66 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 9001 0 0 0 1264 2 0 0 25 0 4 0 650278008 310919168 25290 33554432000 4194304 4625164 140734832133488 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=303632 CPUtime=12.48 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 12936 0 0 0 1245 3 0 0 25 0 4 0 650278008 310919168 25290 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=303632 CPUtime=12.67 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 46912 0 0 0 1260 7 0 0 25 0 4 0 650278008 310919168 25290 33554432000 4194304 4625164 140734832133488 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 303632

[startup+25.5009 s]
/proc/loadavg: 7.71 8.00 8.11 9/463 7946
/proc/meminfo: memFree=10191980/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=318228 CPUtime=101.53 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 104767 0 0 0 10132 21 0 0 25 0 4 0 650278006 325865472 33835 33554432000 4194304 4625164 140734832133488 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 79557 33835 346 106 0 75060 0
[pid=7918/tid=7923] ppid=7916 vsize=318228 CPUtime=25.46 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 13461 0 0 0 2542 4 0 0 25 0 4 0 650278008 325865472 33835 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=318228 CPUtime=25.08 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 18783 0 0 0 2503 5 0 0 25 0 4 0 650278008 325865472 33835 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=318228 CPUtime=25.46 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 61837 0 0 0 2537 9 0 0 25 0 4 0 650278008 325865472 33835 33554432000 4194304 4625164 140734832133488 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 318228

[startup+51.1012 s]
/proc/loadavg: 7.87 8.02 8.11 9/463 7947
/proc/meminfo: memFree=9967268/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=353424 CPUtime=203.53 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 210877 0 0 0 20312 41 0 0 25 0 4 0 650278006 361906176 52650 33554432000 4194304 4625164 140734832133488 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 88356 52650 468 106 0 83859 0
[pid=7918/tid=7923] ppid=7916 vsize=353424 CPUtime=51.07 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 21416 0 0 0 5100 7 0 0 25 0 4 0 650278008 361906176 52650 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=353424 CPUtime=50.29 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 22778 0 0 0 5020 9 0 0 25 0 4 0 650278008 361906176 52650 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=353424 CPUtime=51.06 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 149020 0 0 0 5084 22 0 0 25 0 4 0 650278008 361906176 52650 33554432000 4194304 4625164 140734832133488 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 353424

[startup+102.301 s]
/proc/loadavg: 8.05 8.04 8.11 9/463 7948
/proc/meminfo: memFree=9672636/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=514152 CPUtime=407.58 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 492088 0 0 0 40670 88 0 0 25 0 4 0 650278006 526491648 77749 33554432000 4194304 4625164 140734832133488 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 128538 77749 374 106 0 124041 0
[pid=7918/tid=7923] ppid=7916 vsize=514152 CPUtime=102.28 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 30411 0 0 0 10219 9 0 0 25 0 4 0 650278008 526491648 77749 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=514152 CPUtime=100.7 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 29924 0 0 0 10058 12 0 0 25 0 4 0 650278008 526491648 77749 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=514152 CPUtime=102.29 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 381788 0 0 0 10170 59 0 0 25 0 4 0 650278008 526491648 77749 33554432000 4194304 4625164 140734832133488 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.58
Current children cumulated vsize (KiB) 514152

[startup+162.301 s]
/proc/loadavg: 8.12 8.06 8.11 9/463 7950
/proc/meminfo: memFree=9323068/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=629204 CPUtime=646.62 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 797389 0 0 0 64523 139 0 0 25 0 4 0 650278006 644304896 106779 33554432000 4194304 4625164 140734832133488 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 157301 106779 397 106 0 152804 0
[pid=7918/tid=7923] ppid=7916 vsize=629204 CPUtime=162.26 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 42287 0 0 0 16214 12 0 0 25 0 4 0 650278008 644304896 106779 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=629204 CPUtime=159.76 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 35068 0 0 0 15959 17 0 0 25 0 4 0 650278008 644304896 106779 33554432000 4194304 4625164 140734832133488 18446744073709551615 4317920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=629204 CPUtime=162.26 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 612954 0 0 0 16132 94 0 0 25 0 4 0 650278008 644304896 106779 33554432000 4194304 4625164 140734832133488 18446744073709551615 4353264 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.62
Current children cumulated vsize (KiB) 629204

[startup+222.318 s]
/proc/loadavg: 8.10 8.06 8.10 9/463 7952
/proc/meminfo: memFree=8988384/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=804224 CPUtime=885.75 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 861119 0 0 0 88420 155 0 0 25 0 4 0 650278006 823525376 137508 33554432000 4194304 4625164 140734832133488 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 201056 137508 437 106 0 196559 0
[pid=7918/tid=7923] ppid=7916 vsize=804224 CPUtime=222.28 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 45518 0 0 0 22213 15 0 0 25 0 4 0 650278008 823525376 137508 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=804224 CPUtime=218.85 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 38712 0 0 0 21862 23 0 0 25 0 4 0 650278008 823525376 137508 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=804224 CPUtime=222.28 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 615786 0 0 0 22133 95 0 0 25 0 4 0 650278008 823525376 137508 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 885.75
Current children cumulated vsize (KiB) 804224

[startup+282.301 s]

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

[pid=7918] ppid=7916 vsize=1170704 CPUtime=2559.25 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 3539191 0 0 0 255330 595 0 0 25 0 4 0 650278006 1198800896 231400 33554432000 4194304 4625164 140734832133488 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 292676 231400 359 106 0 288179 0
[pid=7918/tid=7923] ppid=7916 vsize=1170704 CPUtime=642.28 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 94026 0 0 0 64201 27 0 0 25 0 4 0 650278008 1198800896 231400 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351808 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1170704 CPUtime=632.37 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 67077 0 0 0 63187 50 0 0 25 0 4 0 650278008 1198800896 231400 33554432000 4194304 4625164 140734832133488 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1170704 CPUtime=642.28 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3082558 0 0 0 63758 470 0 0 25 0 4 0 650278008 1198800896 231400 33554432000 4194304 4625164 140734832133488 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2559.25
Current children cumulated vsize (KiB) 1170704

[startup+702.3 s]
/proc/loadavg: 8.18 8.11 8.09 9/463 7964
/proc/meminfo: memFree=7876168/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1209856 CPUtime=2798.32 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4097261 0 0 0 279148 684 0 0 25 0 4 0 650278006 1238892544 245001 33554432000 4194304 4625164 140734832133488 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 302464 245001 359 106 0 297967 0
[pid=7918/tid=7923] ppid=7916 vsize=1209856 CPUtime=702.28 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 96427 0 0 0 70200 28 0 0 25 0 4 0 650278008 1238892544 245001 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1209856 CPUtime=691.43 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 81179 0 0 0 69090 53 0 0 25 0 4 0 650278008 1238892544 245001 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1209856 CPUtime=702.28 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3604474 0 0 0 69678 550 0 0 25 0 4 0 650278008 1238892544 245001 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2798.32
Current children cumulated vsize (KiB) 1209856

[startup+762.301 s]
/proc/loadavg: 8.20 8.12 8.10 9/463 7966
/proc/meminfo: memFree=7751664/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1388776 CPUtime=3037.44 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4225932 0 0 0 303037 707 0 0 25 0 4 0 650278006 1422106624 264548 33554432000 4194304 4625164 140734832133488 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 347194 264548 359 106 0 342697 0
[pid=7918/tid=7923] ppid=7916 vsize=1388776 CPUtime=762.29 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 97186 0 0 0 76201 28 0 0 25 0 4 0 650278008 1422106624 264548 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1388776 CPUtime=750.52 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 83644 0 0 0 74996 56 0 0 25 0 4 0 650278008 1422106624 264548 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1388776 CPUtime=762.3 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3607039 0 0 0 75679 551 0 0 25 0 4 0 650278008 1422106624 264548 33554432000 4194304 4625164 140734832133488 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3037.44
Current children cumulated vsize (KiB) 1388776

[startup+822.3 s]
/proc/loadavg: 8.26 8.14 8.10 9/463 7967
/proc/meminfo: memFree=7652204/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1452680 CPUtime=3276.48 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4272855 0 0 0 326932 716 0 0 25 0 4 0 650278006 1487544320 279879 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 363170 279879 359 106 0 358673 0
[pid=7918/tid=7923] ppid=7916 vsize=1452680 CPUtime=822.28 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 104430 0 0 0 82199 29 0 0 25 0 4 0 650278008 1487544320 279879 33554432000 4194304 4625164 140734832133488 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1452680 CPUtime=809.58 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 84236 0 0 0 80902 56 0 0 25 0 4 0 650278008 1487544320 279879 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1452680 CPUtime=822.28 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3611021 0 0 0 81676 552 0 0 25 0 4 0 650278008 1487544320 279879 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352225 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3276.48
Current children cumulated vsize (KiB) 1452680

[startup+882.318 s]
/proc/loadavg: 8.21 8.15 8.10 9/463 7969
/proc/meminfo: memFree=7453180/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1531160 CPUtime=3515.63 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4300784 0 0 0 350836 727 0 0 25 0 4 0 650278006 1567907840 292053 33554432000 4194304 4625164 140734832133488 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 382790 292053 359 106 0 378293 0
[pid=7918/tid=7923] ppid=7916 vsize=1531160 CPUtime=882.3 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 106791 0 0 0 88197 33 0 0 25 0 4 0 650278008 1567907840 292053 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1531160 CPUtime=868.67 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 87496 0 0 0 86809 58 0 0 25 0 4 0 650278008 1567907840 292053 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1531160 CPUtime=882.3 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3611518 0 0 0 87677 553 0 0 25 0 4 0 650278008 1567907840 292053 33554432000 4194304 4625164 140734832133488 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3515.63
Current children cumulated vsize (KiB) 1531160

[startup+942.3 s]
/proc/loadavg: 8.19 8.15 8.10 9/463 7971
/proc/meminfo: memFree=7335988/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1534328 CPUtime=3754.64 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4309315 0 0 0 374733 731 0 0 25 0 4 0 650278006 1571151872 300136 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 383582 300136 359 106 0 379085 0
[pid=7918/tid=7923] ppid=7916 vsize=1534328 CPUtime=942.29 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 108595 0 0 0 94194 35 0 0 25 0 4 0 650278008 1571151872 300136 33554432000 4194304 4625164 140734832133488 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1534328 CPUtime=927.73 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 88618 0 0 0 92715 58 0 0 25 0 4 0 650278008 1571151872 300136 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1534328 CPUtime=942.29 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3611518 0 0 0 93676 553 0 0 25 0 4 0 650278008 1571151872 300136 33554432000 4194304 4625164 140734832133488 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3754.64
Current children cumulated vsize (KiB) 1534328

[startup+1002.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/463 7972
/proc/meminfo: memFree=7212108/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1587176 CPUtime=3993.72 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 4629071 0 0 0 398589 783 0 0 25 0 4 0 650278006 1625268224 308556 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 396794 308556 359 106 0 392297 0
[pid=7918/tid=7923] ppid=7916 vsize=1587176 CPUtime=1002.29 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 136729 0 0 0 100191 38 0 0 25 0 4 0 650278008 1625268224 308556 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1587176 CPUtime=986.81 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 89215 0 0 0 98622 59 0 0 25 0 4 0 650278008 1625268224 308556 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1587176 CPUtime=1002.29 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 3898757 0 0 0 99628 601 0 0 25 0 4 0 650278008 1625268224 308556 33554432000 4194304 4625164 140734832133488 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3993.72
Current children cumulated vsize (KiB) 1587176

[startup+1062.3 s]
/proc/loadavg: 8.14 8.14 8.09 9/463 7983
/proc/meminfo: memFree=7105136/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1587704 CPUtime=4232.77 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 5110457 0 0 0 422419 858 0 0 25 0 4 0 650278006 1625808896 316916 33554432000 4194304 4625164 140734832133488 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 396926 316916 359 106 0 392429 0
[pid=7918/tid=7923] ppid=7916 vsize=1587704 CPUtime=1062.26 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 137046 0 0 0 106188 38 0 0 25 0 4 0 650278008 1625808896 316917 33554432000 4194304 4625164 140734832133488 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1587704 CPUtime=1045.89 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 89653 0 0 0 104530 59 0 0 25 0 4 0 650278008 1625808896 316917 33554432000 4194304 4625164 140734832133488 18446744073709551615 4352157 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1587704 CPUtime=1062.29 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 4374258 0 0 0 105554 675 0 0 25 0 4 0 650278008 1625808896 316918 33554432000 4194304 4625164 140734832133488 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.77
Current children cumulated vsize (KiB) 1587704

[startup+1122.3 s]
/proc/loadavg: 8.09 8.12 8.09 9/463 7985
/proc/meminfo: memFree=7003812/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1589420 CPUtime=4471.85 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 5599097 0 0 0 446250 935 0 0 25 0 4 0 650278006 1627566080 326175 33554432000 4194304 4625164 140734832133488 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 397355 326175 359 106 0 392858 0
[pid=7918/tid=7923] ppid=7916 vsize=1589420 CPUtime=1122.26 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 137268 0 0 0 112188 38 0 0 25 0 4 0 650278008 1627566080 326175 33554432000 4194304 4625164 140734832133488 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1589420 CPUtime=1104.95 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 90383 0 0 0 110436 59 0 0 25 0 4 0 650278008 1627566080 326175 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1589420 CPUtime=1122.29 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 4856854 0 0 0 111480 749 0 0 25 0 4 0 650278008 1627566080 326175 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4471.85
Current children cumulated vsize (KiB) 1589420

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 8.09 9/463 7986
/proc/meminfo: memFree=6848060/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1872020 CPUtime=4710.94 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 6182253 0 0 0 470067 1027 0 0 25 0 4 0 650278006 1916948480 348862 33554432000 4194304 4625164 140734832133488 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 468005 348862 359 106 0 463508 0
[pid=7918/tid=7923] ppid=7916 vsize=1872020 CPUtime=1182.26 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 137547 0 0 0 118188 38 0 0 25 0 4 0 650278008 1916948480 348862 33554432000 4194304 4625164 140734832133488 18446744073709551615 4488006 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1872020 CPUtime=1164.03 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 90750 0 0 0 116344 59 0 0 25 0 4 0 650278008 1916948480 348862 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1872020 CPUtime=1182.29 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 5313276 0 0 0 117403 826 0 0 25 0 4 0 650278008 1916948480 348862 33554432000 4194304 4625164 140734832133488 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4710.94
Current children cumulated vsize (KiB) 1872020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 8.20 8.14 8.10 9/463 7987
/proc/meminfo: memFree=6787672/32951124 swapFree=65980224/67111528
[pid=7918] ppid=7916 vsize=1914508 CPUtime=4800.2 cores=1,3,5,7
/proc/7918/stat : 7918 (SArTagnan) R 7916 7918 7803 0 -1 4202496 6346625 0 0 0 478964 1056 0 0 25 0 4 0 650278006 1960456192 356976 33554432000 4194304 4625164 140734832133488 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7918/statm: 478627 356976 362 106 0 474130 0
[pid=7918/tid=7923] ppid=7916 vsize=1914508 CPUtime=1204.68 cores=1,3,5,7
/proc/7918/task/7923/stat : 7923 (SArTagnan) R 7916 7918 7803 0 -1 4202560 137620 0 0 0 120430 38 0 0 25 0 4 0 650278008 1960456192 356976 33554432000 4194304 4625164 140734832133488 18446744073709551615 4330793 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7918/tid=7924] ppid=7916 vsize=1914508 CPUtime=1186.08 cores=1,3,5,7
/proc/7918/task/7924/stat : 7924 (SArTagnan) R 7916 7918 7803 0 -1 4202560 90923 0 0 0 118548 60 0 0 25 0 4 0 650278008 1960456192 356976 33554432000 4194304 4625164 140734832133488 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7918/tid=7925] ppid=7916 vsize=1914508 CPUtime=1204.71 cores=1,3,5,7
/proc/7918/task/7925/stat : 7925 (SArTagnan) R 7916 7918 7803 0 -1 4202560 5457521 0 0 0 119618 853 0 0 25 0 4 0 650278008 1960456192 356976 33554432000 4194304 4625164 140734832133488 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1914508

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.78
CPU time (s): 4800.32
CPU user time (s): 4789.7
CPU system time (s): 10.6234
CPU usage (%): 398.44
Max. virtual memory (cumulated for all children) (KiB): 2234492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.7
system time used= 10.6234
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6346625
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= 1314
involuntary context switches= 19271

runsolver used 4.95225 second user time and 13.6959 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 22:43:45
IDJOB=3385960
IDBENCH=71433
IDSOLVER=1871
FILE ID=node142/3385960-1305578625
RUNJOBID= node142-1305577418-7822
PBS_JOBID= 13350222
Free space on /tmp= 73564 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385960-1305578625/watcher-3385960-1305578625 -o /tmp/evaluation-result-3385960-1305578625/solver-3385960-1305578625 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385960-1305578625.cnf -threads=4

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=1861349997

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10559296 kB
Buffers:        355472 kB
Cached:        4976580 kB
SwapCached:      11512 kB
Active:       18890708 kB
Inactive:      3128972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10559296 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:    16684324 kB
Mapped:          27020 kB
Slab:           237576 kB
PageTables:      66140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114501524 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= 73568 MiB
End job on node142 at 2011-05-16 23:03:52