Trace number 3385857

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.63 1205.18

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
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-3385857-1305583465/watcher-3385857-1305583465 -o /tmp/evaluation-result-3385857-1305583465/solver-3385857-1305583465 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385857-1305583465.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: 7.14 7.89 7.96 5/459 8465
/proc/meminfo: memFree=11555520/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=46720 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 804 0 0 0 0 0 0 0 21 0 1 0 650762027 47841280 577 33554432000 4194304 4625164 140735187091248 18446744073709551615 228095450880 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8465/statm: 11680 577 296 106 0 7183 0

[startup+0.116376 s]
/proc/loadavg: 7.14 7.89 7.96 5/459 8465
/proc/meminfo: memFree=11555520/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=54180 CPUtime=0.1 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 6080 0 0 0 10 0 0 0 21 0 1 0 650762027 55480320 2123 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8465/statm: 13545 2123 296 106 0 9048 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54180

[startup+0.200365 s]
/proc/loadavg: 7.14 7.89 7.96 5/459 8465
/proc/meminfo: memFree=11555520/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=58144 CPUtime=0.19 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 9167 0 0 0 18 1 0 0 21 0 1 0 650762027 59539456 3230 33554432000 4194304 4625164 140735187091248 18446744073709551615 228095450880 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8465/statm: 14536 3231 296 106 0 10039 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58144

[startup+0.300303 s]
/proc/loadavg: 7.14 7.89 7.96 5/459 8465
/proc/meminfo: memFree=11555520/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=148900 CPUtime=0.3 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 24561 0 0 0 27 3 0 0 22 0 4 0 650762027 152473600 15652 33554432000 4194304 4625164 140735187091248 18446744073709551615 4500202 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 37225 15652 327 106 0 32728 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 148900

[startup+0.700226 s]
/proc/loadavg: 7.14 7.89 7.96 5/459 8465
/proc/meminfo: memFree=11555520/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=392188 CPUtime=1.9 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 60809 0 0 0 182 8 0 0 25 0 4 0 650762027 401600512 35734 33554432000 4194304 4625164 140735187091248 18446744073709551615 4360561 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 98047 35734 350 106 0 93550 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 392188

[startup+1.50108 s]
/proc/loadavg: 7.14 7.89 7.96 9/463 8469
/proc/meminfo: memFree=11269568/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=416988 CPUtime=5.09 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 85405 0 0 0 497 12 0 0 25 0 4 0 650762027 426995712 49831 33554432000 4194304 4625164 140735187091248 18446744073709551615 4508954 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 104247 49831 447 106 0 99750 0
[pid=8465/tid=8467] ppid=8463 vsize=416988 CPUtime=1.2 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 2069 0 0 0 120 0 0 0 25 0 4 0 650762056 426995712 49831 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=416988 CPUtime=1.19 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 4028 0 0 0 119 0 0 0 25 0 4 0 650762056 426995712 49831 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=416988 CPUtime=1.2 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 1015 0 0 0 120 0 0 0 25 0 4 0 650762056 426995712 49831 33554432000 4194304 4625164 140735187091248 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 416988

[startup+3.10079 s]
/proc/loadavg: 7.14 7.89 7.96 10/463 8469
/proc/meminfo: memFree=11233856/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=417548 CPUtime=11.46 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 93822 0 0 0 1133 13 0 0 25 0 4 0 650762027 427569152 56905 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 104387 56905 425 106 0 99890 0
[pid=8465/tid=8467] ppid=8463 vsize=417548 CPUtime=2.79 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 5769 0 0 0 278 1 0 0 25 0 4 0 650762056 427569152 56905 33554432000 4194304 4625164 140735187091248 18446744073709551615 4469366 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=417548 CPUtime=2.79 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 8531 0 0 0 278 1 0 0 25 0 4 0 650762056 427569152 56905 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=417548 CPUtime=2.8 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 1216 0 0 0 280 0 0 0 25 0 4 0 650762056 427569152 56905 33554432000 4194304 4625164 140735187091248 18446744073709551615 4547554 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 417548

[startup+6.3002 s]
/proc/loadavg: 7.21 7.89 7.96 10/463 8469
/proc/meminfo: memFree=11142096/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=423260 CPUtime=24.21 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 105069 0 0 0 2404 17 0 0 25 0 4 0 650762027 433418240 68047 33554432000 4194304 4625164 140735187091248 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 105815 68047 435 106 0 101318 0
[pid=8465/tid=8467] ppid=8463 vsize=423260 CPUtime=5.99 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 8606 0 0 0 598 1 0 0 25 0 4 0 650762056 433418240 68047 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=423260 CPUtime=5.99 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 14498 0 0 0 596 3 0 0 25 0 4 0 650762056 433418240 68047 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=423260 CPUtime=6 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 2712 0 0 0 600 0 0 0 25 0 4 0 650762056 433418240 68047 33554432000 4194304 4625164 140735187091248 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 423260

[startup+12.701 s]
/proc/loadavg: 7.27 7.89 7.96 10/463 8469
/proc/meminfo: memFree=10999244/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=599704 CPUtime=49.71 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 140294 0 0 0 4948 23 0 0 25 0 4 0 650762027 614096896 88744 33554432000 4194304 4625164 140735187091248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 149926 88744 429 106 0 145429 0
[pid=8465/tid=8467] ppid=8463 vsize=599704 CPUtime=12.39 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 12551 0 0 0 1237 2 0 0 25 0 4 0 650762056 614096896 88744 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352157 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=599704 CPUtime=12.39 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 22860 0 0 0 1233 6 0 0 25 0 4 0 650762056 614096896 88744 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=599704 CPUtime=12.39 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 6254 0 0 0 1239 0 0 0 25 0 4 0 650762056 614096896 88744 33554432000 4194304 4625164 140735187091248 18446744073709551615 4552929 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 599704

[startup+25.5007 s]
/proc/loadavg: 7.43 7.89 7.96 10/463 8469
/proc/meminfo: memFree=10790224/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=645268 CPUtime=100.72 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 171202 0 0 0 10041 31 0 0 25 0 4 0 650762027 660754432 118927 33554432000 4194304 4625164 140735187091248 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 161317 118927 525 106 0 156820 0
[pid=8465/tid=8467] ppid=8463 vsize=645268 CPUtime=25.2 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 20682 0 0 0 2515 5 0 0 25 0 4 0 650762056 660754432 118927 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=645268 CPUtime=25.19 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 35323 0 0 0 2509 10 0 0 25 0 4 0 650762056 660754432 118927 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=645268 CPUtime=25.19 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 10939 0 0 0 2518 1 0 0 25 0 4 0 650762056 660754432 118927 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 645268

[startup+51.1009 s]
/proc/loadavg: 7.62 7.90 7.96 10/463 8470
/proc/meminfo: memFree=10432784/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=940824 CPUtime=202.74 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 240204 0 0 0 20225 49 0 0 25 0 4 0 650762027 963403776 159063 33554432000 4194304 4625164 140735187091248 18446744073709551615 4512029 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 235206 159063 403 106 0 230709 0
[pid=8465/tid=8467] ppid=8463 vsize=940824 CPUtime=50.79 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 31955 0 0 0 5071 8 0 0 25 0 4 0 650762056 963403776 159063 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=940824 CPUtime=50.79 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 59020 0 0 0 5060 19 0 0 25 0 4 0 650762056 963403776 159063 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=940824 CPUtime=50.79 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 14277 0 0 0 5077 2 0 0 25 0 4 0 650762056 963403776 159063 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.74
Current children cumulated vsize (KiB) 940824

[startup+102.3 s]
/proc/loadavg: 7.87 7.93 7.97 10/463 8471
/proc/meminfo: memFree=9802224/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=1082580 CPUtime=406.81 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 309448 0 0 0 40610 71 0 0 25 0 4 0 650762027 1108561920 208840 33554432000 4194304 4625164 140735187091248 18446744073709551615 4509199 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 270645 208840 369 106 0 266148 0
[pid=8465/tid=8467] ppid=8463 vsize=1082580 CPUtime=102.01 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 47947 0 0 0 10187 14 0 0 25 0 4 0 650762056 1108561920 208840 33554432000 4194304 4625164 140735187091248 18446744073709551615 4464333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=1082580 CPUtime=102.01 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 91752 0 0 0 10169 32 0 0 25 0 4 0 650762056 1108561920 208840 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=1082580 CPUtime=102.01 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 25043 0 0 0 10197 4 0 0 25 0 4 0 650762056 1108561920 208840 33554432000 4194304 4625164 140735187091248 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.81
Current children cumulated vsize (KiB) 1082580

[startup+162.3 s]
/proc/loadavg: 8.00 7.95 7.97 10/463 8473
/proc/meminfo: memFree=9276088/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=1236400 CPUtime=645.86 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 769247 0 0 0 64445 141 0 0 25 0 4 0 650762027 1266073600 241946 33554432000 4194304 4625164 140735187091248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 309100 241946 501 106 0 304603 0
[pid=8465/tid=8467] ppid=8463 vsize=1236400 CPUtime=162 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 62160 0 0 0 16184 16 0 0 25 0 4 0 650762056 1266073600 241946 33554432000 4194304 4625164 140735187091248 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=1236400 CPUtime=161.99 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 118112 0 0 0 16159 40 0 0 25 0 4 0 650762056 1266073600 241946 33554432000 4194304 4625164 140735187091248 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=1236400 CPUtime=161.99 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 437524 0 0 0 16136 63 0 0 25 0 4 0 650762056 1266073600 241946 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 645.86
Current children cumulated vsize (KiB) 1236400

[startup+222.318 s]
/proc/loadavg: 8.11 7.99 7.98 10/463 8475
/proc/meminfo: memFree=9035148/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=1346944 CPUtime=885 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 1239807 0 0 0 88279 221 0 0 25 0 4 0 650762027 1379270656 248716 33554432000 4194304 4625164 140735187091248 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 336736 248717 469 106 0 332239 0
[pid=8465/tid=8467] ppid=8463 vsize=1346944 CPUtime=222.02 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 62682 0 0 0 22186 16 0 0 25 0 4 0 650762056 1379270656 248717 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=1346944 CPUtime=222.01 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 118376 0 0 0 22161 40 0 0 25 0 4 0 650762056 1379270656 248717 33554432000 4194304 4625164 140735187091248 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=1346944 CPUtime=222 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 861400 0 0 0 22065 135 0 0 25 0 4 0 650762056 1379270656 248718 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 885
Current children cumulated vsize (KiB) 1346944

[startup+282.3 s]

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

Current children cumulated CPU time (s) 2558.45
Current children cumulated vsize (KiB) 2164128

[startup+702.301 s]
/proc/loadavg: 8.09 8.08 8.02 10/463 8487
/proc/meminfo: memFree=6728968/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=2617896 CPUtime=2797.49 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 5760709 0 0 0 278784 965 0 0 25 0 4 0 650762027 2680725504 527546 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 654474 527546 422 106 0 649977 0
[pid=8465/tid=8467] ppid=8463 vsize=2617896 CPUtime=702.01 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 71387 0 0 0 70183 18 0 0 25 0 4 0 650762056 2680725504 527546 33554432000 4194304 4625164 140735187091248 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=2617896 CPUtime=701.97 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 193924 0 0 0 70109 88 0 0 25 0 4 0 650762056 2680725504 527546 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=2617896 CPUtime=701.96 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 4720490 0 0 0 69453 743 0 0 25 0 4 0 650762056 2680725504 527546 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2797.49
Current children cumulated vsize (KiB) 2617896

[startup+762.301 s]
/proc/loadavg: 8.09 8.08 8.02 10/463 8489
/proc/meminfo: memFree=6483448/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=2739192 CPUtime=3036.61 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 6502635 0 0 0 302577 1084 0 0 25 0 4 0 650762027 2804932608 575747 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 684798 575747 358 106 0 680301 0
[pid=8465/tid=8467] ppid=8463 vsize=2739192 CPUtime=762.03 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 92149 0 0 0 76182 21 0 0 25 0 4 0 650762056 2804932608 575867 33554432000 4194304 4625164 140735187091248 18446744073709551615 4487250 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=2739192 CPUtime=761.98 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 230201 0 0 0 76098 100 0 0 25 0 4 0 650762056 2804932608 575867 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=2739192 CPUtime=761.98 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 5350659 0 0 0 75360 838 0 0 25 0 4 0 650762056 2804932608 575867 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3036.61
Current children cumulated vsize (KiB) 2739192

[startup+822.301 s]
/proc/loadavg: 8.13 8.09 8.02 10/463 8491
/proc/meminfo: memFree=6141332/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=3354632 CPUtime=3275.58 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 7449684 0 0 0 326331 1227 0 0 25 0 4 0 650762027 3435143168 652434 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 838658 652434 363 106 0 834161 0
[pid=8465/tid=8467] ppid=8463 vsize=3354632 CPUtime=822.01 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 93893 0 0 0 82180 21 0 0 25 0 4 0 650762056 3435143168 652434 33554432000 4194304 4625164 140735187091248 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=3354632 CPUtime=821.94 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 250439 0 0 0 82079 115 0 0 25 0 4 0 650762056 3435143168 652434 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=3354632 CPUtime=821.93 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 5979324 0 0 0 81263 930 0 0 25 0 4 0 650762056 3435143168 652434 33554432000 4194304 4625164 140735187091248 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3275.58
Current children cumulated vsize (KiB) 3354632

[startup+882.318 s]
/proc/loadavg: 8.14 8.10 8.03 10/463 8492
/proc/meminfo: memFree=5939336/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=3354632 CPUtime=3514.72 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 8122160 0 0 0 350139 1333 0 0 25 0 4 0 650762027 3435143168 682513 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 838658 682513 358 106 0 834161 0
[pid=8465/tid=8467] ppid=8463 vsize=3354632 CPUtime=882.03 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 94628 0 0 0 88181 22 0 0 25 0 4 0 650762056 3435143168 682513 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=3354632 CPUtime=881.95 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 264768 0 0 0 88070 125 0 0 25 0 4 0 650762056 3435143168 682514 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=3354632 CPUtime=881.95 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 6619522 0 0 0 87173 1022 0 0 25 0 4 0 650762056 3435143168 682514 33554432000 4194304 4625164 140735187091248 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3514.72
Current children cumulated vsize (KiB) 3354632

[startup+942.3 s]
/proc/loadavg: 8.13 8.11 8.03 10/463 8494
/proc/meminfo: memFree=5785076/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=3420168 CPUtime=3753.74 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 8591488 0 0 0 373964 1410 0 0 25 0 4 0 650762027 3502252032 717770 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 855042 717770 358 106 0 850545 0
[pid=8465/tid=8467] ppid=8463 vsize=3420168 CPUtime=942.01 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 97005 0 0 0 94179 22 0 0 25 0 4 0 650762056 3502252032 717770 33554432000 4194304 4625164 140735187091248 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=3420168 CPUtime=941.93 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 275275 0 0 0 94059 134 0 0 25 0 4 0 650762056 3502252032 717770 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=3420168 CPUtime=941.93 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 7054569 0 0 0 93107 1086 0 0 25 0 4 0 650762056 3502252032 717770 33554432000 4194304 4625164 140735187091248 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3753.74
Current children cumulated vsize (KiB) 3420168

[startup+1002.3 s]
/proc/loadavg: 8.24 8.15 8.05 10/463 8495
/proc/meminfo: memFree=5537328/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=3676500 CPUtime=3992.81 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 9110436 0 0 0 397787 1494 0 0 25 0 4 0 650762027 3764736000 765801 33554432000 4194304 4625164 140735187091248 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 919125 765801 343 106 0 914628 0
[pid=8465/tid=8467] ppid=8463 vsize=3676500 CPUtime=1002.02 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 103987 0 0 0 100179 23 0 0 25 0 4 0 650762056 3764736000 765801 33554432000 4194304 4625164 140735187091248 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=3676500 CPUtime=1001.93 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 290832 0 0 0 100048 145 0 0 25 0 4 0 650762056 3764736000 765801 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=3676500 CPUtime=1001.92 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 7518241 0 0 0 99040 1152 0 0 25 0 4 0 650762056 3764736000 765801 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3992.81
Current children cumulated vsize (KiB) 3676500

[startup+1062.3 s]
/proc/loadavg: 8.13 8.13 8.05 10/463 8497
/proc/meminfo: memFree=4879008/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=4614736 CPUtime=4231.79 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 10149394 0 0 0 421533 1646 0 0 25 0 4 0 650762027 4725489664 862672 33554432000 4194304 4625164 140735187091248 18446744073709551615 4519388 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 1153684 862672 343 106 0 1149187 0
[pid=8465/tid=8467] ppid=8463 vsize=4614736 CPUtime=1062.02 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 135810 0 0 0 106175 27 0 0 25 0 4 0 650762056 4725489664 862672 33554432000 4194304 4625164 140735187091248 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=4614736 CPUtime=1061.88 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 307992 0 0 0 106031 157 0 0 25 0 4 0 650762056 4725489664 862672 33554432000 4194304 4625164 140735187091248 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=4614736 CPUtime=1061.87 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 8044840 0 0 0 104954 1233 0 0 19 0 4 0 650762056 4725489664 862672 33554432000 4194304 4625164 140735187091248 18446744073709551615 4551149 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4231.79
Current children cumulated vsize (KiB) 4614736

[startup+1122.3 s]
/proc/loadavg: 8.08 8.12 8.05 10/463 8499
/proc/meminfo: memFree=4570620/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=4680272 CPUtime=4470.85 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 10671408 0 0 0 445357 1728 0 0 25 0 4 0 650762027 4792598528 898010 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 1170068 898010 344 106 0 1165571 0
[pid=8465/tid=8467] ppid=8463 vsize=4680272 CPUtime=1122.02 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 136943 0 0 0 112175 27 0 0 25 0 4 0 650762056 4792598528 898010 33554432000 4194304 4625164 140735187091248 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=4680272 CPUtime=1121.88 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 321150 0 0 0 112022 166 0 0 25 0 4 0 650762056 4792598528 898010 33554432000 4194304 4625164 140735187091248 18446744073709551615 4317376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=4680272 CPUtime=1121.86 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 8533788 0 0 0 110883 1303 0 0 25 0 4 0 650762056 4792598528 898010 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4470.85
Current children cumulated vsize (KiB) 4680272

[startup+1182.3 s]
/proc/loadavg: 8.14 8.13 8.05 10/463 8500
/proc/meminfo: memFree=4384748/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=4680272 CPUtime=4709.93 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 11103511 0 0 0 469197 1796 0 0 25 0 4 0 650762027 4792598528 937441 33554432000 4194304 4625164 140735187091248 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 1170068 937441 343 106 0 1165571 0
[pid=8465/tid=8467] ppid=8463 vsize=4680272 CPUtime=1182.03 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 138259 0 0 0 118175 28 0 0 25 0 4 0 650762056 4792598528 937441 33554432000 4194304 4625164 140735187091248 18446744073709551615 4330844 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=4680272 CPUtime=1181.88 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 335019 0 0 0 118013 175 0 0 25 0 4 0 650762056 4792598528 937441 33554432000 4194304 4625164 140735187091248 18446744073709551615 4464310 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=4680272 CPUtime=1181.86 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 8925283 0 0 0 116829 1357 0 0 25 0 4 0 650762056 4792598528 937441 33554432000 4194304 4625164 140735187091248 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4709.93
Current children cumulated vsize (KiB) 4680272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.09 8.12 8.05 5/458 8502
/proc/meminfo: memFree=7781644/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=4745808 CPUtime=4800.41 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4202496 11294313 0 0 0 478212 1829 0 0 25 0 4 0 650762027 4859707392 951334 33554432000 4194304 4625164 140735187091248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8465/statm: 1186452 951334 343 106 0 1181955 0
[pid=8465/tid=8467] ppid=8463 vsize=4745808 CPUtime=1204.74 cores=0,2,4,6
/proc/8465/task/8467/stat : 8467 (SArTagnan) R 8463 8465 7803 0 -1 4202560 138645 0 0 0 120446 28 0 0 25 0 4 0 650762056 4859707392 951171 33554432000 4194304 4625164 140735187091248 18446744073709551615 4330793 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8465/tid=8468] ppid=8463 vsize=4745808 CPUtime=1204.6 cores=0,2,4,6
/proc/8465/task/8468/stat : 8468 (SArTagnan) R 8463 8465 7803 0 -1 4202560 340482 0 0 0 120280 180 0 0 25 0 4 0 650762056 4859707392 951171 33554432000 4194304 4625164 140735187091248 18446744073709551615 228095112225 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8465/tid=8469] ppid=8463 vsize=4745808 CPUtime=1204.57 cores=0,2,4,6
/proc/8465/task/8469/stat : 8469 (SArTagnan) R 8463 8465 7803 0 -1 4202560 9101805 0 0 0 119074 1383 0 0 25 0 4 0 650762056 4859707392 951171 33554432000 4194304 4625164 140735187091248 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 4745808

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

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

[startup+1205.12 s]
/proc/loadavg: 8.09 8.12 8.05 5/458 8502
/proc/meminfo: memFree=7781644/32951124 swapFree=65980224/67111528
[pid=8465] ppid=8463 vsize=0 CPUtime=4800.55 cores=0,2,4,6
/proc/8465/stat : 8465 (SArTagnan) R 8463 8465 7803 0 -1 4203524 11294563 0 0 0 478216 1839 0 0 25 0 1 0 650762027 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.18
CPU time (s): 4800.63
CPU user time (s): 4782.17
CPU system time (s): 18.4592
CPU usage (%): 398.331
Max. virtual memory (cumulated for all children) (KiB): 6066764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4782.17
system time used= 18.4592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11294563
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= 7228
involuntary context switches= 25752

runsolver used 5.13422 second user time and 13.435 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-17 00:04:26
IDJOB=3385857
IDBENCH=88203
IDSOLVER=1871
FILE ID=node142/3385857-1305583465
RUNJOBID= node142-1305583465-8442
PBS_JOBID= 13350222
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1253814877

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:      11556048 kB
Buffers:        313400 kB
Cached:        3984956 kB
SwapCached:      11512 kB
Active:       17122464 kB
Inactive:      3902100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11556048 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           23436 kB
Writeback:           0 kB
AnonPages:    16723112 kB
Mapped:          27200 kB
Slab:           235112 kB
PageTables:      66736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114607492 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= 73556 MiB
End job on node142 at 2011-05-17 00:24:33