Trace number 3283092

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) 1305.2 1300.1

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283092-1303761658/watcher-3283092-1303761658 -o /tmp/evaluation-result-3283092-1303761658/solver-3283092-1303761658 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3283092-1303761658.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.24 1.24 2.06 5/213 9188
/proc/meminfo: memFree=16508908/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=11800 CPUtime=0 cores=0,2
/proc/9188/stat : 9188 (runsolver) R 9186 9188 7713 0 -1 4202560 45 0 0 0 0 0 0 0 23 0 1 0 487765673 12083200 54 33554432000 4194304 5434984 140733527575392 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/9188/statm: 2950 54 34 303 0 2644 0

[startup+0.0546979 s]
/proc/loadavg: 1.24 1.24 2.06 5/213 9188
/proc/meminfo: memFree=16508908/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=133604 CPUtime=0.03 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 7603 0 0 0 3 0 0 0 25 0 9 0 487765673 136810496 7505 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087088064 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/9188/statm: 33401 7505 975 742 0 25972 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 133604

[startup+0.100691 s]
/proc/loadavg: 1.24 1.24 2.06 5/213 9188
/proc/meminfo: memFree=16508908/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=142052 CPUtime=0.08 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 9558 0 0 0 7 1 0 0 25 0 9 0 487765673 145461248 9460 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087082176 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/9188/statm: 35513 9460 975 742 0 28084 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 142052

[startup+0.301754 s]
/proc/loadavg: 1.24 1.24 2.06 5/213 9188
/proc/meminfo: memFree=16508908/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=150436 CPUtime=0.3 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 11471 0 0 0 29 1 0 0 25 0 9 0 487765673 154046464 11373 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/9188/statm: 37609 11373 975 742 0 30180 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 150436

[startup+0.700585 s]
/proc/loadavg: 1.24 1.24 2.06 5/213 9188
/proc/meminfo: memFree=16508908/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=158948 CPUtime=0.74 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 14236 0 0 0 73 1 0 0 25 0 9 0 487765673 162762752 14138 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087099908 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 39737 14138 975 742 0 32308 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 158948

[startup+1.50044 s]
/proc/loadavg: 1.24 1.24 2.06 5/222 9207
/proc/meminfo: memFree=16351544/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=184164 CPUtime=1.66 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 19702 0 0 0 163 3 0 0 25 0 9 0 487765673 188583936 19605 33554432000 4194304 7232020 140733266496992 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 46041 19608 975 742 0 38612 0
[pid=9188/tid=9190] ppid=9186 vsize=184164 CPUtime=0.09 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 9 0 0 0 15 0 9 0 487765674 188583936 19610 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=184164 CPUtime=0.07 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 487765674 188583936 19612 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=184164 CPUtime=0.02 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 487765674 188583936 19613 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=184164 CPUtime=0.04 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 487765674 188583936 19616 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=184164 CPUtime=0.01 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 487765674 188583936 19617 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=184164 CPUtime=0.03 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 487765674 188583936 19618 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=184164 CPUtime=0.03 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 487765674 188583936 19620 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=184164 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 188583936 19623 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 184164

[startup+3.10125 s]
/proc/loadavg: 1.24 1.24 2.06 5/222 9207
/proc/meminfo: memFree=15990224/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=226340 CPUtime=3.5 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 30260 0 0 0 345 5 0 0 25 0 9 0 487765673 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087113318 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/9188/statm: 56585 30162 975 742 0 49156 0
[pid=9188/tid=9190] ppid=9186 vsize=226340 CPUtime=0.15 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 15 0 0 0 15 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=226340 CPUtime=0.15 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 15 0 0 0 15 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=226340 CPUtime=0.06 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=226340 CPUtime=0.1 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=226340 CPUtime=0.12 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 12 0 0 0 16 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=226340 CPUtime=0.1 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=226340 CPUtime=0.08 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 487765674 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=226340 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 231772160 30162 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 226340

[startup+6.3006 s]
/proc/loadavg: 1.46 1.28 2.07 5/222 9207
/proc/meminfo: memFree=14322036/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=302508 CPUtime=7.22 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 50266 0 0 0 713 9 0 0 18 0 9 0 487765673 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087122360 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/9188/statm: 75627 50168 994 742 0 68198 0
[pid=9188/tid=9190] ppid=9186 vsize=302508 CPUtime=0.34 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 34 0 0 0 15 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=302508 CPUtime=0.27 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 27 0 0 0 16 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=302508 CPUtime=0.12 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 12 0 0 0 16 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=302508 CPUtime=0.25 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 25 0 0 0 15 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=302508 CPUtime=0.27 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 27 0 0 0 16 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=302508 CPUtime=0.21 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 21 0 0 0 16 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=302508 CPUtime=0.17 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 17 0 0 0 15 0 9 0 487765674 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=302508 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 309768192 50168 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 302508

[startup+12.7005 s]
/proc/loadavg: 2.06 1.41 2.10 5/222 9207
/proc/meminfo: memFree=12829772/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=1829352 CPUtime=14.05 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 373036 0 0 0 1364 41 0 0 25 0 9 0 487765673 1873256448 372938 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087136517 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 457338 372938 999 742 0 449909 0
[pid=9188/tid=9190] ppid=9186 vsize=1829352 CPUtime=0.43 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 43 0 0 0 16 0 9 0 487765674 1873256448 372939 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=1829352 CPUtime=0.41 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 41 0 0 0 15 0 9 0 487765674 1873256448 372939 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=1829352 CPUtime=0.21 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 21 0 0 0 16 0 9 0 487765674 1873256448 372939 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=1829352 CPUtime=0.25 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 25 0 0 0 16 0 9 0 487765674 1873256448 372939 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=1829352 CPUtime=0.38 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 38 0 0 0 16 0 9 0 487765674 1873256448 372939 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=1829352 CPUtime=0.4 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 40 0 0 0 16 0 9 0 487765674 1873256448 372940 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=1829352 CPUtime=0.3 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 487765674 1873256448 372940 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=1829352 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 1873256448 372940 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 1829352

[startup+25.5013 s]
/proc/loadavg: 2.49 1.54 2.13 5/222 9207
/proc/meminfo: memFree=12629052/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=1914736 CPUtime=26.85 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 416887 0 0 0 2639 46 0 0 25 0 9 0 487765673 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087157362 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 478684 416789 999 742 0 471255 0
[pid=9188/tid=9190] ppid=9186 vsize=1914736 CPUtime=0.43 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 43 0 0 0 16 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=1914736 CPUtime=0.41 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 41 0 0 0 15 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=1914736 CPUtime=0.21 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 21 0 0 0 16 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=1914736 CPUtime=0.25 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 25 0 0 0 16 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=1914736 CPUtime=0.38 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 38 0 0 0 16 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=1914736 CPUtime=0.4 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 40 0 0 0 16 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=1914736 CPUtime=0.3 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 487765674 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=1914736 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 1960689664 416789 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.85
Current children cumulated vsize (KiB) 1914736

[startup+51.1008 s]
/proc/loadavg: 3.01 1.73 2.18 5/222 9208
/proc/meminfo: memFree=12354496/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=1914736 CPUtime=52.45 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 417396 0 0 0 5199 46 0 0 25 0 9 0 487765673 1960689664 417298 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087157312 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 478684 417298 999 742 0 471255 0
[pid=9188/tid=9190] ppid=9186 vsize=1914736 CPUtime=0.43 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 43 0 0 0 16 0 9 0 487765674 1960689664 417298 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=1914736 CPUtime=0.41 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 41 0 0 0 15 0 9 0 487765674 1960689664 417298 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=1914736 CPUtime=0.21 cores=0,2

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

/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.09 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 109 0 0 0 15 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.06 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 106 0 0 0 16 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=0.85 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 85 0 0 0 16 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1006.43
Current children cumulated vsize (KiB) 2308468

[startup+1062.3 s]
/proc/loadavg: 4.01 3.94 3.39 5/222 9413
/proc/meminfo: memFree=11368912/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=2308468 CPUtime=1066.62 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 554160 0 0 0 106597 65 0 0 25 0 9 0 487765673 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087178917 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 577117 501283 1035 742 0 569688 0
[pid=9188/tid=9190] ppid=9186 vsize=2308468 CPUtime=1.19 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 119 0 0 0 15 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=2308468 CPUtime=1.1 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 110 0 0 0 15 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=2308468 CPUtime=1.26 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 126 0 0 0 16 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=2308468 CPUtime=1.03 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.09 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 109 0 0 0 15 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.07 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 107 0 0 0 16 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=0.99 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 99 0 0 0 16 0 9 0 487765674 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 501283 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1066.62
Current children cumulated vsize (KiB) 2308468

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.43 5/222 9414
/proc/meminfo: memFree=11328960/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=2308468 CPUtime=1126.82 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 554812 0 0 0 112617 65 0 0 25 0 9 0 487765673 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087178917 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 577117 501935 1035 742 0 569688 0
[pid=9188/tid=9190] ppid=9186 vsize=2308468 CPUtime=1.22 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 122 0 0 0 16 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=2308468 CPUtime=1.1 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 110 0 0 0 15 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=2308468 CPUtime=1.37 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 137 0 0 0 16 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=2308468 CPUtime=1.19 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 119 0 0 0 16 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.09 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 109 0 0 0 15 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.15 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 115 0 0 0 16 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=0.99 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 99 0 0 0 16 0 9 0 487765674 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 501935 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1126.82
Current children cumulated vsize (KiB) 2308468

[startup+1182.3 s]
/proc/loadavg: 4.19 4.03 3.49 5/222 9416
/proc/meminfo: memFree=11303888/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=2308468 CPUtime=1187 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 556973 0 0 0 118635 65 0 0 25 0 9 0 487765673 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087178367 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 577117 504096 1035 742 0 569688 0
[pid=9188/tid=9190] ppid=9186 vsize=2308468 CPUtime=1.32 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 132 0 0 0 16 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=2308468 CPUtime=1.11 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 111 0 0 0 15 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=2308468 CPUtime=1.39 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 139 0 0 0 15 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=2308468 CPUtime=1.21 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 121 0 0 0 16 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.16 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 116 0 0 0 16 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.25 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 125 0 0 0 16 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=1.06 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 106 0 0 0 16 0 9 0 487765674 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 504096 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1187
Current children cumulated vsize (KiB) 2308468

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.52 5/222 9418
/proc/meminfo: memFree=11286500/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=2308468 CPUtime=1247.4 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 561267 0 0 0 124674 66 0 0 25 0 9 0 487765673 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087178849 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 577117 508390 1035 742 0 569688 0
[pid=9188/tid=9190] ppid=9186 vsize=2308468 CPUtime=1.45 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 145 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=2308468 CPUtime=1.24 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=2308468 CPUtime=1.47 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 147 0 0 0 15 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=2308468 CPUtime=1.27 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 127 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.24 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.3 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 130 0 0 0 15 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=1.16 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 116 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1247.4
Current children cumulated vsize (KiB) 2308468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.54 4/212 9420
/proc/meminfo: memFree=12380484/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=2308468 CPUtime=1305.11 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 561267 0 0 0 130445 66 0 0 25 0 9 0 487765673 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087178815 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 577117 508390 1035 742 0 569688 0
[pid=9188/tid=9190] ppid=9186 vsize=2308468 CPUtime=1.45 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 145 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=2308468 CPUtime=1.24 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=2308468 CPUtime=1.47 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 147 0 0 0 15 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=2308468 CPUtime=1.27 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 127 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.24 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.3 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 130 0 0 0 15 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=1.16 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 116 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1305.11
Current children cumulated vsize (KiB) 2308468

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.54 4/212 9420
/proc/meminfo: memFree=12380484/32950928 swapFree=67111528/67111528
[pid=9188] ppid=9186 vsize=2308468 CPUtime=1305.11 cores=0,2
/proc/9188/stat : 9188 (mono) R 9186 9188 7713 0 -1 4202496 561267 0 0 0 130445 66 0 0 25 0 9 0 487765673 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 1087178815 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/9188/statm: 577117 508390 1035 742 0 569688 0
[pid=9188/tid=9190] ppid=9186 vsize=2308468 CPUtime=1.45 cores=0,2
/proc/9188/task/9190/stat : 9190 (mono) S 9186 9188 7713 0 -1 4202560 4 0 0 0 145 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9191] ppid=9186 vsize=2308468 CPUtime=1.24 cores=0,2
/proc/9188/task/9191/stat : 9191 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9192] ppid=9186 vsize=2308468 CPUtime=1.47 cores=0,2
/proc/9188/task/9192/stat : 9192 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 147 0 0 0 15 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9193] ppid=9186 vsize=2308468 CPUtime=1.27 cores=0,2
/proc/9188/task/9193/stat : 9193 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 127 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9194] ppid=9186 vsize=2308468 CPUtime=1.24 cores=0,2
/proc/9188/task/9194/stat : 9194 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9195] ppid=9186 vsize=2308468 CPUtime=1.3 cores=0,2
/proc/9188/task/9195/stat : 9195 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 130 0 0 0 15 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
[pid=9188/tid=9196] ppid=9186 vsize=2308468 CPUtime=1.16 cores=0,2
/proc/9188/task/9196/stat : 9196 (mono) S 9186 9188 7713 0 -1 4202560 2 0 0 0 116 0 0 0 16 0 9 0 487765674 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485783449 0 0 4096 545260780 18446604453849793664 0 0 -1 2 0 0 0
[pid=9188/tid=9197] ppid=9186 vsize=2308468 CPUtime=0 cores=0,2
/proc/9188/task/9197/stat : 9197 (mono) S 9186 9188 7713 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 487765675 2363871232 508390 33554432000 4194304 7232020 140733266496992 18446744073709551615 274485791153 0 0 4096 545260780 18446604453849793664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1305.11
Current children cumulated vsize (KiB) 2308468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.1
CPU time (s): 1305.2
CPU user time (s): 1304.46
CPU system time (s): 0.747886
CPU usage (%): 100.393
Max. virtual memory (cumulated for all children) (KiB): 2308468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1304.46
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561267
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= 4272
involuntary context switches= 4688

runsolver used 2.14767 second user time and 4.96225 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 22:01:00
IDJOB=3283092
IDBENCH=70961
IDSOLVER=1608
FILE ID=node125/3283092-1303761658
RUNJOBID= node125-1303761658-9122
PBS_JOBID= 13154062
Free space on /tmp= 73044 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283092-1303761658/watcher-3283092-1303761658 -o /tmp/evaluation-result-3283092-1303761658/solver-3283092-1303761658 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3283092-1303761658.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1969642308

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16509064 kB
Buffers:       2195416 kB
Cached:       13527244 kB
SwapCached:          0 kB
Active:        7968896 kB
Inactive:      7940404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16509064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           99852 kB
Writeback:           0 kB
AnonPages:      185096 kB
Mapped:          17936 kB
Slab:           469020 kB
PageTables:       5424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   604740 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= 73044 MiB
End job on node125 at 2011-04-25 22:22:42