Trace number 3394047

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
Sol 2011-04-04? (TO) 5000.09 4947.05

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.17
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

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-3394047-1307641711/watcher-3394047-1307641711 -o /tmp/evaluation-result-3394047-1307641711/solver-3394047-1307641711 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394047-1307641711.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.52 7.99 8.00 2/175 11295
/proc/meminfo: memFree=32442840/32951124 swapFree=67055696/67111528
[pid=11295] ppid=11292 vsize=3448 CPUtime=0 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) D 11292 11295 10396 0 -1 4194304 70 0 1 0 0 0 0 0 18 0 1 0 608362361 3530752 25 33554432000 4194304 7232020 140736359279408 18446744073709551615 268655739920 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/11295/statm: 862 25 19 742 0 80 0

[startup+0.101408 s]
/proc/loadavg: 7.52 7.99 8.00 2/175 11295
/proc/meminfo: memFree=32442840/32951124 swapFree=67055696/67111528
[pid=11295] ppid=11292 vsize=108112 CPUtime=0.04 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 1952 0 21 0 4 0 0 0 18 0 9 0 608362361 110706688 1875 33554432000 4194304 7232020 140736359279408 18446744073709551615 5710192 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/11295/statm: 27028 1875 976 742 0 19599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 108112

[startup+0.200409 s]
/proc/loadavg: 7.52 7.99 8.00 2/175 11295
/proc/meminfo: memFree=32442840/32951124 swapFree=67055696/67111528
[pid=11295] ppid=11292 vsize=111568 CPUtime=0.15 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 2833 0 21 0 15 0 0 0 18 0 9 0 608362361 114245632 2756 33554432000 4194304 7232020 140736359279408 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/11295/statm: 27892 2757 976 742 0 20463 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 111568

[startup+0.300405 s]
/proc/loadavg: 7.52 7.99 8.00 2/175 11295
/proc/meminfo: memFree=32442840/32951124 swapFree=67055696/67111528
[pid=11295] ppid=11292 vsize=138480 CPUtime=0.27 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 9475 0 21 0 26 1 0 0 18 0 9 0 608362361 141803520 9398 33554432000 4194304 7232020 140736359279408 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 34620 9406 996 742 0 27191 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 138480

[startup+0.700387 s]
/proc/loadavg: 7.52 7.99 8.00 2/175 11295
/proc/meminfo: memFree=32442840/32951124 swapFree=67055696/67111528
[pid=11295] ppid=11292 vsize=180420 CPUtime=0.68 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 18471 0 21 0 66 2 0 0 18 0 9 0 608362361 184750080 18393 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169515036 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/11295/statm: 45105 18393 1024 742 0 37676 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 180420

[startup+1.50122 s]
/proc/loadavg: 7.52 7.99 8.00 3/194 11317
/proc/meminfo: memFree=32324408/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=180676 CPUtime=1.49 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 20248 0 21 0 147 2 0 0 19 0 9 0 608362361 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514545 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/11295/statm: 45169 20170 1024 742 0 37740 0
[pid=11295/tid=11309] ppid=11292 vsize=180676 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=180676 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=180676 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=180676 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=180676 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=180676 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=180676 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 608362365 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=180676 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 608362367 185012224 20170 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180676

[startup+3.10088 s]
/proc/loadavg: 7.52 7.99 8.00 3/194 11317
/proc/meminfo: memFree=32318240/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=180804 CPUtime=3.1 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 20282 0 21 0 308 2 0 0 23 0 9 0 608362361 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514545 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 4
/proc/11295/statm: 45201 20204 1024 742 0 37772 0
[pid=11295/tid=11309] ppid=11292 vsize=180804 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=180804 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=180804 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=180804 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=180804 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=180804 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=180804 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=180804 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 608362367 185143296 20204 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 180804

[startup+6.30139 s]
/proc/loadavg: 7.08 7.89 7.97 3/194 11317
/proc/meminfo: memFree=32307828/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=180996 CPUtime=6.36 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 20324 0 21 0 634 2 0 0 23 0 9 0 608362361 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514511 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 45249 20246 1024 742 0 37820 0
[pid=11295/tid=11309] ppid=11292 vsize=180996 CPUtime=0.03 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=180996 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=180996 CPUtime=0.02 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=180996 CPUtime=0.02 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=180996 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=180996 CPUtime=0.01 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=180996 CPUtime=0.02 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 608362365 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=180996 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 608362367 185339904 20246 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 180996

[startup+12.7013 s]
/proc/loadavg: 6.67 7.80 7.94 3/194 11317
/proc/meminfo: memFree=32285680/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=197636 CPUtime=12.86 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 23341 0 21 0 1283 3 0 0 18 0 9 0 608362361 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514063 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 49409 23263 1025 742 0 41980 0
[pid=11295/tid=11309] ppid=11292 vsize=197636 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 4 0 0 0 16 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=197636 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=197636 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=197636 CPUtime=0.05 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=197636 CPUtime=0.03 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=197636 CPUtime=0.03 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=197636 CPUtime=0.03 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 608362365 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=197636 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 608362367 202379264 23263 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 197636

[startup+25.501 s]
/proc/loadavg: 5.64 7.51 7.84 3/194 11317
/proc/meminfo: memFree=32251096/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=214468 CPUtime=25.88 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 28439 0 21 0 2583 5 0 0 18 0 9 0 608362361 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514571 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 53617 27302 1025 742 0 46188 0
[pid=11295/tid=11309] ppid=11292 vsize=214468 CPUtime=0.08 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 8 0 0 0 15 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=214468 CPUtime=0.08 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=214468 CPUtime=0.06 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=214468 CPUtime=0.09 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=214468 CPUtime=0.06 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=214468 CPUtime=0.07 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=214468 CPUtime=0.08 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 8 0 0 0 16 0 9 0 608362365 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=214468 CPUtime=0 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 608362367 219615232 27302 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 214468

[startup+51.1005 s]
/proc/loadavg: 4.39 7.07 7.68 3/194 11318
/proc/meminfo: memFree=32226216/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=239556 CPUtime=51.91 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 38753 0 21 0 5184 7 0 0 20 0 9 0 608362361 245305344 33849 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169515188 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 59889 33849 1036 742 0 52460 0
[pid=11295/tid=11309] ppid=11292 vsize=239556 CPUtime=0.15 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 15 0 0 0 15 0 9 0 608362365 245305344 33849 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=239556 CPUtime=0.17 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 17 0 0 0 15 0 9 0 608362365 245305344 33849 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=239556 CPUtime=0.13 cores=0,2,4,6

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

/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 935 2 0 0 15 0 9 0 608362365 1043185664 161600 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.03 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 901 2 0 0 15 0 9 0 608362365 1043185664 161600 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.3 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 928 2 0 0 16 0 9 0 608362365 1043185664 161600 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=9.45 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 944 1 0 0 16 0 9 0 608362365 1043185664 161600 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 161600 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4712.42
Current children cumulated vsize (KiB) 1018736

[startup+4722.3 s]
/proc/loadavg: 2.16 2.10 2.07 3/194 11513
/proc/meminfo: memFree=31269360/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=1018736 CPUtime=4773.04 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 534299 0 21 0 477185 119 0 0 25 0 9 0 608362361 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514613 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/11295/statm: 254684 166760 1036 742 0 247255 0
[pid=11295/tid=11309] ppid=11292 vsize=1018736 CPUtime=9.47 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 946 1 0 0 16 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=1018736 CPUtime=9.29 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 927 2 0 0 16 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=1018736 CPUtime=9.13 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 911 2 0 0 16 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=1018736 CPUtime=9.49 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 947 2 0 0 16 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.16 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 914 2 0 0 16 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.44 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 942 2 0 0 16 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=9.59 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 957 2 0 0 15 0 9 0 608362365 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 166760 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4773.04
Current children cumulated vsize (KiB) 1018736

[startup+4782.3 s]
/proc/loadavg: 2.57 2.19 2.10 3/194 11514
/proc/meminfo: memFree=31235592/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=1018736 CPUtime=4833.57 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 538585 0 21 0 483237 120 0 0 25 0 9 0 608362361 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514613 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/11295/statm: 254684 170773 1036 742 0 247255 0
[pid=11295/tid=11309] ppid=11292 vsize=1018736 CPUtime=9.56 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 954 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=1018736 CPUtime=9.37 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 935 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=1018736 CPUtime=9.22 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 920 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=1018736 CPUtime=9.6 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 958 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.27 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 925 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.54 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 952 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=9.68 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 966 2 0 0 16 0 9 0 608362365 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 170773 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4833.57
Current children cumulated vsize (KiB) 1018736

[startup+4842.31 s]
/proc/loadavg: 2.21 2.16 2.09 3/194 11516
/proc/meminfo: memFree=31200184/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=1018736 CPUtime=4894.21 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 542533 0 21 0 489300 121 0 0 25 0 9 0 608362361 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514613 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 254684 174670 1036 742 0 247255 0
[pid=11295/tid=11309] ppid=11292 vsize=1018736 CPUtime=9.66 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 964 2 0 0 16 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=1018736 CPUtime=9.48 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 946 2 0 0 16 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=1018736 CPUtime=9.36 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 934 2 0 0 16 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=1018736 CPUtime=9.73 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 971 2 0 0 15 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.41 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 939 2 0 0 16 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.68 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 966 2 0 0 16 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=9.78 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 976 2 0 0 16 0 9 0 608362365 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 174670 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4894.21
Current children cumulated vsize (KiB) 1018736

[startup+4902.3 s]
/proc/loadavg: 2.07 2.12 2.08 3/194 11517
/proc/meminfo: memFree=31167520/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=1018736 CPUtime=4954.85 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 546199 0 21 0 495363 122 0 0 25 0 9 0 608362361 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169513926 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 254684 178336 1036 742 0 247255 0
[pid=11295/tid=11309] ppid=11292 vsize=1018736 CPUtime=9.76 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 974 2 0 0 15 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=1018736 CPUtime=9.56 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 954 2 0 0 15 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=1018736 CPUtime=9.47 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 945 2 0 0 16 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=1018736 CPUtime=9.83 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 981 2 0 0 16 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.56 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 954 2 0 0 16 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.81 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 979 2 0 0 16 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=9.93 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 991 2 0 0 16 0 9 0 608362365 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 178336 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4954.85
Current children cumulated vsize (KiB) 1018736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4947 s]
/proc/loadavg: 2.03 2.11 2.08 3/194 11519
/proc/meminfo: memFree=31146896/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=1018736 CPUtime=5000.04 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 548852 0 21 0 499882 122 0 0 25 0 9 0 608362361 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514537 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 254684 180584 1036 742 0 247255 0
[pid=11295/tid=11309] ppid=11292 vsize=1018736 CPUtime=9.82 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 980 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=1018736 CPUtime=9.66 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 964 2 0 0 15 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=1018736 CPUtime=9.56 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 954 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=1018736 CPUtime=9.92 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 990 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.66 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 964 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.9 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 988 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=10 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 998 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1018736

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

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

[startup+4947 s]
/proc/loadavg: 2.03 2.11 2.08 3/194 11519
/proc/meminfo: memFree=31146896/32951124 swapFree=67055708/67111528
[pid=11295] ppid=11292 vsize=1018736 CPUtime=5000.04 cores=0,2,4,6
/proc/11295/stat : 11295 (mono) R 11292 11295 10396 0 -1 4202496 548852 0 21 0 499882 122 0 0 25 0 9 0 608362361 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 1169514537 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/11295/statm: 254684 180584 1036 742 0 247255 0
[pid=11295/tid=11309] ppid=11292 vsize=1018736 CPUtime=9.82 cores=0,2,4,6
/proc/11295/task/11309/stat : 11309 (mono) S 11292 11295 10396 0 -1 4202560 4 0 0 0 980 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11310] ppid=11292 vsize=1018736 CPUtime=9.66 cores=0,2,4,6
/proc/11295/task/11310/stat : 11310 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 964 2 0 0 15 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
[pid=11295/tid=11311] ppid=11292 vsize=1018736 CPUtime=9.56 cores=0,2,4,6
/proc/11295/task/11311/stat : 11311 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 954 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 0 0 0 0
[pid=11295/tid=11312] ppid=11292 vsize=1018736 CPUtime=9.92 cores=0,2,4,6
/proc/11295/task/11312/stat : 11312 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 990 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11313] ppid=11292 vsize=1018736 CPUtime=9.66 cores=0,2,4,6
/proc/11295/task/11313/stat : 11313 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 964 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11314] ppid=11292 vsize=1018736 CPUtime=9.9 cores=0,2,4,6
/proc/11295/task/11314/stat : 11314 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 988 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 6 0 0 0
[pid=11295/tid=11315] ppid=11292 vsize=1018736 CPUtime=10 cores=0,2,4,6
/proc/11295/task/11315/stat : 11315 (mono) S 11292 11295 10396 0 -1 4202560 2 0 0 0 998 2 0 0 16 0 9 0 608362365 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672478105 0 0 4096 545260780 18446604444180127936 0 0 -1 2 0 0 0
[pid=11295/tid=11316] ppid=11292 vsize=1018736 CPUtime=0.04 cores=0,2,4,6
/proc/11295/task/11316/stat : 11316 (mono) S 11292 11295 10396 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 608362367 1043185664 180584 33554432000 4194304 7232020 140736359279408 18446744073709551615 268672485809 0 0 4096 545260780 18446604444180127936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1018736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4947.05
CPU time (s): 5000.09
CPU user time (s): 4998.83
CPU system time (s): 1.26281
CPU usage (%): 101.072
Max. virtual memory (cumulated for all children) (KiB): 1018736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.83
system time used= 1.26281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548852
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117763
involuntary context switches= 42339

runsolver used 9.03063 second user time and 17.9913 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-09 19:48:31
IDJOB=3394047
IDBENCH=71273
IDSOLVER=1880
FILE ID=node107/3394047-1307641711
RUNJOBID= node107-1307641711-11272
PBS_JOBID= 13549384
Free space on /tmp= 74100 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g1.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394047-1307641711/watcher-3394047-1307641711 -o /tmp/evaluation-result-3394047-1307641711/solver-3394047-1307641711 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394047-1307641711.cnf

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=416969466

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32441176 kB
Buffers:         62316 kB
Cached:         231056 kB
SwapCached:      19468 kB
Active:         121068 kB
Inactive:       203056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32441176 kB
SwapTotal:    67111528 kB
SwapFree:     67055696 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:       28784 kB
Mapped:          12492 kB
Slab:           120472 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187864 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= 74100 MiB
End job on node107 at 2011-06-09 21:11:00