Trace number 3688238

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.94 899.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.2.v20120418
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		501472288
0.08/0.09	c Max memory 		7480803328
0.08/0.09	c Total memory 		504102912
0.08/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688238-1337876261.opb
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.09/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.15	c 13 constraints processed.
0.09/0.15	c objective function length is 1 literals
1.93/0.68	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.51/1.01	c cleaning 4243 clauses out of 8500 with flag 11000/11000
4.12/1.27	c cleaning 5629 clauses out of 11258 with flag 18001/18001
4.94/1.60	c cleaning 6813 clauses out of 13631 with flag 26003/26003
5.74/2.03	c cleaning 7904 clauses out of 15815 with flag 35000/35000
6.73/2.56	c cleaning 8956 clauses out of 17911 with flag 45000/45000
7.72/3.07	c cleaning 9973 clauses out of 19955 with flag 56000/56000
8.91/3.65	c cleaning 10987 clauses out of 21984 with flag 68002/68002
10.51/4.44	c cleaning 11998 clauses out of 23995 with flag 81000/81000
12.07/5.27	c cleaning 12997 clauses out of 25998 with flag 95001/95001
13.85/6.14	c cleaning 14000 clauses out of 28002 with flag 110002/110002
15.63/7.09	c cleaning 15000 clauses out of 30001 with flag 126001/126001
17.81/8.11	c cleaning 16001 clauses out of 32002 with flag 143002/143002
20.02/9.27	c cleaning 16997 clauses out of 33999 with flag 161000/161000
22.60/10.54	c cleaning 18000 clauses out of 36005 with flag 180003/180003
25.79/12.12	c cleaning 18997 clauses out of 38002 with flag 200000/200000
28.95/13.79	c cleaning 19998 clauses out of 40006 with flag 221001/221001
32.18/15.31	c cleaning 21003 clauses out of 42008 with flag 243001/243001
35.77/17.15	c cleaning 21999 clauses out of 44007 with flag 266003/266003
39.16/18.82	c cleaning 22993 clauses out of 46005 with flag 290000/290000
42.52/20.50	c cleaning 24004 clauses out of 48012 with flag 315000/315000
46.11/22.33	c cleaning 25005 clauses out of 50011 with flag 341003/341003
49.90/24.28	c cleaning 25997 clauses out of 52004 with flag 368001/368001
54.30/26.45	c cleaning 27003 clauses out of 54006 with flag 396000/396000
58.47/28.57	c cleaning 28002 clauses out of 56007 with flag 425004/425004
62.64/30.69	c cleaning 29000 clauses out of 58001 with flag 455000/455000
67.61/33.15	c cleaning 29994 clauses out of 60001 with flag 486000/486000
73.60/36.19	c cleaning 30997 clauses out of 62008 with flag 518001/518001
79.98/39.31	c cleaning 31997 clauses out of 64011 with flag 551001/551001
85.55/42.12	c cleaning 33001 clauses out of 66014 with flag 585001/585001
91.32/45.09	c cleaning 34002 clauses out of 68014 with flag 620002/620002
98.32/48.58	c cleaning 35001 clauses out of 70010 with flag 656000/656000
105.27/52.07	c cleaning 36002 clauses out of 72010 with flag 693001/693001
113.25/56.04	c cleaning 36998 clauses out of 74009 with flag 731002/731002
121.21/60.05	c cleaning 38003 clauses out of 76009 with flag 770000/770000
129.79/64.36	c cleaning 39002 clauses out of 78007 with flag 810001/810001
139.14/69.08	c cleaning 40003 clauses out of 80005 with flag 851001/851001
150.73/74.83	c cleaning 40997 clauses out of 82001 with flag 893000/893000
161.90/80.49	c cleaning 41998 clauses out of 84004 with flag 936000/936000
176.09/87.57	c cleaning 43001 clauses out of 86007 with flag 980001/980001
189.85/94.42	c cleaning 44003 clauses out of 88005 with flag 1025000/1025000
203.03/101.08	c cleaning 44999 clauses out of 90004 with flag 1071002/1071002
219.44/109.22	c cleaning 45998 clauses out of 92003 with flag 1118000/1118000
233.44/116.22	c cleaning 46996 clauses out of 94006 with flag 1166001/1166001
246.40/122.76	c cleaning 47997 clauses out of 96012 with flag 1215003/1215003
259.19/129.17	c cleaning 49007 clauses out of 98013 with flag 1265001/1265001
272.79/135.94	c cleaning 50000 clauses out of 100006 with flag 1316001/1316001
284.16/141.68	c cleaning 50994 clauses out of 102006 with flag 1368001/1368001
296.93/148.06	c cleaning 52002 clauses out of 104012 with flag 1421001/1421001
311.13/155.16	c cleaning 53006 clauses out of 106011 with flag 1475002/1475002
326.69/162.93	c cleaning 53999 clauses out of 108005 with flag 1530002/1530002
342.29/170.72	c cleaning 54998 clauses out of 110004 with flag 1586000/1586000
356.06/177.62	c cleaning 55995 clauses out of 112006 with flag 1643000/1643000
371.25/185.21	c cleaning 57007 clauses out of 114013 with flag 1701002/1701002
386.54/192.83	c cleaning 58001 clauses out of 116006 with flag 1760002/1760002
401.34/200.29	c cleaning 58998 clauses out of 118003 with flag 1820000/1820000
418.50/208.85	c cleaning 60003 clauses out of 120008 with flag 1881003/1881003
434.68/216.90	c cleaning 61001 clauses out of 122002 with flag 1943000/1943000
449.06/224.13	c cleaning 61995 clauses out of 124002 with flag 2006001/2006001
463.48/231.36	c cleaning 63003 clauses out of 126007 with flag 2070001/2070001
476.03/237.70	c cleaning 63996 clauses out of 128003 with flag 2135000/2135000
490.23/244.76	c cleaning 64998 clauses out of 130010 with flag 2201003/2201003
504.24/251.77	c cleaning 66001 clauses out of 132009 with flag 2268000/2268000
521.88/260.56	c cleaning 66999 clauses out of 134008 with flag 2336000/2336000
537.65/268.45	c cleaning 68001 clauses out of 136010 with flag 2405001/2405001
552.86/276.08	c cleaning 69003 clauses out of 138010 with flag 2475002/2475002
569.21/284.26	c cleaning 70001 clauses out of 140005 with flag 2546000/2546000
588.47/293.89	c cleaning 71004 clauses out of 142007 with flag 2618003/2618003
607.04/303.15	c cleaning 71994 clauses out of 144000 with flag 2691000/2691000
629.10/314.16	c cleaning 72996 clauses out of 146006 with flag 2765000/2765000
652.70/325.91	c cleaning 74003 clauses out of 148012 with flag 2840002/2840002
677.08/338.10	c cleaning 74994 clauses out of 150007 with flag 2916000/2916000
701.87/350.54	c cleaning 76007 clauses out of 152015 with flag 2993002/2993002
721.69/360.44	c cleaning 77002 clauses out of 154010 with flag 3071004/3071004
740.13/369.68	c cleaning 77997 clauses out of 156004 with flag 3150000/3150000
756.12/377.68	c cleaning 79000 clauses out of 158009 with flag 3230002/3230002
775.35/387.26	c cleaning 80001 clauses out of 160008 with flag 3311001/3311001
797.51/398.39	c cleaning 81000 clauses out of 162010 with flag 3393004/3393004
820.97/410.06	c cleaning 82000 clauses out of 164006 with flag 3476000/3476000
845.61/422.38	c cleaning 83004 clauses out of 166007 with flag 3560001/3560001
866.75/432.97	c cleaning 83995 clauses out of 168004 with flag 3645002/3645002
889.95/444.54	c cleaning 84996 clauses out of 170008 with flag 3731001/3731001
917.53/458.32	c cleaning 86006 clauses out of 172011 with flag 3818000/3818000
942.29/470.75	c cleaning 86995 clauses out of 174006 with flag 3906001/3906001
972.23/485.77	c cleaning 87997 clauses out of 176010 with flag 3995000/3995000
1006.59/502.92	c cleaning 89004 clauses out of 178015 with flag 4085002/4085002
1038.54/518.94	c cleaning 90003 clauses out of 180011 with flag 4176002/4176002
1071.70/535.59	c cleaning 90998 clauses out of 182006 with flag 4268000/4268000
1110.06/554.74	c cleaning 91999 clauses out of 184010 with flag 4361002/4361002
1147.50/573.47	c cleaning 92999 clauses out of 186010 with flag 4455001/4455001
1177.84/588.60	c cleaning 94006 clauses out of 188013 with flag 4550003/4550003
1224.44/611.95	c cleaning 95001 clauses out of 190006 with flag 4646002/4646002
1273.45/636.47	c cleaning 95997 clauses out of 192004 with flag 4743001/4743001
1327.84/663.60	c cleaning 96996 clauses out of 194007 with flag 4841001/4841001
1371.37/685.46	c cleaning 98002 clauses out of 196011 with flag 4940001/4940001
1410.93/705.29	c cleaning 98998 clauses out of 198011 with flag 5040003/5040003
1443.94/721.73	c cleaning 100004 clauses out of 200012 with flag 5141002/5141002
1478.51/739.10	c cleaning 100997 clauses out of 202007 with flag 5243001/5243001
1521.58/760.54	c cleaning 101997 clauses out of 204012 with flag 5346003/5346003
1559.11/779.40	c cleaning 103001 clauses out of 206012 with flag 5450000/5450000
1607.90/803.76	c cleaning 104003 clauses out of 208014 with flag 5555003/5555003
1652.10/825.80	c cleaning 105004 clauses out of 210010 with flag 5661002/5661002
1696.55/848.02	c cleaning 105998 clauses out of 212007 with flag 5768003/5768003
1735.31/867.47	c cleaning 107001 clauses out of 214008 with flag 5876002/5876002
1774.13/886.83	c cleaning 108000 clauses out of 216005 with flag 5985000/5985000
1800.19/899.82	c starts		: 276
1800.19/899.82	c conflicts		: 6063834
1800.19/899.82	c decisions		: 6160407
1800.19/899.82	c propagations		: 44615203
1800.19/899.82	c inspects		: 11803039705
1800.19/899.82	c shortcuts		: 0
1800.19/899.82	c learnt literals	: 0
1800.19/899.82	c learnt binary clauses	: 0
1800.19/899.82	c learnt ternary clauses	: 0
1800.19/899.82	c learnt constraints	: 6063834
1800.19/899.82	c ignored constraints	: 0
1800.19/899.82	c root simplifications	: 0
1800.19/899.82	c removed literals (reason simplification)	: 45761019
1800.19/899.82	c reason swapping (by a shorter reason)	: 0
1800.19/899.82	c Calls to reduceDB	: 105
1800.19/899.82	c number of reductions to clauses (during analyze)	: 0
1800.19/899.82	c number of learned constraints concerned by reduction	: 0
1800.19/899.82	c number of learning phase by resolution	: 0
1800.19/899.82	c number of learning phase by cutting planes	: 0
1800.19/899.82	c speed (assignments/second)	: 49590.9617368262
1800.19/899.82	c non guided choices	24
1800.19/899.85	c learnt constraints type 
1800.19/899.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186916
1800.19/899.85	c constraints type 
1800.19/899.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.19/899.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
1800.19/899.85	c 13 constraints processed.
1800.19/899.85	c constraints type 
1800.19/899.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1800.19/899.85	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.19/899.85	c 13 constraints processed.
1800.19/899.85	s UNKNOWN
1800.19/899.85	c Total wall clock time (in seconds): 899.733

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-3688238-1337876261/watcher-3688238-1337876261 -o /tmp/evaluation-result-3688238-1337876261/solver-3688238-1337876261 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688238-1337876261.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: 3.75 3.95 3.85 4/197 22868
/proc/meminfo: memFree=28859220/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22868/stat : 22868 (java) D 22866 22868 21597 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253753438 9515008 182 33554432000 1073741824 1073778376 140734331181424 140734331172456 219513962165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22868/statm: 2323 182 140 9 0 71 0

[startup+0.092148 s]
/proc/loadavg: 3.75 3.95 3.85 4/197 22868
/proc/meminfo: memFree=28859220/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 4176 0 1 0 7 1 0 0 20 0 18 0 253753438 9787813888 5370 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2389603 5371 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100248 s]
/proc/loadavg: 3.75 3.95 3.85 4/197 22868
/proc/meminfo: memFree=28859220/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 4294 0 1 0 8 1 0 0 20 0 18 0 253753438 9787813888 5487 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2389603 5487 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300176 s]
/proc/loadavg: 3.75 3.95 3.85 4/197 22868
/proc/meminfo: memFree=28859220/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 15212 0 1 0 70 3 0 0 20 0 22 0 253753438 10060460032 13680 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 13680 2217 9 0 2446860 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824668

[startup+0.700243 s]
/proc/loadavg: 3.75 3.95 3.85 4/197 22868
/proc/meminfo: memFree=28859220/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 19716 0 1 0 226 4 0 0 20 0 22 0 253753438 10060460032 25825 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 25825 2258 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.75 3.95 3.85 7/219 22890
/proc/meminfo: memFree=28714124/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=4.72 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 26789 0 1 0 466 6 0 0 20 0 22 0 253753438 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 42897 2272 9 0 2446860 0
[pid=22868/tid=22870] ppid=22866 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) S 22866 22868 21597 0 -1 4202560 2437 0 1 0 12 0 0 0 20 0 22 0 253753439 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699964175352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21597 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699925666344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699924613544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699923560744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699922507944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699921456168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699920403368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699919350568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699800763048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21597 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253753441 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699788351976 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699787298040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699786245128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699785193616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21597 0 -1 4202560 9689 0 0 0 95 2 0 0 20 0 22 0 253753444 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699045788600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21597 0 -1 4202560 13218 0 0 0 92 3 0 0 20 0 22 0 253753444 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699044735800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699043683192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699042630600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) R 22866 22868 21597 0 -1 4202560 59 0 0 0 129 0 0 0 20 0 22 0 253753454 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699041575360 139699801192370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22888] ppid=22866 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/22868/task/22888/stat : 22888 (java) R 22866 22868 21597 0 -1 4202560 129 0 0 0 129 0 0 0 20 0 22 0 253753454 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699040520480 139699801232472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22889] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22889/stat : 22889 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699039470504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22890] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22890/stat : 22890 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 42897 33554432000 1073741824 1073778376 140734986294160 139699038417704 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.75 3.95 3.85 5/219 22890
/proc/meminfo: memFree=28673220/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=7.91 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 26840 0 1 0 784 7 0 0 20 0 22 0 253753438 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 51118 2273 9 0 2446860 0
[pid=22868/tid=22870] ppid=22866 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) S 22866 22868 21597 0 -1 4202560 2437 0 1 0 12 0 0 0 20 0 22 0 253753439 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699964175352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21597 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699925666344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699924613544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699923560744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21597 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699922507944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21597 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699921456168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699920403368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699919350568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699800763048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21597 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 22 0 253753441 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699788351976 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699787298040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699786245128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699785193616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21597 0 -1 4202560 9689 0 0 0 96 2 0 0 20 0 22 0 253753444 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699045788600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21597 0 -1 4202560 13220 0 0 0 95 3 0 0 20 0 22 0 253753444 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699044735800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699043683192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699042630600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) R 22866 22868 21597 0 -1 4202560 63 0 0 0 281 0 0 0 20 0 22 0 253753454 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699041575480 139699801264366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22888] ppid=22866 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/22868/task/22888/stat : 22888 (java) R 22866 22868 21597 0 -1 4202560 142 0 0 0 279 2 0 0 20 0 22 0 253753454 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699040520312 139699801296949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22889] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22889/stat : 22889 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699039470504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22890] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22890/stat : 22890 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 51118 33554432000 1073741824 1073778376 140734986294160 139699038417704 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.77 3.95 3.85 5/219 22890
/proc/meminfo: memFree=28666624/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=14.23 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 26867 0 1 0 1416 7 0 0 20 0 22 0 253753438 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 51743 2273 9 0 2446860 0
[pid=22868/tid=22870] ppid=22866 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) S 22866 22868 21597 0 -1 4202560 2438 0 1 0 12 0 0 0 20 0 22 0 253753439 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699964175352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699925666344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699924613544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699923560744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21597 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699922507944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21597 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699921456168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699920403368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699919350568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253753440 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699800763048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21597 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 22 0 253753441 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699788351976 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699787298040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699786245128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699785193616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21597 0 -1 4202560 9689 0 0 0 96 2 0 0 20 0 22 0 253753444 10060460032 51743 33554432000 1073741824 1073778376 140734986294160 139699045788600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=22868/tid=22888] ppid=22866 vsize=9824668 CPUtime=753.85 cores=1,3,5,7
/proc/22868/task/22888/stat : 22888 (java) R 22866 22868 21597 0 -1 4202560 1966 0 0 0 75358 27 0 0 20 0 22 0 253753454 10060460032 113615 33554432000 1073741824 1073778376 140734986294160 139699040520272 139699801420664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22889] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22889/stat : 22889 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 113615 33554432000 1073741824 1073778376 140734986294160 139699039470504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22890] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22890/stat : 22890 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 113615 33554432000 1073741824 1073778376 140734986294160 139699038417704 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1525.12
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.99 3.90 3.84 5/219 23266
/proc/meminfo: memFree=26075504/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=1645.11 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 34263 0 1 0 164416 95 0 0 20 0 22 0 253753438 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 108838 2274 9 0 2446860 0
[pid=22868/tid=22870] ppid=22866 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) S 22866 22868 21597 0 -1 4202560 2451 0 1 0 13 2 0 0 20 0 22 0 253753439 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699964175352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21597 0 -1 4202560 405 0 0 0 130 4 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699925666344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21597 0 -1 4202560 769 0 0 0 123 4 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699924613544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21597 0 -1 4202560 558 0 0 0 124 5 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699923560744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21597 0 -1 4202560 438 0 0 0 127 4 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699922507944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21597 0 -1 4202560 521 0 0 0 122 5 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699921456168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21597 0 -1 4202560 727 0 0 0 128 5 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699920403368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21597 0 -1 4202560 964 0 0 0 130 4 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699919350568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21597 0 -1 4202560 448 0 0 0 115 6 0 0 20 0 22 0 253753440 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699800763048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9824668 CPUtime=5.59 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21597 0 -1 4202560 664 0 0 0 535 24 0 0 20 0 22 0 253753441 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699788351976 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699787298040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699786245128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699785193616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21597 0 -1 4202560 9689 0 0 0 96 2 0 0 20 0 22 0 253753444 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699045788600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21597 0 -1 4202560 13227 0 0 0 109 3 0 0 20 0 22 0 253753444 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699044735800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699043683192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21597 0 -1 4202560 47 0 0 0 9 13 0 0 20 0 22 0 253753444 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699042630600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9824668 CPUtime=813.46 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) R 22866 22868 21597 0 -1 4202560 197 0 0 0 81331 15 0 0 20 0 22 0 253753454 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699041573504 139699801192238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22888] ppid=22866 vsize=9824668 CPUtime=813.49 cores=1,3,5,7
/proc/22868/task/22888/stat : 22888 (java) R 22866 22868 21597 0 -1 4202560 1972 0 0 0 81321 28 0 0 20 0 22 0 253753454 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699040521624 139699801601636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22889] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22889/stat : 22889 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699039470504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22890] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22890/stat : 22890 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 108838 33554432000 1073741824 1073778376 140734986294160 139699038417704 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1645.11
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.95 3.90 3.84 5/219 23266
/proc/meminfo: memFree=26183404/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=1765.11 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 34305 0 1 0 176412 99 0 0 20 0 22 0 253753438 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 106024 2274 9 0 2446860 0
[pid=22868/tid=22870] ppid=22866 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) S 22866 22868 21597 0 -1 4202560 2452 0 1 0 13 2 0 0 20 0 22 0 253753439 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699964175352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21597 0 -1 4202560 406 0 0 0 138 4 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699925666344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21597 0 -1 4202560 771 0 0 0 130 5 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699924613544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21597 0 -1 4202560 561 0 0 0 135 5 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699923560744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21597 0 -1 4202560 438 0 0 0 136 4 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699922507944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21597 0 -1 4202560 521 0 0 0 128 5 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699921456168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21597 0 -1 4202560 729 0 0 0 137 5 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699920403368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21597 0 -1 4202560 965 0 0 0 138 5 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699919350568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21597 0 -1 4202560 450 0 0 0 125 6 0 0 20 0 22 0 253753440 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699800763048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9824668 CPUtime=5.92 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21597 0 -1 4202560 680 0 0 0 565 27 0 0 20 0 22 0 253753441 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699788351976 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699787298040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699786245128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699785193616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21597 0 -1 4202560 9689 0 0 0 96 2 0 0 20 0 22 0 253753444 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699045788600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21597 0 -1 4202560 13227 0 0 0 109 3 0 0 20 0 22 0 253753444 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699044735800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699043683192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21597 0 -1 4202560 51 0 0 0 10 14 0 0 20 0 22 0 253753444 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699042630600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9824668 CPUtime=872.96 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) R 22866 22868 21597 0 -1 4202560 201 0 0 0 87280 16 0 0 20 0 22 0 253753454 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699041573624 139699801264366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22888] ppid=22866 vsize=9824668 CPUtime=872.99 cores=1,3,5,7
/proc/22868/task/22888/stat : 22888 (java) R 22866 22868 21597 0 -1 4202560 1978 0 0 0 87270 29 0 0 20 0 22 0 253753454 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699040521488 139699801601513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22889] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22889/stat : 22889 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699039470504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22890] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22890/stat : 22890 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 106024 33554432000 1073741824 1073778376 140734986294160 139699038417704 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1765.11
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.807 s]
/proc/loadavg: 4.03 3.93 3.85 4/216 23266
/proc/meminfo: memFree=26189504/32873648 swapFree=7108/7108
[pid=22868] ppid=22866 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21597 0 -1 4202496 34504 0 1 0 179917 102 0 0 20 0 22 0 253753438 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 140734986285296 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2456167 106399 2274 9 0 2446860 0
[pid=22868/tid=22870] ppid=22866 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) S 22866 22868 21597 0 -1 4202560 2452 0 1 0 13 2 0 0 20 0 22 0 253753439 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699964175352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21597 0 -1 4202560 483 0 0 0 142 4 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699925666344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21597 0 -1 4202560 771 0 0 0 134 5 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699924613544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21597 0 -1 4202560 563 0 0 0 141 5 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699923560744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21597 0 -1 4202560 504 0 0 0 140 5 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699922507944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21597 0 -1 4202560 521 0 0 0 132 5 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699921456168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21597 0 -1 4202560 756 0 0 0 141 5 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699920403368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21597 0 -1 4202560 966 0 0 0 141 5 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699919350568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21597 0 -1 4202560 470 0 0 0 129 6 0 0 20 0 22 0 253753440 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699800763048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9824668 CPUtime=6 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21597 0 -1 4202560 680 0 0 0 573 27 0 0 20 0 22 0 253753441 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699788351976 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699787298040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253753442 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699786245128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699785193616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21597 0 -1 4202560 9689 0 0 0 96 2 0 0 20 0 22 0 253753444 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699045788600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21597 0 -1 4202560 13227 0 0 0 109 3 0 0 20 0 22 0 253753444 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699044735800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253753444 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699043683192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21597 0 -1 4202560 51 0 0 0 10 14 0 0 20 0 22 0 253753444 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699042630600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9824668 CPUtime=890.29 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) R 22866 22868 21597 0 -1 4202560 203 0 0 0 89013 16 0 0 20 0 22 0 253753454 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699041574368 139699801264310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22888] ppid=22866 vsize=9824668 CPUtime=890.33 cores=1,3,5,7
/proc/22868/task/22888/stat : 22888 (java) R 22866 22868 21597 0 -1 4202560 1982 0 0 0 89004 29 0 0 20 0 22 0 253753454 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699040520400 139699801296949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22889] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22889/stat : 22889 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699039470504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22890] ppid=22866 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22890/stat : 22890 (java) S 22866 22868 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253753454 10060460032 106399 33554432000 1073741824 1073778376 140734986294160 139699038417704 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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
Real time (s): 899.86
CPU time (s): 1800.94
CPU user time (s): 1799.45
CPU system time (s): 1.49277
CPU usage (%): 200.136
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 1.49277
maximum resident set size= 1133656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28506
involuntary context switches= 38095

runsolver used 3.23251 second user time and 8.17276 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 18:17:41
IDJOB=3688238
IDBENCH=2919
IDSOLVER=2268
FILE ID=node114/3688238-1337876261
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688238-1337876261/watcher-3688238-1337876261 -o /tmp/evaluation-result-3688238-1337876261/solver-3688238-1337876261 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688238-1337876261.opb

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=387823464

node114.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		: 2666.242
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	: 5332.48
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		: 2666.242
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		: 2666.242
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	: 5451.90
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		: 2666.242
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.91
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		: 2666.242
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.91
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		: 2666.242
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.91
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		: 2666.242
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		: 2666.242
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:       32873648 kB
MemFree:        28859748 kB
Buffers:          201400 kB
Cached:          2485520 kB
SwapCached:            0 kB
Active:          1177732 kB
Inactive:        2073856 kB
Active(anon):     567120 kB
Inactive(anon):        0 kB
Active(file):     610612 kB
Inactive(file):  2073856 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        581644 kB
Mapped:            21600 kB
Shmem:               200 kB
Slab:             621768 kB
SReclaimable:      66148 kB
SUnreclaim:       555620 kB
KernelStack:        1624 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     786452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node114 at 2012-05-24 18:32:43