Trace number 3385860

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

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

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.03 7.67 3/485 2099
/proc/meminfo: memFree=16065888/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=21336 CPUtime=0 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 539 0 0 0 0 0 0 0 21 0 1 0 669766070 21848064 477 33554432000 4194304 4625164 140735408474768 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2099/statm: 5334 483 295 106 0 837 0

[startup+0.113832 s]
/proc/loadavg: 8.01 8.03 7.67 3/485 2099
/proc/meminfo: memFree=16065888/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=213188 CPUtime=0.21 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 11183 0 0 0 19 2 0 0 23 0 4 0 669766070 218304512 8538 33554432000 4194304 4625164 140735408474768 18446744073709551615 4393263 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 53297 8538 336 106 0 48800 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 213188

[startup+0.200818 s]
/proc/loadavg: 8.01 8.03 7.67 3/485 2099
/proc/meminfo: memFree=16065888/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=214652 CPUtime=0.56 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 12322 0 0 0 54 2 0 0 23 0 4 0 669766070 219803648 8935 33554432000 4194304 4625164 140735408474768 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 53663 8936 336 106 0 49166 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 214652

[startup+0.3008 s]
/proc/loadavg: 8.01 8.03 7.67 3/485 2099
/proc/meminfo: memFree=16065888/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=214652 CPUtime=0.96 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 12580 0 0 0 94 2 0 0 23 0 4 0 669766070 219803648 9193 33554432000 4194304 4625164 140735408474768 18446744073709551615 4280393 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 53663 9193 336 106 0 49166 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 214652

[startup+0.700729 s]
/proc/loadavg: 8.01 8.03 7.67 3/485 2099
/proc/meminfo: memFree=16065888/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=222912 CPUtime=2.56 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 17370 0 0 0 253 3 0 0 25 0 4 0 669766070 228261888 11177 33554432000 4194304 4625164 140735408474768 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 55728 11177 336 106 0 51231 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 222912

[startup+1.50058 s]
/proc/loadavg: 7.77 7.98 7.66 6/487 2103
/proc/meminfo: memFree=15997176/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=230340 CPUtime=5.74 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 25123 0 0 0 570 4 0 0 25 0 4 0 669766070 235868160 13485 33554432000 4194304 4625164 140735408474768 18446744073709551615 218905386107 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 57585 13485 336 106 0 53088 0
[pid=2099/tid=2101] ppid=2097 vsize=230340 CPUtime=1.41 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 2925 0 0 0 141 0 0 0 25 0 4 0 669766078 235868160 13485 33554432000 4194304 4625164 140735408474768 18446744073709551615 4465239 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=230340 CPUtime=1.4 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 1726 0 0 0 140 0 0 0 25 0 4 0 669766078 235868160 13485 33554432000 4194304 4625164 140735408474768 18446744073709551615 4288992 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=230340 CPUtime=1.41 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 9229 0 0 0 140 1 0 0 19 0 4 0 669766078 235868160 13485 33554432000 4194304 4625164 140735408474768 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 230340

[startup+3.10029 s]
/proc/loadavg: 7.77 7.98 7.66 9/495 2112
/proc/meminfo: memFree=15762000/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=302024 CPUtime=12.12 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 39612 0 0 0 1206 6 0 0 25 0 4 0 669766070 309272576 18564 33554432000 4194304 4625164 140735408474768 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 75506 18564 341 106 0 71009 0
[pid=2099/tid=2101] ppid=2097 vsize=302024 CPUtime=3.01 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 3205 0 0 0 301 0 0 0 25 0 4 0 669766078 309272576 18564 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=302024 CPUtime=2.98 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 3146 0 0 0 298 0 0 0 25 0 4 0 669766078 309272576 18564 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=302024 CPUtime=3.01 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 19435 0 0 0 298 3 0 0 25 0 4 0 669766078 309272576 18564 33554432000 4194304 4625164 140735408474768 18446744073709551615 4553335 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 302024

[startup+6.30071 s]
/proc/loadavg: 7.77 7.98 7.66 9/495 2113
/proc/meminfo: memFree=15691144/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=311628 CPUtime=24.87 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 70595 0 0 0 2473 14 0 0 25 0 4 0 669766070 319107072 25136 33554432000 4194304 4625164 140735408474768 18446744073709551615 4513489 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 77907 25136 341 106 0 73410 0
[pid=2099/tid=2101] ppid=2097 vsize=311628 CPUtime=6.21 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 6957 0 0 0 620 1 0 0 25 0 4 0 669766078 319107072 25136 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=311628 CPUtime=6.13 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 8024 0 0 0 610 3 0 0 25 0 4 0 669766078 319107072 25136 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=311628 CPUtime=6.22 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 39805 0 0 0 615 7 0 0 25 0 4 0 669766078 319107072 25136 33554432000 4194304 4625164 140735408474768 18446744073709551615 4547554 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 311628

[startup+12.7006 s]
/proc/loadavg: 7.81 7.98 7.66 10/495 2113
/proc/meminfo: memFree=15542256/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=314840 CPUtime=50.36 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 126455 0 0 0 5010 26 0 0 25 0 4 0 669766070 322396160 37108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 78710 37108 341 106 0 74213 0
[pid=2099/tid=2101] ppid=2097 vsize=314840 CPUtime=12.61 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 11325 0 0 0 1258 3 0 0 25 0 4 0 669766078 322396160 37108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=314840 CPUtime=12.41 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 16032 0 0 0 1235 6 0 0 25 0 4 0 669766078 322396160 37108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=314840 CPUtime=12.62 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 79696 0 0 0 1249 13 0 0 25 0 4 0 669766078 322396160 37108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 314840

[startup+25.5012 s]
/proc/loadavg: 7.84 7.98 7.66 9/495 2113
/proc/meminfo: memFree=15342120/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=467852 CPUtime=101.35 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 228574 0 0 0 10083 52 0 0 25 0 4 0 669766070 479080448 56098 33554432000 4194304 4625164 140735408474768 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 116963 56098 341 106 0 112466 0
[pid=2099/tid=2101] ppid=2097 vsize=467852 CPUtime=25.41 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 21771 0 0 0 2532 9 0 0 25 0 4 0 669766078 479080448 56098 33554432000 4194304 4625164 140735408474768 18446744073709551615 4288602 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=467852 CPUtime=25 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 27722 0 0 0 2487 13 0 0 25 0 4 0 669766078 479080448 56098 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=467852 CPUtime=25.41 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 152464 0 0 0 2517 24 0 0 25 0 4 0 669766078 479080448 56098 33554432000 4194304 4625164 140735408474768 18446744073709551615 4553548 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 467852

[startup+51.1006 s]
/proc/loadavg: 7.89 7.98 7.67 10/495 2114
/proc/meminfo: memFree=15072232/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=516736 CPUtime=203.33 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 401917 0 0 0 20246 87 0 0 25 0 4 0 669766070 529137664 88954 33554432000 4194304 4625164 140735408474768 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 129184 88954 349 106 0 124687 0
[pid=2099/tid=2101] ppid=2097 vsize=516736 CPUtime=51 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 31968 0 0 0 5085 15 0 0 25 0 4 0 669766078 529137664 88954 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=516736 CPUtime=50.18 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 44387 0 0 0 4999 19 0 0 25 0 4 0 669766078 529137664 88954 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=516736 CPUtime=51.02 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 288079 0 0 0 5056 46 0 0 25 0 4 0 669766078 529137664 88954 33554432000 4194304 4625164 140735408474768 18446744073709551615 4554672 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.33
Current children cumulated vsize (KiB) 516736

[startup+102.301 s]
/proc/loadavg: 8.06 8.03 7.70 9/495 2115
/proc/meminfo: memFree=14586720/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=812032 CPUtime=407.31 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 713217 0 0 0 40577 154 0 0 25 0 4 0 669766070 831520768 137290 33554432000 4194304 4625164 140735408474768 18446744073709551615 4512794 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 203008 137290 347 106 0 198511 0
[pid=2099/tid=2101] ppid=2097 vsize=812032 CPUtime=102.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 57296 0 0 0 10202 21 0 0 25 0 4 0 669766078 831520768 137290 33554432000 4194304 4625164 140735408474768 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=812032 CPUtime=100.56 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 69016 0 0 0 10020 36 0 0 25 0 4 0 669766078 831520768 137290 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=812032 CPUtime=102.23 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 532473 0 0 0 10135 88 0 0 25 0 4 0 669766078 831520768 137290 33554432000 4194304 4625164 140735408474768 18446744073709551615 4547847 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.31
Current children cumulated vsize (KiB) 812032

[startup+162.3 s]
/proc/loadavg: 8.16 8.06 7.74 10/495 2117
/proc/meminfo: memFree=14123924/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=987684 CPUtime=646.32 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 977713 0 0 0 64416 216 0 0 25 0 4 0 669766070 1011388416 187157 33554432000 4194304 4625164 140735408474768 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 246921 187157 361 106 0 242424 0
[pid=2099/tid=2101] ppid=2097 vsize=987684 CPUtime=162.21 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 60876 0 0 0 16198 23 0 0 25 0 4 0 669766078 1011388416 187157 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=987684 CPUtime=159.57 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 105869 0 0 0 15901 56 0 0 25 0 4 0 669766078 1011388416 187157 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=987684 CPUtime=162.21 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 734049 0 0 0 16098 123 0 0 25 0 4 0 669766078 1011388416 187157 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.32
Current children cumulated vsize (KiB) 987684

[startup+222.32 s]
/proc/loadavg: 8.13 8.07 7.75 10/495 2118
/proc/meminfo: memFree=13878620/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1166508 CPUtime=885.4 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 1222210 0 0 0 88259 281 0 0 25 0 4 0 669766070 1194504192 224410 33554432000 4194304 4625164 140735408474768 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 291627 224410 341 106 0 287130 0
[pid=2099/tid=2101] ppid=2097 vsize=1166508 CPUtime=222.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 85623 0 0 0 22192 31 0 0 25 0 4 0 669766078 1194504192 224410 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1166508 CPUtime=218.59 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 123522 0 0 0 21781 78 0 0 25 0 4 0 669766078 1194504192 224410 33554432000 4194304 4625164 140735408474768 18446744073709551615 4291963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1166508 CPUtime=222.23 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 932045 0 0 0 22066 157 0 0 25 0 4 0 669766078 1194504192 224410 33554432000 4194304 4625164 140735408474768 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 885.4
Current children cumulated vsize (KiB) 1166508

[startup+282.301 s]

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

[pid=2099] ppid=2097 vsize=1632288 CPUtime=2558.42 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 3369717 0 0 0 255101 741 0 0 25 0 4 0 669766070 1671462912 328703 33554432000 4194304 4625164 140735408474768 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 408072 328703 341 106 0 403575 0
[pid=2099/tid=2101] ppid=2097 vsize=1632288 CPUtime=642.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 111998 0 0 0 64163 60 0 0 25 0 4 0 669766078 1671462912 328703 33554432000 4194304 4625164 140735408474768 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1632288 CPUtime=631.64 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 162679 0 0 0 63059 105 0 0 25 0 4 0 669766078 1671462912 328703 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1632288 CPUtime=642.21 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 2926769 0 0 0 63674 547 0 0 25 0 4 0 669766078 1671462912 328703 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2558.42
Current children cumulated vsize (KiB) 1632288

[startup+702.301 s]
/proc/loadavg: 8.15 8.10 7.88 10/495 2131
/proc/meminfo: memFree=13191040/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1634588 CPUtime=2797.39 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 3649163 0 0 0 278945 794 0 0 25 0 4 0 669766070 1673818112 333956 33554432000 4194304 4625164 140735408474768 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 408647 333956 345 106 0 404150 0
[pid=2099/tid=2101] ppid=2097 vsize=1634588 CPUtime=702.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112113 0 0 0 70163 60 0 0 25 0 4 0 669766078 1673818112 333956 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330968 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1634588 CPUtime=690.62 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 162722 0 0 0 68957 105 0 0 25 0 4 0 669766078 1673818112 333956 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1634588 CPUtime=702.22 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 3204169 0 0 0 69622 600 0 0 25 0 4 0 669766078 1673818112 333956 33554432000 4194304 4625164 140735408474768 18446744073709551615 4334427 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2797.39
Current children cumulated vsize (KiB) 1634588

[startup+762.301 s]
/proc/loadavg: 8.09 8.09 7.89 9/495 2133
/proc/meminfo: memFree=13139052/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1635692 CPUtime=3036.43 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 3822326 0 0 0 302814 829 0 0 25 0 4 0 669766070 1674948608 338941 33554432000 4194304 4625164 140735408474768 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 408923 338941 341 106 0 404426 0
[pid=2099/tid=2101] ppid=2097 vsize=1635692 CPUtime=762.25 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112157 0 0 0 76165 60 0 0 25 0 4 0 669766078 1674948608 338941 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1635692 CPUtime=749.64 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 162771 0 0 0 74859 105 0 0 25 0 4 0 669766078 1674948608 338941 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1635692 CPUtime=762.23 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 3372605 0 0 0 75590 633 0 0 25 0 4 0 669766078 1674948608 338941 33554432000 4194304 4625164 140735408474768 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3036.43
Current children cumulated vsize (KiB) 1635692

[startup+822.301 s]
/proc/loadavg: 8.07 8.09 7.90 10/495 2134
/proc/meminfo: memFree=13099840/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1674180 CPUtime=3275.42 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 4060890 0 0 0 326667 875 0 0 25 0 4 0 669766070 1714360320 343104 33554432000 4194304 4625164 140735408474768 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 418545 343104 342 106 0 414048 0
[pid=2099/tid=2101] ppid=2097 vsize=1674180 CPUtime=822.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112214 0 0 0 82163 60 0 0 25 0 4 0 669766078 1714360320 343104 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1674180 CPUtime=808.63 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 162825 0 0 0 80758 105 0 0 25 0 4 0 669766078 1714360320 343104 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1674180 CPUtime=822.22 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 3590433 0 0 0 81546 676 0 0 25 0 4 0 669766078 1714360320 343104 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3275.42
Current children cumulated vsize (KiB) 1674180

[startup+882.319 s]
/proc/loadavg: 8.06 8.08 7.91 10/495 2136
/proc/meminfo: memFree=13060500/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1674180 CPUtime=3514.48 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 4360516 0 0 0 350510 938 0 0 25 0 4 0 669766070 1714360320 347395 33554432000 4194304 4625164 140735408474768 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 418545 347395 350 106 0 414048 0
[pid=2099/tid=2101] ppid=2097 vsize=1674180 CPUtime=882.25 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112284 0 0 0 88165 60 0 0 25 0 4 0 669766078 1714360320 347395 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1674180 CPUtime=867.63 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 162897 0 0 0 86658 105 0 0 25 0 4 0 669766078 1714360320 347395 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1674180 CPUtime=882.24 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 3888642 0 0 0 87485 739 0 0 25 0 4 0 669766078 1714360320 347395 33554432000 4194304 4625164 140735408474768 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3514.48
Current children cumulated vsize (KiB) 1674180

[startup+942.301 s]
/proc/loadavg: 8.17 8.11 7.93 9/495 2138
/proc/meminfo: memFree=13031452/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1766256 CPUtime=3753.43 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 4670851 0 0 0 374346 997 0 0 25 0 4 0 669766070 1808646144 350631 33554432000 4194304 4625164 140735408474768 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 441564 350631 346 106 0 437067 0
[pid=2099/tid=2101] ppid=2097 vsize=1766256 CPUtime=942.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112385 0 0 0 94163 60 0 0 25 0 4 0 669766078 1808646144 350631 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1766256 CPUtime=926.62 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 162973 0 0 0 92557 105 0 0 25 0 4 0 669766078 1808646144 350631 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1766256 CPUtime=942.22 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 4197088 0 0 0 93425 797 0 0 25 0 4 0 669766078 1808646144 350631 33554432000 4194304 4625164 140735408474768 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3753.43
Current children cumulated vsize (KiB) 1766256

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 7.93 9/495 2139
/proc/meminfo: memFree=12987156/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1781948 CPUtime=3992.43 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 4798293 0 0 0 398221 1022 0 0 25 0 4 0 669766070 1824714752 354746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 445487 354746 341 106 0 440990 0
[pid=2099/tid=2101] ppid=2097 vsize=1781948 CPUtime=1002.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112432 0 0 0 100163 60 0 0 25 0 4 0 669766078 1824714752 354746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1781948 CPUtime=985.62 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 163046 0 0 0 98457 105 0 0 25 0 4 0 669766078 1824714752 354746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1781948 CPUtime=1002.22 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 4322735 0 0 0 99401 821 0 0 25 0 4 0 669766078 1824714752 354746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3992.43
Current children cumulated vsize (KiB) 1781948

[startup+1062.3 s]
/proc/loadavg: 8.14 8.11 7.94 10/495 2141
/proc/meminfo: memFree=12948184/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1788256 CPUtime=4231.44 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 4889179 0 0 0 422105 1039 0 0 25 0 4 0 669766070 1831174144 358530 33554432000 4194304 4625164 140735408474768 18446744073709551615 4396557 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 447064 358530 341 106 0 442567 0
[pid=2099/tid=2101] ppid=2097 vsize=1788256 CPUtime=1062.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112644 0 0 0 106163 60 0 0 25 0 4 0 669766078 1831174144 358530 33554432000 4194304 4625164 140735408474768 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1788256 CPUtime=1044.63 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 163119 0 0 0 104358 105 0 0 25 0 4 0 669766078 1831174144 358530 33554432000 4194304 4625164 140735408474768 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1788256 CPUtime=1062.23 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 4411524 0 0 0 105385 838 0 0 25 0 4 0 669766078 1831174144 358530 33554432000 4194304 4625164 140735408474768 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4231.44
Current children cumulated vsize (KiB) 1788256

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 7.95 10/495 2142
/proc/meminfo: memFree=12903760/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1790212 CPUtime=4470.45 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 5059495 0 0 0 445974 1071 0 0 25 0 4 0 669766070 1833177088 363746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 447553 363746 354 106 0 443056 0
[pid=2099/tid=2101] ppid=2097 vsize=1790212 CPUtime=1122.23 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112784 0 0 0 112163 60 0 0 25 0 4 0 669766078 1833177088 363746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1790212 CPUtime=1103.63 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 163199 0 0 0 110258 105 0 0 25 0 4 0 669766078 1833177088 363746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1790212 CPUtime=1122.23 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 4580307 0 0 0 111353 870 0 0 25 0 4 0 669766078 1833177088 363746 33554432000 4194304 4625164 140735408474768 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4470.45
Current children cumulated vsize (KiB) 1790212

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 7.96 9/495 2144
/proc/meminfo: memFree=12863300/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1790212 CPUtime=4709.47 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 5298427 0 0 0 469831 1116 0 0 25 0 4 0 669766070 1833177088 366108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 447553 366108 350 106 0 443056 0
[pid=2099/tid=2101] ppid=2097 vsize=1790212 CPUtime=1182.24 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112842 0 0 0 118164 60 0 0 25 0 4 0 669766078 1833177088 366108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1790212 CPUtime=1162.65 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 163286 0 0 0 116159 106 0 0 25 0 4 0 669766078 1833177088 366108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1790212 CPUtime=1182.23 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 4817772 0 0 0 117309 914 0 0 25 0 4 0 669766078 1833177088 366108 33554432000 4194304 4625164 140735408474768 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4709.47
Current children cumulated vsize (KiB) 1790212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.1 s]
/proc/loadavg: 8.13 8.11 7.96 9/495 2145
/proc/meminfo: memFree=12850504/32951124 swapFree=62248504/67111528
[pid=2099] ppid=2097 vsize=1790212 CPUtime=4800.29 cores=1,3,5,7
/proc/2099/stat : 2099 (SArTagnan) R 2097 2099 1492 0 -1 4202496 5417605 0 0 0 478888 1141 0 0 25 0 4 0 669766070 1833177088 366565 33554432000 4194304 4625164 140735408474768 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2099/statm: 447553 366565 347 106 0 443056 0
[pid=2099/tid=2101] ppid=2097 vsize=1790212 CPUtime=1205.05 cores=1,3,5,7
/proc/2099/task/2101/stat : 2101 (SArTagnan) R 2097 2099 1492 0 -1 4202560 112880 0 0 0 120445 60 0 0 25 0 4 0 669766078 1833177088 366590 33554432000 4194304 4625164 140735408474768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2099/tid=2102] ppid=2097 vsize=1790212 CPUtime=1185.07 cores=1,3,5,7
/proc/2099/task/2102/stat : 2102 (SArTagnan) R 2097 2099 1492 0 -1 4202560 163316 0 0 0 118401 106 0 0 25 0 4 0 669766078 1833177088 366590 33554432000 4194304 4625164 140735408474768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2099/tid=2103] ppid=2097 vsize=1790212 CPUtime=1205.05 cores=1,3,5,7
/proc/2099/task/2103/stat : 2103 (SArTagnan) R 2097 2099 1492 0 -1 4202560 4933355 0 0 0 119567 938 0 0 25 0 4 0 669766078 1833177088 366590 33554432000 4194304 4625164 140735408474768 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1790212

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.18
CPU time (s): 4800.43
CPU user time (s): 4788.96
CPU system time (s): 11.4733
CPU usage (%): 398.315
Max. virtual memory (cumulated for all children) (KiB): 1790212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.96
system time used= 11.4733
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5417635
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= 2564
involuntary context switches= 31448

runsolver used 4.99424 second user time and 15.0107 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 23:34:44
IDJOB=3385860
IDBENCH=83248
IDSOLVER=1871
FILE ID=node137/3385860-1305581683
RUNJOBID= node137-1305580476-1992
PBS_JOBID= 13350207
Free space on /tmp= 73664 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385860-1305581683/watcher-3385860-1305581683 -o /tmp/evaluation-result-3385860-1305581683/solver-3385860-1305581683 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385860-1305581683.cnf -threads=4

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=111108709

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:      16066160 kB
Buffers:        330524 kB
Cached:        4368972 kB
SwapCached:      25020 kB
Active:        6907940 kB
Inactive:      9703012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16066160 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:    11895544 kB
Mapped:          30992 kB
Slab:           137524 kB
PageTables:      68460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146932524 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= 73640 MiB
End job on node137 at 2011-05-16 23:54:51