Trace number 3385846

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.44 1204.73

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3385846-1305583739/watcher-3385846-1305583739 -o /tmp/evaluation-result-3385846-1305583739/solver-3385846-1305583739 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385846-1305583739.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: 3.49 4.33 5.86 3/447 31110
/proc/meminfo: memFree=18697560/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=27512 CPUtime=0.01 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1097 0 0 0 1 0 0 0 21 0 1 0 748604652 28172288 611 33554432000 4194304 4625164 140737469240240 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/31110/statm: 6878 612 296 106 0 2381 0

[startup+0.0229441 s]
/proc/loadavg: 3.49 4.33 5.86 3/447 31110
/proc/meminfo: memFree=18697560/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=28012 CPUtime=0.02 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1445 0 0 0 2 0 0 0 21 0 1 0 748604652 28684288 711 33554432000 4194304 4625164 140737469240240 18446744073709551615 215988211248 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/31110/statm: 7003 711 296 106 0 2506 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28012

[startup+0.100926 s]
/proc/loadavg: 3.49 4.33 5.86 3/447 31110
/proc/meminfo: memFree=18697560/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=208884 CPUtime=0.13 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 7471 0 0 0 12 1 0 0 23 0 4 0 748604652 213897216 4967 33554432000 4194304 4625164 140737469240240 18446744073709551615 4499429 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 52221 4967 332 106 0 47724 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 208884

[startup+0.300892 s]
/proc/loadavg: 3.49 4.33 5.86 3/447 31110
/proc/meminfo: memFree=18697560/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=283776 CPUtime=0.93 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 12975 0 0 0 91 2 0 0 23 0 4 0 748604652 290586624 9263 33554432000 4194304 4625164 140737469240240 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 70944 9263 343 106 0 66447 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 283776

[startup+0.700821 s]
/proc/loadavg: 3.49 4.33 5.86 3/447 31110
/proc/meminfo: memFree=18697560/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=291040 CPUtime=2.53 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 16705 0 0 0 250 3 0 0 25 0 4 0 748604652 298024960 12973 33554432000 4194304 4625164 140737469240240 18446744073709551615 215988251061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 72760 12973 343 106 0 68263 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 291040

[startup+1.50068 s]
/proc/loadavg: 3.49 4.33 5.86 10/454 31117
/proc/meminfo: memFree=18590624/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=303612 CPUtime=5.71 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 24270 0 0 0 567 4 0 0 25 0 4 0 748604652 310898688 18795 33554432000 4194304 4625164 140737469240240 18446744073709551615 4512891 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 75903 18795 348 106 0 71406 0
[pid=31110/tid=31115] ppid=31108 vsize=303612 CPUtime=1.4 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 3751 0 0 0 139 1 0 0 25 0 4 0 748604660 310898688 18795 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=303612 CPUtime=1.4 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 5222 0 0 0 140 0 0 0 25 0 4 0 748604660 310898688 18795 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351972 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=303612 CPUtime=1.4 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 2042 0 0 0 140 0 0 0 25 0 4 0 748604660 310898688 18795 33554432000 4194304 4625164 140737469240240 18446744073709551615 4334254 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 303612

[startup+3.1004 s]
/proc/loadavg: 3.85 4.39 5.88 10/454 31117
/proc/meminfo: memFree=18542264/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=319672 CPUtime=12.1 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 39701 0 0 0 1203 7 0 0 25 0 4 0 748604652 327344128 28570 33554432000 4194304 4625164 140737469240240 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 79918 28570 375 106 0 75421 0
[pid=31110/tid=31115] ppid=31108 vsize=319672 CPUtime=3.01 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 7434 0 0 0 299 2 0 0 25 0 4 0 748604660 327344128 28570 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=319672 CPUtime=3.01 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 8391 0 0 0 300 1 0 0 25 0 4 0 748604660 327344128 28570 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=319672 CPUtime=3 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 7529 0 0 0 299 1 0 0 25 0 4 0 748604660 327344128 28570 33554432000 4194304 4625164 140737469240240 18446744073709551615 4352859 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 319672

[startup+6.30084 s]
/proc/loadavg: 3.85 4.39 5.88 10/454 31117
/proc/meminfo: memFree=18440100/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=350056 CPUtime=24.84 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 52881 0 0 0 2475 9 0 0 25 0 4 0 748604652 358457344 39990 33554432000 4194304 4625164 140737469240240 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 87514 39990 423 106 0 83017 0
[pid=31110/tid=31115] ppid=31108 vsize=350056 CPUtime=6.2 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 11104 0 0 0 618 2 0 0 25 0 4 0 748604660 358457344 39990 33554432000 4194304 4625164 140737469240240 18446744073709551615 4464411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=350056 CPUtime=6.21 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 14139 0 0 0 619 2 0 0 25 0 4 0 748604660 358457344 39990 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=350056 CPUtime=6.21 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 10008 0 0 0 619 2 0 0 25 0 4 0 748604660 358457344 39990 33554432000 4194304 4625164 140737469240240 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 350056

[startup+12.7007 s]
/proc/loadavg: 4.49 4.51 5.90 10/454 31118
/proc/meminfo: memFree=18309836/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=375516 CPUtime=50.36 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 78911 0 0 0 5019 17 0 0 25 0 4 0 748604652 384528384 54802 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 93879 54802 424 106 0 89382 0
[pid=31110/tid=31115] ppid=31108 vsize=375516 CPUtime=12.61 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 17041 0 0 0 1256 5 0 0 25 0 4 0 748604660 384528384 54802 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=375516 CPUtime=12.6 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 22121 0 0 0 1256 4 0 0 25 0 4 0 748604660 384528384 54802 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=375516 CPUtime=12.6 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 16897 0 0 0 1257 3 0 0 25 0 4 0 748604660 384528384 54802 33554432000 4194304 4625164 140737469240240 18446744073709551615 4339056 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 375516

[startup+25.5005 s]
/proc/loadavg: 5.11 4.64 5.93 9/454 31118
/proc/meminfo: memFree=18157816/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=400136 CPUtime=101.35 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 188693 0 0 0 10098 37 0 0 25 0 4 0 748604652 409739264 72970 33554432000 4194304 4625164 140737469240240 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 100034 72971 353 106 0 95537 0
[pid=31110/tid=31115] ppid=31108 vsize=400136 CPUtime=25.41 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 25148 0 0 0 2534 7 0 0 25 0 4 0 748604660 409739264 72971 33554432000 4194304 4625164 140737469240240 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=400136 CPUtime=25.4 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 32850 0 0 0 2532 8 0 0 25 0 4 0 748604660 409739264 72971 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=400136 CPUtime=25.4 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 107606 0 0 0 2522 18 0 0 25 0 4 0 748604660 409739264 72971 33554432000 4194304 4625164 140737469240240 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 400136

[startup+51.101 s]
/proc/loadavg: 6.10 4.91 5.98 10/454 31119
/proc/meminfo: memFree=17789756/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=767296 CPUtime=203.38 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 309300 0 0 0 20276 62 0 0 25 0 4 0 748604652 785711104 123104 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 191824 123104 346 106 0 187327 0
[pid=31110/tid=31115] ppid=31108 vsize=767296 CPUtime=50.99 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 38695 0 0 0 5087 12 0 0 25 0 4 0 748604660 785711104 123104 33554432000 4194304 4625164 140737469240240 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=767296 CPUtime=51 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 49309 0 0 0 5086 14 0 0 25 0 4 0 748604660 785711104 123104 33554432000 4194304 4625164 140737469240240 18446744073709551615 4339546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=767296 CPUtime=51 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 119574 0 0 0 5079 21 0 0 25 0 4 0 748604660 785711104 123104 33554432000 4194304 4625164 140737469240240 18446744073709551615 4288889 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 767296

[startup+102.317 s]
/proc/loadavg: 7.44 5.48 6.11 10/454 31120
/proc/meminfo: memFree=17251940/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=1044212 CPUtime=407.47 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 541204 0 0 0 40642 105 0 0 25 0 4 0 748604652 1069273088 194517 33554432000 4194304 4625164 140737469240240 18446744073709551615 4278661 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 261053 194517 343 106 0 256556 0
[pid=31110/tid=31115] ppid=31108 vsize=1044212 CPUtime=102.2 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 54974 0 0 0 10203 17 0 0 25 0 4 0 748604660 1069273088 194517 33554432000 4194304 4625164 140737469240240 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=1044212 CPUtime=102.21 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 73333 0 0 0 10195 26 0 0 25 0 4 0 748604660 1069273088 194517 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=1044212 CPUtime=102.22 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 190659 0 0 0 10189 33 0 0 25 0 4 0 748604660 1069273088 194517 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.47
Current children cumulated vsize (KiB) 1044212

[startup+162.301 s]
/proc/loadavg: 7.83 5.92 6.22 10/454 31122
/proc/meminfo: memFree=16646420/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=1390080 CPUtime=646.51 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 724904 0 0 0 64503 148 0 0 25 0 4 0 748604652 1423441920 274637 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 347520 274637 554 106 0 343023 0
[pid=31110/tid=31115] ppid=31108 vsize=1390080 CPUtime=162.16 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 76512 0 0 0 16191 25 0 0 25 0 4 0 748604660 1423441920 274637 33554432000 4194304 4625164 140737469240240 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=1390080 CPUtime=162.18 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 107062 0 0 0 16176 42 0 0 25 0 4 0 748604660 1423441920 274637 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=1390080 CPUtime=162.2 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 207041 0 0 0 16184 36 0 0 25 0 4 0 748604660 1423441920 274637 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 646.51
Current children cumulated vsize (KiB) 1390080

[startup+222.301 s]
/proc/loadavg: 7.99 6.34 6.35 10/454 31123
/proc/meminfo: memFree=16273772/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=1439856 CPUtime=885.61 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 793411 0 0 0 88390 171 0 0 25 0 4 0 748604652 1474412544 308526 33554432000 4194304 4625164 140737469240240 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 359964 308526 695 106 0 355467 0
[pid=31110/tid=31115] ppid=31108 vsize=1439856 CPUtime=222.14 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 76937 0 0 0 22189 25 0 0 25 0 4 0 748604660 1474412544 308526 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=1439856 CPUtime=222.18 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 117849 0 0 0 22167 51 0 0 25 0 4 0 748604660 1474412544 308526 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=1439856 CPUtime=222.19 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 209019 0 0 0 22183 36 0 0 25 0 4 0 748604660 1474412544 308526 33554432000 4194304 4625164 140737469240240 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 885.61
Current children cumulated vsize (KiB) 1439856

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2559.45
Current children cumulated vsize (KiB) 1892172

[startup+702.301 s]
/proc/loadavg: 8.18 7.79 7.06 10/454 31136
/proc/meminfo: memFree=15364080/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=1929812 CPUtime=2798.51 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1336082 0 0 0 279579 272 0 0 25 0 4 0 748604652 1976127488 414422 33554432000 4194304 4625164 140737469240240 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 482453 414422 477 106 0 477956 0
[pid=31110/tid=31115] ppid=31108 vsize=1929812 CPUtime=702.05 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 81990 0 0 0 70178 27 0 0 25 0 4 0 748604660 1976127488 414422 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=1929812 CPUtime=702.19 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 119861 0 0 0 70166 53 0 0 25 0 4 0 748604660 1976127488 414422 33554432000 4194304 4625164 140737469240240 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=1929812 CPUtime=702.18 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 260436 0 0 0 70171 47 0 0 25 0 4 0 748604660 1976127488 414422 33554432000 4194304 4625164 140737469240240 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2798.51
Current children cumulated vsize (KiB) 1929812

[startup+762.317 s]
/proc/loadavg: 8.16 7.85 7.13 10/454 31138
/proc/meminfo: memFree=15292744/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=1945960 CPUtime=3037.68 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1347054 0 0 0 303493 275 0 0 25 0 4 0 748604652 1992663040 424234 33554432000 4194304 4625164 140737469240240 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 486490 424234 471 106 0 481993 0
[pid=31110/tid=31115] ppid=31108 vsize=1945960 CPUtime=762.04 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 82243 0 0 0 76177 27 0 0 25 0 4 0 748604660 1992663040 424234 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=1945960 CPUtime=762.21 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 120428 0 0 0 76168 53 0 0 25 0 4 0 748604660 1992663040 424234 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331104 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=1945960 CPUtime=762.19 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 264849 0 0 0 76172 47 0 0 25 0 4 0 748604660 1992663040 424234 33554432000 4194304 4625164 140737469240240 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3037.68
Current children cumulated vsize (KiB) 1945960

[startup+822.301 s]
/proc/loadavg: 8.14 7.89 7.18 10/454 31139
/proc/meminfo: memFree=15146396/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=2291664 CPUtime=3276.72 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1538512 0 0 0 327373 299 0 0 25 0 4 0 748604652 2346663936 453747 33554432000 4194304 4625164 140737469240240 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 572916 453747 468 106 0 568419 0
[pid=31110/tid=31115] ppid=31108 vsize=2291664 CPUtime=822.01 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 82386 0 0 0 82174 27 0 0 25 0 4 0 748604660 2346663936 453747 33554432000 4194304 4625164 140737469240240 18446744073709551615 4330610 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=2291664 CPUtime=822.17 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 120804 0 0 0 82163 54 0 0 25 0 4 0 748604660 2346663936 453747 33554432000 4194304 4625164 140737469240240 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=2291664 CPUtime=822.17 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 269854 0 0 0 82169 48 0 0 25 0 4 0 748604660 2346663936 453747 33554432000 4194304 4625164 140737469240240 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3276.72
Current children cumulated vsize (KiB) 2291664

[startup+882.301 s]
/proc/loadavg: 8.17 7.94 7.24 10/454 31141
/proc/meminfo: memFree=15072948/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=2372880 CPUtime=3515.83 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1547927 0 0 0 351282 301 0 0 25 0 4 0 748604652 2429829120 463049 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 593220 463049 466 106 0 588723 0
[pid=31110/tid=31115] ppid=31108 vsize=2372880 CPUtime=882 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 82733 0 0 0 88173 27 0 0 25 0 4 0 748604660 2429829120 463049 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=2372880 CPUtime=882.17 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 121214 0 0 0 88163 54 0 0 25 0 4 0 748604660 2429829120 463049 33554432000 4194304 4625164 140737469240240 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=2372880 CPUtime=882.17 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 274125 0 0 0 88168 49 0 0 25 0 4 0 748604660 2429829120 463049 33554432000 4194304 4625164 140737469240240 18446744073709551615 4547830 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3515.83
Current children cumulated vsize (KiB) 2372880

[startup+942.301 s]
/proc/loadavg: 8.13 7.96 7.29 10/454 31142
/proc/meminfo: memFree=14965660/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=2405760 CPUtime=3754.94 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 1778809 0 0 0 375154 340 0 0 25 0 4 0 748604652 2463498240 483291 33554432000 4194304 4625164 140737469240240 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 601440 483291 343 106 0 596943 0
[pid=31110/tid=31115] ppid=31108 vsize=2405760 CPUtime=941.98 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 83065 0 0 0 94171 27 0 0 25 0 4 0 748604660 2463498240 483291 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=2405760 CPUtime=942.16 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 128720 0 0 0 94156 60 0 0 25 0 4 0 748604660 2463498240 483291 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=2405760 CPUtime=942.16 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 479620 0 0 0 94137 79 0 0 25 0 4 0 748604660 2463498240 483291 33554432000 4194304 4625164 140737469240240 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3754.94
Current children cumulated vsize (KiB) 2405760

[startup+1002.3 s]
/proc/loadavg: 8.15 8.00 7.35 10/454 31144
/proc/meminfo: memFree=14782236/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=2570216 CPUtime=3994.04 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 2365765 0 0 0 398957 447 0 0 25 0 4 0 748604652 2631901184 518675 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 642554 518675 343 106 0 638057 0
[pid=31110/tid=31115] ppid=31108 vsize=2570216 CPUtime=1001.97 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 83402 0 0 0 100170 27 0 0 25 0 4 0 748604660 2631901184 518675 33554432000 4194304 4625164 140737469240240 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=2570216 CPUtime=1002.16 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 145268 0 0 0 100141 75 0 0 25 0 4 0 748604660 2631901184 518675 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=2570216 CPUtime=1002.16 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 1000635 0 0 0 100055 161 0 0 25 0 4 0 748604660 2631901184 518675 33554432000 4194304 4625164 140737469240240 18446744073709551615 4547441 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3994.04
Current children cumulated vsize (KiB) 2570216

[startup+1062.3 s]
/proc/loadavg: 8.11 8.01 7.39 10/454 31146
/proc/meminfo: memFree=14516716/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=2673248 CPUtime=4233.16 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 2863897 0 0 0 422779 537 0 0 25 0 4 0 748604652 2737405952 556651 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 668312 556651 343 106 0 663815 0
[pid=31110/tid=31115] ppid=31108 vsize=2673248 CPUtime=1061.96 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 84177 0 0 0 106169 27 0 0 25 0 4 0 748604660 2737405952 556651 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=2673248 CPUtime=1062.16 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 181156 0 0 0 106123 93 0 0 25 0 4 0 748604660 2737405952 556651 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=2673248 CPUtime=1062.16 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 1422451 0 0 0 105989 227 0 0 25 0 4 0 748604660 2737405952 556651 33554432000 4194304 4625164 140737469240240 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4233.16
Current children cumulated vsize (KiB) 2673248

[startup+1122.3 s]
/proc/loadavg: 8.17 8.05 7.44 10/454 31147
/proc/meminfo: memFree=14318280/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=3159884 CPUtime=4472.26 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 3152271 0 0 0 446655 571 0 0 25 0 4 0 748604652 3235721216 600774 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 789971 600774 343 106 0 785474 0
[pid=31110/tid=31115] ppid=31108 vsize=3159884 CPUtime=1121.95 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 84844 0 0 0 112167 28 0 0 25 0 4 0 748604660 3235721216 600774 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=3159884 CPUtime=1122.16 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 181249 0 0 0 112123 93 0 0 25 0 4 0 748604660 3235721216 600774 33554432000 4194304 4625164 140737469240240 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=3159884 CPUtime=1122.15 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 1423568 0 0 0 111988 227 0 0 25 0 4 0 748604660 3235721216 600774 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4472.26
Current children cumulated vsize (KiB) 3159884

[startup+1182.3 s]
/proc/loadavg: 8.11 8.06 7.47 10/454 31149
/proc/meminfo: memFree=14195236/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=3235736 CPUtime=4711.39 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 3175830 0 0 0 470555 584 0 0 25 0 4 0 748604652 3313393664 623577 33554432000 4194304 4625164 140737469240240 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 808934 623577 343 106 0 804437 0
[pid=31110/tid=31115] ppid=31108 vsize=3235736 CPUtime=1181.94 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 85307 0 0 0 118166 28 0 0 25 0 4 0 748604660 3313393664 623577 33554432000 4194304 4625164 140737469240240 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=3235736 CPUtime=1182.17 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 191052 0 0 0 118115 102 0 0 25 0 4 0 748604660 3313393664 623577 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=3235736 CPUtime=1182.15 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 1426790 0 0 0 117987 228 0 0 25 0 4 0 748604660 3313393664 623577 33554432000 4194304 4625164 140737469240240 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4711.39
Current children cumulated vsize (KiB) 3235736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.6 s]
/proc/loadavg: 8.15 8.07 7.49 9/454 31149
/proc/meminfo: memFree=14157900/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=3240284 CPUtime=4800.3 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4202496 3187564 0 0 0 479441 589 0 0 25 0 4 0 748604652 3318050816 631411 33554432000 4194304 4625164 140737469240240 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 810071 631411 343 106 0 805574 0
[pid=31110/tid=31115] ppid=31108 vsize=3240284 CPUtime=1204.25 cores=0,2,4,6
/proc/31110/task/31115/stat : 31115 (SArTagnan) R 31108 31110 30199 0 -1 4202560 85436 0 0 0 120397 28 0 0 25 0 4 0 748604660 3318050816 631411 33554432000 4194304 4625164 140737469240240 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31110/tid=31116] ppid=31108 vsize=3240284 CPUtime=1204.48 cores=0,2,4,6
/proc/31110/task/31116/stat : 31116 (SArTagnan) R 31108 31110 30199 0 -1 4202560 194714 0 0 0 120342 106 0 0 25 0 4 0 748604660 3318050816 631411 33554432000 4194304 4625164 140737469240240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31110/tid=31117] ppid=31108 vsize=3240284 CPUtime=1204.47 cores=0,2,4,6
/proc/31110/task/31117/stat : 31117 (SArTagnan) R 31108 31110 30199 0 -1 4202560 1428026 0 0 0 120218 229 0 0 25 0 4 0 748604660 3318050816 631411 33554432000 4194304 4625164 140737469240240 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 3240284

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

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

[startup+1204.72 s]
/proc/loadavg: 8.15 8.07 7.49 9/454 31149
/proc/meminfo: memFree=14157900/32950940 swapFree=67111356/67111528
[pid=31110] ppid=31108 vsize=0 CPUtime=4800.43 cores=0,2,4,6
/proc/31110/stat : 31110 (SArTagnan) R 31108 31110 30199 0 -1 4203524 3187564 0 0 0 479444 599 0 0 25 0 1 0 748604652 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31110/statm: 0 0 0 0 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): 1204.73
CPU time (s): 4800.44
CPU user time (s): 4794.44
CPU system time (s): 5.99909
CPU usage (%): 398.466
Max. virtual memory (cumulated for all children) (KiB): 4129512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.44
system time used= 5.99909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3187564
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= 2273
involuntary context switches= 33719

runsolver used 4.85826 second user time and 12.7181 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-17 00:08:59
IDJOB=3385846
IDBENCH=88221
IDSOLVER=1871
FILE ID=node117/3385846-1305583739
RUNJOBID= node117-1305583739-31090
PBS_JOBID= 13350218
Free space on /tmp= 73444 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385846-1305583739/watcher-3385846-1305583739 -o /tmp/evaluation-result-3385846-1305583739/solver-3385846-1305583739 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385846-1305583739.cnf -threads=4

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=1674141465

node117.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.849
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.849
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.849
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.849
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.75
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18698468 kB
Buffers:        340464 kB
Cached:        4764268 kB
SwapCached:          0 kB
Active:       10648944 kB
Inactive:      3241108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18698468 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7908 kB
Writeback:           0 kB
AnonPages:     8784540 kB
Mapped:          34460 kB
Slab:           246576 kB
PageTables:      49356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115523064 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= 73444 MiB
End job on node117 at 2011-05-17 00:29:05