Trace number 3687966

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.09 929.474

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark893264
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3687966-1337875048.opb
0.06/0.13	c reading problem ... 
0.23/0.28	c ... done. Wall clock time 0.142s.
0.23/0.28	c declared #vars     1260
0.23/0.28	c #constraints  124
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
0.23/0.28	c 124 constraints processed.
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 120
0.23/0.28	c 124 constraints processed.
0.23/0.28	c objective function length is 1160 literals
3.34/1.03	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.04/1.27	c cleaning 4252 clauses out of 8503 with flag 11003/11003
4.84/1.52	c cleaning 5615 clauses out of 11251 with flag 18003/18003
5.43/1.85	c cleaning 6817 clauses out of 13633 with flag 26000/26000
6.78/2.46	c cleaning 7909 clauses out of 15818 with flag 35002/35002
8.13/3.03	c cleaning 8955 clauses out of 17910 with flag 45003/45003
9.12/3.55	c cleaning 9970 clauses out of 19953 with flag 56001/56001
10.51/4.22	c cleaning 10990 clauses out of 21983 with flag 68001/68001
11.87/4.98	c cleaning 11989 clauses out of 23992 with flag 81000/81000
13.43/5.78	c cleaning 12995 clauses out of 26004 with flag 95001/95001
15.39/6.72	c cleaning 14004 clauses out of 28008 with flag 110000/110000
17.61/7.80	c cleaning 15003 clauses out of 30005 with flag 126001/126001
19.91/9.07	c cleaning 15996 clauses out of 32001 with flag 143000/143000
22.06/10.15	c cleaning 17000 clauses out of 34005 with flag 161000/161000
24.57/11.42	c cleaning 18002 clauses out of 36005 with flag 180000/180000
27.68/13.03	c cleaning 18994 clauses out of 38003 with flag 200000/200000
30.54/14.59	c cleaning 20005 clauses out of 40009 with flag 221000/221000
34.59/16.69	c cleaning 21002 clauses out of 42005 with flag 243001/243001
39.27/19.00	c cleaning 22000 clauses out of 44002 with flag 266000/266000
43.34/21.14	c cleaning 23000 clauses out of 46003 with flag 290001/290001
43.74/21.43	c cleaning 0 clauses out of 5001 with flag 0/5001
48.30/23.55	c cleaning 23995 clauses out of 48003 with flag 315001/315001
52.99/25.90	c cleaning 24996 clauses out of 50008 with flag 341001/341001
57.26/28.15	c cleaning 26005 clauses out of 52013 with flag 368002/368002
61.81/30.55	c cleaning 27005 clauses out of 54009 with flag 396003/396003
66.46/32.97	c cleaning 27996 clauses out of 56003 with flag 425002/425002
71.48/35.58	c cleaning 28995 clauses out of 58006 with flag 455001/455001
76.70/38.22	c cleaning 30002 clauses out of 60010 with flag 486000/486000
82.23/41.18	c cleaning 31004 clauses out of 62010 with flag 518002/518002
89.08/44.62	c cleaning 32001 clauses out of 64007 with flag 551003/551003
97.88/49.15	c cleaning 32998 clauses out of 66003 with flag 585000/585000
104.09/52.39	c cleaning 33996 clauses out of 68006 with flag 620001/620001
111.75/56.34	c cleaning 35006 clauses out of 70011 with flag 656002/656002
118.13/59.61	c cleaning 36000 clauses out of 72003 with flag 693000/693000
124.50/62.91	c cleaning 37001 clauses out of 74005 with flag 731002/731002
133.25/67.48	c cleaning 38002 clauses out of 76003 with flag 770001/770001
140.85/71.43	c cleaning 39001 clauses out of 78001 with flag 810001/810001
150.56/76.40	c cleaning 39996 clauses out of 79999 with flag 851000/851000
159.51/81.02	c cleaning 40999 clauses out of 82006 with flag 893003/893003
162.04/82.48	c cleaning 0 clauses out of 11000 with flag 0/11000
167.95/85.61	c cleaning 42001 clauses out of 84006 with flag 936002/936002
176.07/89.84	c cleaning 42994 clauses out of 86003 with flag 980000/980000
188.19/96.08	c cleaning 43996 clauses out of 88009 with flag 1025000/1025000
197.90/101.07	c cleaning 45005 clauses out of 90014 with flag 1071001/1071001
207.41/106.08	c cleaning 46004 clauses out of 92009 with flag 1118001/1118001
217.72/111.36	c cleaning 47002 clauses out of 94005 with flag 1166001/1166001
227.43/116.31	c cleaning 47999 clauses out of 96002 with flag 1215000/1215000
239.09/122.38	c cleaning 48998 clauses out of 98004 with flag 1265001/1265001
250.23/128.19	c cleaning 50004 clauses out of 100008 with flag 1316003/1316003
260.71/133.56	c cleaning 50993 clauses out of 102002 with flag 1368001/1368001
274.87/140.76	c cleaning 52002 clauses out of 104008 with flag 1421000/1421000
290.59/148.74	c cleaning 52998 clauses out of 106006 with flag 1475000/1475000
306.58/157.05	c cleaning 54005 clauses out of 108009 with flag 1530001/1530001
320.84/164.32	c cleaning 55001 clauses out of 110005 with flag 1586002/1586002
338.03/173.17	c cleaning 55991 clauses out of 112002 with flag 1643000/1643000
353.27/180.92	c cleaning 57004 clauses out of 114011 with flag 1701000/1701000
368.03/188.61	c cleaning 57999 clauses out of 116007 with flag 1760000/1760000
382.61/196.15	c cleaning 59002 clauses out of 118008 with flag 1820000/1820000
398.01/204.09	c cleaning 60000 clauses out of 120007 with flag 1881001/1881001
418.65/214.55	c cleaning 61000 clauses out of 122006 with flag 1943000/1943000
433.69/222.47	c cleaning 61996 clauses out of 124006 with flag 2006000/2006000
447.45/229.55	c cleaning 62997 clauses out of 126010 with flag 2070000/2070000
463.40/237.74	c cleaning 0 clauses out of 18001 with flag 0/18001
464.96/238.75	c cleaning 64004 clauses out of 128015 with flag 2135002/2135002
483.38/248.33	c cleaning 65000 clauses out of 130009 with flag 2201000/2201000
496.76/255.22	c cleaning 66006 clauses out of 132011 with flag 2268002/2268002
506.92/260.56	c cleaning 66991 clauses out of 134003 with flag 2336000/2336000
519.46/267.09	c cleaning 67999 clauses out of 136012 with flag 2405000/2405000
530.12/272.72	c cleaning 69003 clauses out of 138013 with flag 2475000/2475000
540.86/278.33	c cleaning 70003 clauses out of 140011 with flag 2546001/2546001
552.34/284.36	c cleaning 71004 clauses out of 142008 with flag 2618001/2618001
563.66/290.21	c cleaning 71996 clauses out of 144003 with flag 2691000/2691000
577.61/297.69	c cleaning 73002 clauses out of 146008 with flag 2765001/2765001
588.72/303.42	c cleaning 73994 clauses out of 148007 with flag 2840002/2840002
599.66/309.17	c cleaning 75000 clauses out of 150011 with flag 2916000/2916000
611.57/315.39	c cleaning 75999 clauses out of 152011 with flag 2993000/2993000
622.17/321.10	c cleaning 77007 clauses out of 154013 with flag 3071001/3071001
634.27/327.39	c cleaning 78003 clauses out of 156006 with flag 3150001/3150001
647.93/334.45	c cleaning 78999 clauses out of 158002 with flag 3230000/3230000
658.38/339.99	c cleaning 79994 clauses out of 160003 with flag 3311000/3311000
668.77/345.80	c cleaning 81000 clauses out of 162010 with flag 3393001/3393001
681.65/352.47	c cleaning 82005 clauses out of 164009 with flag 3476000/3476000
705.05/364.99	c cleaning 83000 clauses out of 166005 with flag 3560001/3560001
725.95/375.73	c cleaning 84002 clauses out of 168004 with flag 3645000/3645000
742.24/384.10	c cleaning 84998 clauses out of 170002 with flag 3731000/3731000
759.93/393.26	c cleaning 86001 clauses out of 172005 with flag 3818001/3818001
777.39/402.21	c cleaning 86998 clauses out of 174003 with flag 3906000/3906000
792.86/410.45	c cleaning 88001 clauses out of 176005 with flag 3995000/3995000
812.54/420.50	c cleaning 89003 clauses out of 178005 with flag 4085001/4085001
840.43/434.77	c cleaning 89999 clauses out of 180001 with flag 4176000/4176000
866.12/447.83	c cleaning 90997 clauses out of 182003 with flag 4268001/4268001
894.47/462.43	c cleaning 92003 clauses out of 184006 with flag 4361001/4361001
929.93/480.43	c cleaning 92998 clauses out of 186004 with flag 4455002/4455002
958.38/494.92	c cleaning 93995 clauses out of 188005 with flag 4550001/4550001
996.68/514.37	c cleaning 95002 clauses out of 190010 with flag 4646001/4646001
1049.38/541.11	c cleaning 95998 clauses out of 192007 with flag 4743000/4743000
1073.77/553.61	c cleaning 97001 clauses out of 194009 with flag 4841000/4841000
1092.56/563.35	c cleaning 98001 clauses out of 196009 with flag 4940001/4940001
1109.17/571.91	c cleaning 99001 clauses out of 198007 with flag 5040000/5040000
1127.97/581.84	c cleaning 100001 clauses out of 200007 with flag 5141001/5141001
1145.72/591.00	c cleaning 101000 clauses out of 202005 with flag 5243000/5243000
1161.71/599.38	c cleaning 101997 clauses out of 204005 with flag 5346000/5346000
1178.04/607.83	c cleaning 103002 clauses out of 206009 with flag 5450001/5450001
1195.76/617.16	c cleaning 103999 clauses out of 208007 with flag 5555001/5555001
1211.13/625.13	c cleaning 104999 clauses out of 210010 with flag 5661003/5661003
1225.09/632.43	c cleaning 0 clauses out of 26000 with flag 0/26000
1227.43/633.94	c cleaning 106000 clauses out of 212010 with flag 5768002/5768002
1243.96/642.69	c cleaning 107000 clauses out of 214008 with flag 5876000/5876000
1263.36/652.70	c cleaning 108001 clauses out of 216009 with flag 5985001/5985001
1282.19/662.32	c cleaning 109001 clauses out of 218008 with flag 6095001/6095001
1299.31/671.26	c cleaning 109995 clauses out of 220006 with flag 6206000/6206000
1318.45/681.24	c cleaning 111002 clauses out of 222013 with flag 6318002/6318002
1337.08/690.89	c cleaning 111998 clauses out of 224009 with flag 6431000/6431000
1359.25/702.25	c cleaning 113005 clauses out of 226012 with flag 6545001/6545001
1378.47/712.15	c cleaning 114003 clauses out of 228006 with flag 6660000/6660000
1396.59/721.73	c cleaning 114999 clauses out of 230004 with flag 6776001/6776001
1415.78/731.62	c cleaning 115997 clauses out of 232004 with flag 6893000/6893000
1437.97/743.04	c cleaning 117001 clauses out of 234008 with flag 7011001/7011001
1461.38/755.08	c cleaning 117999 clauses out of 236006 with flag 7130000/7130000
1484.66/767.29	c cleaning 118997 clauses out of 238007 with flag 7250000/7250000
1507.51/778.90	c cleaning 120001 clauses out of 240010 with flag 7371000/7371000
1537.48/794.24	c cleaning 121005 clauses out of 242011 with flag 7493002/7493002
1564.27/807.96	c cleaning 121994 clauses out of 244004 with flag 7616000/7616000
1592.16/822.47	c cleaning 122998 clauses out of 246012 with flag 7740002/7740002
1623.08/838.22	c cleaning 124001 clauses out of 248012 with flag 7865000/7865000
1651.69/852.80	c cleaning 124999 clauses out of 250011 with flag 7991000/7991000
1675.07/864.82	c cleaning 126002 clauses out of 252014 with flag 8118002/8118002
1701.43/878.52	c cleaning 127002 clauses out of 254010 with flag 8246000/8246000
1726.13/891.27	c cleaning 127999 clauses out of 256010 with flag 8375002/8375002
1755.89/906.42	c cleaning 129001 clauses out of 258009 with flag 8505000/8505000
1784.22/920.98	c cleaning 130002 clauses out of 260008 with flag 8636000/8636000
1800.09/929.42	c starts		: 299
1800.09/929.42	c conflicts		: 8748589
1800.09/929.42	c decisions		: 8778515
1800.09/929.42	c propagations		: 47344949
1800.09/929.42	c inspects		: 6881083748
1800.09/929.42	c shortcuts		: 0
1800.09/929.42	c learnt literals	: 0
1800.09/929.42	c learnt binary clauses	: 0
1800.09/929.42	c learnt ternary clauses	: 0
1800.09/929.42	c learnt constraints	: 8748589
1800.09/929.42	c ignored constraints	: 0
1800.09/929.42	c root simplifications	: 0
1800.09/929.42	c removed literals (reason simplification)	: 79586855
1800.09/929.42	c reason swapping (by a shorter reason)	: 0
1800.09/929.42	c Calls to reduceDB	: 127
1800.09/929.42	c number of reductions to clauses (during analyze)	: 0
1800.09/929.42	c number of learned constraints concerned by reduction	: 0
1800.09/929.42	c number of learning phase by resolution	: 0
1800.09/929.42	c number of learning phase by cutting planes	: 0
1800.09/929.42	c speed (assignments/second)	: 50956.65477730589
1800.09/929.42	c non guided choices	1348
1800.09/929.45	c learnt constraints type 
1800.09/929.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 242961
1800.09/929.45	c constraints type 
1800.09/929.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
1800.09/929.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
1800.09/929.45	c 124 constraints processed.
1800.09/929.45	c constraints type 
1800.09/929.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
1800.09/929.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 120
1800.09/929.45	c 124 constraints processed.
1800.09/929.45	s UNKNOWN
1800.09/929.45	c Total wall clock time (in seconds): 929.321

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687966-1337875048/watcher-3687966-1337875048 -o /tmp/evaluation-result-3687966-1337875048/solver-3687966-1337875048 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687966-1337875048.opb 

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: 3.60 3.80 3.68 3/197 19338
/proc/meminfo: memFree=26800104/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (java) D 19336 19338 18255 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 253630292 2560000 46 33554432000 1073741824 1073778376 140733339123392 140733339120520 239863950631 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/19338/statm: 625 46 37 9 0 29 0

[startup+0.0556321 s]
/proc/loadavg: 3.60 3.80 3.68 3/197 19338
/proc/meminfo: memFree=26800104/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 3025 0 1 0 2 1 0 0 20 0 13 0 253630292 9446973440 3723 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2306390 3723 1695 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10025 s]
/proc/loadavg: 3.60 3.80 3.68 3/197 19338
/proc/meminfo: memFree=26800104/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 3622 0 1 0 5 1 0 0 20 0 18 0 253630292 9787813888 4832 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2389603 4833 1931 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300163 s]
/proc/loadavg: 3.60 3.80 3.68 3/197 19338
/proc/meminfo: memFree=26800104/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9825692 CPUtime=0.53 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 9197 0 1 0 50 3 0 0 20 0 22 0 253630292 10061508608 11795 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456423 11800 2228 9 0 2447116 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9825692

[startup+0.700172 s]
/proc/loadavg: 3.60 3.80 3.68 3/197 19338
/proc/meminfo: memFree=26800104/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 17464 0 1 0 208 4 0 0 20 0 22 0 253630292 10060460032 18560 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456167 18560 2243 9 0 2446860 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.60 3.80 3.68 6/219 19360
/proc/meminfo: memFree=26690608/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9824668 CPUtime=4.84 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 20618 0 1 0 477 7 0 0 20 0 22 0 253630292 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456167 40684 2279 9 0 2446860 0
[pid=19338/tid=19340] ppid=19336 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/19338/task/19340/stat : 19340 (java) S 19336 19338 18255 0 -1 4202560 2466 0 1 0 22 1 0 0 20 0 22 0 253630293 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139738043945976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630294 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737887931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737886878376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19343] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737885826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737884773288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737883719976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737882667176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737881614888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737880562088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19349] ppid=19336 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18255 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253630296 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737868151528 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737867097592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737866045192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19352] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19352/stat : 19352 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737864993680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19353] ppid=19336 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/19338/task/19353/stat : 19353 (java) S 19336 19338 18255 0 -1 4202560 8824 0 0 0 101 2 0 0 20 0 22 0 253630299 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737863940280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19354] ppid=19336 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/19338/task/19354/stat : 19354 (java) S 19336 19338 18255 0 -1 4202560 7894 0 0 0 113 2 0 0 20 0 22 0 253630299 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737862887480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19355] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19355/stat : 19355 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737861835384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19356] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19356/stat : 19356 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737860782792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19357] ppid=19336 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/19338/task/19357/stat : 19357 (java) R 19336 19338 18255 0 -1 4202560 48 0 0 0 115 0 0 0 20 0 22 0 253630320 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737858970504 139737917237730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19358] ppid=19336 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/19338/task/19358/stat : 19358 (java) R 19336 19338 18255 0 -1 4202560 120 0 0 0 114 1 0 0 20 0 22 0 253630320 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737857915256 139737917138778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19359] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19359/stat : 19359 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737856865960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19360] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19360/stat : 19360 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 40684 33554432000 1073741824 1073778376 140736298640576 139737855813160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.60 3.80 3.68 5/219 19360
/proc/meminfo: memFree=26607572/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9824668 CPUtime=8.3 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 23849 0 1 0 818 12 0 0 20 0 22 0 253630292 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456167 79700 2279 9 0 2446860 0
[pid=19338/tid=19340] ppid=19336 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/19338/task/19340/stat : 19340 (java) S 19336 19338 18255 0 -1 4202560 2466 0 1 0 22 1 0 0 20 0 22 0 253630293 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139738043945976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630294 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737887931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18255 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737886878376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19343] ppid=19336 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737885826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18255 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737884773288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18255 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737883719976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737882667176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18255 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737881614888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630295 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737880562088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19349] ppid=19336 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18255 0 -1 4202560 101 0 0 0 13 0 0 0 20 0 22 0 253630296 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737868151528 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737867097592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737866045192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19352] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19352/stat : 19352 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737864993680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19353] ppid=19336 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/19338/task/19353/stat : 19353 (java) S 19336 19338 18255 0 -1 4202560 8825 0 0 0 112 2 0 0 20 0 22 0 253630299 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737863940280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19354] ppid=19336 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/19338/task/19354/stat : 19354 (java) S 19336 19338 18255 0 -1 4202560 10914 0 0 0 136 3 0 0 20 0 22 0 253630299 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737862887480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19355] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19355/stat : 19355 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737861835384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19356] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19356/stat : 19356 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737860782792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19357] ppid=19336 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/19338/task/19357/stat : 19357 (java) R 19336 19338 18255 0 -1 4202560 56 0 0 0 258 0 0 0 20 0 22 0 253630320 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737858970456 139737917175460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19358] ppid=19336 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/19338/task/19358/stat : 19358 (java) R 19336 19338 18255 0 -1 4202560 178 0 0 0 257 2 0 0 20 0 22 0 253630320 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737857915312 139737916929545 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19359] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19359/stat : 19359 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737856865960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19360] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19360/stat : 19360 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 79700 33554432000 1073741824 1073778376 140736298640576 139737855813160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.55 3.79 3.67 5/219 19360
/proc/meminfo: memFree=26436100/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9824668 CPUtime=14.58 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 24112 0 1 0 1443 15 0 0 20 0 22 0 253630292 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456167 116716 2279 9 0 2446860 0
[pid=19338/tid=19340] ppid=19336 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/19338/task/19340/stat : 19340 (java) S 19336 19338 18255 0 -1 4202560 2468 0 1 0 22 1 0 0 20 0 22 0 253630293 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139738043945976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18255 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253630294 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737887931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18255 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737886878376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19343] ppid=19336 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18255 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737885826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18255 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737884773288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18255 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737883719976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18255 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737882667176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18255 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737881614888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253630295 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737880562088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19349] ppid=19336 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18255 0 -1 4202560 237 0 0 0 37 0 0 0 20 0 22 0 253630296 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737868151528 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737867097592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737866045192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19352] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19352/stat : 19352 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737864993680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19353] ppid=19336 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/19338/task/19353/stat : 19353 (java) S 19336 19338 18255 0 -1 4202560 8825 0 0 0 117 2 0 0 20 0 22 0 253630299 10060460032 116716 33554432000 1073741824 1073778376 140736298640576 139737863940280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/19338/statm: 2456167 812516 2280 9 0 2446860 0
[pid=19338/tid=19340] ppid=19336 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/19338/task/19340/stat : 19340 (java) S 19336 19338 18255 0 -1 4202560 2548 0 1 0 24 3 0 0 20 0 22 0 253630293 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139738043945976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18255 0 -1 4202560 749 0 0 0 223 7 0 0 20 0 22 0 253630294 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737887931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18255 0 -1 4202560 412 0 0 0 227 5 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737886878376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19343] ppid=19336 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18255 0 -1 4202560 624 0 0 0 201 5 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737885826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18255 0 -1 4202560 374 0 0 0 212 5 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737884773288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18255 0 -1 4202560 484 0 0 0 218 5 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737883719976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18255 0 -1 4202560 693 0 0 0 226 6 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737882667176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18255 0 -1 4202560 671 0 0 0 216 5 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737881614888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18255 0 -1 4202560 654 0 0 0 207 5 0 0 20 0 22 0 253630295 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737880562088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19349] ppid=19336 vsize=9824668 CPUtime=63.49 cores=0,2,4,6
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18255 0 -1 4202560 2434 0 0 0 6337 12 0 0 20 0 22 0 253630296 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737868151528 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737867097592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737866045192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19352] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19352/stat : 19352 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737864993680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19353] ppid=19336 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/19338/task/19353/stat : 19353 (java) S 19336 19338 18255 0 -1 4202560 8850 0 0 0 141 2 0 0 20 0 22 0 253630299 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737863940280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19354] ppid=19336 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/19338/task/19354/stat : 19354 (java) S 19336 19338 18255 0 -1 4202560 14354 0 0 0 196 3 0 0 20 0 22 0 253630299 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737862887480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19355] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19355/stat : 19355 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737861835384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19356] ppid=19336 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/19338/task/19356/stat : 19356 (java) S 19336 19338 18255 0 -1 4202560 47 0 0 0 14 17 0 0 20 0 22 0 253630299 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737860782792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19357] ppid=19336 vsize=9824668 CPUtime=751.41 cores=0,2,4,6
/proc/19338/task/19357/stat : 19357 (java) R 19336 19338 18255 0 -1 4202560 114 0 0 0 75129 12 0 0 20 0 22 0 253630320 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737858968760 139737917780004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19358] ppid=19336 vsize=9824668 CPUtime=751.37 cores=0,2,4,6
/proc/19338/task/19358/stat : 19358 (java) R 19336 19338 18255 0 -1 4202560 2548 0 0 0 75091 46 0 0 20 0 22 0 253630320 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737857916448 139737917271120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19359] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19359/stat : 19359 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737856865960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19360] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19360/stat : 19360 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 812516 33554432000 1073741824 1073778376 140736298640576 139737855813160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1591.96
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 3.95 3.82 5/219 19634
/proc/meminfo: memFree=23851336/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9824668 CPUtime=1708.25 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 36767 0 1 0 170713 112 0 0 20 0 22 0 253630292 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456167 816100 2280 9 0 2446860 0
[pid=19338/tid=19340] ppid=19336 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/19338/task/19340/stat : 19340 (java) S 19336 19338 18255 0 -1 4202560 2552 0 1 0 25 3 0 0 20 0 22 0 253630293 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139738043945976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18255 0 -1 4202560 749 0 0 0 240 7 0 0 20 0 22 0 253630294 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737887931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18255 0 -1 4202560 412 0 0 0 249 5 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737886878376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19343] ppid=19336 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18255 0 -1 4202560 624 0 0 0 216 5 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737885826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18255 0 -1 4202560 374 0 0 0 236 5 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737884773288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18255 0 -1 4202560 484 0 0 0 243 5 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737883719976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18255 0 -1 4202560 693 0 0 0 244 6 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737882667176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18255 0 -1 4202560 671 0 0 0 239 5 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737881614888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18255 0 -1 4202560 654 0 0 0 221 5 0 0 20 0 22 0 253630295 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737880562088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19349] ppid=19336 vsize=9824668 CPUtime=67.93 cores=0,2,4,6
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18255 0 -1 4202560 2445 0 0 0 6779 14 0 0 20 0 22 0 253630296 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737868151528 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737867097592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737866045192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19352] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19352/stat : 19352 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737864993680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19353] ppid=19336 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/19338/task/19353/stat : 19353 (java) S 19336 19338 18255 0 -1 4202560 8850 0 0 0 141 2 0 0 20 0 22 0 253630299 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737863940280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19354] ppid=19336 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/19338/task/19354/stat : 19354 (java) S 19336 19338 18255 0 -1 4202560 14354 0 0 0 196 3 0 0 20 0 22 0 253630299 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737862887480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19355] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19355/stat : 19355 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737861835384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19356] ppid=19336 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/19338/task/19356/stat : 19356 (java) S 19336 19338 18255 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 253630299 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737860782792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19357] ppid=19336 vsize=9824668 CPUtime=806.39 cores=0,2,4,6
/proc/19338/task/19357/stat : 19357 (java) R 19336 19338 18255 0 -1 4202560 115 0 0 0 80625 14 0 0 20 0 22 0 253630320 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737858970336 139737917157595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19358] ppid=19336 vsize=9824668 CPUtime=806.36 cores=0,2,4,6
/proc/19338/task/19358/stat : 19358 (java) R 19336 19338 18255 0 -1 4202560 2552 0 0 0 80589 47 0 0 20 0 22 0 253630320 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737857915456 139737917345636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19359] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19359/stat : 19359 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737856865960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19360] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19360/stat : 19360 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 816100 33554432000 1073741824 1073778376 140736298640576 139737855813160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1708.25
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.401 s]
/proc/loadavg: 3.99 3.95 3.83 5/219 19634
/proc/meminfo: memFree=23902776/32873844 swapFree=7384/7384
[pid=19338] ppid=19336 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/19338/stat : 19338 (java) S 19336 19338 18255 0 -1 4202496 36783 0 1 0 179895 114 0 0 20 0 22 0 253630292 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 140736298631712 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19338/statm: 2456167 819172 2280 9 0 2446860 0
[pid=19338/tid=19340] ppid=19336 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/19338/task/19340/stat : 19340 (java) S 19336 19338 18255 0 -1 4202560 2554 0 1 0 25 3 0 0 20 0 22 0 253630293 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139738043945976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18255 0 -1 4202560 749 0 0 0 252 7 0 0 20 0 22 0 253630294 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737887931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18255 0 -1 4202560 412 0 0 0 263 5 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737886878376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19343] ppid=19336 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18255 0 -1 4202560 624 0 0 0 233 5 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737885826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18255 0 -1 4202560 374 0 0 0 249 5 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737884773288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18255 0 -1 4202560 484 0 0 0 257 5 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737883719976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18255 0 -1 4202560 693 0 0 0 254 6 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737882667176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18255 0 -1 4202560 671 0 0 0 250 5 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737881614888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18255 0 -1 4202560 654 0 0 0 232 5 0 0 20 0 22 0 253630295 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737880562088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19338/tid=19349] ppid=19336 vsize=9824668 CPUtime=70.8 cores=0,2,4,6
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18255 0 -1 4202560 2453 0 0 0 7065 15 0 0 20 0 22 0 253630296 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737868151528 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737867097592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253630296 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737866045192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19352] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19352/stat : 19352 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737864993680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19353] ppid=19336 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/19338/task/19353/stat : 19353 (java) S 19336 19338 18255 0 -1 4202560 8850 0 0 0 141 2 0 0 20 0 22 0 253630299 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737863940280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19354] ppid=19336 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/19338/task/19354/stat : 19354 (java) S 19336 19338 18255 0 -1 4202560 14354 0 0 0 196 3 0 0 20 0 22 0 253630299 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737862887480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19355] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19355/stat : 19355 (java) S 19336 19338 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253630299 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737861835384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19338/tid=19356] ppid=19336 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/19338/task/19356/stat : 19356 (java) S 19336 19338 18255 0 -1 4202560 53 0 0 0 15 19 0 0 20 0 22 0 253630299 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737860782792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19357] ppid=19336 vsize=9824668 CPUtime=850.25 cores=0,2,4,6
/proc/19338/task/19357/stat : 19357 (java) R 19336 19338 18255 0 -1 4202560 116 0 0 0 85011 14 0 0 20 0 22 0 253630320 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737858970336 139737917149289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19358] ppid=19336 vsize=9824668 CPUtime=850.21 cores=0,2,4,6
/proc/19338/task/19358/stat : 19358 (java) R 19336 19338 18255 0 -1 4202560 2555 0 0 0 84974 47 0 0 20 0 22 0 253630320 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737857915632 139737916929545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19338/tid=19359] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19359/stat : 19359 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737856865960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19338/tid=19360] ppid=19336 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19338/task/19360/stat : 19360 (java) S 19336 19338 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253630321 10060460032 819172 33554432000 1073741824 1073778376 140736298640576 139737855813160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19338 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=439203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=631751
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 929.474
CPU time (s): 1800.09
CPU user time (s): 1798.95
CPU system time (s): 1.14
CPU usage (%): 193.668
Max. virtual memory (cumulated for all children) (KiB): 9825692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.63175
maximum resident set size= 3276844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36825
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26984
involuntary context switches= 39033

runsolver used 3.02154 second user time and 8.95364 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 17:57:28
IDJOB=3687966
IDBENCH=2492
IDSOLVER=2268
FILE ID=node136/3687966-1337875048
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687966-1337875048/watcher-3687966-1337875048 -o /tmp/evaluation-result-3687966-1337875048/solver-3687966-1337875048 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687966-1337875048.opb

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=1543237552

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26800112 kB
Buffers:          276860 kB
Cached:          1902640 kB
SwapCached:        24460 kB
Active:          3697140 kB
Inactive:        1607124 kB
Active(anon):    3099200 kB
Inactive(anon):    25096 kB
Active(file):     597940 kB
Inactive(file):  1582028 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               156 kB
Writeback:             4 kB
AnonPages:       3105472 kB
Mapped:            17888 kB
Shmem:                 0 kB
Slab:             626312 kB
SReclaimable:      68152 kB
SUnreclaim:       558160 kB
KernelStack:        1624 kB
PageTables:         9868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3447444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3031040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node136 at 2012-05-24 18:13:00