Trace number 3189550

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sol 2011-04-04? (TO) 1305.71 1300.03

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
MD5SUM0e5f93b3b44a8a3d689954a8a212e867
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.90595
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3189550-1302287251/watcher-3189550-1302287251 -o /tmp/evaluation-result-3189550-1302287251/solver-3189550-1302287251 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3189550-1302287251.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.54 3.94 3.97 2/186 27460
/proc/meminfo: memFree=14527180/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 917 0 0 0 0 0 0 0 24 0 8 0 340327849 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218370618053 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 25651 823 637 742 0 18222 0
[pid=27460/tid=27461] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 8 0 340327850 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 8 0 340327850 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 8 0 340327850 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 340327850 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 340327850 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 340327850 105066496 823 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=102604 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 340327850 105066496 825 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0

[startup+0.0917661 s]
/proc/loadavg: 3.54 3.94 3.97 2/186 27460
/proc/meminfo: memFree=14527180/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=107848 CPUtime=0.08 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 2045 0 0 0 8 0 0 0 25 0 9 0 340327849 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074175292 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 26962 1949 1024 742 0 19533 0
[pid=27460/tid=27461] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1949 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107848

[startup+0.100764 s]
/proc/loadavg: 3.54 3.94 3.97 2/186 27460
/proc/meminfo: memFree=14527180/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=107848 CPUtime=0.09 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 2052 0 0 0 9 0 0 0 25 0 9 0 340327849 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074175567 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 26962 1956 1024 742 0 19533 0
[pid=27460/tid=27461] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=107848 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327850 110436352 1956 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 107848

[startup+0.300717 s]
/proc/loadavg: 3.54 3.94 3.97 2/186 27460
/proc/meminfo: memFree=14527180/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=109212 CPUtime=0.29 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 2354 0 0 0 29 0 0 0 25 0 9 0 340327849 111833088 2258 33554432000 4194304 7232020 140735652875904 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 27303 2259 1024 742 0 19874 0
[pid=27460/tid=27461] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 9 0 340327850 111833088 2259 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 9 0 340327850 111833088 2259 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 9 0 340327850 111833088 2259 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340327850 111833088 2259 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340327850 111833088 2261 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340327850 111833088 2262 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=109212 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340327850 111833088 2262 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109212

[startup+0.700646 s]
/proc/loadavg: 3.54 3.94 3.97 2/186 27460
/proc/meminfo: memFree=14527180/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=111872 CPUtime=0.69 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 2753 0 0 0 69 0 0 0 25 0 9 0 340327849 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074175430 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 27968 2657 1024 742 0 20539 0
[pid=27460/tid=27461] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=111872 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 340327850 114556928 2657 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111872

[startup+1.5005 s]
/proc/loadavg: 3.54 3.94 3.97 5/222 27506
/proc/meminfo: memFree=14495956/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=113968 CPUtime=1.49 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 3328 0 0 0 148 1 0 0 25 0 9 0 340327849 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074175430 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 28492 3200 1024 742 0 21063 0
[pid=27460/tid=27461] ppid=27458 vsize=113968 CPUtime=0.01 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=113968 CPUtime=0.01 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=113968 CPUtime=0 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=113968 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=113968 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=113968 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=113968 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=113968 CPUtime=0 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 116703232 3200 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113968

[startup+3.10122 s]
/proc/loadavg: 3.54 3.94 3.97 5/222 27506
/proc/meminfo: memFree=14484912/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=116556 CPUtime=3.09 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 4330 0 0 0 308 1 0 0 25 0 9 0 340327849 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074175277 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 29139 3991 1024 742 0 21710 0
[pid=27460/tid=27461] ppid=27458 vsize=116556 CPUtime=0.01 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=116556 CPUtime=0.01 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=116556 CPUtime=0.01 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=116556 CPUtime=0 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=116556 CPUtime=0 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=116556 CPUtime=0 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=116556 CPUtime=0 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=116556 CPUtime=0 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 119353344 3991 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116556

[startup+6.30065 s]
/proc/loadavg: 3.57 3.94 3.97 5/222 27506
/proc/meminfo: memFree=14470404/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=120128 CPUtime=6.29 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 5422 0 0 0 627 2 0 0 25 0 9 0 340327849 123011072 4630 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074176542 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 30032 4630 1024 742 0 22603 0
[pid=27460/tid=27461] ppid=27458 vsize=120128 CPUtime=0.02 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 340327850 123011072 4630 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=120128 CPUtime=0.01 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327850 123011072 4630 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=120128 CPUtime=0.02 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340327850 123011072 4630 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=120128 CPUtime=0.02 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340327850 123011072 4630 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=120128 CPUtime=0.01 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327850 123011072 4630 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0

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

/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 120 0 0 0 15 0 9 0 340327850 321277952 48844 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=313748 CPUtime=1.19 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 119 0 0 0 15 0 9 0 340327850 321277952 48844 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=313748 CPUtime=1.36 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 135 1 0 0 16 0 9 0 340327850 321277952 48844 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=313748 CPUtime=1.39 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 138 1 0 0 16 0 9 0 340327850 321277952 48844 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=313748 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 340327850 321277952 48844 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 946.19
Current children cumulated vsize (KiB) 313748

[startup+1002.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/222 27568
/proc/meminfo: memFree=13866272/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=321940 CPUtime=1006.64 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 115896 0 0 0 100619 45 0 0 25 0 9 0 340327849 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074176049 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 80485 52442 1036 742 0 73056 0
[pid=27460/tid=27461] ppid=27458 vsize=321940 CPUtime=1.45 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 144 1 0 0 16 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=321940 CPUtime=1.56 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 155 1 0 0 16 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=321940 CPUtime=1.34 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 134 0 0 0 15 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=321940 CPUtime=1.35 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 135 0 0 0 15 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=321940 CPUtime=1.3 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 130 0 0 0 15 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=321940 CPUtime=1.5 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 149 1 0 0 15 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=321940 CPUtime=1.49 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 148 1 0 0 15 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=321940 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 340327850 329666560 52442 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1006.64
Current children cumulated vsize (KiB) 321940

[startup+1062.3 s]
/proc/loadavg: 4.03 4.08 4.05 5/222 27570
/proc/meminfo: memFree=13786120/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=321940 CPUtime=1066.79 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 118218 0 0 0 106633 46 0 0 25 0 9 0 340327849 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074175430 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 80485 54500 1036 742 0 73056 0
[pid=27460/tid=27461] ppid=27458 vsize=321940 CPUtime=1.48 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 147 1 0 0 15 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=321940 CPUtime=1.58 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 157 1 0 0 15 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=321940 CPUtime=1.39 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 139 0 0 0 15 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=321940 CPUtime=1.39 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 139 0 0 0 16 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=321940 CPUtime=1.36 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 136 0 0 0 16 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=321940 CPUtime=1.53 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 152 1 0 0 16 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=321940 CPUtime=1.53 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 152 1 0 0 15 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=321940 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 340327850 329666560 54500 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1066.79
Current children cumulated vsize (KiB) 321940

[startup+1122.3 s]
/proc/loadavg: 4.01 4.07 4.04 5/222 27571
/proc/meminfo: memFree=13739200/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=338452 CPUtime=1127.07 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 126326 0 0 0 112660 47 0 0 25 0 9 0 340327849 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074176117 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 84613 57280 1036 742 0 77184 0
[pid=27460/tid=27461] ppid=27458 vsize=338452 CPUtime=1.57 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 156 1 0 0 16 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=338452 CPUtime=1.65 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 164 1 0 0 15 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=338452 CPUtime=1.43 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 143 0 0 0 16 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=338452 CPUtime=1.5 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 150 0 0 0 15 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=338452 CPUtime=1.4 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 140 0 0 0 15 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=338452 CPUtime=1.6 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 159 1 0 0 15 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=338452 CPUtime=1.6 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 159 1 0 0 15 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=338452 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 340327850 346574848 57280 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1127.07
Current children cumulated vsize (KiB) 338452

[startup+1182.32 s]
/proc/loadavg: 4.00 4.05 4.03 5/222 27573
/proc/meminfo: memFree=13761360/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=355028 CPUtime=1187.53 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 134216 0 0 0 118705 48 0 0 25 0 9 0 340327849 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382774415 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/27460/statm: 88757 61294 1036 742 0 81328 0
[pid=27460/tid=27461] ppid=27458 vsize=355028 CPUtime=1.67 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) R 27458 27460 26456 0 -1 4202560 4 0 0 0 166 1 0 0 16 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=355028 CPUtime=1.78 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) R 27458 27460 26456 0 -1 4202560 2 0 0 0 177 1 0 0 16 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=355028 CPUtime=1.54 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) R 27458 27460 26456 0 -1 4202560 2 0 0 0 154 0 0 0 15 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=355028 CPUtime=1.61 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 161 0 0 0 15 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=355028 CPUtime=1.51 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 151 0 0 0 15 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=355028 CPUtime=1.71 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) R 27458 27460 26456 0 -1 4202560 2 0 0 0 170 1 0 0 15 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=355028 CPUtime=1.68 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) R 27458 27460 26456 0 -1 4202560 2 0 0 0 167 1 0 0 15 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382774415 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=355028 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4194368 3 0 0 0 0 1 0 0 15 0 9 0 340327850 363548672 61294 33554432000 4194304 7232020 140735652875904 18446744073709551615 218370344895 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1187.53
Current children cumulated vsize (KiB) 355028

[startup+1242.3 s]
/proc/loadavg: 4.00 4.04 4.03 5/222 27574
/proc/meminfo: memFree=13743228/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=371548 CPUtime=1247.95 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 142333 0 0 0 124746 49 0 0 25 0 9 0 340327849 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074176041 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 92887 64411 1036 742 0 85458 0
[pid=27460/tid=27461] ppid=27458 vsize=371548 CPUtime=1.79 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 178 1 0 0 16 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=371548 CPUtime=1.89 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 188 1 0 0 16 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=371548 CPUtime=1.64 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 164 0 0 0 15 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=371548 CPUtime=1.75 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 175 0 0 0 15 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=371548 CPUtime=1.65 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 165 0 0 0 15 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=371548 CPUtime=1.8 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 179 1 0 0 16 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=371548 CPUtime=1.76 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 175 1 0 0 16 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=371548 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 340327850 380465152 64411 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1247.95
Current children cumulated vsize (KiB) 371548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.05 4.03 5/222 27576
/proc/meminfo: memFree=13701648/32951124 swapFree=67111528/67111528
[pid=27460] ppid=27458 vsize=372508 CPUtime=1305.68 cores=5,7
/proc/27460/stat : 27460 (mono) R 27458 27460 26456 0 -1 4202496 142771 0 0 0 130519 49 0 0 25 0 9 0 340327849 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 1074187417 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27460/statm: 93127 64849 1036 742 0 85698 0
[pid=27460/tid=27461] ppid=27458 vsize=372508 CPUtime=1.79 cores=5,7
/proc/27460/task/27461/stat : 27461 (mono) S 27458 27460 26456 0 -1 4202560 4 0 0 0 178 1 0 0 16 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27462] ppid=27458 vsize=372508 CPUtime=1.89 cores=5,7
/proc/27460/task/27462/stat : 27462 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 188 1 0 0 16 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27463] ppid=27458 vsize=372508 CPUtime=1.66 cores=5,7
/proc/27460/task/27463/stat : 27463 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 166 0 0 0 16 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27464] ppid=27458 vsize=372508 CPUtime=1.75 cores=5,7
/proc/27460/task/27464/stat : 27464 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 175 0 0 0 15 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27465] ppid=27458 vsize=372508 CPUtime=1.65 cores=5,7
/proc/27460/task/27465/stat : 27465 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 165 0 0 0 16 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
[pid=27460/tid=27466] ppid=27458 vsize=372508 CPUtime=1.8 cores=5,7
/proc/27460/task/27466/stat : 27466 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 179 1 0 0 15 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27467] ppid=27458 vsize=372508 CPUtime=1.76 cores=5,7
/proc/27460/task/27467/stat : 27467 (mono) S 27458 27460 26456 0 -1 4202560 2 0 0 0 175 1 0 0 16 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382773145 0 0 4096 545260780 18446604471136814400 0 0 -1 7 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=372508 CPUtime=0.01 cores=5,7
/proc/27460/task/27470/stat : 27470 (mono) S 27458 27460 26456 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 340327850 381448192 64849 33554432000 4194304 7232020 140735652875904 18446744073709551615 218382780849 0 0 4096 545260780 18446604471136814400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1305.68
Current children cumulated vsize (KiB) 372508

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.03
CPU time (s): 1305.71
CPU user time (s): 1305.2
CPU system time (s): 0.509922
CPU usage (%): 100.437
Max. virtual memory (cumulated for all children) (KiB): 372508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.2
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142771
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= 42539
involuntary context switches= 12814

runsolver used 2.12568 second user time and 5.00224 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-08 20:27:31
IDJOB=3189550
IDBENCH=83081
IDSOLVER=1608
FILE ID=node101/3189550-1302287251
RUNJOBID= node101-1302287251-27434
PBS_JOBID= 12919094
Free space on /tmp= 71404 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3189550-1302287251/watcher-3189550-1302287251 -o /tmp/evaluation-result-3189550-1302287251/solver-3189550-1302287251 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3189550-1302287251.cnf

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

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=771033992

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14527592 kB
Buffers:        556448 kB
Cached:       17396444 kB
SwapCached:          0 kB
Active:        9292556 kB
Inactive:      8724284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14527592 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             208 kB
Writeback:           0 kB
AnonPages:       63972 kB
Mapped:          15648 kB
Slab:           342672 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276556 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= 71404 MiB
End job on node101 at 2011-04-08 20:49:13