Trace number 3385977

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.55 1205

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted 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 variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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-3385977-1305582254/watcher-3385977-1305582254 -o /tmp/evaluation-result-3385977-1305582254/solver-3385977-1305582254 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385977-1305582254.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.77 8.02 7.95 5/459 8358
/proc/meminfo: memFree=10496892/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=20692 CPUtime=0 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 710 0 0 0 0 0 0 0 25 0 1 0 650640930 21188608 505 33554432000 4194304 4625164 140734631567760 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8358/statm: 5173 505 296 106 0 676 0

[startup+0.131577 s]
/proc/loadavg: 7.77 8.02 7.95 5/459 8358
/proc/meminfo: memFree=10496892/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=255120 CPUtime=0.45 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 4796 0 0 0 45 0 0 0 25 0 4 0 650640930 261242880 3392 33554432000 4194304 4625164 140734631567760 18446744073709551615 4364911 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 63780 3392 348 106 0 59283 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 255120

[startup+0.200565 s]
/proc/loadavg: 7.77 8.02 7.95 5/459 8358
/proc/meminfo: memFree=10496892/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=257700 CPUtime=0.72 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 6232 0 0 0 72 0 0 0 25 0 4 0 650640930 263884800 4001 33554432000 4194304 4625164 140734631567760 18446744073709551615 4528805 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 64425 4001 345 106 0 59928 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 257700

[startup+0.300548 s]
/proc/loadavg: 7.77 8.02 7.95 5/459 8358
/proc/meminfo: memFree=10496892/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=259140 CPUtime=1.12 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 7373 0 0 0 112 0 0 0 25 0 4 0 650640930 265359360 5142 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 64785 5163 345 106 0 60288 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 259140

[startup+0.700474 s]
/proc/loadavg: 7.77 8.02 7.95 5/459 8358
/proc/meminfo: memFree=10496892/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=264044 CPUtime=2.72 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 11116 0 0 0 272 0 0 0 25 0 4 0 650640930 270381056 8031 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 66011 8031 346 106 0 61514 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 264044

[startup+1.50033 s]
/proc/loadavg: 7.77 8.02 7.95 9/463 8362
/proc/meminfo: memFree=10448508/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=269512 CPUtime=5.91 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 15986 0 0 0 590 1 0 0 25 0 4 0 650640930 275980288 11604 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512075 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 67378 11604 358 106 0 62881 0
[pid=8358/tid=8360] ppid=8356 vsize=269512 CPUtime=1.47 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 2541 0 0 0 147 0 0 0 25 0 4 0 650640932 275980288 11604 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=269512 CPUtime=1.47 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 2939 0 0 0 147 0 0 0 25 0 4 0 650640932 275980288 11604 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=269512 CPUtime=1.46 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 2117 0 0 0 146 0 0 0 25 0 4 0 650640932 275980288 11604 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 269512

[startup+3.10103 s]
/proc/loadavg: 7.77 8.02 7.95 9/463 8362
/proc/meminfo: memFree=10426632/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=269512 CPUtime=12.29 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 21068 0 0 0 1227 2 0 0 25 0 4 0 650640930 275980288 15354 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 67378 15354 365 106 0 62881 0
[pid=8358/tid=8360] ppid=8356 vsize=269512 CPUtime=3.07 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 3668 0 0 0 307 0 0 0 25 0 4 0 650640932 275980288 15354 33554432000 4194304 4625164 140734631567760 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=269512 CPUtime=3.07 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 4188 0 0 0 307 0 0 0 25 0 4 0 650640932 275980288 15354 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=269512 CPUtime=3.04 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 3927 0 0 0 304 0 0 0 25 0 4 0 650640932 275980288 15354 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 269512

[startup+6.30044 s]
/proc/loadavg: 7.79 8.02 7.95 9/463 8362
/proc/meminfo: memFree=10377784/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=292640 CPUtime=25.04 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 35990 0 0 0 2500 4 0 0 25 0 4 0 650640930 299663360 21081 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 73160 21081 399 106 0 68663 0
[pid=8358/tid=8360] ppid=8356 vsize=292640 CPUtime=6.26 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 7558 0 0 0 625 1 0 0 25 0 4 0 650640932 299663360 21081 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=292640 CPUtime=6.27 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 6207 0 0 0 627 0 0 0 25 0 4 0 650640932 299663360 21081 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=292640 CPUtime=6.19 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 9444 0 0 0 618 1 0 0 25 0 4 0 650640932 299663360 21081 33554432000 4194304 4625164 140734631567760 18446744073709551615 4327908 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 292640

[startup+12.7003 s]
/proc/loadavg: 7.81 8.02 7.95 9/463 8363
/proc/meminfo: memFree=10302156/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=327080 CPUtime=50.54 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 99472 0 0 0 5041 13 0 0 25 0 4 0 650640930 334929920 27533 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 81770 27533 346 106 0 77273 0
[pid=8358/tid=8360] ppid=8356 vsize=327080 CPUtime=12.66 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 12344 0 0 0 1265 1 0 0 25 0 4 0 650640932 334929920 27533 33554432000 4194304 4625164 140734631567760 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=327080 CPUtime=12.66 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 12350 0 0 0 1265 1 0 0 25 0 4 0 650640932 334929920 27533 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=327080 CPUtime=12.49 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 58018 0 0 0 1242 7 0 0 25 0 4 0 650640932 334929920 27533 33554432000 4194304 4625164 140734631567760 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 327080

[startup+25.5009 s]
/proc/loadavg: 7.85 8.02 7.95 9/463 8363
/proc/meminfo: memFree=10191800/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=329180 CPUtime=101.55 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 222690 0 0 0 10122 33 0 0 25 0 4 0 650640930 337080320 39410 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 82295 39410 347 106 0 77798 0
[pid=8358/tid=8360] ppid=8356 vsize=329180 CPUtime=25.46 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 19731 0 0 0 2543 3 0 0 25 0 4 0 650640932 337080320 39410 33554432000 4194304 4625164 140734631567760 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=329180 CPUtime=25.47 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 16165 0 0 0 2544 3 0 0 25 0 4 0 650640932 337080320 39410 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=329180 CPUtime=25.1 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 167741 0 0 0 2487 23 0 0 25 0 4 0 650640932 337080320 39410 33554432000 4194304 4625164 140734631567760 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 329180

[startup+51.1012 s]
/proc/loadavg: 7.90 8.02 7.95 9/463 8364
/proc/meminfo: memFree=9978616/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=368196 CPUtime=203.58 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 388748 0 0 0 20299 59 0 0 25 0 4 0 650640930 377032704 59820 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 92049 59820 409 106 0 87552 0
[pid=8358/tid=8360] ppid=8356 vsize=368196 CPUtime=51.06 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 30718 0 0 0 5100 6 0 0 25 0 4 0 650640932 377032704 59820 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=368196 CPUtime=51.07 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 24100 0 0 0 5100 7 0 0 25 0 4 0 650640932 377032704 59820 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=368196 CPUtime=50.33 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 306537 0 0 0 4992 41 0 0 25 0 4 0 650640932 377032704 59820 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (KiB) 368196

[startup+102.301 s]
/proc/loadavg: 7.99 8.03 7.95 9/463 8365
/proc/meminfo: memFree=9540112/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=522264 CPUtime=407.65 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 690165 0 0 0 40662 103 0 0 25 0 4 0 650640930 534798336 100468 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 130566 100468 552 106 0 126069 0
[pid=8358/tid=8360] ppid=8356 vsize=522264 CPUtime=102.28 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 46708 0 0 0 10218 10 0 0 25 0 4 0 650640932 534798336 100470 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=522264 CPUtime=102.29 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 34753 0 0 0 10220 9 0 0 25 0 4 0 650640932 534798336 100470 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=522264 CPUtime=100.77 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 530543 0 0 0 10005 72 0 0 25 0 4 0 650640932 534798336 100470 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547887 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.65
Current children cumulated vsize (KiB) 522264

[startup+162.301 s]
/proc/loadavg: 8.07 8.05 7.96 9/463 8367
/proc/meminfo: memFree=9110048/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=905088 CPUtime=646.73 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 1249644 0 0 0 64487 186 0 0 25 0 4 0 650640930 926810112 147323 33554432000 4194304 4625164 140734631567760 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 226272 147323 363 106 0 221775 0
[pid=8358/tid=8360] ppid=8356 vsize=905088 CPUtime=162.26 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 65737 0 0 0 16211 15 0 0 25 0 4 0 650640932 926810112 147323 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=905088 CPUtime=162.27 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 39512 0 0 0 16214 13 0 0 25 0 4 0 650640932 926810112 147323 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=905088 CPUtime=159.87 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 971514 0 0 0 15854 133 0 0 25 0 4 0 650640932 926810112 147323 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.73
Current children cumulated vsize (KiB) 905088

[startup+222.318 s]
/proc/loadavg: 8.10 8.07 7.97 9/463 8368
/proc/meminfo: memFree=8536388/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=977376 CPUtime=885.9 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 1601592 0 0 0 88351 239 0 0 25 0 4 0 650640930 1000833024 181384 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 244344 181384 361 106 0 239847 0
[pid=8358/tid=8360] ppid=8356 vsize=977376 CPUtime=222.28 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 73214 0 0 0 22210 18 0 0 25 0 4 0 650640932 1000833024 181384 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=977376 CPUtime=222.29 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 54559 0 0 0 22212 17 0 0 25 0 4 0 650640932 1000833024 181384 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=977376 CPUtime=219 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 1273239 0 0 0 21725 175 0 0 25 0 4 0 650640932 1000833024 181384 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.9
Current children cumulated vsize (KiB) 977376

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.14 8.11 8.02 9/463 8381
/proc/meminfo: memFree=3675828/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=3251312 CPUtime=2798.58 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 5794937 0 0 0 279034 824 0 0 25 0 4 0 650640930 3329343488 630180 33554432000 4194304 4625164 140734631567760 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 812828 630180 386 106 0 808331 0
[pid=8358/tid=8360] ppid=8356 vsize=3251312 CPUtime=702.24 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 154215 0 0 0 70188 36 0 0 25 0 4 0 650640932 3329343488 630180 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=3251312 CPUtime=702.24 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 95001 0 0 0 70185 39 0 0 25 0 4 0 650640932 3329343488 630180 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=3251312 CPUtime=691.75 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 4171366 0 0 0 68608 567 0 0 25 0 4 0 650640932 3329343488 630180 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2798.58
Current children cumulated vsize (KiB) 3251312

[startup+762.301 s]
/proc/loadavg: 8.15 8.12 8.02 9/463 8383
/proc/meminfo: memFree=2565872/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=4682792 CPUtime=3037.71 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 6642436 0 0 0 302835 936 0 0 25 0 4 0 650640930 4795179008 891330 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1170698 891330 346 106 0 1166201 0
[pid=8358/tid=8360] ppid=8356 vsize=4682792 CPUtime=762.26 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 163661 0 0 0 76188 38 0 0 25 0 4 0 650640932 4795179008 891330 33554432000 4194304 4625164 140734631567760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=4682792 CPUtime=762.27 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 121078 0 0 0 76181 46 0 0 25 0 4 0 650640932 4795179008 891330 33554432000 4194304 4625164 140734631567760 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=4682792 CPUtime=750.86 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 4301979 0 0 0 74503 583 0 0 25 0 4 0 650640932 4795179008 891330 33554432000 4194304 4625164 140734631567760 18446744073709551615 4469338 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3037.71
Current children cumulated vsize (KiB) 4682792

[startup+822.301 s]
/proc/loadavg: 8.15 8.13 8.03 9/463 8384
/proc/meminfo: memFree=1726608/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=5156936 CPUtime=3276.77 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 7017908 0 0 0 326670 1007 0 0 25 0 4 0 650640930 5280702464 1088664 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1289234 1088664 346 106 0 1284737 0
[pid=8358/tid=8360] ppid=8356 vsize=5156936 CPUtime=822.24 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 167524 0 0 0 82185 39 0 0 25 0 4 0 650640932 5280702464 1088664 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=5156936 CPUtime=822.25 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 125362 0 0 0 82176 49 0 0 25 0 4 0 650640932 5280702464 1088664 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=5156936 CPUtime=809.94 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 4429615 0 0 0 80393 601 0 0 25 0 4 0 650640932 5280702464 1088664 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547847 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3276.77
Current children cumulated vsize (KiB) 5156936

[startup+882.318 s]
/proc/loadavg: 8.14 8.13 8.03 9/463 8386
/proc/meminfo: memFree=2059400/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=6761644 CPUtime=3515.63 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 8208123 0 0 0 350384 1179 0 0 25 0 4 0 650640930 6923923456 1261400 33554432000 4194304 4625164 140734631567760 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1690411 1261400 370 106 0 1685914 0
[pid=8358/tid=8360] ppid=8356 vsize=6761644 CPUtime=882.19 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 218358 0 0 0 88172 47 0 0 25 0 4 0 650640932 6923923456 1261400 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=6761644 CPUtime=882.26 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 128565 0 0 0 88174 52 0 0 25 0 4 0 650640932 6923923456 1261400 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=6761644 CPUtime=868.96 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 4756888 0 0 0 86249 647 0 0 25 0 4 0 650640932 6923923456 1261400 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3515.63
Current children cumulated vsize (KiB) 6761644

[startup+942.301 s]
/proc/loadavg: 8.09 8.12 8.03 9/463 8387
/proc/meminfo: memFree=1826336/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=6781720 CPUtime=3754.64 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 8665588 0 0 0 374214 1250 0 0 25 0 4 0 650640930 6944481280 1309155 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1695430 1309155 365 106 0 1690933 0
[pid=8358/tid=8360] ppid=8356 vsize=6781720 CPUtime=942.18 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 219605 0 0 0 94170 48 0 0 25 0 4 0 650640932 6944481280 1309155 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=6781720 CPUtime=942.25 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 133231 0 0 0 94168 57 0 0 25 0 4 0 650640932 6944481280 1309155 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=6781720 CPUtime=928.02 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 5164927 0 0 0 92098 704 0 0 25 0 4 0 650640932 6944481280 1309155 33554432000 4194304 4625164 140734631567760 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3754.64
Current children cumulated vsize (KiB) 6781720

[startup+1002.3 s]
/proc/loadavg: 8.07 8.11 8.03 9/463 8389
/proc/meminfo: memFree=1544140/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=6865620 CPUtime=3993.71 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 9128453 0 0 0 398049 1322 0 0 25 0 4 0 650640930 7030394880 1338466 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1716405 1338466 380 106 0 1711908 0
[pid=8358/tid=8360] ppid=8356 vsize=6865620 CPUtime=1002.18 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 220582 0 0 0 100170 48 0 0 25 0 4 0 650640932 7030394880 1338466 33554432000 4194304 4625164 140734631567760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=6865620 CPUtime=1002.25 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 135876 0 0 0 100164 61 0 0 25 0 4 0 650640932 7030394880 1338466 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=6865620 CPUtime=987.09 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 5577397 0 0 0 97946 763 0 0 25 0 4 0 650640932 7030394880 1338466 33554432000 4194304 4625164 140734631567760 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3993.71
Current children cumulated vsize (KiB) 6865620

[startup+1062.3 s]
/proc/loadavg: 8.02 8.09 8.03 9/463 8400
/proc/meminfo: memFree=1204496/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=6931156 CPUtime=4232.79 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 9561817 0 0 0 421888 1391 0 0 25 0 4 0 650640930 7097503744 1398870 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1732789 1398870 347 106 0 1728292 0
[pid=8358/tid=8360] ppid=8356 vsize=6931156 CPUtime=1062.17 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 221413 0 0 0 106169 48 0 0 25 0 4 0 650640932 7097503744 1398870 33554432000 4194304 4625164 140734631567760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=6931156 CPUtime=1062.24 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 136776 0 0 0 106163 61 0 0 25 0 4 0 650640932 7097503744 1398870 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=6931156 CPUtime=1046.17 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 5940375 0 0 0 103800 817 0 0 25 0 4 0 650640932 7097503744 1398870 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4232.79
Current children cumulated vsize (KiB) 6931156

[startup+1122.3 s]
/proc/loadavg: 8.04 8.08 8.03 9/463 8401
/proc/meminfo: memFree=1085680/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=7002764 CPUtime=4471.85 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 10040750 0 0 0 445721 1464 0 0 25 0 4 0 650640930 7170830336 1429020 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1750691 1429020 350 106 0 1746194 0
[pid=8358/tid=8360] ppid=8356 vsize=7002764 CPUtime=1122.17 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 221591 0 0 0 112169 48 0 0 25 0 4 0 650640932 7170830336 1429020 33554432000 4194304 4625164 140734631567760 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=7002764 CPUtime=1122.25 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 138831 0 0 0 112163 62 0 0 25 0 4 0 650640932 7170830336 1429020 33554432000 4194304 4625164 140734631567760 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=7002764 CPUtime=1105.23 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 6378155 0 0 0 109640 883 0 0 25 0 4 0 650640932 7170830336 1429020 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4471.85
Current children cumulated vsize (KiB) 7002764

[startup+1182.3 s]
/proc/loadavg: 8.13 8.09 8.03 9/463 8403
/proc/meminfo: memFree=759196/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=7138984 CPUtime=4710.94 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 10366909 0 0 0 469578 1516 0 0 25 0 4 0 650640930 7310319616 1510000 33554432000 4194304 4625164 140734631567760 18446744073709551615 4511885 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1784746 1510000 347 106 0 1780249 0
[pid=8358/tid=8360] ppid=8356 vsize=7138984 CPUtime=1182.18 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 222187 0 0 0 118169 49 0 0 25 0 4 0 650640932 7310319616 1510000 33554432000 4194304 4625164 140734631567760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=7138984 CPUtime=1182.25 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 141157 0 0 0 118161 64 0 0 25 0 4 0 650640932 7310319616 1510000 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=7138984 CPUtime=1164.31 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 6608340 0 0 0 115517 914 0 0 25 0 4 0 650640932 7310319616 1510000 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4710.94
Current children cumulated vsize (KiB) 7138984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 7.76 8.02 8.01 5/455 8421
/proc/meminfo: memFree=5535824/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=7204520 CPUtime=4800.22 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) R 8356 8358 7803 0 -1 4202496 10438136 0 0 0 478492 1530 0 0 25 0 4 0 650640930 7377428480 1517786 33554432000 4194304 4625164 140734631567760 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 1801130 1517786 347 106 0 1796633 0
[pid=8358/tid=8360] ppid=8356 vsize=7204520 CPUtime=1204.59 cores=0,2,4,6
/proc/8358/task/8360/stat : 8360 (SArTagnan) R 8356 8358 7803 0 -1 4202560 222192 0 0 0 120410 49 0 0 25 0 4 0 650640932 7377428480 1517786 33554432000 4194304 4625164 140734631567760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8358/tid=8361] ppid=8356 vsize=7204520 CPUtime=1204.67 cores=0,2,4,6
/proc/8358/task/8361/stat : 8361 (SArTagnan) R 8356 8358 7803 0 -1 4202560 142156 0 0 0 120401 66 0 0 25 0 4 0 650640932 7377428480 1517786 33554432000 4194304 4625164 140734631567760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=7204520 CPUtime=1186.36 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4202560 6662260 0 0 0 117713 923 0 0 25 0 4 0 650640932 7377428480 1517786 33554432000 4194304 4625164 140734631567760 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 7204520

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

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

[startup+1204.9 s]
/proc/loadavg: 7.76 8.02 8.01 5/455 8421
/proc/meminfo: memFree=5535824/32951124 swapFree=65980224/67111528
[pid=8358] ppid=8356 vsize=0 CPUtime=4800.44 cores=0,2,4,6
/proc/8358/stat : 8358 (SArTagnan) Z 8356 8358 7803 0 -1 4203548 10438137 0 0 0 478496 1548 0 0 25 0 2 0 650640930 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8358/statm: 0 0 0 0 0 0 0
[pid=8358/tid=8362] ppid=8356 vsize=0 CPUtime=1186.55 cores=0,2,4,6
/proc/8358/task/8362/stat : 8362 (SArTagnan) R 8356 8358 7803 0 -1 4203588 6662260 0 0 0 117714 941 0 0 25 0 2 0 650640932 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205
CPU time (s): 4800.55
CPU user time (s): 4784.97
CPU system time (s): 15.5786
CPU usage (%): 398.386
Max. virtual memory (cumulated for all children) (KiB): 9035472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.97
system time used= 15.5786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10438137
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= 5105
involuntary context switches= 21707

runsolver used 5.04823 second user time and 13.17 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 23:44:15
IDJOB=3385977
IDBENCH=83982
IDSOLVER=1871
FILE ID=node142/3385977-1305582254
RUNJOBID= node142-1305581044-8208
PBS_JOBID= 13350222
Free space on /tmp= 73568 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385977-1305582254/watcher-3385977-1305582254 -o /tmp/evaluation-result-3385977-1305582254/solver-3385977-1305582254 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385977-1305582254.cnf -threads=4

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=1862199416

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:      10497056 kB
Buffers:        355916 kB
Cached:        4974196 kB
SwapCached:      11512 kB
Active:       18955656 kB
Inactive:      3126544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10497056 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:    16748332 kB
Mapped:          27772 kB
Slab:           237752 kB
PageTables:      65592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114620152 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-17 00:04:21