Trace number 3482305

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
borg pb-opt-11.04.03UNSAT 555.427 550.676

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos788725.opb
MD5SUM8629904c9ea425e42543cd04547905ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark151.049
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables352
Total number of constraints433
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints96
Minimum length of a constraint2
Maximum length of a constraint96
Number of terms in the objective function 96
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 96
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 105
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.36/0.67	c INFO: solving HOME/instance-3482305-1307578972.opb
0.36/0.68	c INFO: parsing took 0.01 s
0.45/0.70	c INFO: features took 0.02 CPU seconds
0.45/0.72	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.64)
51.61/51.63	c INFO: running scip-2.0.1-clp@0 for 45 with 1749 remaining (b = 0.16)
101.39/101.13	c INFO: running wbo1.4a@0 for 45 with 1701 remaining (b = 0.03)
150.24/149.74	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1652 remaining (b = 0.01)
200.79/198.25	c INFO: running scip-2.0.1-spx@49 for 45 with 1602 remaining (b = 0.01)
247.32/244.41	c INFO: running clasp-1.3.7@0 for 45 with 1557 remaining (b = 0.03)
295.72/292.67	c INFO: running scip-2.0.1-clp@48 for 45 with 1509 remaining (b = 0.02)
341.74/338.32	c INFO: running bsolo_pb10-l3@0 for 45 with 1464 remaining (b = 0.08)
390.26/386.61	c INFO: running scip-2.0.1-spx@94 for 45 with 1416 remaining (b = 0.01)
436.38/432.43	c INFO: running clasp-1.3.7@48 for 45 with 1371 remaining (b = 0.01)
481.88/477.71	c INFO: running bsolo_pb10-l1@0 for 45 with 1326 remaining (b = 0.03)
530.30/525.98	c INFO: running scip-2.0.1-clp@93 for 91 with 1278 remaining (b = 0.03)
555.18/550.65	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3482305-1307578972/watcher-3482305-1307578972 -o /tmp/evaluation-result-3482305-1307578972/solver-3482305-1307578972 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3482305-1307578972.opb -seed 1786564154 -budget 1800 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.02 2.09 1.95 2/816 17782
/proc/meminfo: memFree=3572804/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/17782/stat : 17782 (python) R 17780 17782 14716 0 -1 4202496 928 0 0 0 0 0 0 0 25 0 1 0 948128050 16158720 807 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988592272 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17782/statm: 3945 807 356 364 0 432 0

[startup+0.119372 s]
/proc/loadavg: 2.02 2.09 1.95 2/816 17782
/proc/meminfo: memFree=3572804/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/17782/stat : 17782 (python) R 17780 17782 14716 0 -1 4202496 3169 929 1 0 5 2 0 0 18 0 1 0 948128050 98435072 2483 33554432000 4194304 5683644 140737011544976 18446744073709551615 5170261 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17782/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.203553 s]
/proc/loadavg: 2.02 2.09 1.95 2/816 17782
/proc/meminfo: memFree=3572804/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=120688 CPUtime=0.12 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 5117 929 1 0 9 3 0 0 17 0 1 0 948128050 123584512 3532 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/17782/statm: 30172 3532 925 364 0 2621 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 120688

[startup+0.30031 s]
/proc/loadavg: 2.02 2.09 1.95 2/816 17782
/proc/meminfo: memFree=3572804/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=123744 CPUtime=0.17 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 5357 929 1 0 12 5 0 0 17 0 1 0 948128050 126713856 3744 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988588549 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/17782/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123744

[startup+0.700232 s]
/proc/loadavg: 2.02 2.09 1.95 2/816 17782
/proc/meminfo: memFree=3572804/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=282688 CPUtime=0.45 cores=0,2,4,6
/proc/17782/stat : 17782 (python) R 17780 17782 14716 0 -1 4202496 9187 929 1 0 33 12 0 0 16 0 1 0 948128050 289472512 7049 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988259822 0 0 16781312 33554434 0 0 0 17 6 0 0 0
/proc/17782/statm: 70672 7049 1816 364 0 5565 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 282688

[startup+1.50104 s]
/proc/loadavg: 2.02 2.09 1.95 3/820 17790
/proc/meminfo: memFree=3532224/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=293296 CPUtime=0.47 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 9729 929 1 0 35 12 0 0 18 0 2 0 948128050 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 73324 7174 1862 364 0 8211 0
[pid=17788] ppid=17782 vsize=283052 CPUtime=0 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 948128123 289845248 5666 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612623 0 0 16781312 33554946 12541949543983317251 0 0 17 6 0 0 0
/proc/17788/statm: 70763 5666 358 364 0 5650 0
[pid=17790] ppid=17788 vsize=40332 CPUtime=0.75 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) R 17788 17790 17790 0 -1 4202496 8511 0 0 0 74 1 0 0 18 0 1 0 948128123 41299968 7844 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17790/statm: 10083 7844 797 2317 0 7761 0
[pid=17782/tid=17789] ppid=17780 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 2 0 948128123 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 616680

[startup+3.10076 s]
/proc/loadavg: 2.02 2.09 1.95 4/820 17790
/proc/meminfo: memFree=3501100/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=293296 CPUtime=0.47 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 9729 929 1 0 35 12 0 0 18 0 2 0 948128050 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 73324 7174 1862 364 0 8211 0
[pid=17788] ppid=17782 vsize=283052 CPUtime=0 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 826 0 0 0 0 0 0 0 15 0 1 0 948128123 289845248 5666 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612623 0 0 16781312 33554946 1647736449031733248 0 0 17 6 0 0 0
/proc/17788/statm: 70763 5666 358 364 0 5650 0
[pid=17790] ppid=17788 vsize=72256 CPUtime=2.36 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) R 17788 17790 17790 0 -1 4202496 16218 0 0 0 233 3 0 0 20 0 1 0 948128123 73990144 15513 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17790/statm: 18064 15513 795 2317 0 15742 0
[pid=17782/tid=17789] ppid=17780 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 2 0 948128123 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 648604

[startup+6.30032 s]
/proc/loadavg: 2.02 2.09 1.95 3/820 17790
/proc/meminfo: memFree=3470100/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=293296 CPUtime=0.47 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 9729 929 1 0 35 12 0 0 18 0 2 0 948128050 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 73324 7174 1862 364 0 8211 0
[pid=17788] ppid=17782 vsize=283052 CPUtime=0.02 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 963 0 0 0 1 1 0 0 15 0 1 0 948128123 289845248 5689 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612623 0 0 16781312 33554946 3716043246808334336 0 0 17 6 0 0 0
/proc/17788/statm: 70763 5689 381 364 0 5650 0
[pid=17790] ppid=17788 vsize=92064 CPUtime=5.56 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) R 17788 17790 17790 0 -1 4202496 20882 0 0 0 548 8 0 0 19 0 1 0 948128123 94273536 20112 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17790/statm: 23016 20112 826 2317 0 20694 0
[pid=17782/tid=17789] ppid=17780 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 2 0 948128123 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 668412

[startup+12.7012 s]
/proc/loadavg: 2.02 2.09 1.95 3/820 17791
/proc/meminfo: memFree=3470008/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=293296 CPUtime=0.47 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 9729 929 1 0 35 12 0 0 18 0 2 0 948128050 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 73324 7174 1862 364 0 8211 0
[pid=17788] ppid=17782 vsize=283052 CPUtime=0.05 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 969 0 0 0 3 2 0 0 15 0 1 0 948128123 289845248 5689 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612623 0 0 16781312 33554946 72556772316949255 0 0 17 6 0 0 0
/proc/17788/statm: 70763 5689 381 364 0 5650 0
[pid=17790] ppid=17788 vsize=92064 CPUtime=11.96 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) R 17788 17790 17790 0 -1 4202496 20883 0 0 0 1177 19 0 0 25 0 1 0 948128123 94273536 20113 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17790/statm: 23016 20113 827 2317 0 20694 0
[pid=17782/tid=17789] ppid=17780 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 2 0 948128123 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 668412

[startup+25.501 s]
/proc/loadavg: 2.01 2.08 1.95 3/820 17791
/proc/meminfo: memFree=3473848/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=293296 CPUtime=0.47 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 9729 929 1 0 35 12 0 0 18 0 2 0 948128050 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 73324 7174 1862 364 0 8211 0
[pid=17788] ppid=17782 vsize=283052 CPUtime=0.11 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 977 0 0 0 6 5 0 0 15 0 1 0 948128123 289845248 5689 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612623 0 0 16781312 33554946 2472849930595598336 0 0 17 6 0 0 0
/proc/17788/statm: 70763 5689 381 364 0 5650 0
[pid=17790] ppid=17788 vsize=92064 CPUtime=24.76 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) R 17788 17790 17790 0 -1 4202496 20884 0 0 0 2430 46 0 0 19 0 1 0 948128123 94273536 20114 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17790/statm: 23016 20114 827 2317 0 20694 0
[pid=17782/tid=17789] ppid=17780 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 2 0 948128123 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 668412

[startup+51.1005 s]
/proc/loadavg: 2.08 2.09 1.95 3/820 17792
/proc/meminfo: memFree=3472764/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=293296 CPUtime=0.47 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 9729 929 1 0 35 12 0 0 18 0 2 0 948128050 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 73324 7174 1862 364 0 8211 0
[pid=17788] ppid=17782 vsize=283052 CPUtime=0.25 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 999 0 0 0 13 12 0 0 15 0 1 0 948128123 289845248 5689 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612623 0 0 16781312 33554946 4025722745470844928 0 0 17 6 0 0 0
/proc/17788/statm: 70763 5689 381 364 0 5650 0
[pid=17790] ppid=17788 vsize=92064 CPUtime=50.35 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) R 17788 17790 17790 0 -1 4202496 20887 0 0 0 4930 105 0 0 25 0 1 0 948128123 94273536 20117 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17790/statm: 23016 20117 827 2317 0 20694 0
[pid=17782/tid=17789] ppid=17780 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 2 0 948128123 300335104 7174 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 668412

[startup+102.302 s]
/proc/loadavg: 2.03 2.07 1.95 3/828 17801
/proc/meminfo: memFree=3399244/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=313980 CPUtime=0.52 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 11430 929 1 0 40 12 0 0 20 0 4 0 948128050 321515520 7237 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/17782/statm: 78495 7237 1875 364 0 13376 0
[pid=17788] ppid=17782 vsize=293296 CPUtime=0.28 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 1160 0 0 0 14 14 0 0 17 0 2 0 948128123 300335104 5725 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17788/statm: 73324 5725 412 364 0 8211 0
[pid=17790] ppid=17788 vsize=92064 CPUtime=50.86 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) T 17788 17790 17790 0 -1 4202496 20887 0 0 0 4980 106 0 0 18 0 1 0 948128123 94273536 20117 33554432000 4194304 13684479 140736274157184 18446744073709551615 7390773 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/17790/statm: 23016 20117 827 2317 0 20694 0
[pid=17788/tid=17793] ppid=17782 vsize=293296 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (python) S 17782 17782 14716 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 948133211 300335104 5725 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451212871872 0 0 -1 6 0 0 0
[pid=17794] ppid=17782 vsize=293780 CPUtime=0.29 cores=0,2,4,6
/proc/17794/stat : 17794 (python) S 17782 17782 14716 0 -1 4202560 1145 0 0 0 15 14 0 0 17 0 2 0 948133213 300830720 5824 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17794/statm: 73445 5824 397 364 0 8329 0
[pid=17796] ppid=17794 vsize=73668 CPUtime=49.46 cores=0,2,4,6
/proc/17796/stat : 17796 (scip-2.0.1.linu) T 17794 17796 17796 0 -1 4202496 19360 0 0 0 4882 64 0 0 24 0 1 0 948133214 75436032 15747 33554432000 4194304 15243407 140736842539072 18446744073709551615 7128850 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/17796/statm: 18417 15747 939 2698 0 15712 0
[pid=17794/tid=17798] ppid=17782 vsize=293780 CPUtime=0 cores=0,2,4,6
/proc/17794/task/17798/stat : 17798 (python) S 17782 17782 14716 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 948138161 300830720 5824 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604444029600128 0 0 -1 6 0 0 0
[pid=17799] ppid=17782 vsize=303736 CPUtime=0 cores=0,2,4,6
/proc/17799/stat : 17799 (python) S 17782 17782 14716 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 948138163 311025664 5707 33554432000 4194304 5683644 140737011544976 18446744073709551615 215988612678 0 0 16781312 33554946 4294934784 0 0 17 6 0 0 0
/proc/17799/statm: 75934 5707 349 364 0 10815 0
[pid=17801] ppid=17799 vsize=6692 CPUtime=1.17 cores=0,2,4,6
/proc/17801/stat : 17801 (wbo1.4a) R 17799 17801 17801 0 -1 4202496 1502 0 0 0 116 1 0 0 25 0 1 0 948138164 6852608 1229 33554432000 134512640 135751879 4294467184 18446744073709551615 134517408 0 0 16781312 3 0 0 0 17 0 0 0 0
/proc/17801/statm: 1673 1229 146 303 0 1368 0
[pid=17782/tid=17789] ppid=17780 vsize=313980 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 25 929 0 0 0 0 0 0 18 0 4 0 948128123 321515520 7237 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
[pid=17782/tid=17795] ppid=17780 vsize=313980 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (python) S 17780 17782 14716 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 4 0 948133214 321515520 7237 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 6 0 0 0
[pid=17782/tid=17800] ppid=17780 vsize=313980 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (python) S 17780 17782 14716 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 4 0 948138163 321515520 7237 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0

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

/proc/17806/task/17818/stat : 17818 (java) T 17804 17806 17806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 948143028 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17819] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17819/stat : 17819 (java) T 17804 17806 17806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000416177 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17820] ppid=17804 vsize=8555100 CPUtime=0.71 cores=0,2,4,6
/proc/17806/task/17820/stat : 17820 (java) T 17804 17806 17806 0 -1 4202560 5541 0 0 0 70 1 0 0 15 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=17806/tid=17821] ppid=17804 vsize=8555100 CPUtime=0.82 cores=0,2,4,6
/proc/17806/task/17821/stat : 17821 (java) T 17804 17806 17806 0 -1 4202560 6090 0 0 0 82 0 0 0 15 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17822] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17822/stat : 17822 (java) T 17804 17806 17806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17823] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17823/stat : 17823 (java) T 17804 17806 17806 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000409088 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17824] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17824/stat : 17824 (java) T 17804 17806 17806 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948143050 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000409088 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17804/tid=17826] ppid=17782 vsize=314496 CPUtime=0 cores=0,2,4,6
/proc/17804/task/17826/stat : 17826 (python) S 17782 17782 14716 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 2 0 948147873 322043904 5867 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604450785780672 0 0 -1 6 0 0 0
[pid=17829] ppid=17782 vsize=324916 CPUtime=0.46 cores=0,2,4,6
/proc/17829/stat : 17829 (python) S 17782 17782 14716 0 -1 4202560 1154 0 0 0 23 23 0 0 18 0 2 0 948152492 332713984 5912 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17829/statm: 81229 5912 397 364 0 16104 0
[pid=17831] ppid=17829 vsize=3328 CPUtime=93.46 cores=0,2,4,6
/proc/17831/stat : 17831 (clasp-1.3.7-x86) T 17829 17831 17831 0 -1 4202496 863 0 0 0 9346 0 0 0 25 0 1 0 948152492 3407872 597 33554432000 134512640 136139019 4288960720 18446744073709551615 134875832 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/17831/statm: 832 597 186 398 0 432 0
[pid=17829/tid=17833] ppid=17782 vsize=324916 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (python) S 17782 17782 14716 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 948157315 332713984 5912 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451857963200 0 0 -1 6 0 0 0
[pid=17835] ppid=17782 vsize=335172 CPUtime=0.23 cores=0,2,4,6
/proc/17835/stat : 17835 (python) S 17782 17782 14716 0 -1 4202560 1137 0 0 0 10 13 0 0 19 0 2 0 948161883 343216128 5916 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17835/statm: 83793 5916 397 364 0 18665 0
[pid=17837] ppid=17835 vsize=62896 CPUtime=48.25 cores=0,2,4,6
/proc/17837/stat : 17837 (bsolo_pb10) T 17835 17837 17837 0 -1 4202496 13548 0 0 0 4819 6 0 0 25 0 1 0 948161883 64405504 13273 33554432000 134512640 137138936 4293320832 18446744073709551615 134542796 0 0 16781312 16384 18446744071562691360 0 0 17 0 0 0 0
/proc/17837/statm: 15724 13273 192 642 0 15080 0
[pid=17835/tid=17840] ppid=17782 vsize=335172 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (python) S 17782 17782 14716 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 948166709 343216128 5916 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604452525221696 0 0 -1 6 0 0 0
[pid=17843] ppid=17782 vsize=345576 CPUtime=0.23 cores=0,2,4,6
/proc/17843/stat : 17843 (python) S 17782 17782 14716 0 -1 4202560 1211 0 0 0 12 11 0 0 16 0 2 0 948175821 353869824 5963 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17843/statm: 86394 5963 403 364 0 21263 0
[pid=17845] ppid=17843 vsize=49252 CPUtime=48.24 cores=0,2,4,6
/proc/17845/stat : 17845 (bsolo_pb10) T 17843 17845 17845 0 -1 4202496 10203 0 0 0 4813 11 0 0 25 0 1 0 948175822 50434048 9882 33554432000 134512640 137138936 4287014464 18446744073709551615 134542286 0 0 16781312 16384 18446744071562691360 0 0 17 4 0 0 0
/proc/17845/statm: 12313 9882 190 642 0 11669 0
[pid=17843/tid=17850] ppid=17782 vsize=345576 CPUtime=0 cores=0,2,4,6
/proc/17843/task/17850/stat : 17850 (python) S 17782 17782 14716 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 948180646 353869824 5963 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604443266704384 0 0 -1 6 0 0 0
[pid=17782/tid=17789] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 36 929 0 0 0 0 0 0 18 0 8 0 948128123 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
[pid=17782/tid=17795] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (python) S 17780 17782 14716 0 -1 4202560 38 929 0 0 0 0 0 0 18 0 8 0 948133214 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17800] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (python) S 17780 17782 14716 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 8 0 948138163 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
[pid=17782/tid=17805] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17805/stat : 17805 (python) S 17780 17782 14716 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 8 0 948143025 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17830] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17830/stat : 17830 (python) S 17780 17782 14716 0 -1 4202560 30 929 0 0 0 0 0 0 18 0 8 0 948152492 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17836] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17836/stat : 17836 (python) S 17780 17782 14716 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 8 0 948161883 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17844] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17844/stat : 17844 (python) S 17780 17782 14716 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 8 0 948175821 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 554.96
Current children cumulated vsize (KiB) 11457908

[startup+550.602 s]
/proc/loadavg: 1.72 2.01 1.98 2/843 17892
/proc/meminfo: memFree=2178436/32950940 swapFree=67111360/67111528
[pid=17782] ppid=17780 vsize=355820 CPUtime=0.77 cores=0,2,4,6
/proc/17782/stat : 17782 (python) S 17780 17782 14716 0 -1 4202496 15744 929 1 0 64 13 0 0 18 0 8 0 948128050 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/17782/statm: 88955 7446 1883 364 0 23824 0
[pid=17788] ppid=17782 vsize=293464 CPUtime=0.88 cores=0,2,4,6
/proc/17788/stat : 17788 (python) S 17782 17782 14716 0 -1 4202560 1246 0 0 0 45 43 0 0 16 0 2 0 948128123 300507136 5746 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17788/statm: 73366 5746 415 364 0 8253 0
[pid=17790] ppid=17788 vsize=92064 CPUtime=142.79 cores=0,2,4,6
/proc/17790/stat : 17790 (scip-2.0.1.linu) T 17788 17790 17790 0 -1 4202496 20950 0 0 0 13952 327 0 0 19 0 1 0 948128123 94273536 20180 33554432000 4194304 13684479 140736274157184 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/17790/statm: 23016 20180 827 2317 0 20694 0
[pid=17788/tid=17793] ppid=17782 vsize=293464 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (python) S 17782 17782 14716 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 948133211 300507136 5746 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451212871872 0 0 -1 6 0 0 0
[pid=17794] ppid=17782 vsize=293780 CPUtime=0.78 cores=0,2,4,6
/proc/17794/stat : 17794 (python) R 17782 17782 14716 0 -1 4202560 1324 0 0 0 40 38 0 0 15 0 2 0 948133213 300830720 5829 33554432000 4194304 5683644 140737011544976 18446744073709551615 5168627 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/17794/statm: 73445 5829 402 364 0 8329 0
[pid=17796] ppid=17794 vsize=0 CPUtime=119.68 cores=0,2,4,6
/proc/17796/stat : 17796 (scip-2.0.1.linu) Z 17794 17796 17796 0 -1 4202524 66970 0 0 0 11792 176 0 0 18 0 1 0 948133214 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17796/statm: 0 0 0 0 0 0 0
[pid=17794/tid=17798] ppid=17782 vsize=293780 CPUtime=0 cores=0,2,4,6
/proc/17794/task/17798/stat : 17798 (python) S 17782 17782 14716 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 948138161 300830720 5829 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604444029600128 0 0 -1 6 0 0 0
[pid=17799] ppid=17782 vsize=303736 CPUtime=0.25 cores=0,2,4,6
/proc/17799/stat : 17799 (python) S 17782 17782 14716 0 -1 4202560 1115 0 0 0 12 13 0 0 17 0 2 0 948138163 311025664 5756 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17799/statm: 75934 5756 397 364 0 10815 0
[pid=17801] ppid=17799 vsize=52200 CPUtime=48.57 cores=0,2,4,6
/proc/17801/stat : 17801 (wbo1.4a) T 17799 17801 17801 0 -1 4202496 12825 0 0 0 4833 24 0 0 25 0 1 0 948138164 53452800 12552 33554432000 134512640 135751879 4294467184 18446744073709551615 134616336 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/17801/statm: 13050 12552 146 303 0 12745 0
[pid=17799/tid=17803] ppid=17782 vsize=303736 CPUtime=0 cores=0,2,4,6
/proc/17799/task/17803/stat : 17803 (python) S 17782 17782 14716 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 948143022 311025664 5756 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604449586206848 0 0 -1 6 0 0 0
[pid=17804] ppid=17782 vsize=314496 CPUtime=0.24 cores=0,2,4,6
/proc/17804/stat : 17804 (python) S 17782 17782 14716 0 -1 4202560 1144 0 0 0 12 12 0 0 16 0 2 0 948143025 322043904 5867 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17804/statm: 78624 5867 397 364 0 13502 0
[pid=17806] ppid=17804 vsize=8555100 CPUtime=50.35 cores=0,2,4,6
/proc/17806/stat : 17806 (java) T 17804 17806 17806 0 -1 4202496 290085 0 1 0 4995 40 0 0 18 0 19 0 948143025 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17806/statm: 2138775 260639 2238 9 0 2129516 0
[pid=17806/tid=17807] ppid=17804 vsize=8555100 CPUtime=48.26 cores=0,2,4,6
/proc/17806/task/17807/stat : 17807 (java) T 17804 17806 17806 0 -1 4202560 245635 0 1 0 4796 30 0 0 25 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 46912505614417 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17808] ppid=17804 vsize=8555100 CPUtime=0.06 cores=0,2,4,6
/proc/17806/task/17808/stat : 17808 (java) T 17804 17806 17806 0 -1 4202560 4854 0 0 0 6 0 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17809] ppid=17804 vsize=8555100 CPUtime=0.06 cores=0,2,4,6
/proc/17806/task/17809/stat : 17809 (java) T 17804 17806 17806 0 -1 4202560 3458 0 0 0 5 1 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17810] ppid=17804 vsize=8555100 CPUtime=0.05 cores=0,2,4,6
/proc/17806/task/17810/stat : 17810 (java) T 17804 17806 17806 0 -1 4202560 3317 0 0 0 5 0 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=17806/tid=17811] ppid=17804 vsize=8555100 CPUtime=0.07 cores=0,2,4,6
/proc/17806/task/17811/stat : 17811 (java) T 17804 17806 17806 0 -1 4202560 4864 0 0 0 6 1 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17812] ppid=17804 vsize=8555100 CPUtime=0.07 cores=0,2,4,6
/proc/17806/task/17812/stat : 17812 (java) T 17804 17806 17806 0 -1 4202560 5119 0 0 0 7 0 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17813] ppid=17804 vsize=8555100 CPUtime=0.04 cores=0,2,4,6
/proc/17806/task/17813/stat : 17813 (java) T 17804 17806 17806 0 -1 4202560 3031 0 0 0 4 0 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=17806/tid=17814] ppid=17804 vsize=8555100 CPUtime=0.05 cores=0,2,4,6
/proc/17806/task/17814/stat : 17814 (java) T 17804 17806 17806 0 -1 4202560 3924 0 0 0 5 0 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17815] ppid=17804 vsize=8555100 CPUtime=0.04 cores=0,2,4,6
/proc/17806/task/17815/stat : 17815 (java) T 17804 17806 17806 0 -1 4202560 2414 0 0 0 4 0 0 0 15 0 19 0 948143026 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17816] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17816/stat : 17816 (java) T 17804 17806 17806 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 19 0 948143027 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000409088 0 0 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=17806/tid=17817] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17817/stat : 17817 (java) T 17804 17806 17806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 948143028 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17818] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17818/stat : 17818 (java) T 17804 17806 17806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 948143028 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17819] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17819/stat : 17819 (java) T 17804 17806 17806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000416177 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17820] ppid=17804 vsize=8555100 CPUtime=0.71 cores=0,2,4,6
/proc/17806/task/17820/stat : 17820 (java) T 17804 17806 17806 0 -1 4202560 5541 0 0 0 70 1 0 0 15 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=17806/tid=17821] ppid=17804 vsize=8555100 CPUtime=0.82 cores=0,2,4,6
/proc/17806/task/17821/stat : 17821 (java) T 17804 17806 17806 0 -1 4202560 6090 0 0 0 82 0 0 0 15 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17822] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17822/stat : 17822 (java) T 17804 17806 17806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17806/tid=17823] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17823/stat : 17823 (java) T 17804 17806 17806 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948143030 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000409088 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=17806/tid=17824] ppid=17804 vsize=8555100 CPUtime=0 cores=0,2,4,6
/proc/17806/task/17824/stat : 17824 (java) T 17804 17806 17806 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948143050 8760422400 260639 33554432000 1073741824 1073778376 140735042661104 18446744073709551615 216000409088 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=17804/tid=17826] ppid=17782 vsize=314496 CPUtime=0 cores=0,2,4,6
/proc/17804/task/17826/stat : 17826 (python) S 17782 17782 14716 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 2 0 948147873 322043904 5867 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604450785780672 0 0 -1 6 0 0 0
[pid=17829] ppid=17782 vsize=324916 CPUtime=0.46 cores=0,2,4,6
/proc/17829/stat : 17829 (python) S 17782 17782 14716 0 -1 4202560 1154 0 0 0 23 23 0 0 18 0 2 0 948152492 332713984 5912 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17829/statm: 81229 5912 397 364 0 16104 0
[pid=17831] ppid=17829 vsize=3328 CPUtime=93.46 cores=0,2,4,6
/proc/17831/stat : 17831 (clasp-1.3.7-x86) T 17829 17831 17831 0 -1 4202496 863 0 0 0 9346 0 0 0 25 0 1 0 948152492 3407872 597 33554432000 134512640 136139019 4288960720 18446744073709551615 134875832 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/17831/statm: 832 597 186 398 0 432 0
[pid=17829/tid=17833] ppid=17782 vsize=324916 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (python) S 17782 17782 14716 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 948157315 332713984 5912 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451857963200 0 0 -1 6 0 0 0
[pid=17835] ppid=17782 vsize=335172 CPUtime=0.23 cores=0,2,4,6
/proc/17835/stat : 17835 (python) S 17782 17782 14716 0 -1 4202560 1137 0 0 0 10 13 0 0 19 0 2 0 948161883 343216128 5916 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17835/statm: 83793 5916 397 364 0 18665 0
[pid=17837] ppid=17835 vsize=62896 CPUtime=48.25 cores=0,2,4,6
/proc/17837/stat : 17837 (bsolo_pb10) T 17835 17837 17837 0 -1 4202496 13548 0 0 0 4819 6 0 0 25 0 1 0 948161883 64405504 13273 33554432000 134512640 137138936 4293320832 18446744073709551615 134542796 0 0 16781312 16384 18446744071562691360 0 0 17 0 0 0 0
/proc/17837/statm: 15724 13273 192 642 0 15080 0
[pid=17835/tid=17840] ppid=17782 vsize=335172 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (python) S 17782 17782 14716 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 948166709 343216128 5916 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604452525221696 0 0 -1 6 0 0 0
[pid=17843] ppid=17782 vsize=345576 CPUtime=0.23 cores=0,2,4,6
/proc/17843/stat : 17843 (python) S 17782 17782 14716 0 -1 4202560 1211 0 0 0 12 11 0 0 16 0 2 0 948175821 353869824 5963 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/17843/statm: 86394 5963 403 364 0 21263 0
[pid=17845] ppid=17843 vsize=49252 CPUtime=48.24 cores=0,2,4,6
/proc/17845/stat : 17845 (bsolo_pb10) T 17843 17845 17845 0 -1 4202496 10203 0 0 0 4813 11 0 0 25 0 1 0 948175822 50434048 9882 33554432000 134512640 137138936 4287014464 18446744073709551615 134542286 0 0 16781312 16384 18446744071562691360 0 0 17 4 0 0 0
/proc/17845/statm: 12313 9882 190 642 0 11669 0
[pid=17843/tid=17850] ppid=17782 vsize=345576 CPUtime=0 cores=0,2,4,6
/proc/17843/task/17850/stat : 17850 (python) S 17782 17782 14716 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 948180646 353869824 5963 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554946 18446604443266704384 0 0 -1 6 0 0 0
[pid=17782/tid=17789] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (python) S 17780 17782 14716 0 -1 4202560 36 929 0 0 0 0 0 0 18 0 8 0 948128123 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
[pid=17782/tid=17795] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (python) S 17780 17782 14716 0 -1 4202560 38 929 0 0 0 0 0 0 18 0 8 0 948133214 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17800] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (python) S 17780 17782 14716 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 8 0 948138163 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 2 0 0 0
[pid=17782/tid=17805] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17805/stat : 17805 (python) S 17780 17782 14716 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 8 0 948143025 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17830] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17830/stat : 17830 (python) S 17780 17782 14716 0 -1 4202560 30 929 0 0 0 0 0 0 18 0 8 0 948152492 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17836] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17836/stat : 17836 (python) S 17780 17782 14716 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 8 0 948161883 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
[pid=17782/tid=17844] ppid=17780 vsize=355820 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17844/stat : 17844 (python) S 17780 17782 14716 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 8 0 948175821 364359680 7446 33554432000 4194304 5683644 140737011544976 18446744073709551615 216000416177 0 0 16781312 33554434 18446604452525222592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 555.18
Current children cumulated vsize (KiB) 11381800

Child status: 0
Real time (s): 550.676
CPU time (s): 555.427
CPU user time (s): 547.784
CPU system time (s): 7.64284
CPU usage (%): 100.863
Max. virtual memory (cumulated for all children) (KiB): 11459940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 547.784
system time used= 7.64284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444691
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6744
involuntary context switches= 2201

runsolver used 4.51431 second user time and 9.8585 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-09 02:22:52
IDJOB=3482305
IDBENCH=89868
IDSOLVER=1970
FILE ID=node117/3482305-1307578972
RUNJOBID= node117-1307576359-14735
PBS_JOBID= 13547682
Free space on /tmp= 73456 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos788725.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3482305-1307578972/watcher-3482305-1307578972 -o /tmp/evaluation-result-3482305-1307578972/solver-3482305-1307578972 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3482305-1307578972.opb -seed 1786564154 -budget 1800

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

MD5SUM BENCH= 8629904c9ea425e42543cd04547905ca
RANDOM SEED=1786564154

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       3573084 kB
Buffers:        182168 kB
Cached:         885192 kB
SwapCached:          0 kB
Active:       28904492 kB
Inactive:       157892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       3573084 kB
SwapTotal:    67111528 kB
SwapFree:     67111360 kB
Dirty:          101800 kB
Writeback:           0 kB
AnonPages:    27995084 kB
Mapped:         135648 kB
Slab:           139712 kB
PageTables:     101796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 174500132 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= 73412 MiB
End job on node117 at 2011-06-09 02:32:03