Trace number 3291705

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-03-24? (TO) 4800.17 1202.32

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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

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-3291705-1304103040/watcher-3291705-1304103040 -o /tmp/evaluation-result-3291705-1304103040/solver-3291705-1304103040 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3291705-1304103040.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: 8.06 8.06 8.00 3/174 3756
/proc/meminfo: memFree=27600464/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=22612 CPUtime=0 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 1154 0 0 0 0 0 0 0 23 0 1 0 521901790 23154688 1091 33554432000 4194304 4623224 140733863091104 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3756/statm: 5653 1093 290 105 0 1157 0

[startup+0.10229 s]
/proc/loadavg: 8.06 8.06 8.00 3/174 3756
/proc/meminfo: memFree=27600464/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=67804 CPUtime=0.09 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 10207 0 0 0 8 1 0 0 24 0 1 0 521901790 69431296 7548 33554432000 4194304 4623224 140733863091104 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3756/statm: 16951 7549 301 105 0 12455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67804

[startup+0.200268 s]
/proc/loadavg: 8.06 8.06 8.00 3/174 3756
/proc/meminfo: memFree=27600464/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=77376 CPUtime=0.19 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 15597 0 0 0 18 1 0 0 24 0 1 0 521901790 79233024 9694 33554432000 4194304 4623224 140733863091104 18446744073709551615 4389076 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3756/statm: 19344 9717 301 105 0 14848 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 77376

[startup+0.301255 s]
/proc/loadavg: 8.06 8.06 8.00 3/174 3756
/proc/meminfo: memFree=27600464/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=82876 CPUtime=0.29 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 19463 0 0 0 27 2 0 0 25 0 1 0 521901790 84865024 11532 33554432000 4194304 4623224 140733863091104 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3756/statm: 20719 11533 301 105 0 16223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82876

[startup+0.701161 s]
/proc/loadavg: 8.06 8.06 8.00 3/174 3756
/proc/meminfo: memFree=27600464/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=202148 CPUtime=0.69 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 52945 0 0 0 63 6 0 0 25 0 1 0 521901790 206999552 36200 33554432000 4194304 4623224 140733863091104 18446744073709551615 4276797 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3756/statm: 50537 36221 303 105 0 46041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 202148

[startup+1.50096 s]
/proc/loadavg: 7.58 7.95 7.97 6/181 3766
/proc/meminfo: memFree=27273972/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=521332 CPUtime=3.81 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 81172 0 0 0 368 13 0 0 25 0 4 0 521901790 533843968 63588 33554432000 4194304 4623224 140733863091104 18446744073709551615 4404565 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 130333 63588 334 105 0 125837 0
[pid=3756/tid=3764] ppid=3754 vsize=521332 CPUtime=0.77 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 3785 0 0 0 77 0 0 0 25 0 4 0 521901862 533843968 63588 33554432000 4194304 4623224 140733863091104 18446744073709551615 4278419 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=521332 CPUtime=0.76 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 4166 0 0 0 76 0 0 0 25 0 4 0 521901862 533843968 63588 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=521332 CPUtime=0.77 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 5340 0 0 0 76 1 0 0 25 0 4 0 521901862 533843968 63588 33554432000 4194304 4623224 140733863091104 18446744073709551615 218905386965 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 521332

[startup+3.10064 s]
/proc/loadavg: 7.58 7.95 7.97 9/184 3769
/proc/meminfo: memFree=26967808/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=568108 CPUtime=10.19 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 100330 0 0 0 1003 16 0 0 25 0 4 0 521901790 581742592 72806 33554432000 4194304 4623224 140733863091104 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 142027 72806 343 105 0 137531 0
[pid=3756/tid=3764] ppid=3754 vsize=568108 CPUtime=2.37 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 4276 0 0 0 237 0 0 0 25 0 4 0 521901862 581742592 72806 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=568108 CPUtime=2.35 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 6042 0 0 0 235 0 0 0 25 0 4 0 521901862 581742592 72806 33554432000 4194304 4623224 140733863091104 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=568108 CPUtime=2.37 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 10482 0 0 0 235 2 0 0 25 0 4 0 521901862 581742592 72806 33554432000 4194304 4623224 140733863091104 18446744073709551615 4562898 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 568108

[startup+6.30106 s]
/proc/loadavg: 7.58 7.95 7.97 9/184 3769
/proc/meminfo: memFree=26849148/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=568108 CPUtime=22.98 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 113042 0 0 0 2279 19 0 0 25 0 4 0 521901790 581742592 74285 33554432000 4194304 4623224 140733863091104 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 142027 74285 343 105 0 137531 0
[pid=3756/tid=3764] ppid=3754 vsize=568108 CPUtime=5.57 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 4291 0 0 0 557 0 0 0 25 0 4 0 521901862 581742592 74285 33554432000 4194304 4623224 140733863091104 18446744073709551615 4363853 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=568108 CPUtime=5.54 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 6105 0 0 0 554 0 0 0 25 0 4 0 521901862 581742592 74285 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=568108 CPUtime=5.56 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 21161 0 0 0 552 4 0 0 25 0 4 0 521901862 581742592 74285 33554432000 4194304 4623224 140733863091104 18446744073709551615 4355430 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 568108

[startup+12.7009 s]
/proc/loadavg: 7.72 7.97 7.97 9/184 3769
/proc/meminfo: memFree=26831828/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=580592 CPUtime=48.54 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 137632 0 0 0 4831 23 0 0 25 0 4 0 521901790 594526208 77224 33554432000 4194304 4623224 140733863091104 18446744073709551615 4278653 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 145148 77224 343 105 0 140652 0
[pid=3756/tid=3764] ppid=3754 vsize=580592 CPUtime=11.97 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 4367 0 0 0 1197 0 0 0 25 0 4 0 521901862 594526208 77224 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=580592 CPUtime=11.9 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 6165 0 0 0 1190 0 0 0 25 0 4 0 521901862 594526208 77224 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=580592 CPUtime=11.96 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 37803 0 0 0 1190 6 0 0 25 0 4 0 521901862 594526208 77224 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.54
Current children cumulated vsize (KiB) 580592

[startup+25.5006 s]
/proc/loadavg: 7.76 7.97 7.97 9/184 3770
/proc/meminfo: memFree=26812188/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=580592 CPUtime=99.67 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 171807 0 0 0 9939 28 0 0 25 0 4 0 521901790 594526208 79685 33554432000 4194304 4623224 140733863091104 18446744073709551615 4412783 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 145148 79685 343 105 0 140652 0
[pid=3756/tid=3764] ppid=3754 vsize=580592 CPUtime=24.77 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 4412 0 0 0 2477 0 0 0 25 0 4 0 521901862 594526208 79685 33554432000 4194304 4623224 140733863091104 18446744073709551615 4330875 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=580592 CPUtime=24.63 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 6331 0 0 0 2463 0 0 0 25 0 4 0 521901862 594526208 79685 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=580592 CPUtime=24.76 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 71311 0 0 0 2465 11 0 0 25 0 4 0 521901862 594526208 79685 33554432000 4194304 4623224 140733863091104 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.67
Current children cumulated vsize (KiB) 580592

[startup+51.1009 s]
/proc/loadavg: 7.85 7.97 7.97 9/184 3770
/proc/meminfo: memFree=26773692/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=589028 CPUtime=201.92 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 267339 0 0 0 20150 42 0 0 25 0 4 0 521901790 603164672 85822 33554432000 4194304 4623224 140733863091104 18446744073709551615 4278624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 147257 85822 351 105 0 142761 0
[pid=3756/tid=3764] ppid=3754 vsize=589028 CPUtime=50.37 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 4505 0 0 0 5037 0 0 0 25 0 4 0 521901862 603164672 85822 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=589028 CPUtime=50.09 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 6522 0 0 0 5009 0 0 0 25 0 4 0 521901862 603164672 85822 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317219 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=589028 CPUtime=50.35 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 158009 0 0 0 5011 24 0 0 25 0 4 0 521901862 603164672 85822 33554432000 4194304 4623224 140733863091104 18446744073709551615 218905387015 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.92
Current children cumulated vsize (KiB) 589028

[startup+102.301 s]
/proc/loadavg: 7.98 7.99 7.98 9/184 3772
/proc/meminfo: memFree=26706912/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=676696 CPUtime=406.45 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 452887 0 0 0 40571 74 0 0 25 0 4 0 521901790 692936704 99654 33554432000 4194304 4623224 140733863091104 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 169174 99654 363 105 0 164678 0
[pid=3756/tid=3764] ppid=3754 vsize=676696 CPUtime=101.58 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 8541 0 0 0 10157 1 0 0 25 0 4 0 521901862 692936704 99654 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=676696 CPUtime=101.01 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 6522 0 0 0 10101 0 0 0 25 0 4 0 521901862 692936704 99654 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=676696 CPUtime=101.55 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 317363 0 0 0 10103 52 0 0 25 0 4 0 521901862 692936704 99654 33554432000 4194304 4623224 140733863091104 18446744073709551615 218905380044 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.45
Current children cumulated vsize (KiB) 676696

[startup+162.301 s]
/proc/loadavg: 8.03 8.00 7.98 9/184 3773
/proc/meminfo: memFree=26560192/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=752176 CPUtime=646.11 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 652231 0 0 0 64504 107 0 0 25 0 4 0 521901790 770228224 134211 33554432000 4194304 4623224 140733863091104 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 188044 134211 664 105 0 183548 0
[pid=3756/tid=3764] ppid=3754 vsize=752176 CPUtime=161.56 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 23046 0 0 0 16152 4 0 0 25 0 4 0 521901862 770228224 134211 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=752176 CPUtime=160.69 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 11363 0 0 0 16068 1 0 0 25 0 4 0 521901862 770228224 134211 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=752176 CPUtime=161.54 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 470274 0 0 0 16077 77 0 0 25 0 4 0 521901862 770228224 134211 33554432000 4194304 4623224 140733863091104 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 646.11
Current children cumulated vsize (KiB) 752176

[startup+222.307 s]
/proc/loadavg: 8.08 8.03 8.00 9/184 3775
/proc/meminfo: memFree=26346004/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=1017436 CPUtime=885.81 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 794590 0 0 0 88453 128 0 0 25 0 4 0 521901790 1041854464 182592 33554432000 4194304 4623224 140733863091104 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 254359 182592 566 105 0 249863 0
[pid=3756/tid=3764] ppid=3754 vsize=1017436 CPUtime=221.58 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 31430 0 0 0 22152 6 0 0 25 0 4 0 521901862 1041854464 182592 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=1017436 CPUtime=220.37 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 24177 0 0 0 22034 3 0 0 25 0 4 0 521901862 1041854464 182592 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=1017436 CPUtime=221.54 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 478983 0 0 0 22076 78 0 0 25 0 4 0 521901862 1041854464 182592 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 885.81
Current children cumulated vsize (KiB) 1017436

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2563.49
Current children cumulated vsize (KiB) 1913960

[startup+702.301 s]
/proc/loadavg: 8.21 8.10 8.02 9/184 3797
/proc/meminfo: memFree=25436448/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=1975244 CPUtime=2803.17 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 2228194 0 0 0 279956 361 0 0 25 0 4 0 521901790 2022649856 382114 33554432000 4194304 4623224 140733863091104 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 493811 382114 379 105 0 489315 0
[pid=3756/tid=3764] ppid=3754 vsize=1975244 CPUtime=701.56 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 111921 0 0 0 70137 19 0 0 25 0 4 0 521901862 2022649856 382114 33554432000 4194304 4623224 140733863091104 18446744073709551615 4377864 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=1975244 CPUtime=697.76 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 31402 0 0 0 69771 5 0 0 25 0 4 0 521901862 2022649856 382114 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=1975244 CPUtime=701.5 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 1552568 0 0 0 69895 255 0 0 25 0 4 0 521901862 2022649856 382114 33554432000 4194304 4623224 140733863091104 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2803.17
Current children cumulated vsize (KiB) 1975244

[startup+762.301 s]
/proc/loadavg: 8.17 8.11 8.02 9/184 3798
/proc/meminfo: memFree=25331624/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2002244 CPUtime=3042.85 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 2371487 0 0 0 303899 386 0 0 25 0 4 0 521901790 2050297856 402410 33554432000 4194304 4623224 140733863091104 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 500561 402410 379 105 0 496065 0
[pid=3756/tid=3764] ppid=3754 vsize=2002244 CPUtime=761.57 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 121420 0 0 0 76133 24 0 0 25 0 4 0 521901862 2050297856 402410 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2002244 CPUtime=757.44 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 31477 0 0 0 75739 5 0 0 25 0 4 0 521901862 2050297856 402410 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2002244 CPUtime=761.51 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 1680632 0 0 0 75876 275 0 0 25 0 4 0 521901862 2050297856 402410 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376487 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3042.85
Current children cumulated vsize (KiB) 2002244

[startup+822.301 s]
/proc/loadavg: 8.16 8.11 8.03 9/184 3802
/proc/meminfo: memFree=25088292/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2257264 CPUtime=3282.51 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 2613490 0 0 0 327827 424 0 0 25 0 4 0 521901790 2311438336 458932 33554432000 4194304 4623224 140733863091104 18446744073709551615 4510282 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 564316 458932 379 105 0 559820 0
[pid=3756/tid=3764] ppid=3754 vsize=2257264 CPUtime=821.57 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 121581 0 0 0 82133 24 0 0 25 0 4 0 521901862 2311438336 458932 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2257264 CPUtime=817.11 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 97253 0 0 0 81696 15 0 0 25 0 4 0 521901862 2311438336 458932 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2257264 CPUtime=821.5 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 1787302 0 0 0 81857 293 0 0 25 0 4 0 521901862 2311438336 458932 33554432000 4194304 4623224 140733863091104 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3282.51
Current children cumulated vsize (KiB) 2257264

[startup+882.306 s]
/proc/loadavg: 8.25 8.16 8.05 9/184 3805
/proc/meminfo: memFree=25024424/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2257264 CPUtime=3522.2 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 2742240 0 0 0 351774 446 0 0 25 0 4 0 521901790 2311438336 469100 33554432000 4194304 4623224 140733863091104 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 564316 469100 379 105 0 559820 0
[pid=3756/tid=3764] ppid=3754 vsize=2257264 CPUtime=881.57 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 121581 0 0 0 88133 24 0 0 25 0 4 0 521901862 2311438336 469100 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2257264 CPUtime=876.78 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 97253 0 0 0 87663 15 0 0 25 0 4 0 521901862 2311438336 469100 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2257264 CPUtime=881.5 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 1912079 0 0 0 87836 314 0 0 25 0 4 0 521901862 2311438336 469100 33554432000 4194304 4623224 140733863091104 18446744073709551615 4544933 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.2
Current children cumulated vsize (KiB) 2257264

[startup+942.3 s]
/proc/loadavg: 8.09 8.13 8.04 9/184 3806
/proc/meminfo: memFree=25005548/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2210216 CPUtime=3761.85 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 2903356 0 0 0 375709 476 0 0 25 0 4 0 521901790 2263261184 472416 33554432000 4194304 4623224 140733863091104 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 552554 472416 343 105 0 548058 0
[pid=3756/tid=3764] ppid=3754 vsize=2210216 CPUtime=941.57 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 142244 0 0 0 94126 31 0 0 25 0 4 0 521901862 2263261184 472416 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2210216 CPUtime=936.45 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 97322 0 0 0 93630 15 0 0 25 0 4 0 521901862 2263261184 472416 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2210216 CPUtime=941.49 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 2048890 0 0 0 93813 336 0 0 25 0 4 0 521901862 2263261184 472416 33554432000 4194304 4623224 140733863091104 18446744073709551615 4377648 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3761.85
Current children cumulated vsize (KiB) 2210216

[startup+1002.3 s]
/proc/loadavg: 8.07 8.12 8.04 9/184 3808
/proc/meminfo: memFree=24881636/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2360244 CPUtime=4001.5 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 3025888 0 0 0 399651 499 0 0 25 0 4 0 521901790 2416889856 501991 33554432000 4194304 4623224 140733863091104 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 590061 501991 343 105 0 585565 0
[pid=3756/tid=3764] ppid=3754 vsize=2360244 CPUtime=1001.56 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 147784 0 0 0 100122 34 0 0 25 0 4 0 521901862 2416889856 501991 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2360244 CPUtime=996.12 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 136117 0 0 0 99592 20 0 0 25 0 4 0 521901862 2416889856 501991 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2360244 CPUtime=1001.49 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 2114254 0 0 0 99801 348 0 0 25 0 4 0 521901862 2416889856 501991 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4001.5
Current children cumulated vsize (KiB) 2360244

[startup+1062.3 s]
/proc/loadavg: 8.10 8.12 8.05 9/184 3809
/proc/meminfo: memFree=24792816/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2617560 CPUtime=4241.19 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 3219056 0 0 0 423582 537 0 0 25 0 4 0 521901790 2680381440 520355 33554432000 4194304 4623224 140733863091104 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 654390 520355 343 105 0 649894 0
[pid=3756/tid=3764] ppid=3754 vsize=2617560 CPUtime=1061.56 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 190528 0 0 0 106108 48 0 0 25 0 4 0 521901862 2680381440 520355 33554432000 4194304 4623224 140733863091104 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2617560 CPUtime=1055.8 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 136117 0 0 0 105560 20 0 0 25 0 4 0 521901862 2680381440 520355 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2617560 CPUtime=1061.48 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 2261906 0 0 0 105777 371 0 0 25 0 4 0 521901862 2680381440 520355 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.19
Current children cumulated vsize (KiB) 2617560

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 8.06 9/184 3811
/proc/meminfo: memFree=24699284/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2626316 CPUtime=4480.86 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 3371398 0 0 0 447522 564 0 0 25 0 4 0 521901790 2689347584 538548 33554432000 4194304 4623224 140733863091104 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 656579 538548 343 105 0 652083 0
[pid=3756/tid=3764] ppid=3754 vsize=2626316 CPUtime=1121.57 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 197717 0 0 0 112104 53 0 0 25 0 4 0 521901862 2689347584 538548 33554432000 4194304 4623224 140733863091104 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2626316 CPUtime=1115.47 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 140471 0 0 0 111526 21 0 0 25 0 4 0 521901862 2689347584 538548 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2626316 CPUtime=1121.48 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 2399306 0 0 0 111756 392 0 0 25 0 4 0 521901862 2689347584 538548 33554432000 4194304 4623224 140733863091104 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4480.86
Current children cumulated vsize (KiB) 2626316

[startup+1182.3 s]
/proc/loadavg: 8.20 8.16 8.07 9/184 3813
/proc/meminfo: memFree=24561112/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2728772 CPUtime=4720.53 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 3608803 0 0 0 471448 605 0 0 25 0 4 0 521901790 2794262528 567578 33554432000 4194304 4623224 140733863091104 18446744073709551615 4412507 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 682193 567578 343 105 0 677697 0
[pid=3756/tid=3764] ppid=3754 vsize=2728772 CPUtime=1181.56 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 207667 0 0 0 118096 60 0 0 25 0 4 0 521901862 2794262528 567578 33554432000 4194304 4623224 140733863091104 18446744073709551615 4289691 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2728772 CPUtime=1175.15 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 148637 0 0 0 117492 23 0 0 25 0 4 0 521901862 2794262528 567578 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2728772 CPUtime=1181.47 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 2565566 0 0 0 117730 417 0 0 25 0 4 0 521901862 2794262528 567578 33554432000 4194304 4623224 140733863091104 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4720.53
Current children cumulated vsize (KiB) 2728772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.21 8.16 8.07 9/184 3813
/proc/meminfo: memFree=24530336/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=2728772 CPUtime=4800.03 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) R 3754 3756 3527 0 -1 4202496 3653284 0 0 0 479391 612 0 0 25 0 4 0 521901790 2794262528 573934 33554432000 4194304 4623224 140733863091104 18446744073709551615 4510340 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 682193 573934 343 105 0 677697 0
[pid=3756/tid=3764] ppid=3754 vsize=2728772 CPUtime=1201.47 cores=0,2,4,6
/proc/3756/task/3764/stat : 3764 (SArTagnan) R 3754 3756 3527 0 -1 4202560 210234 0 0 0 120084 63 0 0 25 0 4 0 521901862 2794262528 573936 33554432000 4194304 4623224 140733863091104 18446744073709551615 4463051 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3756/tid=3765] ppid=3754 vsize=2728772 CPUtime=1194.94 cores=0,2,4,6
/proc/3756/task/3765/stat : 3765 (SArTagnan) R 3754 3756 3527 0 -1 4202560 149547 0 0 0 119471 23 0 0 25 0 4 0 521901862 2794262528 573936 33554432000 4194304 4623224 140733863091104 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3756/tid=3766] ppid=3754 vsize=2728772 CPUtime=1201.37 cores=0,2,4,6
/proc/3756/task/3766/stat : 3766 (SArTagnan) R 3754 3756 3527 0 -1 4202560 2605304 0 0 0 119716 421 0 0 25 0 4 0 521901862 2794262528 573936 33554432000 4194304 4623224 140733863091104 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 2728772

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

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

[startup+1202.31 s]
/proc/loadavg: 8.21 8.16 8.07 6/183 3814
/proc/meminfo: memFree=26785408/32951124 swapFree=67111356/67111528
[pid=3756] ppid=3754 vsize=0 CPUtime=4800.15 cores=0,2,4,6
/proc/3756/stat : 3756 (SArTagnan) Z 3754 3756 3527 0 -1 4203548 3653312 0 0 0 479393 622 0 0 25 0 1 0 521901790 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3756/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.32
CPU time (s): 4800.17
CPU user time (s): 4793.94
CPU system time (s): 6.22905
CPU usage (%): 399.243
Max. virtual memory (cumulated for all children) (KiB): 2919764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.94
system time used= 6.22905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3653312
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= 377
involuntary context switches= 21474

runsolver used 2.02069 second user time and 4.55031 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 20:50:41
IDJOB=3291705
IDBENCH=84248
IDSOLVER=1656
FILE ID=node137/3291705-1304103040
RUNJOBID= node137-1304100632-3551
PBS_JOBID= 13170625
Free space on /tmp= 71588 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291705-1304103040/watcher-3291705-1304103040 -o /tmp/evaluation-result-3291705-1304103040/solver-3291705-1304103040 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291705-1304103040.cnf -threads=4

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=529824670

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27600868 kB
Buffers:        923020 kB
Cached:        3895056 kB
SwapCached:         56 kB
Active:         355444 kB
Inactive:      4529188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27600868 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32460 kB
Writeback:           0 kB
AnonPages:       66556 kB
Mapped:          14536 kB
Slab:           402992 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192992 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= 71576 MiB
End job on node137 at 2011-04-29 21:10:45