Trace number 3688208

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.65 900.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint59
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 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/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-3688208-1337875884.opb
0.09/0.12	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.042s.
0.09/0.16	c declared #vars     61
0.09/0.16	c #constraints  15
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.09/0.16	c 15 constraints processed.
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.09/0.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.16	c 15 constraints processed.
0.09/0.16	c objective function length is 1 literals
2.29/0.75	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.49/1.06	c cleaning 4249 clauses out of 8500 with flag 11001/11001
4.49/1.36	c cleaning 5624 clauses out of 11252 with flag 18002/18002
5.10/1.68	c cleaning 6810 clauses out of 13626 with flag 26000/26000
5.92/2.07	c cleaning 7908 clauses out of 15816 with flag 35000/35000
6.90/2.57	c cleaning 8951 clauses out of 17908 with flag 45000/45000
7.88/3.07	c cleaning 9969 clauses out of 19957 with flag 56000/56000
9.06/3.66	c cleaning 10992 clauses out of 21988 with flag 68000/68000
10.46/4.38	c cleaning 11994 clauses out of 23996 with flag 81000/81000
12.23/5.22	c cleaning 13002 clauses out of 26003 with flag 95001/95001
14.01/6.10	c cleaning 14000 clauses out of 28002 with flag 110002/110002
15.59/6.96	c cleaning 14989 clauses out of 30001 with flag 126001/126001
17.37/7.86	c cleaning 16006 clauses out of 32013 with flag 143002/143002
19.55/8.91	c cleaning 16999 clauses out of 34006 with flag 161001/161001
21.54/9.97	c cleaning 18004 clauses out of 36007 with flag 180001/180001
24.52/11.40	c cleaning 19001 clauses out of 38002 with flag 200000/200000
27.51/12.95	c cleaning 19998 clauses out of 40003 with flag 221002/221002
30.89/14.69	c cleaning 21001 clauses out of 42004 with flag 243001/243001
34.27/16.37	c cleaning 21997 clauses out of 44002 with flag 266000/266000
37.85/18.17	c cleaning 22999 clauses out of 46005 with flag 290000/290000
41.41/19.93	c cleaning 23999 clauses out of 48006 with flag 315000/315000
44.98/21.76	c cleaning 24999 clauses out of 50010 with flag 341003/341003
49.55/24.07	c cleaning 25996 clauses out of 52008 with flag 368000/368000
53.73/26.19	c cleaning 27004 clauses out of 54012 with flag 396000/396000
58.09/28.40	c cleaning 27997 clauses out of 56010 with flag 425002/425002
62.87/30.78	c cleaning 28997 clauses out of 58011 with flag 455000/455000
68.62/33.63	c cleaning 30002 clauses out of 60018 with flag 486004/486004
74.03/36.39	c cleaning 31000 clauses out of 62012 with flag 518000/518000
79.36/39.04	c cleaning 32004 clauses out of 64013 with flag 551001/551001
85.33/42.07	c cleaning 32997 clauses out of 66008 with flag 585000/585000
90.90/44.87	c cleaning 34002 clauses out of 68011 with flag 620000/620000
97.07/47.95	c cleaning 35000 clauses out of 70009 with flag 656000/656000
102.23/50.60	c cleaning 36002 clauses out of 72010 with flag 693001/693001
109.00/53.98	c cleaning 36999 clauses out of 74007 with flag 731000/731000
115.95/57.41	c cleaning 38002 clauses out of 76011 with flag 770003/770003
124.32/61.61	c cleaning 38999 clauses out of 78007 with flag 810001/810001
132.45/65.75	c cleaning 39999 clauses out of 80009 with flag 851002/851002
140.02/69.55	c cleaning 40998 clauses out of 82012 with flag 893004/893004
147.37/73.25	c cleaning 42002 clauses out of 84010 with flag 936000/936000
153.95/76.58	c cleaning 43000 clauses out of 86010 with flag 980002/980002
161.69/80.49	c cleaning 44000 clauses out of 88008 with flag 1025000/1025000
169.65/84.48	c cleaning 45003 clauses out of 90012 with flag 1071004/1071004
177.42/88.36	c cleaning 46001 clauses out of 92008 with flag 1118003/1118003
186.57/92.91	c cleaning 46994 clauses out of 94004 with flag 1166000/1166000
197.11/98.29	c cleaning 48004 clauses out of 96010 with flag 1215000/1215000
205.87/102.64	c cleaning 49001 clauses out of 98010 with flag 1265004/1265004
215.63/107.55	c cleaning 50000 clauses out of 100005 with flag 1316000/1316000
225.81/112.62	c cleaning 50999 clauses out of 102005 with flag 1368000/1368000
236.53/118.06	c cleaning 52000 clauses out of 104007 with flag 1421001/1421001
248.49/124.02	c cleaning 52996 clauses out of 106009 with flag 1475003/1475003
261.65/130.67	c cleaning 53995 clauses out of 108012 with flag 1530002/1530002
276.81/138.26	c cleaning 55005 clauses out of 110015 with flag 1586000/1586000
292.13/145.93	c cleaning 56005 clauses out of 112011 with flag 1643001/1643001
305.51/152.64	c cleaning 56998 clauses out of 114007 with flag 1701002/1701002
318.86/159.36	c cleaning 57997 clauses out of 116010 with flag 1760003/1760003
332.43/166.16	c cleaning 59003 clauses out of 118010 with flag 1820000/1820000
347.35/173.66	c cleaning 59999 clauses out of 120007 with flag 1881000/1881000
362.49/181.24	c cleaning 60993 clauses out of 122008 with flag 1943000/1943000
379.05/189.59	c cleaning 62001 clauses out of 124020 with flag 2006005/2006005
395.40/197.76	c cleaning 63000 clauses out of 126016 with flag 2070002/2070002
411.55/205.83	c cleaning 64008 clauses out of 128016 with flag 2135002/2135002
427.10/213.60	c cleaning 65001 clauses out of 130007 with flag 2201001/2201001
443.66/221.95	c cleaning 65996 clauses out of 132006 with flag 2268001/2268001
462.87/231.52	c cleaning 66996 clauses out of 134010 with flag 2336001/2336001
479.61/239.99	c cleaning 68003 clauses out of 136016 with flag 2405003/2405003
497.34/248.88	c cleaning 68996 clauses out of 138010 with flag 2475000/2475000
516.88/258.60	c cleaning 70006 clauses out of 140018 with flag 2546004/2546004
533.85/267.20	c cleaning 71001 clauses out of 142008 with flag 2618000/2618000
549.98/275.20	c cleaning 71993 clauses out of 144008 with flag 2691001/2691001
566.53/283.57	c cleaning 73002 clauses out of 146015 with flag 2765001/2765001
588.49/294.52	c cleaning 74003 clauses out of 148013 with flag 2840001/2840001
610.43/305.54	c cleaning 74996 clauses out of 150010 with flag 2916001/2916001
630.98/315.81	c cleaning 76006 clauses out of 152016 with flag 2993003/2993003
653.52/327.13	c cleaning 77003 clauses out of 154009 with flag 3071002/3071002
677.86/339.38	c cleaning 77991 clauses out of 156004 with flag 3150000/3150000
701.01/350.95	c cleaning 79004 clauses out of 158013 with flag 3230000/3230000
728.76/364.89	c cleaning 80002 clauses out of 160011 with flag 3311002/3311002
753.95/377.42	c cleaning 81002 clauses out of 162009 with flag 3393002/3393002
784.14/392.53	c cleaning 81999 clauses out of 164005 with flag 3476000/3476000
814.37/407.69	c cleaning 82999 clauses out of 166006 with flag 3560000/3560000
838.68/419.87	c cleaning 83996 clauses out of 168008 with flag 3645001/3645001
866.87/433.91	c cleaning 85002 clauses out of 170013 with flag 3731002/3731002
897.47/449.28	c cleaning 85998 clauses out of 172010 with flag 3818001/3818001
921.66/461.33	c cleaning 87004 clauses out of 174013 with flag 3906002/3906002
948.37/474.74	c cleaning 87999 clauses out of 176008 with flag 3995001/3995001
976.93/489.03	c cleaning 89004 clauses out of 178009 with flag 4085001/4085001
1005.84/503.58	c cleaning 89997 clauses out of 180004 with flag 4176000/4176000
1045.37/523.30	c cleaning 91005 clauses out of 182011 with flag 4268004/4268004
1075.44/538.42	c cleaning 91993 clauses out of 184002 with flag 4361000/4361000
1107.19/554.35	c cleaning 93007 clauses out of 186013 with flag 4455004/4455004
1133.13/567.35	c cleaning 93995 clauses out of 188002 with flag 4550000/4550000
1174.94/588.21	c cleaning 94991 clauses out of 190007 with flag 4646000/4646000
1213.76/607.67	c cleaning 96003 clauses out of 192019 with flag 4743003/4743003
1245.98/623.74	c cleaning 97001 clauses out of 194014 with flag 4841001/4841001
1283.52/642.50	c cleaning 97999 clauses out of 196012 with flag 4940000/4940000
1320.50/661.04	c cleaning 98999 clauses out of 198014 with flag 5040001/5040001
1362.64/682.14	c cleaning 100003 clauses out of 200015 with flag 5141001/5141001
1412.25/706.97	c cleaning 101005 clauses out of 202013 with flag 5243002/5243002
1451.86/726.76	c cleaning 101999 clauses out of 204006 with flag 5346000/5346000
1495.42/748.58	c cleaning 103000 clauses out of 206008 with flag 5450001/5450001
1554.38/778.02	c cleaning 103997 clauses out of 208007 with flag 5555000/5555000
1599.97/800.85	c cleaning 105000 clauses out of 210016 with flag 5661006/5661006
1649.98/825.83	c cleaning 106000 clauses out of 212010 with flag 5768000/5768000
1691.44/846.58	c cleaning 107000 clauses out of 214010 with flag 5876000/5876000
1738.92/870.33	c cleaning 108001 clauses out of 216011 with flag 5985001/5985001
1785.58/893.60	c cleaning 109000 clauses out of 218011 with flag 6095002/6095002
1800.12/900.92	c starts		: 276
1800.12/900.92	c conflicts		: 6145821
1800.12/900.92	c decisions		: 6313648
1800.12/900.92	c propagations		: 49116539
1800.12/900.92	c inspects		: 10927214397
1800.12/900.92	c shortcuts		: 0
1800.12/900.92	c learnt literals	: 0
1800.12/900.92	c learnt binary clauses	: 0
1800.12/900.92	c learnt ternary clauses	: 0
1800.12/900.92	c learnt constraints	: 6145821
1800.12/900.92	c ignored constraints	: 0
1800.12/900.92	c root simplifications	: 0
1800.12/900.92	c removed literals (reason simplification)	: 43682049
1800.12/900.92	c reason swapping (by a shorter reason)	: 0
1800.12/900.92	c Calls to reduceDB	: 106
1800.12/900.92	c number of reductions to clauses (during analyze)	: 0
1800.12/900.92	c number of learned constraints concerned by reduction	: 0
1800.12/900.92	c number of learning phase by resolution	: 0
1800.12/900.92	c number of learning phase by cutting planes	: 0
1800.12/900.92	c speed (assignments/second)	: 54528.3201943263
1800.12/900.92	c non guided choices	29
1800.12/900.95	c learnt constraints type 
1800.12/900.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159952
1800.12/900.95	c constraints type 
1800.12/900.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.12/900.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
1800.12/900.95	c 15 constraints processed.
1800.12/900.95	c constraints type 
1800.12/900.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
1800.12/900.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.12/900.95	c 15 constraints processed.
1800.12/900.95	s UNKNOWN
1800.12/900.95	c Total wall clock time (in seconds): 900.832

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-3688208-1337875884/watcher-3688208-1337875884 -o /tmp/evaluation-result-3688208-1337875884/solver-3688208-1337875884 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688208-1337875884.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.86 3.72 3.57 4/197 25673
/proc/meminfo: memFree=29084188/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25673/stat : 25673 (java) D 25671 25673 23987 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 253712945 9515008 175 33554432000 1073741824 1073778376 140737258998000 140737258980728 225444709264 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2323 175 133 9 0 71 0

[startup+0.015029 s]
/proc/loadavg: 3.86 3.72 3.57 4/197 25673
/proc/meminfo: memFree=29084188/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 253712945 98570240 978 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 24067 980 746 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100229 s]
/proc/loadavg: 3.86 3.72 3.57 4/197 25673
/proc/meminfo: memFree=29084188/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 4292 0 1 0 8 1 0 0 20 0 18 0 253712945 9787813888 5482 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2389603 5482 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300193 s]
/proc/loadavg: 3.86 3.72 3.57 4/197 25673
/proc/meminfo: memFree=29084188/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9825648 CPUtime=0.69 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 11277 0 1 0 66 3 0 0 20 0 22 0 253712945 10061463552 12302 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456412 12319 2216 9 0 2447105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9825648

[startup+0.70022 s]
/proc/loadavg: 3.86 3.72 3.57 4/197 25673
/proc/meminfo: memFree=29084188/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 21926 0 1 0 223 6 0 0 20 0 22 0 253712945 10060460032 24771 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 24771 2235 9 0 2446860 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824668

[startup+1.50085 s]
/proc/loadavg: 3.86 3.72 3.57 7/219 25695
/proc/meminfo: memFree=28958240/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=4.9 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 29548 0 1 0 480 10 0 0 20 0 22 0 253712945 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 45843 2272 9 0 2446860 0
[pid=25673/tid=25675] ppid=25671 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25671 25673 23987 0 -1 4202560 2441 0 1 0 11 2 0 0 20 0 22 0 253712946 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140471362573304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25671 25673 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140471206194088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25677] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140471205141544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25671 25673 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140471204088488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25679] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25671 25673 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140471203035944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25680] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25671 25673 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140471201982888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25681] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25671 25673 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470864833064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25682] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25671 25673 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470863780008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25683] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25671 25673 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470862727464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25684] ppid=25671 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25671 25673 23987 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 253712948 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470850530152 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25685] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25671 25673 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470849476472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470848423304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470847372048 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25671 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25671 25673 23987 0 -1 4202560 11101 0 0 0 103 3 0 0 20 0 22 0 253712951 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470846318904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25689] ppid=25671 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25671 25673 23987 0 -1 4202560 14549 0 0 0 102 3 0 0 20 0 22 0 253712951 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470845266360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25690] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470844213496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470843161160 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25692] ppid=25671 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25671 25673 23987 0 -1 4202560 54 0 0 0 126 0 0 0 20 0 22 0 253712961 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470842073936 140471217585123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25693] ppid=25671 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25671 25673 23987 0 -1 4202560 139 0 0 0 123 2 0 0 20 0 22 0 253712961 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470841019208 140471217676743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25694] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470839969064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25695] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 45843 33554432000 1073741824 1073778376 140736117024944 140470838916520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824668

[startup+3.10085 s]
/proc/loadavg: 3.86 3.72 3.57 5/219 25695
/proc/meminfo: memFree=28889344/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=8.06 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 29682 0 1 0 796 10 0 0 20 0 22 0 253712945 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 50995 2273 9 0 2446860 0
[pid=25673/tid=25675] ppid=25671 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25671 25673 23987 0 -1 4202560 2441 0 1 0 11 2 0 0 20 0 22 0 253712946 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140471362573304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25671 25673 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140471206194088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25677] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140471205141544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25671 25673 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140471204088488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25679] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140471203035944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25680] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25671 25673 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140471201982888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25681] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25671 25673 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470864833064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25682] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25671 25673 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470863780008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25683] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25671 25673 23987 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253712947 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470862727464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25684] ppid=25671 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25671 25673 23987 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 22 0 253712948 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470850530152 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25685] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25671 25673 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470849476472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470848423304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470847372048 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25671 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25671 25673 23987 0 -1 4202560 11101 0 0 0 104 3 0 0 20 0 22 0 253712951 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470846318904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25689] ppid=25671 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25671 25673 23987 0 -1 4202560 14638 0 0 0 105 4 0 0 20 0 22 0 253712951 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470845266360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25690] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470844213496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470843161160 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25692] ppid=25671 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25671 25673 23987 0 -1 4202560 56 0 0 0 275 0 0 0 20 0 22 0 253712961 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470842074056 140471217715209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25693] ppid=25671 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25671 25673 23987 0 -1 4202560 149 0 0 0 273 3 0 0 20 0 22 0 253712961 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470841019224 140471217676549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25694] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470839969064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25695] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 50995 33554432000 1073741824 1073778376 140736117024944 140470838916520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.87 3.72 3.57 5/219 25695
/proc/meminfo: memFree=28881396/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=14.39 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 29795 0 1 0 1428 11 0 0 20 0 22 0 253712945 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 53495 2273 9 0 2446860 0
[pid=25673/tid=25675] ppid=25671 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25671 25673 23987 0 -1 4202560 2443 0 1 0 11 2 0 0 20 0 22 0 253712946 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140471362573304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25676] ppid=25671 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25671 25673 23987 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140471206194088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25677] ppid=25671 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25671 25673 23987 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140471205141544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25678] ppid=25671 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25671 25673 23987 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140471204088488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25679] ppid=25671 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25671 25673 23987 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140471203035944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25680] ppid=25671 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25671 25673 23987 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140471201982888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25681] ppid=25671 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25671 25673 23987 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470864833064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25682] ppid=25671 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25671 25673 23987 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470863780008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25683] ppid=25671 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25671 25673 23987 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253712947 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470862727464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25684] ppid=25671 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25671 25673 23987 0 -1 4202560 37 0 0 0 22 0 0 0 20 0 22 0 253712948 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470850530152 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25685] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25671 25673 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470849476472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470848423304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470847372048 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25671 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25671 25673 23987 0 -1 4202560 11101 0 0 0 104 3 0 0 20 0 22 0 253712951 10060460032 53495 33554432000 1073741824 1073778376 140736117024944 140470846318904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=25673/tid=25693] ppid=25671 vsize=9824668 CPUtime=813.61 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25671 25673 23987 0 -1 4202560 425 0 0 0 81337 24 0 0 20 0 22 0 253712961 10060460032 161635 33554432000 1073741824 1073778376 140736117024944 140470841020384 140471217676720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25694] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 161635 33554432000 1073741824 1073778376 140736117024944 140470839969064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25695] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 161635 33554432000 1073741824 1073778376 140736117024944 140470838916520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1642.98
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.82 5/219 25761
/proc/meminfo: memFree=27673380/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=1762.94 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 34148 0 1 0 176181 113 0 0 20 0 22 0 253712945 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 170915 2274 9 0 2446860 0
[pid=25673/tid=25675] ppid=25671 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25671 25673 23987 0 -1 4202560 2455 0 1 0 14 3 0 0 20 0 22 0 253712946 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140471362573304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25676] ppid=25671 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25671 25673 23987 0 -1 4202560 319 0 0 0 92 5 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140471206194088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25677] ppid=25671 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25671 25673 23987 0 -1 4202560 412 0 0 0 92 5 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140471205141544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25678] ppid=25671 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25671 25673 23987 0 -1 4202560 387 0 0 0 87 3 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140471204088488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25679] ppid=25671 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25671 25673 23987 0 -1 4202560 306 0 0 0 85 4 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140471203035944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25680] ppid=25671 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25671 25673 23987 0 -1 4202560 422 0 0 0 82 5 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140471201982888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25681] ppid=25671 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25671 25673 23987 0 -1 4202560 566 0 0 0 91 3 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470864833064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25682] ppid=25671 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25671 25673 23987 0 -1 4202560 407 0 0 0 82 4 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470863780008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25683] ppid=25671 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25671 25673 23987 0 -1 4202560 500 0 0 0 89 3 0 0 20 0 22 0 253712947 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470862727464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25684] ppid=25671 vsize=9824668 CPUtime=7.23 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25671 25673 23987 0 -1 4202560 485 0 0 0 683 40 0 0 20 0 22 0 253712948 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470850530152 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25685] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25671 25673 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470849476472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470848423304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470847372048 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25671 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25671 25673 23987 0 -1 4202560 11101 0 0 0 104 3 0 0 20 0 22 0 253712951 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470846318904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25689] ppid=25671 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25671 25673 23987 0 -1 4202560 14710 0 0 0 109 4 0 0 20 0 22 0 253712951 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470845266360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25690] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470844213496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25671 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25671 25673 23987 0 -1 4202560 49 0 0 0 11 16 0 0 20 0 22 0 253712951 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470843161160 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25692] ppid=25671 vsize=9824668 CPUtime=872.75 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25671 25673 23987 0 -1 4202560 160 0 0 0 87259 16 0 0 20 0 22 0 253712961 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470842072160 140471217612786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25693] ppid=25671 vsize=9824668 CPUtime=873.07 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25671 25673 23987 0 -1 4202560 682 0 0 0 87282 25 0 0 20 0 22 0 253712961 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470841020384 140471217676725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25694] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470839969064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25695] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 170915 33554432000 1073741824 1073778376 140736117024944 140470838916520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1762.94
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.907 s]
/proc/loadavg: 4.03 4.01 3.82 5/219 25761
/proc/meminfo: memFree=27713892/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 34177 0 1 0 179896 116 0 0 20 0 22 0 253712945 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 172911 2274 9 0 2446860 0
[pid=25673/tid=25675] ppid=25671 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25671 25673 23987 0 -1 4202560 2455 0 1 0 14 3 0 0 20 0 22 0 253712946 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471362573304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25676] ppid=25671 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25671 25673 23987 0 -1 4202560 324 0 0 0 94 6 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471206194088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25677] ppid=25671 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25671 25673 23987 0 -1 4202560 417 0 0 0 93 5 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471205141544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25671 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25671 25673 23987 0 -1 4202560 389 0 0 0 89 3 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471204088488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25679] ppid=25671 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25671 25673 23987 0 -1 4202560 309 0 0 0 85 5 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471203035944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25680] ppid=25671 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25671 25673 23987 0 -1 4202560 422 0 0 0 83 5 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471201982888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25681] ppid=25671 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25671 25673 23987 0 -1 4202560 569 0 0 0 92 4 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470864833064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25682] ppid=25671 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25671 25673 23987 0 -1 4202560 408 0 0 0 83 4 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470863780008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25683] ppid=25671 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25671 25673 23987 0 -1 4202560 504 0 0 0 91 4 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470862727464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25684] ppid=25671 vsize=9824668 CPUtime=7.34 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25671 25673 23987 0 -1 4202560 487 0 0 0 693 41 0 0 20 0 22 0 253712948 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470850530152 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25685] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25671 25673 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470849476472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470848423304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470847372048 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25671 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25671 25673 23987 0 -1 4202560 11101 0 0 0 104 3 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470846318904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25689] ppid=25671 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25671 25673 23987 0 -1 4202560 14710 0 0 0 109 4 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470845266360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25690] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470844213496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25671 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25671 25673 23987 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470843161160 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25692] ppid=25671 vsize=9824668 CPUtime=891.22 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25671 25673 23987 0 -1 4202560 161 0 0 0 89106 16 0 0 20 0 22 0 253712961 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470842073936 140471217613429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25693] ppid=25671 vsize=9824668 CPUtime=891.54 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25671 25673 23987 0 -1 4202560 683 0 0 0 89129 25 0 0 20 0 22 0 253712961 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470841019360 140471217676725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25694] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470839969064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25695] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470838916520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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

[startup+900.907 s]
/proc/loadavg: 4.03 4.01 3.82 5/219 25761
/proc/meminfo: memFree=27713892/32873844 swapFree=7900/7900
[pid=25673] ppid=25671 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25671 25673 23987 0 -1 4202496 34177 0 1 0 179896 116 0 0 20 0 22 0 253712945 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140736117016080 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25673/statm: 2456167 172911 2274 9 0 2446860 0
[pid=25673/tid=25675] ppid=25671 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25671 25673 23987 0 -1 4202560 2455 0 1 0 14 3 0 0 20 0 22 0 253712946 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471362573304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25676] ppid=25671 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25671 25673 23987 0 -1 4202560 324 0 0 0 94 6 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471206194088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25677] ppid=25671 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25671 25673 23987 0 -1 4202560 417 0 0 0 93 5 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471205141544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25671 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25671 25673 23987 0 -1 4202560 389 0 0 0 89 3 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471204088488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25679] ppid=25671 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25671 25673 23987 0 -1 4202560 309 0 0 0 85 5 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471203035944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25680] ppid=25671 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25671 25673 23987 0 -1 4202560 422 0 0 0 83 5 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140471201982888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25681] ppid=25671 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25671 25673 23987 0 -1 4202560 569 0 0 0 92 4 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470864833064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25682] ppid=25671 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25671 25673 23987 0 -1 4202560 408 0 0 0 83 4 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470863780008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25683] ppid=25671 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25671 25673 23987 0 -1 4202560 504 0 0 0 91 4 0 0 20 0 22 0 253712947 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470862727464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25684] ppid=25671 vsize=9824668 CPUtime=7.34 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25671 25673 23987 0 -1 4202560 487 0 0 0 693 41 0 0 20 0 22 0 253712948 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470850530152 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25685] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25671 25673 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470849476472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25671 25673 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253712949 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470848423304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470847372048 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25671 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25671 25673 23987 0 -1 4202560 11101 0 0 0 104 3 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470846318904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25689] ppid=25671 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25671 25673 23987 0 -1 4202560 14710 0 0 0 109 4 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470845266360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25690] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25671 25673 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470844213496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25671 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25671 25673 23987 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 253712951 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470843161160 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25692] ppid=25671 vsize=9824668 CPUtime=891.22 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25671 25673 23987 0 -1 4202560 161 0 0 0 89106 16 0 0 20 0 22 0 253712961 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470842073936 140471217613429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25693] ppid=25671 vsize=9824668 CPUtime=891.54 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25671 25673 23987 0 -1 4202560 683 0 0 0 89129 25 0 0 20 0 22 0 253712961 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470841019360 140471217676725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25694] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470839969064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25695] ppid=25671 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25671 25673 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253712962 10060460032 172911 33554432000 1073741824 1073778376 140736117024944 140470838916520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 900.96
CPU time (s): 1800.65
CPU user time (s): 1799.05
CPU system time (s): 1.60176
CPU usage (%): 199.859
Max. virtual memory (cumulated for all children) (KiB): 9825648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.60176
maximum resident set size= 806340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34220
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25104
involuntary context switches= 29171

runsolver used 3.37949 second user time and 8.39472 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 18:11:24
IDJOB=3688208
IDBENCH=2900
IDSOLVER=2268
FILE ID=node137/3688208-1337875884
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71516 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_7_60_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688208-1337875884/watcher-3688208-1337875884 -o /tmp/evaluation-result-3688208-1337875884/solver-3688208-1337875884 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688208-1337875884.opb

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=1233969812

node137.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.600
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	: 5333.20
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.600
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.600
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.92
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.600
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.600
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.600
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		: 2666.600
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.600
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:        29084080 kB
Buffers:          213208 kB
Cached:          2166172 kB
SwapCached:        22060 kB
Active:          1331884 kB
Inactive:        1675176 kB
Active(anon):     607248 kB
Inactive(anon):    22680 kB
Active(file):     724636 kB
Inactive(file):  1652496 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               100 kB
Writeback:             0 kB
AnonPages:        741724 kB
Mapped:            17916 kB
Shmem:                 0 kB
Slab:             639168 kB
SReclaimable:      80656 kB
SUnreclaim:       558512 kB
KernelStack:        1784 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1090140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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= 71516 MiB
End job on node137 at 2012-05-24 18:26:27