Trace number 3249550

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.48 1201.95

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
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 variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
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: 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-3249550-1304088803/watcher-3249550-1304088803 -o /tmp/evaluation-result-3249550-1304088803/solver-3249550-1304088803 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3249550-1304088803.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.11 8.09 7.95 2/175 12711
/proc/meminfo: memFree=24240492/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=23180 CPUtime=0 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 482 0 0 0 0 0 0 0 25 0 1 0 501296469 23736320 419 33554432000 4194304 4623224 140734441097856 18446744073709551615 4326320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12711/statm: 5795 420 296 105 0 1299 0

[startup+0.056335 s]
/proc/loadavg: 8.11 8.09 7.95 2/175 12711
/proc/meminfo: memFree=24240492/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=31896 CPUtime=0.04 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 5438 0 0 0 4 0 0 0 25 0 1 0 501296469 32661504 2794 33554432000 4194304 4623224 140734441097856 18446744073709551615 255106768640 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12711/statm: 7974 2796 297 105 0 3478 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31896

[startup+0.100328 s]
/proc/loadavg: 8.11 8.09 7.95 2/175 12711
/proc/meminfo: memFree=24240492/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=39008 CPUtime=0.09 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 9516 0 0 0 8 1 0 0 25 0 1 0 501296469 39944192 4659 33554432000 4194304 4623224 140734441097856 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12711/statm: 9752 4660 297 105 0 5256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39008

[startup+0.300255 s]
/proc/loadavg: 8.11 8.09 7.95 2/175 12711
/proc/meminfo: memFree=24240492/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=251424 CPUtime=0.8 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 23470 0 0 0 77 3 0 0 25 0 4 0 501296469 257458176 15763 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 62856 15763 337 105 0 58360 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 251424

[startup+0.700187 s]
/proc/loadavg: 8.11 8.09 7.95 2/175 12711
/proc/meminfo: memFree=24240492/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=253940 CPUtime=2.39 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 30075 0 0 0 236 3 0 0 25 0 4 0 501296469 260034560 17234 33554432000 4194304 4623224 140734441097856 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 63485 17234 338 105 0 58989 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 253940

[startup+1.50104 s]
/proc/loadavg: 7.78 8.02 7.93 10/183 12804
/proc/meminfo: memFree=24169968/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=321996 CPUtime=5.6 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 42214 0 0 0 555 5 0 0 25 0 4 0 501296469 329723904 21382 33554432000 4194304 4623224 140734441097856 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 80499 21382 338 105 0 76003 0
[pid=12711/tid=12713] ppid=12709 vsize=321996 CPUtime=1.36 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 2940 0 0 0 136 0 0 0 25 0 4 0 501296482 329723904 21382 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=321996 CPUtime=1.36 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3194 0 0 0 136 0 0 0 25 0 4 0 501296482 329723904 21382 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=321996 CPUtime=1.36 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 18516 0 0 0 135 1 0 0 25 0 4 0 501296482 329723904 21382 33554432000 4194304 4623224 140734441097856 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 321996

[startup+3.10076 s]
/proc/loadavg: 7.78 8.02 7.93 9/184 12835
/proc/meminfo: memFree=24108572/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=337364 CPUtime=11.99 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 60128 0 0 0 1191 8 0 0 25 0 4 0 501296469 345460736 28272 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 84341 28272 338 105 0 79845 0
[pid=12711/tid=12713] ppid=12709 vsize=337364 CPUtime=2.94 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 6457 0 0 0 294 0 0 0 25 0 4 0 501296482 345460736 28272 33554432000 4194304 4623224 140734441097856 18446744073709551615 4462925 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=337364 CPUtime=2.96 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 7733 0 0 0 294 2 0 0 25 0 4 0 501296482 345460736 28272 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=337364 CPUtime=2.96 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 28188 0 0 0 294 2 0 0 25 0 4 0 501296482 345460736 28272 33554432000 4194304 4623224 140734441097856 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 337364

[startup+6.3002 s]
/proc/loadavg: 7.78 8.02 7.93 9/184 12835
/proc/meminfo: memFree=23978876/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=355828 CPUtime=24.76 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 94786 0 0 0 2461 15 0 0 25 0 4 0 501296469 364367872 40071 33554432000 4194304 4623224 140734441097856 18446744073709551615 4360092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 88957 40071 341 105 0 84461 0
[pid=12711/tid=12713] ppid=12709 vsize=355828 CPUtime=6.13 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 8579 0 0 0 612 1 0 0 25 0 4 0 501296482 364367872 40071 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=355828 CPUtime=6.16 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 12087 0 0 0 612 4 0 0 23 0 4 0 501296482 364367872 40071 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=355828 CPUtime=6.16 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 53748 0 0 0 610 6 0 0 25 0 4 0 501296482 364367872 40071 33554432000 4194304 4623224 140734441097856 18446744073709551615 4547400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 355828

[startup+12.7011 s]
/proc/loadavg: 7.81 8.02 7.93 9/184 12835
/proc/meminfo: memFree=23765828/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=399952 CPUtime=50.33 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 123092 0 0 0 5009 24 0 0 25 0 4 0 501296469 409550848 62776 33554432000 4194304 4623224 140734441097856 18446744073709551615 4414904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 99988 62776 341 105 0 95492 0
[pid=12711/tid=12713] ppid=12709 vsize=399952 CPUtime=12.49 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 15355 0 0 0 1246 3 0 0 25 0 4 0 501296482 409550848 62776 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=399952 CPUtime=12.56 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 22259 0 0 0 1247 9 0 0 25 0 4 0 501296482 409550848 62776 33554432000 4194304 4623224 140734441097856 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=399952 CPUtime=12.56 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 61912 0 0 0 1250 6 0 0 25 0 4 0 501296482 409550848 62776 33554432000 4194304 4623224 140734441097856 18446744073709551615 4577470 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 399952

[startup+25.5008 s]
/proc/loadavg: 7.84 8.02 7.93 9/184 12835
/proc/meminfo: memFree=23464404/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=559080 CPUtime=101.45 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 178965 0 0 0 10105 40 0 0 25 0 4 0 501296469 572497920 100545 33554432000 4194304 4623224 140734441097856 18446744073709551615 4360124 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 139770 100545 408 105 0 135274 0
[pid=12711/tid=12713] ppid=12709 vsize=559080 CPUtime=25.21 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 33967 0 0 0 2514 7 0 0 25 0 4 0 501296482 572497920 100545 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=559080 CPUtime=25.35 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 39090 0 0 0 2518 17 0 0 25 0 4 0 501296482 572497920 100546 33554432000 4194304 4623224 140734441097856 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=559080 CPUtime=25.36 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 78031 0 0 0 2526 10 0 0 25 0 4 0 501296482 572497920 100546 33554432000 4194304 4623224 140734441097856 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 559080

[startup+51.1003 s]
/proc/loadavg: 7.97 8.03 7.93 9/184 12836
/proc/meminfo: memFree=23029228/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=879700 CPUtime=203.71 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 464568 0 0 0 20278 93 0 0 25 0 4 0 501296469 900812800 156073 33554432000 4194304 4623224 140734441097856 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 219925 156073 480 105 0 215429 0
[pid=12711/tid=12713] ppid=12709 vsize=879700 CPUtime=50.68 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 51598 0 0 0 5057 11 0 0 25 0 4 0 501296482 900812800 156073 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=879700 CPUtime=50.95 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 61665 0 0 0 5065 30 0 0 25 0 4 0 501296482 900812800 156073 33554432000 4194304 4623224 140734441097856 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=879700 CPUtime=50.96 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 311713 0 0 0 5052 44 0 0 25 0 4 0 501296482 900812800 156073 33554432000 4194304 4623224 140734441097856 18446744073709551615 4577681 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 879700

[startup+102.306 s]
/proc/loadavg: 8.10 8.05 7.94 9/184 12837
/proc/meminfo: memFree=22329488/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=1166796 CPUtime=408.26 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 798111 0 0 0 40655 171 0 0 25 0 4 0 501296469 1194799104 241713 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 291699 241713 359 105 0 287203 0
[pid=12711/tid=12713] ppid=12709 vsize=1166796 CPUtime=101.6 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 80288 0 0 0 10141 19 0 0 25 0 4 0 501296482 1194799104 241713 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=1166796 CPUtime=102.16 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 100551 0 0 0 10159 57 0 0 25 0 4 0 501296482 1194799104 241713 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376659 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=1166796 CPUtime=102.16 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 562762 0 0 0 10131 85 0 0 25 0 4 0 501296482 1194799104 241713 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 1166796

[startup+162.301 s]
/proc/loadavg: 8.14 8.07 7.96 9/184 12839
/proc/meminfo: memFree=21738232/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=1492716 CPUtime=647.9 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 1163252 0 0 0 64547 243 0 0 25 0 4 0 501296469 1528541184 315368 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 373179 315368 342 105 0 368683 0
[pid=12711/tid=12713] ppid=12709 vsize=1492716 CPUtime=161.27 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 118524 0 0 0 16098 29 0 0 25 0 4 0 501296482 1528541184 315368 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=1492716 CPUtime=162.16 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 121961 0 0 0 16144 72 0 0 25 0 4 0 501296482 1528541184 315368 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=1492716 CPUtime=162.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 864661 0 0 0 16083 132 0 0 25 0 4 0 501296482 1528541184 315368 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.9
Current children cumulated vsize (KiB) 1492716

[startup+222.301 s]
/proc/loadavg: 8.08 8.07 7.96 9/184 12841
/proc/meminfo: memFree=21225604/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=1805608 CPUtime=887.58 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 1547689 0 0 0 88437 321 0 0 25 0 4 0 501296469 1848942592 382161 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 451402 382161 354 105 0 446906 0
[pid=12711/tid=12713] ppid=12709 vsize=1805608 CPUtime=220.95 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 122902 0 0 0 22063 32 0 0 25 0 4 0 501296482 1848942592 382161 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=1805608 CPUtime=222.16 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 154446 0 0 0 22123 93 0 0 25 0 4 0 501296482 1848942592 382161 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=1805608 CPUtime=222.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 1193048 0 0 0 22032 183 0 0 25 0 4 0 501296482 1848942592 382161 33554432000 4194304 4623224 140734441097856 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.58
Current children cumulated vsize (KiB) 1805608

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.14 8.11 8.02 9/184 12862
/proc/meminfo: memFree=19443440/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=2810748 CPUtime=2804.97 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 3967937 0 0 0 279710 787 0 0 25 0 4 0 501296469 2878205952 609831 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 702687 609831 342 105 0 698191 0
[pid=12711/tid=12713] ppid=12709 vsize=2810748 CPUtime=698.34 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 261822 0 0 0 69752 82 0 0 25 0 4 0 501296482 2878205952 609831 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=2810748 CPUtime=702.16 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 156106 0 0 0 70122 94 0 0 25 0 4 0 501296482 2878205952 609831 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=2810748 CPUtime=702.14 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3294319 0 0 0 69654 560 0 0 25 0 4 0 501296482 2878205952 609831 33554432000 4194304 4623224 140734441097856 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2804.97
Current children cumulated vsize (KiB) 2810748

[startup+762.307 s]
/proc/loadavg: 8.13 8.12 8.02 9/184 12864
/proc/meminfo: memFree=19230512/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=2968504 CPUtime=3044.68 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4020213 0 0 0 303661 807 0 0 25 0 4 0 501296469 3039748096 642194 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 742126 642194 342 105 0 737630 0
[pid=12711/tid=12713] ppid=12709 vsize=2968504 CPUtime=758.02 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 269410 0 0 0 75717 85 0 0 25 0 4 0 501296482 3039748096 642194 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=2968504 CPUtime=762.17 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 162227 0 0 0 76122 95 0 0 25 0 4 0 501296482 3039748096 642194 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=2968504 CPUtime=762.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3309859 0 0 0 75647 568 0 0 25 0 4 0 501296482 3039748096 642194 33554432000 4194304 4623224 140734441097856 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.68
Current children cumulated vsize (KiB) 2968504

[startup+822.301 s]
/proc/loadavg: 8.12 8.12 8.03 9/184 12866
/proc/meminfo: memFree=19053424/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3049380 CPUtime=3284.33 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4214398 0 0 0 327588 845 0 0 25 0 4 0 501296469 3122565120 665106 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 762345 665106 342 105 0 757849 0
[pid=12711/tid=12713] ppid=12709 vsize=3049380 CPUtime=817.69 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 271586 0 0 0 81681 88 0 0 25 0 4 0 501296482 3122565120 665106 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3049380 CPUtime=822.16 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 162368 0 0 0 82121 95 0 0 25 0 4 0 501296482 3122565120 665106 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3049380 CPUtime=822.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3477033 0 0 0 81615 600 0 0 25 0 4 0 501296482 3122565120 665106 33554432000 4194304 4623224 140734441097856 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.33
Current children cumulated vsize (KiB) 3049380

[startup+882.301 s]
/proc/loadavg: 8.08 8.11 8.02 9/184 12867
/proc/meminfo: memFree=18881916/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3116376 CPUtime=3524.02 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4602200 0 0 0 351488 914 0 0 25 0 4 0 501296469 3191169024 688020 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 779094 688020 342 105 0 774598 0
[pid=12711/tid=12713] ppid=12709 vsize=3116376 CPUtime=877.36 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 278593 0 0 0 87641 95 0 0 25 0 4 0 501296482 3191169024 688020 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3116376 CPUtime=882.17 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 162513 0 0 0 88122 95 0 0 25 0 4 0 501296482 3191169024 688020 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3116376 CPUtime=882.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3855127 0 0 0 87554 661 0 0 25 0 4 0 501296482 3191169024 688020 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.02
Current children cumulated vsize (KiB) 3116376

[startup+942.301 s]
/proc/loadavg: 8.07 8.10 8.02 9/184 12869
/proc/meminfo: memFree=18676804/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3336704 CPUtime=3763.68 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4713500 0 0 0 375426 942 0 0 25 0 4 0 501296469 3416784896 721610 33554432000 4194304 4623224 140734441097856 18446744073709551615 4414959 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 834176 721610 342 105 0 829680 0
[pid=12711/tid=12713] ppid=12709 vsize=3336704 CPUtime=937.04 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 372308 0 0 0 93589 115 0 0 25 0 4 0 501296482 3416784896 721610 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3336704 CPUtime=942.17 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 162629 0 0 0 94121 96 0 0 25 0 4 0 501296482 3416784896 721610 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3336704 CPUtime=942.14 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3869739 0 0 0 93546 668 0 0 25 0 4 0 501296482 3416784896 721610 33554432000 4194304 4623224 140734441097856 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.68
Current children cumulated vsize (KiB) 3336704

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 12870
/proc/meminfo: memFree=18487696/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3500788 CPUtime=4003.36 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4760049 0 0 0 399365 971 0 0 25 0 4 0 501296469 3584806912 746316 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 875197 746316 342 105 0 870701 0
[pid=12711/tid=12713] ppid=12709 vsize=3500788 CPUtime=996.71 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 380008 0 0 0 99541 130 0 0 25 0 4 0 501296482 3584806912 746316 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3500788 CPUtime=1002.17 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 162814 0 0 0 100121 96 0 0 25 0 4 0 501296482 3584806912 746316 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3500788 CPUtime=1002.14 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3883756 0 0 0 99538 676 0 0 25 0 4 0 501296482 3584806912 746316 33554432000 4194304 4623224 140734441097856 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.36
Current children cumulated vsize (KiB) 3500788

[startup+1062.3 s]
/proc/loadavg: 8.01 8.06 8.01 9/184 12872
/proc/meminfo: memFree=18302668/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3587520 CPUtime=4243.04 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4789282 0 0 0 423314 990 0 0 25 0 4 0 501296469 3673620480 773682 33554432000 4194304 4623224 140734441097856 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 896880 773682 349 105 0 892384 0
[pid=12711/tid=12713] ppid=12709 vsize=3587520 CPUtime=1056.38 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 385927 0 0 0 105498 140 0 0 25 0 4 0 501296482 3673620480 773682 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3587520 CPUtime=1062.17 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 162995 0 0 0 106121 96 0 0 25 0 4 0 501296482 3673620480 773682 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3587520 CPUtime=1062.14 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 3903405 0 0 0 105530 684 0 0 25 0 4 0 501296482 3673620480 773682 33554432000 4194304 4623224 140734441097856 18446744073709551615 4546788 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.04
Current children cumulated vsize (KiB) 3587520

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 8.01 9/184 12874
/proc/meminfo: memFree=18150384/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3613140 CPUtime=4482.72 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 4997781 0 0 0 447240 1032 0 0 25 0 4 0 501296469 3699855360 789480 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 903285 789480 349 105 0 898789 0
[pid=12711/tid=12713] ppid=12709 vsize=3613140 CPUtime=1116.06 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 388152 0 0 0 111463 143 0 0 25 0 4 0 501296482 3699855360 789480 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3613140 CPUtime=1122.17 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 163094 0 0 0 112121 96 0 0 25 0 4 0 501296482 3699855360 789480 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3613140 CPUtime=1122.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 4080101 0 0 0 111497 718 0 0 25 0 4 0 501296482 3699855360 789480 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.72
Current children cumulated vsize (KiB) 3613140

[startup+1182.3 s]
/proc/loadavg: 8.17 8.08 8.02 9/184 12875
/proc/meminfo: memFree=18042112/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3678676 CPUtime=4722.39 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 5144242 0 0 0 471167 1072 0 0 25 0 4 0 501296469 3766964224 803727 33554432000 4194304 4623224 140734441097856 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 919669 803727 342 105 0 915173 0
[pid=12711/tid=12713] ppid=12709 vsize=3678676 CPUtime=1175.73 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 397479 0 0 0 117416 157 0 0 25 0 4 0 501296482 3766964224 803727 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3678676 CPUtime=1182.18 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 163148 0 0 0 118122 96 0 0 25 0 4 0 501296482 3766964224 803727 33554432000 4194304 4623224 140734441097856 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3678676 CPUtime=1182.15 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 4151260 0 0 0 117484 731 0 0 25 0 4 0 501296482 3766964224 803727 33554432000 4194304 4623224 140734441097856 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 3678676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.08 8.02 9/184 12876
/proc/meminfo: memFree=18005528/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=3678676 CPUtime=4800.31 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) R 12709 12711 12135 0 -1 4202496 5222311 0 0 0 478944 1087 0 0 25 0 4 0 501296469 3766964224 807050 33554432000 4194304 4623224 140734441097856 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 919669 807058 342 105 0 915173 0
[pid=12711/tid=12713] ppid=12709 vsize=3678676 CPUtime=1195.12 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4202560 397496 0 0 0 119355 157 0 0 25 0 4 0 501296482 3766964224 807151 33554432000 4194304 4623224 140734441097856 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12711/tid=12714] ppid=12709 vsize=3678676 CPUtime=1201.68 cores=1,3,5,7
/proc/12711/task/12714/stat : 12714 (SArTagnan) R 12709 12711 12135 0 -1 4202560 163160 0 0 0 120072 96 0 0 25 0 4 0 501296482 3766964224 807164 33554432000 4194304 4623224 140734441097856 18446744073709551615 4486260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12711/tid=12715] ppid=12709 vsize=3678676 CPUtime=1201.65 cores=1,3,5,7
/proc/12711/task/12715/stat : 12715 (SArTagnan) R 12709 12711 12135 0 -1 4202560 4211865 0 0 0 119423 742 0 0 25 0 4 0 501296482 3766964224 807176 33554432000 4194304 4623224 140734441097856 18446744073709551615 255106466160 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 3678676

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

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

[startup+1201.91 s]
/proc/loadavg: 8.12 8.08 8.02 9/184 12876
/proc/meminfo: memFree=18005528/32951124 swapFree=67111524/67111528
[pid=12711] ppid=12709 vsize=0 CPUtime=4800.43 cores=1,3,5,7
/proc/12711/stat : 12711 (SArTagnan) Z 12709 12711 12135 0 -1 4203548 5222706 0 0 0 478946 1097 0 0 25 0 2 0 501296469 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12711/statm: 0 0 0 0 0 0 0
[pid=12711/tid=12713] ppid=12709 vsize=0 CPUtime=1195.23 cores=1,3,5,7
/proc/12711/task/12713/stat : 12713 (SArTagnan) R 12709 12711 12135 0 -1 4203588 397496 0 0 0 119356 167 0 0 25 0 2 0 501296482 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.48
CPU user time (s): 4789.46
CPU system time (s): 11.0153
CPU usage (%): 399.391
Max. virtual memory (cumulated for all children) (KiB): 3678676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.46
system time used= 11.0153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5222706
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= 2937
involuntary context switches= 17228

runsolver used 1.60875 second user time and 4.95425 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 16:53:23
IDJOB=3249550
IDBENCH=83173
IDSOLVER=1656
FILE ID=node144/3249550-1304088803
RUNJOBID= node144-1304086395-12498
PBS_JOBID= 13170542
Free space on /tmp= 72404 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249550-1304088803/watcher-3249550-1304088803 -o /tmp/evaluation-result-3249550-1304088803/solver-3249550-1304088803 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3249550-1304088803.cnf -threads=4

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=944784215

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24240524 kB
Buffers:       2122292 kB
Cached:        5973152 kB
SwapCached:          4 kB
Active:         171884 kB
Inactive:      7989152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24240524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:       64760 kB
Mapped:          15128 kB
Slab:           485820 kB
PageTables:       4532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216840 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= 72404 MiB
End job on node144 at 2011-04-29 17:13:27