Trace number 3458361

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT-15 13.8409 13.1751

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_2.opb
MD5SUMfdcfb05eaa099feeb8cfb1f8f1c05926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1.66175
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3074
Sum of products size (including duplicates)6148
Number of different products1537
Sum of products size3074

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458361-1307159551.opb
0.10/0.11	c reading problem ... 
0.24/0.29	c ... done. Wall clock time 0.182s.
0.24/0.29	c #vars     1637
0.24/0.29	c #constraints  4711
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1537
0.24/0.29	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.24/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1537
0.46/0.31	c SATISFIABLE
0.46/0.31	c OPTIMIZING...
0.46/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.46/0.31	o -9
0.46/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.46/0.33	o -10
0.46/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.46/0.34	o -11
0.46/0.40	c Got one! Elapsed wall clock time (in seconds):0.286
0.46/0.40	o -12
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.75/0.41	o -13
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.346
0.75/0.46	o -14
1.23/0.87	c cleaning 2986 clauses out of 5971 with flag 5000/5971
1.82/1.37	c cleaning 4489 clauses out of 8985 with flag 11000/11971
2.45/1.99	c cleaning 5747 clauses out of 11496 with flag 18000/18971
3.37/2.81	c cleaning 6875 clauses out of 13750 with flag 26001/26972
3.69/3.11	c Got one! Elapsed wall clock time (in seconds):2.998
3.69/3.11	o -15
3.92/3.35	c cleaning 6121 clauses out of 12241 with flag 2000/32339
4.50/3.95	c cleaning 6053 clauses out of 12118 with flag 8000/38339
5.21/4.63	c cleaning 6532 clauses out of 13065 with flag 15000/45339
6.03/5.44	c cleaning 7263 clauses out of 14533 with flag 23000/53339
7.04/6.40	c cleaning 8132 clauses out of 16266 with flag 32000/62339
8.04/7.42	c cleaning 9065 clauses out of 18131 with flag 42000/72339
9.14/8.59	c cleaning 9528 clauses out of 19064 with flag 52000/82339
10.34/9.70	c cleaning 9766 clauses out of 19534 with flag 62000/92339
11.44/10.82	c cleaning 9879 clauses out of 19762 with flag 72000/102339
12.66/12.08	c cleaning 9938 clauses out of 19875 with flag 82000/112339
13.76/13.16	c starts		: 84
13.76/13.16	c conflicts		: 121367
13.76/13.16	c decisions		: 123307
13.76/13.16	c propagations		: 760408
13.76/13.16	c inspects		: 159166853
13.76/13.16	c shortcuts		: 0
13.76/13.16	c learnt literals	: 82
13.76/13.16	c learnt binary clauses	: 862
13.76/13.16	c learnt ternary clauses	: 863
13.76/13.16	c learnt constraints	: 121284
13.76/13.16	c ignored constraints	: 0
13.76/13.16	c root simplifications	: 0
13.76/13.16	c removed literals (reason simplification)	: 1054033
13.76/13.16	c reason swapping (by a shorter reason)	: 0
13.76/13.16	c Calls to reduceDB	: 14
13.76/13.16	c number of reductions to clauses (during analyze)	: 0
13.76/13.16	c number of learned constraints concerned by reduction	: 0
13.76/13.16	c number of learning phase by resolution	: 0
13.76/13.16	c number of learning phase by cutting planes	: 0
13.76/13.16	c speed (assignments/second)	: 75617.34287987273
13.76/13.16	c non guided choices	0
13.76/13.16	c learnt constraints type 
13.76/13.16	c constraints type 
13.76/13.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1537
13.76/13.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
13.76/13.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
13.76/13.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1537
13.76/13.16	s OPTIMUM FOUND
13.76/13.16	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 x79 -x80 -x81 x82 x83 -x84 -x85 -x86 -x87 x88 x89 -x90 -x91 x92 -x93 -x94 x95 x96 -x97 -x98 -x99 -x100 
13.76/13.17	c objective function=-15
13.76/13.17	c Total wall clock time (in seconds): 13.055

Verifier Data

OK	-15

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-3458361-1307159551/watcher-3458361-1307159551 -o /tmp/evaluation-result-3458361-1307159551/solver-3458361-1307159551 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458361-1307159551.opb 

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

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: 1.86 2.01 1.99 1/533 23169
/proc/meminfo: memFree=29023028/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 3126 0 1 0 0 0 0 0 24 0 2 0 827553045 13833195520 2827 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3377245 2841 906 9 0 3368401 0
[pid=23169/tid=23170] ppid=23167 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 6518 0 1 0 0 0 0 0 25 0 2 0 827553046 13850947584 7333 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.042139 s]
/proc/loadavg: 1.86 2.01 1.99 1/533 23169
/proc/meminfo: memFree=29023028/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13613988 CPUtime=0.03 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 13566 0 1 0 2 1 0 0 24 0 12 0 827553045 13940723712 13264 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3403497 13265 1629 9 0 3394245 0
[pid=23169/tid=23170] ppid=23167 vsize=13613988 CPUtime=0.02 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 12441 0 1 0 1 1 0 0 25 0 12 0 827553046 13940723712 13265 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 47345985300499 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13613988

[startup+0.10114 s]
/proc/loadavg: 1.86 2.01 1.99 1/533 23169
/proc/meminfo: memFree=29023028/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13687412 CPUtime=0.1 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 15539 0 1 0 9 1 0 0 24 0 18 0 827553045 14015909888 15216 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3421853 15216 2092 9 0 3412587 0
[pid=23169/tid=23170] ppid=23167 vsize=13687412 CPUtime=0.08 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 13603 0 1 0 7 1 0 0 25 0 18 0 827553046 14015909888 15217 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 47345985963544 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13687412

[startup+0.301093 s]
/proc/loadavg: 1.86 2.01 1.99 1/533 23169
/proc/meminfo: memFree=29023028/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13688056 CPUtime=0.46 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 18039 0 1 0 44 2 0 0 24 0 18 0 827553045 14016569344 17342 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422014 17342 2218 9 0 3412748 0
[pid=23169/tid=23170] ppid=23167 vsize=13688056 CPUtime=0.29 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 15255 0 1 0 27 2 0 0 18 0 18 0 827553046 14016569344 17342 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505211299 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13688056

[startup+0.701021 s]
/proc/loadavg: 1.86 2.01 1.99 1/533 23169
/proc/meminfo: memFree=29023028/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13691052 CPUtime=1.1 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 20564 0 1 0 108 2 0 0 24 0 19 0 827553045 14019637248 18902 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422763 18902 2228 9 0 3413497 0
[pid=23169/tid=23170] ppid=23167 vsize=13691052 CPUtime=0.69 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 16086 0 1 0 67 2 0 0 19 0 19 0 827553046 14019637248 18902 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505392544 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13691052

[startup+1.50088 s]
/proc/loadavg: 1.86 2.01 1.99 2/551 23209
/proc/meminfo: memFree=28953848/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13691052 CPUtime=2.03 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 23622 0 1 0 200 3 0 0 24 0 19 0 827553045 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422763 21686 2260 9 0 3413497 0
[pid=23169/tid=23170] ppid=23167 vsize=13691052 CPUtime=1.44 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 16297 0 1 0 142 2 0 0 20 0 19 0 827553046 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505590823 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23169/tid=23172] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23172/stat : 23172 (java) S 23167 23169 19861 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23173] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23173/stat : 23173 (java) S 23167 23169 19861 0 -1 4202560 299 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23174] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23174/stat : 23174 (java) S 23167 23169 19861 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23175] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23175/stat : 23175 (java) S 23167 23169 19861 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23176] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23176/stat : 23176 (java) S 23167 23169 19861 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23177] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23177/stat : 23177 (java) S 23167 23169 19861 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23178] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23178/stat : 23178 (java) S 23167 23169 19861 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23179] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23179/stat : 23179 (java) S 23167 23169 19861 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23180] ppid=23167 vsize=13691052 CPUtime=0.03 cores=1,3,5,7
/proc/23169/task/23180/stat : 23180 (java) S 23167 23169 19861 0 -1 4202560 1115 0 0 0 3 0 0 0 16 0 19 0 827553049 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 0 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23181] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23181/stat : 23181 (java) S 23167 23169 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827553049 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23182] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23182/stat : 23182 (java) S 23167 23169 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827553049 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23183] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23183/stat : 23183 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256172465 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23184] ppid=23167 vsize=13691052 CPUtime=0.3 cores=1,3,5,7
/proc/23169/task/23184/stat : 23184 (java) S 23167 23169 19861 0 -1 4202560 1473 0 0 0 30 0 0 0 15 0 19 0 827553051 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23185] ppid=23167 vsize=13691052 CPUtime=0.22 cores=1,3,5,7
/proc/23169/task/23185/stat : 23185 (java) S 23167 23169 19861 0 -1 4202560 2190 0 0 0 22 0 0 0 16 0 19 0 827553051 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23186] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23186/stat : 23186 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23187] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23187/stat : 23187 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827553052 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23191] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23191/stat : 23191 (java) S 23167 23169 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827553076 14019637248 21686 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13691052

[startup+3.1006 s]
/proc/loadavg: 1.86 2.01 1.99 3/572 23233
/proc/meminfo: memFree=28834128/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13691052 CPUtime=3.69 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 24323 0 1 0 366 3 0 0 24 0 19 0 827553045 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422763 22174 2261 9 0 3413497 0
[pid=23169/tid=23170] ppid=23167 vsize=13691052 CPUtime=3 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 16299 0 1 0 298 2 0 0 25 0 19 0 827553046 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505590815 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23169/tid=23172] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23172/stat : 23172 (java) S 23167 23169 19861 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23173] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23173/stat : 23173 (java) S 23167 23169 19861 0 -1 4202560 360 0 0 0 0 0 0 0 16 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23174] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23174/stat : 23174 (java) S 23167 23169 19861 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23175] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23175/stat : 23175 (java) S 23167 23169 19861 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23176] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23176/stat : 23176 (java) S 23167 23169 19861 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23177] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23177/stat : 23177 (java) S 23167 23169 19861 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23178] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23178/stat : 23178 (java) S 23167 23169 19861 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23179] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23179/stat : 23179 (java) S 23167 23169 19861 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23180] ppid=23167 vsize=13691052 CPUtime=0.07 cores=1,3,5,7
/proc/23169/task/23180/stat : 23180 (java) S 23167 23169 19861 0 -1 4202560 1392 0 0 0 7 0 0 0 16 0 19 0 827553049 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 0 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23181] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23181/stat : 23181 (java) S 23167 23169 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827553049 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23182] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23182/stat : 23182 (java) S 23167 23169 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827553049 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23183] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23183/stat : 23183 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256172465 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23184] ppid=23167 vsize=13691052 CPUtime=0.32 cores=1,3,5,7
/proc/23169/task/23184/stat : 23184 (java) S 23167 23169 19861 0 -1 4202560 1478 0 0 0 32 0 0 0 15 0 19 0 827553051 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23185] ppid=23167 vsize=13691052 CPUtime=0.26 cores=1,3,5,7
/proc/23169/task/23185/stat : 23185 (java) S 23167 23169 19861 0 -1 4202560 2410 0 0 0 26 0 0 0 15 0 19 0 827553051 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23186] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23186/stat : 23186 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23187] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23187/stat : 23187 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827553052 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23191] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23191/stat : 23191 (java) S 23167 23169 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827553076 14019637248 22174 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 13691052

[startup+6.30103 s]
/proc/loadavg: 1.87 2.01 1.99 3/572 23233
/proc/meminfo: memFree=28781172/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13691052 CPUtime=6.94 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 24730 0 1 0 691 3 0 0 24 0 19 0 827553045 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422763 22568 2261 9 0 3413497 0
[pid=23169/tid=23170] ppid=23167 vsize=13691052 CPUtime=6.12 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 16306 0 1 0 610 2 0 0 25 0 19 0 827553046 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505682933 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23169/tid=23172] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23172/stat : 23172 (java) S 23167 23169 19861 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23173] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23173/stat : 23173 (java) S 23167 23169 19861 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23174] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23174/stat : 23174 (java) S 23167 23169 19861 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23175] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23175/stat : 23175 (java) S 23167 23169 19861 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23176] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23176/stat : 23176 (java) S 23167 23169 19861 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23177] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23177/stat : 23177 (java) S 23167 23169 19861 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23178] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23178/stat : 23178 (java) S 23167 23169 19861 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23179] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23179/stat : 23179 (java) S 23167 23169 19861 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 827553048 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23180] ppid=23167 vsize=13691052 CPUtime=0.14 cores=1,3,5,7
/proc/23169/task/23180/stat : 23180 (java) S 23167 23169 19861 0 -1 4202560 1788 0 0 0 14 0 0 0 16 0 19 0 827553049 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 0 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23181] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23181/stat : 23181 (java) S 23167 23169 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827553049 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23182] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23182/stat : 23182 (java) S 23167 23169 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827553049 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23183] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23183/stat : 23183 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256172465 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23184] ppid=23167 vsize=13691052 CPUtime=0.37 cores=1,3,5,7
/proc/23169/task/23184/stat : 23184 (java) S 23167 23169 19861 0 -1 4202560 1478 0 0 0 37 0 0 0 16 0 19 0 827553051 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23185] ppid=23167 vsize=13691052 CPUtime=0.26 cores=1,3,5,7
/proc/23169/task/23185/stat : 23185 (java) S 23167 23169 19861 0 -1 4202560 2410 0 0 0 26 0 0 0 16 0 19 0 827553051 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23186] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23186/stat : 23186 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23187] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23187/stat : 23187 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827553052 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23191] ppid=23167 vsize=13691052 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23191/stat : 23191 (java) S 23167 23169 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827553076 14019637248 22568 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 13691052

[startup+12.7009 s]
/proc/loadavg: 1.88 2.01 1.99 3/572 23233
/proc/meminfo: memFree=28748352/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13690344 CPUtime=13.35 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 24756 0 1 0 1332 3 0 0 24 0 19 0 827553045 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422586 22420 2261 9 0 3413320 0
[pid=23169/tid=23170] ppid=23167 vsize=13690344 CPUtime=12.39 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 16312 0 1 0 1237 2 0 0 25 0 19 0 827553046 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505628924 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23169/tid=23172] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23172/stat : 23172 (java) S 23167 23169 19861 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23173] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23173/stat : 23173 (java) S 23167 23169 19861 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23174] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23174/stat : 23174 (java) S 23167 23169 19861 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23175] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23175/stat : 23175 (java) S 23167 23169 19861 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23176] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23176/stat : 23176 (java) S 23167 23169 19861 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23177] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23177/stat : 23177 (java) S 23167 23169 19861 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23178] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23178/stat : 23178 (java) S 23167 23169 19861 0 -1 4202560 260 0 0 0 0 0 0 0 16 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23179] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23179/stat : 23179 (java) S 23167 23169 19861 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23180] ppid=23167 vsize=13690344 CPUtime=0.26 cores=1,3,5,7
/proc/23169/task/23180/stat : 23180 (java) S 23167 23169 19861 0 -1 4202560 1794 0 0 0 26 0 0 0 16 0 19 0 827553049 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 0 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23181] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23181/stat : 23181 (java) S 23167 23169 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827553049 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23182] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23182/stat : 23182 (java) S 23167 23169 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827553049 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23183] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23183/stat : 23183 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256172465 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23184] ppid=23167 vsize=13690344 CPUtime=0.37 cores=1,3,5,7
/proc/23169/task/23184/stat : 23184 (java) S 23167 23169 19861 0 -1 4202560 1478 0 0 0 37 0 0 0 16 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23185] ppid=23167 vsize=13690344 CPUtime=0.26 cores=1,3,5,7
/proc/23169/task/23185/stat : 23185 (java) S 23167 23169 19861 0 -1 4202560 2410 0 0 0 26 0 0 0 16 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23186] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23186/stat : 23186 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23187] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23187/stat : 23187 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827553052 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23191] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23191/stat : 23191 (java) S 23167 23169 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827553076 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 13690344

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

[startup+13.1009 s]
/proc/loadavg: 1.88 2.01 1.99 3/572 23233
/proc/meminfo: memFree=28738720/32951124 swapFree=58212616/67111528
[pid=23169] ppid=23167 vsize=13690344 CPUtime=13.76 cores=1,3,5,7
/proc/23169/stat : 23169 (java) S 23167 23169 19861 0 -1 4202496 24756 0 1 0 1373 3 0 0 24 0 19 0 827553045 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23169/statm: 3422586 22420 2261 9 0 3413320 0
[pid=23169/tid=23170] ppid=23167 vsize=13690344 CPUtime=12.81 cores=1,3,5,7
/proc/23169/task/23170/stat : 23170 (java) R 23167 23169 19861 0 -1 4202560 16312 0 1 0 1279 2 0 0 25 0 19 0 827553046 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 46912505643993 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23169/tid=23172] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23172/stat : 23172 (java) S 23167 23169 19861 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23173] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23173/stat : 23173 (java) S 23167 23169 19861 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23174] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23174/stat : 23174 (java) S 23167 23169 19861 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23175] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23175/stat : 23175 (java) S 23167 23169 19861 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23176] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23176/stat : 23176 (java) S 23167 23169 19861 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23177] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23177/stat : 23177 (java) S 23167 23169 19861 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23178] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23178/stat : 23178 (java) S 23167 23169 19861 0 -1 4202560 260 0 0 0 0 0 0 0 16 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 7 0 0 0
[pid=23169/tid=23179] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23179/stat : 23179 (java) S 23167 23169 19861 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 827553048 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23180] ppid=23167 vsize=13690344 CPUtime=0.26 cores=1,3,5,7
/proc/23169/task/23180/stat : 23180 (java) S 23167 23169 19861 0 -1 4202560 1794 0 0 0 26 0 0 0 15 0 19 0 827553049 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 0 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23181] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23181/stat : 23181 (java) S 23167 23169 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827553049 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23182] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23182/stat : 23182 (java) S 23167 23169 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827553049 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23183] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23183/stat : 23183 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256172465 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23184] ppid=23167 vsize=13690344 CPUtime=0.37 cores=1,3,5,7
/proc/23169/task/23184/stat : 23184 (java) S 23167 23169 19861 0 -1 4202560 1478 0 0 0 37 0 0 0 16 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 1 0 0 0
[pid=23169/tid=23185] ppid=23167 vsize=13690344 CPUtime=0.26 cores=1,3,5,7
/proc/23169/task/23185/stat : 23185 (java) S 23167 23169 19861 0 -1 4202560 2410 0 0 0 26 0 0 0 16 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23186] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23186/stat : 23186 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827553051 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256164761 0 4 0 16800975 18446604456670054336 0 0 -1 5 0 0 0
[pid=23169/tid=23187] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23187/stat : 23187 (java) S 23167 23169 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827553052 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
[pid=23169/tid=23191] ppid=23167 vsize=13690344 CPUtime=0 cores=1,3,5,7
/proc/23169/task/23191/stat : 23191 (java) S 23167 23169 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827553076 14018912256 22420 33554432000 1073741824 1073778376 140735159643952 18446744073709551615 228256165376 0 4 0 16800975 18446604456670054336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 13690344

Child status: 30
Real time (s): 13.1751
CPU time (s): 13.8409
CPU user time (s): 13.7979
CPU system time (s): 0.042993
CPU usage (%): 105.053
Max. virtual memory (cumulated for all children) (KiB): 13691052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7979
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24776
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 900
involuntary context switches= 275

runsolver used 0.074988 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 05:52:31
IDJOB=3458361
IDBENCH=48181
IDSOLVER=1952
FILE ID=node136/3458361-1307159551
RUNJOBID= node136-1307155950-22831
PBS_JOBID= 13508780
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_2.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458361-1307159551/watcher-3458361-1307159551 -o /tmp/evaluation-result-3458361-1307159551/solver-3458361-1307159551 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458361-1307159551.opb

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

MD5SUM BENCH= fdcfb05eaa099feeb8cfb1f8f1c05926
RANDOM SEED=1533367169

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29023168 kB
Buffers:        283368 kB
Cached:         525776 kB
SwapCached:       7704 kB
Active:        3220948 kB
Inactive:       412488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29023168 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:             676 kB
Writeback:           0 kB
AnonPages:     2822492 kB
Mapped:          24640 kB
Slab:           155364 kB
PageTables:      68472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169248516 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= 73844 MiB
End job on node136 at 2011-06-04 05:52:44