Trace number 3288290

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) 1312.5 1300.05

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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: 3.89 3.95 3.91 5/213 24134
/proc/meminfo: memFree=14850640/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=11800 CPUtime=0 cores=5,7
/proc/24134/stat : 24134 (runsolver) R 24132 24134 22577 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 489660338 12083200 51 33554432000 4194304 5434984 140737024769216 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/24134/statm: 2950 51 31 303 0 2644 0

[startup+0.00742302 s]
/proc/loadavg: 3.89 3.95 3.91 5/213 24134
/proc/meminfo: memFree=14850640/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=18896 CPUtime=0 cores=5,7
/proc/24134/stat : 24134 (mono) S 24132 24134 22577 0 -1 4194304 119 0 0 0 0 0 0 0 25 0 1 0 489660338 19349504 71 33554432000 4194304 7232020 140733418283232 18446744073709551615 244442021511 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/24134/statm: 4724 71 54 742 0 112 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18896

[startup+0.100392 s]
/proc/loadavg: 3.89 3.95 3.91 5/213 24134
/proc/meminfo: memFree=14850640/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=118480 CPUtime=0.08 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 4047 0 0 0 8 0 0 0 25 0 9 0 489660338 121323520 3953 33554432000 4194304 7232020 140733418283232 18446744073709551615 6169006 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 29620 3953 975 742 0 22191 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 118480

[startup+0.300353 s]
/proc/loadavg: 3.89 3.95 3.91 5/213 24134
/proc/meminfo: memFree=14850640/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=122892 CPUtime=0.29 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 5456 0 0 0 29 0 0 0 18 0 9 0 489660338 125841408 5362 33554432000 4194304 7232020 140733418283232 18446744073709551615 1101105240 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 30723 5362 975 742 0 23294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122892

[startup+0.700246 s]
/proc/loadavg: 3.89 3.95 3.91 5/213 24134
/proc/meminfo: memFree=14850640/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=136336 CPUtime=0.74 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 8479 0 0 0 73 1 0 0 18 0 9 0 489660338 139608064 8385 33554432000 4194304 7232020 140733418283232 18446744073709551615 1101101565 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/24134/statm: 34084 8385 975 742 0 26655 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 136336

[startup+1.5011 s]
/proc/loadavg: 3.89 3.95 3.91 9/222 24143
/proc/meminfo: memFree=14812232/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=153300 CPUtime=1.64 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 12419 0 0 0 162 2 0 0 18 0 9 0 489660338 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 1101116002 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/24134/statm: 38325 12325 994 742 0 30896 0
[pid=24134/tid=24136] ppid=24132 vsize=153300 CPUtime=0.02 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=153300 CPUtime=0.01 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=153300 CPUtime=0.01 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=153300 CPUtime=0.02 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=153300 CPUtime=0.05 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=153300 CPUtime=0.11 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 11 0 0 0 16 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=153300 CPUtime=0.02 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 489660339 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=153300 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 156979200 12325 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 153300

[startup+3.10083 s]
/proc/loadavg: 3.89 3.95 3.91 5/222 24143
/proc/meminfo: memFree=14498264/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=514312 CPUtime=3.31 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 102379 0 0 0 318 13 0 0 19 0 9 0 489660338 526655488 102285 33554432000 4194304 7232020 140733418283232 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 128578 102285 999 742 0 121149 0
[pid=24134/tid=24136] ppid=24132 vsize=514312 CPUtime=0.03 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 489660339 526655488 102285 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=514312 CPUtime=0.05 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 489660339 526655488 102286 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=514312 CPUtime=0.03 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 489660339 526655488 102286 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=514312 CPUtime=0.04 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 489660339 526655488 102286 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=514312 CPUtime=0.06 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 489660339 526655488 102286 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=514312 CPUtime=0.13 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 489660339 526655488 102287 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=514312 CPUtime=0.02 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 489660339 526655488 102287 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=514312 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 526655488 102287 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 514312

[startup+6.30124 s]
/proc/loadavg: 3.90 3.96 3.91 5/222 24143
/proc/meminfo: memFree=14366280/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=589728 CPUtime=6.55 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 121684 0 0 0 640 15 0 0 25 0 9 0 489660338 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166793798 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 147432 121590 1024 742 0 140003 0
[pid=24134/tid=24136] ppid=24132 vsize=589728 CPUtime=0.03 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=589728 CPUtime=0.09 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=589728 CPUtime=0.03 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=589728 CPUtime=0.04 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=589728 CPUtime=0.06 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=589728 CPUtime=0.13 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=589728 CPUtime=0.04 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 489660339 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=589728 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 603881472 121590 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 589728

[startup+12.701 s]
/proc/loadavg: 3.91 3.96 3.91 5/222 24143
/proc/meminfo: memFree=14364592/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=589728 CPUtime=12.95 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 121692 0 0 0 1280 15 0 0 25 0 9 0 489660338 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796965 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 147432 121598 1024 742 0 140003 0
[pid=24134/tid=24136] ppid=24132 vsize=589728 CPUtime=0.03 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=589728 CPUtime=0.09 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=589728 CPUtime=0.03 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=589728 CPUtime=0.04 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=589728 CPUtime=0.06 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=589728 CPUtime=0.13 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=589728 CPUtime=0.04 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 489660339 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=589728 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 603881472 121598 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 589728

[startup+25.5007 s]
/proc/loadavg: 3.93 3.96 3.91 5/222 24143
/proc/meminfo: memFree=14361380/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=589792 CPUtime=25.75 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 121703 0 0 0 2560 15 0 0 25 0 9 0 489660338 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 1101128644 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 147448 121609 1024 742 0 140019 0
[pid=24134/tid=24136] ppid=24132 vsize=589792 CPUtime=0.03 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=589792 CPUtime=0.09 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=589792 CPUtime=0.03 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=589792 CPUtime=0.04 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=589792 CPUtime=0.06 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=589792 CPUtime=0.13 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=589792 CPUtime=0.04 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 489660339 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=589792 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 603947008 121609 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 589792

[startup+51.1009 s]
/proc/loadavg: 3.95 3.96 3.91 5/222 24144
/proc/meminfo: memFree=14343460/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=590816 CPUtime=51.39 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 122798 0 0 0 5124 15 0 0 25 0 9 0 489660338 604995584 122704 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796819 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 147704 122704 1024 742 0 140275 0
[pid=24134/tid=24136] ppid=24132 vsize=590816 CPUtime=0.05 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 9 0 489660339 604995584 122704 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=590816 CPUtime=0.1 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 489660339 604995584 122704 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=590816 CPUtime=0.03 cores=5,7

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

/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 244 0 0 0 15 0 9 0 489660339 1086312448 239642 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1060852 CPUtime=1.88 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 188 0 0 0 16 0 9 0 489660339 1086312448 239642 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1060852 CPUtime=2.01 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 201 0 0 0 16 0 9 0 489660339 1086312448 239642 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1060852 CPUtime=2.03 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 203 0 0 0 16 0 9 0 489660339 1086312448 239642 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1060852 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1086312448 239642 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 950.56
Current children cumulated vsize (KiB) 1060852

[startup+1002.3 s]
/proc/loadavg: 4.01 4.14 4.06 5/222 24170
/proc/meminfo: memFree=13484420/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=1101940 CPUtime=1011.21 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 291771 0 0 0 101076 45 0 0 25 0 9 0 489660338 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796965 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 275485 248786 1035 742 0 268056 0
[pid=24134/tid=24136] ppid=24132 vsize=1101940 CPUtime=2.48 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 248 0 0 0 16 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=1101940 CPUtime=1.78 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 178 0 0 0 15 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=1101940 CPUtime=2.05 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 205 0 0 0 15 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=1101940 CPUtime=2.57 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 257 0 0 0 16 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1101940 CPUtime=1.95 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 195 0 0 0 15 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1101940 CPUtime=2.07 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 207 0 0 0 15 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1101940 CPUtime=2.3 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 230 0 0 0 16 0 9 0 489660339 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1101940 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1128386560 248786 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1011.21
Current children cumulated vsize (KiB) 1101940

[startup+1062.3 s]
/proc/loadavg: 4.04 4.12 4.06 5/222 24171
/proc/meminfo: memFree=13473856/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=1111220 CPUtime=1071.81 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 293980 0 0 0 107136 45 0 0 25 0 9 0 489660338 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796958 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 277805 250995 1035 742 0 270376 0
[pid=24134/tid=24136] ppid=24132 vsize=1111220 CPUtime=2.62 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 262 0 0 0 15 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=1111220 CPUtime=1.91 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 191 0 0 0 16 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=1111220 CPUtime=2.2 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 220 0 0 0 16 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=1111220 CPUtime=2.74 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 274 0 0 0 16 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1111220 CPUtime=2.02 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 202 0 0 0 16 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1111220 CPUtime=2.2 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 220 0 0 0 16 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1111220 CPUtime=2.58 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 258 0 0 0 15 0 9 0 489660339 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1111220 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1137889280 250995 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1071.81
Current children cumulated vsize (KiB) 1111220

[startup+1122.3 s]
/proc/loadavg: 4.01 4.10 4.05 5/222 24173
/proc/meminfo: memFree=13647680/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=1111220 CPUtime=1132.4 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 298984 0 0 0 113193 47 0 0 25 0 9 0 489660338 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 1101128788 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 277805 205402 1035 742 0 270376 0
[pid=24134/tid=24136] ppid=24132 vsize=1111220 CPUtime=2.78 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 278 0 0 0 15 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=1111220 CPUtime=2.13 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 213 0 0 0 15 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=1111220 CPUtime=2.4 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 240 0 0 0 15 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=1111220 CPUtime=2.81 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 281 0 0 0 15 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1111220 CPUtime=2.29 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 229 0 0 0 16 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1111220 CPUtime=2.26 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 226 0 0 0 16 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1111220 CPUtime=2.68 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 268 0 0 0 16 0 9 0 489660339 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1111220 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1137889280 205402 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1132.4
Current children cumulated vsize (KiB) 1111220

[startup+1182.3 s]
/proc/loadavg: 4.14 4.12 4.06 5/222 24174
/proc/meminfo: memFree=13594952/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=1111220 CPUtime=1193.1 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 310508 0 0 0 119261 49 0 0 25 0 9 0 489660338 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796848 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 277805 212776 1035 742 0 270376 0
[pid=24134/tid=24136] ppid=24132 vsize=1111220 CPUtime=2.91 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 291 0 0 0 16 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=1111220 CPUtime=2.22 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 222 0 0 0 15 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=1111220 CPUtime=2.53 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 253 0 0 0 15 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=1111220 CPUtime=3.04 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 304 0 0 0 16 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1111220 CPUtime=2.44 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 244 0 0 0 15 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1111220 CPUtime=2.48 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 248 0 0 0 15 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1111220 CPUtime=2.95 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 295 0 0 0 15 0 9 0 489660339 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1111220 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1137889280 212776 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1193.1
Current children cumulated vsize (KiB) 1111220

[startup+1242.3 s]
/proc/loadavg: 4.09 4.11 4.06 5/222 24176
/proc/meminfo: memFree=13548172/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=1111220 CPUtime=1253.87 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 332734 0 0 0 125333 54 0 0 25 0 9 0 489660338 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796965 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 277805 234579 1035 742 0 270376 0
[pid=24134/tid=24136] ppid=24132 vsize=1111220 CPUtime=3.03 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 303 0 0 0 15 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=1111220 CPUtime=2.39 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 239 0 0 0 16 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=1111220 CPUtime=2.83 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 283 0 0 0 16 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=1111220 CPUtime=3.11 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 311 0 0 0 16 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1111220 CPUtime=2.73 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 273 0 0 0 16 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1111220 CPUtime=2.72 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 272 0 0 0 16 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1111220 CPUtime=3.11 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 311 0 0 0 15 0 9 0 489660339 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1111220 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1137889280 234579 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1253.87
Current children cumulated vsize (KiB) 1111220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.57 3.71 3.93 2/180 24231
/proc/meminfo: memFree=15156948/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=1111220 CPUtime=1312.45 cores=5,7
/proc/24134/stat : 24134 (mono) R 24132 24134 22577 0 -1 4202496 341619 0 0 0 131189 56 0 0 25 0 9 0 489660338 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 1166796298 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/24134/statm: 277805 241619 1035 742 0 270376 0
[pid=24134/tid=24136] ppid=24132 vsize=1111220 CPUtime=3.25 cores=5,7
/proc/24134/task/24136/stat : 24136 (mono) S 24132 24134 22577 0 -1 4202560 4 0 0 0 325 0 0 0 16 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24137] ppid=24132 vsize=1111220 CPUtime=2.59 cores=5,7
/proc/24134/task/24137/stat : 24137 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 259 0 0 0 15 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24138] ppid=24132 vsize=1111220 CPUtime=3.16 cores=5,7
/proc/24134/task/24138/stat : 24138 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 316 0 0 0 15 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24139] ppid=24132 vsize=1111220 CPUtime=3.31 cores=5,7
/proc/24134/task/24139/stat : 24139 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 331 0 0 0 15 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24140] ppid=24132 vsize=1111220 CPUtime=2.9 cores=5,7
/proc/24134/task/24140/stat : 24140 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 290 0 0 0 15 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
[pid=24134/tid=24141] ppid=24132 vsize=1111220 CPUtime=2.91 cores=5,7
/proc/24134/task/24141/stat : 24141 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 291 0 0 0 15 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24142] ppid=24132 vsize=1111220 CPUtime=3.2 cores=5,7
/proc/24134/task/24142/stat : 24142 (mono) S 24132 24134 22577 0 -1 4202560 2 0 0 0 320 0 0 0 15 0 9 0 489660339 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458761113 0 0 4096 545260780 18446604471120397312 0 0 -1 7 0 0 0
[pid=24134/tid=24143] ppid=24132 vsize=1111220 CPUtime=0 cores=5,7
/proc/24134/task/24143/stat : 24143 (mono) S 24132 24134 22577 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489660340 1137889280 241619 33554432000 4194304 7232020 140733418283232 18446744073709551615 244458768817 0 0 4096 545260780 18446604471120397312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1312.45
Current children cumulated vsize (KiB) 1111220

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1312.5
CPU user time (s): 1311.9
CPU system time (s): 0.602908
CPU usage (%): 100.958
Max. virtual memory (cumulated for all children) (KiB): 1111220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1311.9
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341619
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= 9814
involuntary context switches= 4229

runsolver used 2.08768 second user time and 5.04423 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-26 03:16:39
IDJOB=3288290
IDBENCH=82493
IDSOLVER=1608
FILE ID=node105/3288290-1303780599
RUNJOBID= node105-1303780559-24000
PBS_JOBID= 13157189
Free space on /tmp= 71872 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288290-1303780599/watcher-3288290-1303780599 -o /tmp/evaluation-result-3288290-1303780599/solver-3288290-1303780599 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3288290-1303780599.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=81777405

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      14850920 kB
Buffers:       2288732 kB
Cached:       13925164 kB
SwapCached:          0 kB
Active:        9831460 kB
Inactive:      7695896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14850920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9892 kB
Writeback:           0 kB
AnonPages:     1312796 kB
Mapped:          18144 kB
Slab:           505464 kB
PageTables:       7844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1720448 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= 71888 MiB
End job on node105 at 2011-04-26 03:38:21