Trace number 3394423

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-04SAT 475.073 469.314

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.234964
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 50

Solver Data

474.95/469.29	s SATISFIABLE
474.95/469.30	v 13 -76 24 124 137 85 -136 -61 -52 33 -3 -129 -87 -63 67 -18 138 -25 37 44 84 -10 99 -127 -104 -20 -19 47 -110 -116 -134 -27 94 65 -106 -117 -14 -132 -82 -56 -48 -108 -83 -36 5 -54 -130 -23 -140 -16 78 88 -89 81 -71 -59 31 -73 126 128 100 -8 114 -90 -12 -133 -113 -86 -21 40 -50 -119 131 -58 -2 -101 -74 -111 17 42 43 45 93 -122 -79 -92 -29 -72 -66 55 91 -4 107 -68 -57 112 -121 -77 -38 -26 135 -115 95 -35 -1 49 120 7 -75 32 60 64 125 97 139 69 -22 -15 41 -46 -6 96 11 28 103 -118 -109 -53 -34 30 -70 9 -98 -105 102 123 51 39 80 -62  0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394423-1307649471/watcher-3394423-1307649471 -o /tmp/evaluation-result-3394423-1307649471/solver-3394423-1307649471 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394423-1307649471.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.78 1.95 1.98 3/176 11246
/proc/meminfo: memFree=32192148/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=3448 CPUtime=0 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) D 11241 11244 9650 0 -1 4194304 69 0 1 0 0 0 0 0 18 0 1 0 332556522 3530752 25 33554432000 4194304 7232020 140737353512880 18446744073709551615 218875642896 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 0
/proc/11244/statm: 862 25 19 742 0 80 0

[startup+0.060404 s]
/proc/loadavg: 1.78 1.95 1.98 3/176 11246
/proc/meminfo: memFree=32192148/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=102736 CPUtime=0 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 898 0 18 0 0 0 0 0 17 0 8 0 332556522 105201664 825 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892372445 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/11244/statm: 25684 825 639 742 0 18255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102736

[startup+0.100387 s]
/proc/loadavg: 1.78 1.95 1.98 3/176 11246
/proc/meminfo: memFree=32192148/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=106860 CPUtime=0.03 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 1739 0 20 0 3 0 0 0 18 0 9 0 332556522 109424640 1661 33554432000 4194304 7232020 140737353512880 18446744073709551615 6230559 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/11244/statm: 26715 1661 998 742 0 19286 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 106860

[startup+0.30034 s]
/proc/loadavg: 1.78 1.95 1.98 3/176 11246
/proc/meminfo: memFree=32192148/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=108984 CPUtime=0.23 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 2167 0 20 0 23 0 0 0 18 0 9 0 332556522 111599616 2089 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092948048 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/11244/statm: 27246 2089 1023 742 0 19817 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 108984

[startup+0.700294 s]
/proc/loadavg: 1.78 1.95 1.98 3/176 11246
/proc/meminfo: memFree=32192148/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=111160 CPUtime=0.65 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 2665 0 20 0 64 1 0 0 18 0 9 0 332556522 113827840 2552 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092943485 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 27790 2552 1023 742 0 20361 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 111160

[startup+1.50107 s]
/proc/loadavg: 1.78 1.95 1.98 3/194 11264
/proc/meminfo: memFree=32138172/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=112880 CPUtime=1.47 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 3447 0 20 0 146 1 0 0 18 0 9 0 332556522 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944305 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 28220 3189 1023 742 0 20791 0
[pid=11244/tid=11249] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 332556526 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=112880 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556528 115589120 3189 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 112880

[startup+3.1008 s]
/proc/loadavg: 1.80 1.95 1.98 3/194 11264
/proc/meminfo: memFree=32133584/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=118116 CPUtime=3.1 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 4648 0 20 0 308 2 0 0 18 0 9 0 332556522 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944948 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 4
/proc/11244/statm: 29529 3998 1023 742 0 22100 0
[pid=11244/tid=11249] ppid=11241 vsize=118116 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=118116 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=118116 CPUtime=0.01 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=118116 CPUtime=0.01 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=118116 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=118116 CPUtime=0.01 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=118116 CPUtime=0.01 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 332556526 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=118116 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556528 120950784 3998 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 118116

[startup+6.30124 s]
/proc/loadavg: 1.80 1.95 1.98 3/194 11264
/proc/meminfo: memFree=32122528/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=122112 CPUtime=6.37 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 6567 0 20 0 633 4 0 0 18 0 9 0 332556522 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092941245 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 4
/proc/11244/statm: 30528 5094 1023 742 0 23099 0
[pid=11244/tid=11249] ppid=11241 vsize=122112 CPUtime=0.01 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=122112 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=122112 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=122112 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=122112 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=122112 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=122112 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 332556526 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=122112 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556528 125042688 5094 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 122112

[startup+12.7012 s]
/proc/loadavg: 1.83 1.96 1.98 5/194 11265
/proc/meminfo: memFree=32103708/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=127428 CPUtime=12.94 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 8663 0 20 0 1286 8 0 0 18 0 9 0 332556522 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944373 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/11244/statm: 31857 5999 1024 742 0 24428 0
[pid=11244/tid=11249] ppid=11241 vsize=127428 CPUtime=0.04 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=127428 CPUtime=0.06 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=127428 CPUtime=0.05 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=127428 CPUtime=0.05 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=127428 CPUtime=0.06 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=127428 CPUtime=0.05 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=127428 CPUtime=0.06 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 332556526 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=127428 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556528 130486272 5999 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 127428

[startup+25.501 s]
/proc/loadavg: 2.37 2.07 2.02 4/194 11265
/proc/meminfo: memFree=32082224/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=135128 CPUtime=25.96 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 13271 0 20 0 2585 11 0 0 18 0 9 0 332556522 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944373 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 4
/proc/11244/statm: 33782 8101 1024 742 0 26353 0
[pid=11244/tid=11249] ppid=11241 vsize=135128 CPUtime=0.08 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 8 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=135128 CPUtime=0.1 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=135128 CPUtime=0.09 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=135128 CPUtime=0.09 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=135128 CPUtime=0.09 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=135128 CPUtime=0.09 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=135128 CPUtime=0.1 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 332556526 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=135128 CPUtime=0 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 332556528 138371072 8101 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.96
Current children cumulated vsize (KiB) 135128

[startup+51.1005 s]
/proc/loadavg: 2.24 2.06 2.02 3/194 11312
/proc/meminfo: memFree=32099872/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=151768 CPUtime=51.91 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 20420 0 20 0 5177 14 0 0 18 0 9 0 332556522 155410432 11820 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092943472 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 37942 11820 1035 742 0 30513 0
[pid=11244/tid=11249] ppid=11241 vsize=151768 CPUtime=0.14 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 14 0 0 0 15 0 9 0 332556526 155410432 11820 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=151768 CPUtime=0.16 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 332556526 155410432 11820 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=151768 CPUtime=0.16 cores=1,3,5,7

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

[pid=11244/tid=11249] ppid=11241 vsize=251800 CPUtime=0.89 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 87 2 0 0 15 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251800 CPUtime=0.93 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 91 2 0 0 15 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251800 CPUtime=0.89 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 87 2 0 0 16 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251800 CPUtime=0.96 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 94 2 0 0 15 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251800 CPUtime=0.91 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 89 2 0 0 15 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251800 CPUtime=1.04 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 102 2 0 0 16 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251800 CPUtime=0.94 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 92 2 0 0 16 0 9 0 332556526 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251800 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257843200 28649 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.19
Current children cumulated vsize (KiB) 251800

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 11332
/proc/meminfo: memFree=31960020/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=251800 CPUtime=468.01 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 83682 0 20 0 46758 43 0 0 25 0 9 0 332556522 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944288 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 62950 32719 1035 742 0 55521 0
[pid=11244/tid=11249] ppid=11241 vsize=251800 CPUtime=1.04 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 102 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251800 CPUtime=1.06 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 103 3 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251800 CPUtime=1.1 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 108 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251800 CPUtime=1.04 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 102 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251800 CPUtime=1.22 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 120 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251800 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 468.01
Current children cumulated vsize (KiB) 251800

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

[startup+463.901 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 11332
/proc/meminfo: memFree=31959276/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=251800 CPUtime=469.61 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 83682 0 20 0 46918 43 0 0 25 0 9 0 332556522 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944277 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 62950 32719 1035 742 0 55521 0
[pid=11244/tid=11249] ppid=11241 vsize=251800 CPUtime=1.04 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 102 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251800 CPUtime=1.06 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 103 3 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251800 CPUtime=1.1 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 108 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251800 CPUtime=1.04 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 102 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251800 CPUtime=1.22 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 120 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251800 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 469.61
Current children cumulated vsize (KiB) 251800

[startup+467.101 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 11332
/proc/meminfo: memFree=31959028/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=251800 CPUtime=472.85 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 83682 0 20 0 47242 43 0 0 18 0 9 0 332556522 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944271 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 62950 32719 1035 742 0 55521 0
[pid=11244/tid=11249] ppid=11241 vsize=251800 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 103 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251800 CPUtime=1.07 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 104 3 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251800 CPUtime=1.1 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 108 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251800 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 103 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251800 CPUtime=1.22 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 120 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251800 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 472.85
Current children cumulated vsize (KiB) 251800

[startup+468.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 11332
/proc/meminfo: memFree=31958640/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=251800 CPUtime=474.45 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 83682 0 20 0 47402 43 0 0 22 0 9 0 332556522 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944373 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 62950 32719 1035 742 0 55521 0
[pid=11244/tid=11249] ppid=11241 vsize=251800 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 103 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251800 CPUtime=1.07 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 104 3 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251800 CPUtime=1.1 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 108 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251800 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 103 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251800 CPUtime=1.22 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 120 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251800 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 474.45
Current children cumulated vsize (KiB) 251800

[startup+469.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 11332
/proc/meminfo: memFree=31958640/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=251800 CPUtime=474.85 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 83682 0 20 0 47442 43 0 0 23 0 9 0 332556522 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 1092944607 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 62950 32719 1035 742 0 55521 0
[pid=11244/tid=11249] ppid=11241 vsize=251800 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 103 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251800 CPUtime=1.07 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 104 3 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251800 CPUtime=1.1 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 108 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251800 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 103 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251800 CPUtime=1.22 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 120 2 0 0 15 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251800 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251800 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257843200 32719 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 474.85
Current children cumulated vsize (KiB) 251800

[startup+469.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 11332
/proc/meminfo: memFree=31958640/32950928 swapFree=67054696/67111528
[pid=11244] ppid=11241 vsize=251856 CPUtime=475.05 cores=1,3,5,7
/proc/11244/stat : 11244 (mono) R 11241 11244 9650 0 -1 4202496 83752 0 20 0 47462 43 0 0 25 0 9 0 332556522 257900544 32787 33554432000 4194304 7232020 140737353512880 18446744073709551615 4969829 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/11244/statm: 62964 32790 1073 742 0 55535 0
[pid=11244/tid=11249] ppid=11241 vsize=251856 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11249/stat : 11249 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 103 2 0 0 16 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11250] ppid=11241 vsize=251856 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11250/stat : 11250 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
[pid=11244/tid=11251] ppid=11241 vsize=251856 CPUtime=1.07 cores=1,3,5,7
/proc/11244/task/11251/stat : 11251 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 104 3 0 0 16 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11253] ppid=11241 vsize=251856 CPUtime=1.1 cores=1,3,5,7
/proc/11244/task/11253/stat : 11253 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 108 2 0 0 15 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 3 0 0 0
[pid=11244/tid=11255] ppid=11241 vsize=251856 CPUtime=1.05 cores=1,3,5,7
/proc/11244/task/11255/stat : 11255 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 103 2 0 0 16 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11257] ppid=11241 vsize=251856 CPUtime=1.22 cores=1,3,5,7
/proc/11244/task/11257/stat : 11257 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 120 2 0 0 15 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 7 0 0 0
[pid=11244/tid=11259] ppid=11241 vsize=251856 CPUtime=1.09 cores=1,3,5,7
/proc/11244/task/11259/stat : 11259 (mono) S 11241 11244 9650 0 -1 4202560 2 0 0 0 107 2 0 0 16 0 9 0 332556526 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892381081 0 0 4096 545260780 18446604471124723840 0 0 -1 5 0 0 0
[pid=11244/tid=11263] ppid=11241 vsize=251856 CPUtime=0.02 cores=1,3,5,7
/proc/11244/task/11263/stat : 11263 (mono) S 11241 11244 9650 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 332556528 257900544 32790 33554432000 4194304 7232020 140737353512880 18446744073709551615 218892388785 0 0 4096 545260780 18446604471124723840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 475.05
Current children cumulated vsize (KiB) 251856

Child status: 0
Real time (s): 469.314
CPU time (s): 475.073
CPU user time (s): 474.628
CPU system time (s): 0.444932
CPU usage (%): 101.227
Max. virtual memory (cumulated for all children) (KiB): 251856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 474.628
system time used= 0.444932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83812
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55104
involuntary context switches= 11323

runsolver used 0.760884 second user time and 1.80472 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-09 21:57:51
IDJOB=3394423
IDBENCH=83155
IDSOLVER=1880
FILE ID=node112/3394423-1307649471
RUNJOBID= node112-1307649471-11220
PBS_JOBID= 13549379
Free space on /tmp= 74200 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s18527668-sat.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394423-1307649471/watcher-3394423-1307649471 -o /tmp/evaluation-result-3394423-1307649471/solver-3394423-1307649471 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394423-1307649471.cnf

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=477874811

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32192756 kB
Buffers:        194136 kB
Cached:         322252 kB
SwapCached:      10740 kB
Active:         286796 kB
Inactive:       248052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32192756 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:             692 kB
Writeback:           0 kB
AnonPages:       15508 kB
Mapped:           8616 kB
Slab:           158524 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185456 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= 74200 MiB
End job on node112 at 2011-06-09 22:05:41