Trace number 4081745

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)12 1800.74 897.251

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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 PB16.v20160501
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 >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@4413ee
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081745-1465253359.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.46/0.30	c ... done. Wall clock time 0.176s.
0.46/0.30	c declared #vars     100
0.46/0.30	c internal #vars     1358
0.46/0.30	c #constraints  2616
0.46/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
0.46/0.30	c 2616 constraints processed.
0.46/0.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1358
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
0.46/0.30	c 2616 constraints processed.
0.46/0.30	c objective function length is 100 literals
0.46/0.31	c And the winner is solver0
0.53/0.80	c SATISFIABLE
0.53/0.80	c OPTIMIZING...
0.53/0.80	c Got one! Elapsed wall clock time (in seconds):0.68
0.53/0.80	o 15
0.90/0.92	c And the winner is solver0
1.14/1.30	c Got one! Elapsed wall clock time (in seconds):1.183
1.14/1.30	o 14
1.51/1.43	c And the winner is solver0
1.95/1.80	c Got one! Elapsed wall clock time (in seconds):1.685
1.95/1.80	o 13
3.93/2.62	c cleaning 2631 clauses out of 5262 with flag 10861/5262
6.92/3.83	c cleaning 4306 clauses out of 8632 with flag 27156/11263
9.84/5.23	c cleaning 5663 clauses out of 11326 with flag 45537/18263
13.19/6.85	c cleaning 6826 clauses out of 13663 with flag 66237/26263
16.86/8.69	c cleaning 7912 clauses out of 15836 with flag 89639/35262
20.94/10.63	c cleaning 8963 clauses out of 17925 with flag 114914/45263
25.74/13.00	c cleaning 9970 clauses out of 19962 with flag 144465/56263
31.02/15.67	c cleaning 10995 clauses out of 21991 with flag 176598/68262
36.89/18.51	c cleaning 11991 clauses out of 23996 with flag 209733/81262
40.29/20.26	c And the winner is solver0
40.47/20.36	c Got one! Elapsed wall clock time (in seconds):20.241
40.47/20.36	o 12
42.61/21.49	c cleaning 12617 clauses out of 25241 with flag 13967/94498
45.01/22.67	c cleaning 9306 clauses out of 18623 with flag 29222/100497
47.88/24.09	c cleaning 8158 clauses out of 16318 with flag 47369/107498
51.08/25.61	c cleaning 8072 clauses out of 16158 with flag 68701/115496
54.48/27.38	c cleaning 8539 clauses out of 17086 with flag 94133/124496
58.47/29.38	c cleaning 9274 clauses out of 18549 with flag 121686/134498
63.33/31.72	c cleaning 10127 clauses out of 20276 with flag 151256/145499
68.15/34.18	c cleaning 11073 clauses out of 22146 with flag 182944/157496
73.33/36.78	c cleaning 12036 clauses out of 24075 with flag 216770/170498
79.14/39.64	c cleaning 13012 clauses out of 26038 with flag 253818/184497
85.79/42.94	c cleaning 14002 clauses out of 28026 with flag 295233/199497
93.17/46.69	c cleaning 15006 clauses out of 30024 with flag 338590/215497
101.26/50.67	c cleaning 16005 clauses out of 32020 with flag 383370/232499
109.65/54.82	c cleaning 17001 clauses out of 34012 with flag 434079/250496
118.92/59.42	c cleaning 17999 clauses out of 36012 with flag 484473/269497
122.57/61.21	c cleaning 0 clauses out of 5154 with flag 0/5155
128.97/64.38	c cleaning 19002 clauses out of 38015 with flag 537333/289499
140.14/69.80	c cleaning 19997 clauses out of 40010 with flag 596201/310496
151.55/75.57	c cleaning 21008 clauses out of 42015 with flag 656012/332498
162.80/81.16	c cleaning 22001 clauses out of 44007 with flag 716442/355498
175.24/87.38	c cleaning 22998 clauses out of 46004 with flag 779102/379496
188.49/93.94	c cleaning 24000 clauses out of 48009 with flag 847301/404499
202.16/100.79	c cleaning 24991 clauses out of 50006 with flag 919096/430496
216.44/107.86	c cleaning 26008 clauses out of 52015 with flag 992506/457496
231.87/115.56	c cleaning 26999 clauses out of 54007 with flag 1071359/485496
247.71/123.41	c cleaning 27999 clauses out of 56008 with flag 1150796/514496
264.55/131.82	c cleaning 29000 clauses out of 58009 with flag 1234901/544496
281.82/140.49	c cleaning 29994 clauses out of 60009 with flag 1323757/575496
300.63/149.87	c cleaning 31001 clauses out of 62015 with flag 1414437/607496
320.13/159.53	c cleaning 31994 clauses out of 64014 with flag 1507980/640496
339.79/169.37	c cleaning 33008 clauses out of 66024 with flag 1608112/674500
361.32/180.02	c cleaning 34005 clauses out of 68012 with flag 1706801/709496
383.61/191.11	c cleaning 34996 clauses out of 70007 with flag 1811664/745496
405.91/202.25	c cleaning 36007 clauses out of 72015 with flag 1923195/782500
429.95/214.26	c cleaning 36997 clauses out of 74004 with flag 2030883/820496
456.23/227.35	c cleaning 37995 clauses out of 76007 with flag 2140574/859496
483.79/241.08	c cleaning 39000 clauses out of 78013 with flag 2252062/899497
512.97/255.51	c cleaning 40003 clauses out of 80013 with flag 2363053/940497
544.16/271.05	c cleaning 40993 clauses out of 82010 with flag 2480024/982497
576.20/286.90	c cleaning 42010 clauses out of 84020 with flag 2600124/1025500
610.07/304.16	c cleaning 42999 clauses out of 86006 with flag 2722727/1069496
643.86/320.93	c cleaning 43999 clauses out of 88009 with flag 2850533/1114498
679.25/338.53	c cleaning 44999 clauses out of 90008 with flag 2983247/1160496
686.29/342.03	c cleaning 0 clauses out of 11156 with flag 0/11157
714.04/355.81	c cleaning 46002 clauses out of 92011 with flag 3116954/1207498
750.16/373.87	c cleaning 46990 clauses out of 94008 with flag 3257494/1255497
788.19/392.75	c cleaning 48001 clauses out of 96018 with flag 3401284/1304497
826.61/411.88	c cleaning 49001 clauses out of 98017 with flag 3555198/1354497
864.84/430.81	c cleaning 50004 clauses out of 100015 with flag 3711680/1405496
905.08/450.86	c cleaning 51000 clauses out of 102012 with flag 3867679/1457497
949.28/472.84	c cleaning 52004 clauses out of 104014 with flag 4017503/1510499
993.80/495.49	c cleaning 52996 clauses out of 106008 with flag 4178217/1564497
1037.87/517.37	c cleaning 54001 clauses out of 108011 with flag 4341409/1619496
1082.27/539.41	c cleaning 55003 clauses out of 110011 with flag 4509343/1675497
1129.05/562.71	c cleaning 55989 clauses out of 112007 with flag 4673582/1732496
1179.09/587.66	c cleaning 57004 clauses out of 114020 with flag 4840082/1790498
1226.91/611.47	c cleaning 58007 clauses out of 116015 with flag 5010856/1849497
1276.91/636.34	c cleaning 59002 clauses out of 118007 with flag 5192053/1909496
1329.88/662.63	c cleaning 60005 clauses out of 120011 with flag 5374479/1970502
1382.42/688.85	c cleaning 61001 clauses out of 122001 with flag 5552822/2032497
1433.63/714.36	c cleaning 61996 clauses out of 124002 with flag 5730326/2095499
1489.91/742.32	c cleaning 62998 clauses out of 126003 with flag 5911664/2159496
1547.83/771.12	c cleaning 63999 clauses out of 128006 with flag 6098654/2224497
1607.12/800.62	c cleaning 64998 clauses out of 130007 with flag 6292665/2290497
1666.19/830.64	c cleaning 65992 clauses out of 132008 with flag 6497825/2357496
1726.82/860.82	c cleaning 67000 clauses out of 134016 with flag 6704833/2425496
1789.55/892.09	c cleaning 68006 clauses out of 136016 with flag 6916249/2494496
1800.02/897.20	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.20	c starts		: 1084
1800.02/897.20	c conflicts		: 2509745
1800.02/897.20	c decisions		: 5213734
1800.02/897.20	c propagations		: 540306467
1800.02/897.20	c inspects		: 12078063557
1800.02/897.20	c shortcuts		: 0
1800.02/897.20	c learnt literals	: 0
1800.02/897.20	c learnt binary clauses	: 0
1800.02/897.20	c learnt ternary clauses	: 4
1800.02/897.20	c learnt constraints	: 2509745
1800.02/897.20	c ignored constraints	: 0
1800.02/897.20	c root simplifications	: 0
1800.02/897.20	c removed literals (reason simplification)	: 194127
1800.02/897.20	c reason swapping (by a shorter reason)	: 0
1800.02/897.20	c Calls to reduceDB	: 74
1800.02/897.20	c Number of update (reduction) of LBD	: 669078
1800.02/897.20	c Imported unit clauses	: 0
1800.02/897.20	c number of reductions to clauses (during analyze)	: 0
1800.02/897.20	c number of learned constraints concerned by reduction	: 0
1800.02/897.20	c number of learning phase by resolution	: 0
1800.02/897.20	c number of learning phase by cutting planes	: 0
1800.02/897.20	c speed (assignments/second)	: 602415.505630505
1800.02/897.20	c non guided choices	0
1800.02/897.23	c learnt constraints type 
1800.02/897.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83259
1800.02/897.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.23	c starts		: 62
1800.02/897.23	c conflicts		: 17988
1800.02/897.23	c decisions		: 31500
1800.02/897.23	c propagations		: 1771369
1800.02/897.23	c inspects		: 1007969463
1800.02/897.23	c shortcuts		: 0
1800.02/897.23	c learnt literals	: 0
1800.02/897.23	c learnt binary clauses	: 0
1800.02/897.23	c learnt ternary clauses	: 0
1800.02/897.23	c learnt constraints	: 17986
1800.02/897.23	c ignored constraints	: 0
1800.02/897.23	c root simplifications	: 0
1800.02/897.23	c removed literals (reason simplification)	: 0
1800.02/897.23	c reason swapping (by a shorter reason)	: 0
1800.02/897.23	c Calls to reduceDB	: 2
1800.02/897.23	c Number of update (reduction) of LBD	: 0
1800.02/897.23	c Imported unit clauses	: 0
1800.02/897.23	c number of reductions to clauses (during analyze)	: 0
1800.02/897.23	c number of learned constraints concerned by reduction	: 0
1800.02/897.23	c number of learning phase by resolution	: 0
1800.02/897.23	c number of learning phase by cutting planes	: 0
1800.02/897.23	c speed (assignments/second)	: 2020.1251965818983
1800.02/897.23	c non guided choices	0
1800.02/897.23	c learnt constraints type 
1800.02/897.23	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.02/897.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
1800.02/897.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17842
1800.02/897.23	s SATISFIABLE
1800.02/897.23	c Found 4 solution(s)
1800.02/897.23	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.02/897.24	c objective function=12
1800.02/897.24	c Total wall clock time (in seconds): 897.116

Verifier Data

OK	12

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4081745-1465253359/watcher-4081745-1465253359 -o /tmp/evaluation-result-4081745-1465253359/solver-4081745-1465253359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081745-1465253359.opb 

pid=19598
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: 4.51 4.06 3.99 4/199 19601
/proc/meminfo: memFree=27528980/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/19601/stat : 19601 (java) R 19598 19601 15677 0 -1 4202496 420 0 0 0 0 0 0 0 20 0 1 0 107268728 9445376 90 33554432000 1073741824 1073778376 140735738232176 140735738229304 273896486327 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2306 93 75 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.51 4.06 3.99 4/199 19601
/proc/meminfo: memFree=27528980/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 4398 0 1 0 7 2 0 0 20 0 18 0 107268728 9787879424 6030 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 4.51 4.06 3.99 4/199 19601
/proc/meminfo: memFree=27528980/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 4569 0 1 0 19 2 0 0 20 0 18 0 107268728 9787879424 7191 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2389619 7191 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 4.51 4.06 3.99 4/199 19601
/proc/meminfo: memFree=27528980/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 6095 0 1 0 44 2 0 0 20 0 18 0 107268728 9787879424 9380 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2389619 9380 2246 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.51 4.06 3.99 4/199 19601
/proc/meminfo: memFree=27528980/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 6214 0 1 0 49 4 0 0 20 0 19 0 107268728 10060525568 9941 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 9941 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.51 4.06 3.99 3/218 19626
/proc/meminfo: memFree=27482892/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 13697 0 1 0 170 9 0 0 20 0 19 0 107268728 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 19907 2266 9 0 2446860 0
[pid=19601/tid=19603] ppid=19598 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19601/task/19603/stat : 19603 (java) S 19598 19601 15677 0 -1 4202560 2424 0 1 0 25 2 0 0 20 0 19 0 107268729 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924300772216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19604] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19604/stat : 19604 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924273224616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19605] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19605/stat : 19605 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924272172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19606] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19606/stat : 19606 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924271119016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19607] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19607/stat : 19607 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924270066472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19608] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19608/stat : 19608 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924269013416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19609] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19609/stat : 19609 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924267960872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19610] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19610/stat : 19610 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924266907816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19611] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19611/stat : 19611 (java) S 19598 19601 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107268730 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139924265855272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19612] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19612/stat : 19612 (java) S 19598 19601 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107268731 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923653892968 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19613] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19613/stat : 19613 (java) S 19598 19601 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107268732 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923652839288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19614] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19614/stat : 19614 (java) S 19598 19601 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107268732 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923651786120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19615] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19615/stat : 19615 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268734 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923650734864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19616] ppid=19598 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19601/task/19616/stat : 19616 (java) R 19598 19601 15677 0 -1 4202560 3588 0 0 0 46 0 0 0 20 0 19 0 107268734 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923649658968 139924304889377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19617] ppid=19598 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/19601/task/19617/stat : 19617 (java) R 19598 19601 15677 0 -1 4202560 6329 0 0 0 43 2 0 0 20 0 19 0 107268734 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923648607016 139924304886044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19618] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19618/stat : 19618 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268734 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923647576312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19619] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19619/stat : 19619 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107268734 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923646523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19623] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19623/stat : 19623 (java) S 19598 19601 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107268759 10060525568 19907 33554432000 1073741824 1073778376 140735738232176 139923642312104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.51 4.06 3.99 7/221 19632
/proc/meminfo: memFree=27353132/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=5.41 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 22156 0 1 0 524 17 0 0 20 0 22 0 107268728 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 52206 2293 9 0 2446860 0
[pid=19601/tid=19603] ppid=19598 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19601/task/19603/stat : 19603 (java) S 19598 19601 15677 0 -1 4202560 2424 0 1 0 25 2 0 0 20 0 22 0 107268729 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924300772216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19604] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19604/stat : 19604 (java) S 19598 19601 15677 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924273224616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19605] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19605/stat : 19605 (java) S 19598 19601 15677 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924272172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19606] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19606/stat : 19606 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924271119016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19607] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19607/stat : 19607 (java) S 19598 19601 15677 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924270066472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19608] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19608/stat : 19608 (java) S 19598 19601 15677 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924269013416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19609] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19609/stat : 19609 (java) S 19598 19601 15677 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924267960872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19610] ppid=19598 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19601/task/19610/stat : 19610 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924266907816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19611] ppid=19598 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19601/task/19611/stat : 19611 (java) S 19598 19601 15677 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 107268730 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139924265855272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19612] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19612/stat : 19612 (java) S 19598 19601 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107268731 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923653892968 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19613] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19613/stat : 19613 (java) S 19598 19601 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923652839288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19614] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19614/stat : 19614 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923651786120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19615] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19615/stat : 19615 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923650734864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19616] ppid=19598 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/19601/task/19616/stat : 19616 (java) S 19598 19601 15677 0 -1 4202560 11766 0 0 0 92 2 0 0 20 0 22 0 107268734 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923649681720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19617] ppid=19598 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/19601/task/19617/stat : 19617 (java) S 19598 19601 15677 0 -1 4202560 6399 0 0 0 94 2 0 0 20 0 22 0 107268734 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923648629176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19618] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19618/stat : 19618 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923647576312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19619] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19619/stat : 19619 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923646523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19623] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19623/stat : 19623 (java) S 19598 19601 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107268759 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923642312104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19630] ppid=19598 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/19601/task/19630/stat : 19630 (java) R 19598 19601 15677 0 -1 4202560 5 0 0 0 120 0 0 0 20 0 22 0 107268909 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923644416600 139924146189942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19631] ppid=19598 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19601/task/19631/stat : 19631 (java) R 19598 19601 15677 0 -1 4202560 53 0 0 0 120 2 0 0 20 0 22 0 107268909 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923645468464 139924146270069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19632] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19632/stat : 19632 (java) S 19598 19601 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107268909 10060525568 52206 33554432000 1073741824 1073778376 140735738232176 139923643364392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.63 4.09 4.00 6/221 19632
/proc/meminfo: memFree=27153212/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=12.19 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 23652 0 1 0 1184 35 0 0 20 0 22 0 107268728 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 155971 2293 9 0 2446860 0
[pid=19601/tid=19603] ppid=19598 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19601/task/19603/stat : 19603 (java) S 19598 19601 15677 0 -1 4202560 2424 0 1 0 25 2 0 0 20 0 22 0 107268729 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924300772216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19604] ppid=19598 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19601/task/19604/stat : 19604 (java) S 19598 19601 15677 0 -1 4202560 76 0 0 0 4 2 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924273224616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19605] ppid=19598 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19601/task/19605/stat : 19605 (java) S 19598 19601 15677 0 -1 4202560 58 0 0 0 8 2 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924272172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19606] ppid=19598 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19601/task/19606/stat : 19606 (java) S 19598 19601 15677 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924271119016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19607] ppid=19598 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19601/task/19607/stat : 19607 (java) S 19598 19601 15677 0 -1 4202560 151 0 0 0 7 3 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924270066472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19608] ppid=19598 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19601/task/19608/stat : 19608 (java) S 19598 19601 15677 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924269013416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19609] ppid=19598 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19601/task/19609/stat : 19609 (java) S 19598 19601 15677 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924267960872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19610] ppid=19598 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19601/task/19610/stat : 19610 (java) S 19598 19601 15677 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924266907816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19611] ppid=19598 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19601/task/19611/stat : 19611 (java) S 19598 19601 15677 0 -1 4202560 162 0 0 0 6 3 0 0 20 0 22 0 107268730 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139924265855272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19612] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19612/stat : 19612 (java) S 19598 19601 15677 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 22 0 107268731 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923653892968 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19613] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19613/stat : 19613 (java) S 19598 19601 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923652839288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19614] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19614/stat : 19614 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923651786120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19615] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19615/stat : 19615 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923650734864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19616] ppid=19598 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/19601/task/19616/stat : 19616 (java) S 19598 19601 15677 0 -1 4202560 11798 0 0 0 102 2 0 0 20 0 22 0 107268734 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923649681720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19617] ppid=19598 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/19601/task/19617/stat : 19617 (java) S 19598 19601 15677 0 -1 4202560 6399 0 0 0 97 2 0 0 20 0 22 0 107268734 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923648629176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19618] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19618/stat : 19618 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 155971 33554432000 1073741824 1073778376 140735738232176 139923647576312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19619] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.03 4.30 4.18 6/221 19763
/proc/meminfo: memFree=27583300/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=1650.64 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 33622 0 1 0 164901 163 0 0 20 0 22 0 107268728 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 625516 2303 9 0 2446860 0
[pid=19601/tid=19603] ppid=19598 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19601/task/19603/stat : 19603 (java) S 19598 19601 15677 0 -1 4202560 2430 0 1 0 27 5 0 0 20 0 22 0 107268729 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924300772216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19604] ppid=19598 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/19601/task/19604/stat : 19604 (java) S 19598 19601 15677 0 -1 4202560 407 0 0 0 234 12 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924273224616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19605] ppid=19598 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/19601/task/19605/stat : 19605 (java) S 19598 19601 15677 0 -1 4202560 394 0 0 0 238 11 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924272172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19606] ppid=19598 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/19601/task/19606/stat : 19606 (java) S 19598 19601 15677 0 -1 4202560 440 0 0 0 236 10 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924271119016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19607] ppid=19598 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/19601/task/19607/stat : 19607 (java) S 19598 19601 15677 0 -1 4202560 507 0 0 0 236 11 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924270066472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19608] ppid=19598 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/19601/task/19608/stat : 19608 (java) S 19598 19601 15677 0 -1 4202560 335 0 0 0 215 9 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924269013416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19609] ppid=19598 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/19601/task/19609/stat : 19609 (java) S 19598 19601 15677 0 -1 4202560 485 0 0 0 241 10 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924267960872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19610] ppid=19598 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/19601/task/19610/stat : 19610 (java) S 19598 19601 15677 0 -1 4202560 396 0 0 0 225 9 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924266907816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19611] ppid=19598 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/19601/task/19611/stat : 19611 (java) S 19598 19601 15677 0 -1 4202560 487 0 0 0 232 10 0 0 20 0 22 0 107268730 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139924265855272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19612] ppid=19598 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/19601/task/19612/stat : 19612 (java) S 19598 19601 15677 0 -1 4202560 2596 0 0 0 160 18 0 0 20 0 22 0 107268731 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923653892968 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19613] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19613/stat : 19613 (java) S 19598 19601 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923652839288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19614] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19614/stat : 19614 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923651786120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19615] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19615/stat : 19615 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923650734864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19616] ppid=19598 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/19601/task/19616/stat : 19616 (java) S 19598 19601 15677 0 -1 4202560 15753 0 0 0 155 2 0 0 20 0 22 0 107268734 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923649681720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19617] ppid=19598 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/19601/task/19617/stat : 19617 (java) S 19598 19601 15677 0 -1 4202560 6399 0 0 0 104 2 0 0 20 0 22 0 107268734 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923648629176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19618] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19618/stat : 19618 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923647576312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19619] ppid=19598 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19601/task/19619/stat : 19619 (java) S 19598 19601 15677 0 -1 4202560 46 0 0 0 15 20 0 0 20 0 22 0 107268734 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923646523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19623] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19623/stat : 19623 (java) S 19598 19601 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107268759 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923642312104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19633] ppid=19598 vsize=9824732 CPUtime=794.84 cores=1,3,5,7
/proc/19601/task/19633/stat : 19633 (java) R 19598 19601 15677 0 -1 4202560 77 0 0 0 79470 14 0 0 20 0 22 0 107270765 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923645468176 139924146244724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19634] ppid=19598 vsize=9824732 CPUtime=794.82 cores=1,3,5,7
/proc/19601/task/19634/stat : 19634 (java) R 19598 19601 15677 0 -1 4202560 615 0 0 0 79453 29 0 0 20 0 22 0 107270765 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923644416272 139924146417301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19635] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19635/stat : 19635 (java) S 19598 19601 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107270765 10060525568 625516 33554432000 1073741824 1073778376 140735738232176 139923643364264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1650.64
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.11 4.28 4.18 6/221 19765
/proc/meminfo: memFree=24851412/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=1770.01 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 33939 0 1 0 176836 165 0 0 20 0 22 0 107268728 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 616956 2303 9 0 2446860 0
[pid=19601/tid=19603] ppid=19598 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19601/task/19603/stat : 19603 (java) S 19598 19601 15677 0 -1 4202560 2430 0 1 0 27 5 0 0 20 0 22 0 107268729 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924300772216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19604] ppid=19598 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/19601/task/19604/stat : 19604 (java) S 19598 19601 15677 0 -1 4202560 429 0 0 0 250 12 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924273224616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19605] ppid=19598 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/19601/task/19605/stat : 19605 (java) S 19598 19601 15677 0 -1 4202560 423 0 0 0 252 11 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924272172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19606] ppid=19598 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/19601/task/19606/stat : 19606 (java) S 19598 19601 15677 0 -1 4202560 478 0 0 0 247 10 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924271119016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19607] ppid=19598 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/19601/task/19607/stat : 19607 (java) S 19598 19601 15677 0 -1 4202560 510 0 0 0 255 11 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924270066472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19608] ppid=19598 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19601/task/19608/stat : 19608 (java) S 19598 19601 15677 0 -1 4202560 353 0 0 0 227 10 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924269013416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19609] ppid=19598 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/19601/task/19609/stat : 19609 (java) S 19598 19601 15677 0 -1 4202560 517 0 0 0 264 10 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924267960872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19610] ppid=19598 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/19601/task/19610/stat : 19610 (java) S 19598 19601 15677 0 -1 4202560 396 0 0 0 236 9 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924266907816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19611] ppid=19598 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/19601/task/19611/stat : 19611 (java) S 19598 19601 15677 0 -1 4202560 496 0 0 0 246 10 0 0 20 0 22 0 107268730 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139924265855272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19612] ppid=19598 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/19601/task/19612/stat : 19612 (java) S 19598 19601 15677 0 -1 4202560 2748 0 0 0 273 19 0 0 20 0 22 0 107268731 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923653892968 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19613] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19613/stat : 19613 (java) S 19598 19601 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923652839288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19614] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19614/stat : 19614 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923651786120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19615] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19615/stat : 19615 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923650734864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19616] ppid=19598 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/19601/task/19616/stat : 19616 (java) S 19598 19601 15677 0 -1 4202560 15753 0 0 0 155 2 0 0 20 0 22 0 107268734 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923649681720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19617] ppid=19598 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/19601/task/19617/stat : 19617 (java) S 19598 19601 15677 0 -1 4202560 6399 0 0 0 104 2 0 0 20 0 22 0 107268734 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923648629176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19618] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19618/stat : 19618 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923647576312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19619] ppid=19598 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/19601/task/19619/stat : 19619 (java) S 19598 19601 15677 0 -1 4202560 50 0 0 0 15 23 0 0 20 0 22 0 107268734 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923646523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19623] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19623/stat : 19623 (java) S 19598 19601 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107268759 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923642312104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19633] ppid=19598 vsize=9824732 CPUtime=853.36 cores=1,3,5,7
/proc/19601/task/19633/stat : 19633 (java) R 19598 19601 15677 0 -1 4202560 82 0 0 0 85322 14 0 0 20 0 22 0 107270765 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923645468192 139924146233637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19634] ppid=19598 vsize=9824732 CPUtime=853.34 cores=1,3,5,7
/proc/19601/task/19634/stat : 19634 (java) R 19598 19601 15677 0 -1 4202560 620 0 0 0 85305 29 0 0 20 0 22 0 107270765 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923644414304 139924146417070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19635] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19635/stat : 19635 (java) S 19598 19601 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107270765 10060525568 616956 33554432000 1073741824 1073778376 140735738232176 139923643364264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.36 4.33 4.20 6/221 19765
/proc/meminfo: memFree=24847324/32872528 swapFree=15540/1663004
[pid=19601] ppid=19598 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/19601/stat : 19601 (java) S 19598 19601 15677 0 -1 4202496 33954 0 1 0 179836 166 0 0 20 0 22 0 107268728 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 140735738223312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2456183 613937 2303 9 0 2446860 0
[pid=19601/tid=19603] ppid=19598 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19601/task/19603/stat : 19603 (java) S 19598 19601 15677 0 -1 4202560 2430 0 1 0 27 5 0 0 20 0 22 0 107268729 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924300772216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19604] ppid=19598 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/19601/task/19604/stat : 19604 (java) S 19598 19601 15677 0 -1 4202560 429 0 0 0 255 12 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924273224616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19605] ppid=19598 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/19601/task/19605/stat : 19605 (java) S 19598 19601 15677 0 -1 4202560 423 0 0 0 260 11 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924272172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19606] ppid=19598 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/19601/task/19606/stat : 19606 (java) S 19598 19601 15677 0 -1 4202560 478 0 0 0 255 10 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924271119016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19607] ppid=19598 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/19601/task/19607/stat : 19607 (java) S 19598 19601 15677 0 -1 4202560 510 0 0 0 260 11 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924270066472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19608] ppid=19598 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/19601/task/19608/stat : 19608 (java) S 19598 19601 15677 0 -1 4202560 361 0 0 0 231 10 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924269013416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19609] ppid=19598 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/19601/task/19609/stat : 19609 (java) S 19598 19601 15677 0 -1 4202560 517 0 0 0 269 10 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924267960872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19610] ppid=19598 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/19601/task/19610/stat : 19610 (java) S 19598 19601 15677 0 -1 4202560 396 0 0 0 243 9 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924266907816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19611] ppid=19598 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/19601/task/19611/stat : 19611 (java) S 19598 19601 15677 0 -1 4202560 498 0 0 0 250 10 0 0 20 0 22 0 107268730 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139924265855272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19601/tid=19612] ppid=19598 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/19601/task/19612/stat : 19612 (java) S 19598 19601 15677 0 -1 4202560 2748 0 0 0 273 20 0 0 20 0 22 0 107268731 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923653892968 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19613] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19613/stat : 19613 (java) S 19598 19601 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923652839288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19614] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19614/stat : 19614 (java) S 19598 19601 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107268732 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923651786120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19615] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19615/stat : 19615 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923650734864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19616] ppid=19598 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/19601/task/19616/stat : 19616 (java) S 19598 19601 15677 0 -1 4202560 15753 0 0 0 155 2 0 0 20 0 22 0 107268734 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923649681720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19617] ppid=19598 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/19601/task/19617/stat : 19617 (java) S 19598 19601 15677 0 -1 4202560 6399 0 0 0 104 2 0 0 20 0 22 0 107268734 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923648629176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19618] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19618/stat : 19618 (java) S 19598 19601 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107268734 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923647576312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19619] ppid=19598 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/19601/task/19619/stat : 19619 (java) S 19598 19601 15677 0 -1 4202560 50 0 0 0 16 23 0 0 20 0 22 0 107268734 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923646523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19623] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19623/stat : 19623 (java) S 19598 19601 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107268759 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923642312104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19601/tid=19633] ppid=19598 vsize=9824732 CPUtime=868.13 cores=1,3,5,7
/proc/19601/task/19633/stat : 19633 (java) R 19598 19601 15677 0 -1 4202560 83 0 0 0 86798 15 0 0 20 0 22 0 107270765 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923645468176 139924146233637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19601/tid=19634] ppid=19598 vsize=9824732 CPUtime=868.11 cores=1,3,5,7
/proc/19601/task/19634/stat : 19634 (java) R 19598 19601 15677 0 -1 4202560 624 0 0 0 86781 30 0 0 20 0 22 0 107270765 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923644416272 139924146417301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19601/tid=19635] ppid=19598 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19601/task/19635/stat : 19635 (java) S 19598 19601 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107270765 10060525568 613937 33554432000 1073741824 1073778376 140735738232176 139923643364264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19601 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 897.251
CPU time (s): 1800.74
CPU user time (s): 1798.48
CPU system time (s): 2.26066
CPU usage (%): 200.695
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 2.26066
maximum resident set size= 2901804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33989
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= 27790
involuntary context switches= 46324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.12322 second user time and 8.43372 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 00:49:20
IDJOB=4081745
IDBENCH=48105
IDSOLVER=2543
FILE ID=node134/4081745-1465253359
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081745-1465253359/watcher-4081745-1465253359 -o /tmp/evaluation-result-4081745-1465253359/solver-4081745-1465253359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081745-1465253359.opb

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=1395121522

node134.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.403
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.80
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.403
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	: 5332.55
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.403
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	: 5332.56
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.403
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	: 5332.56
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.403
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	: 5332.55
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.403
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	: 5332.55
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.403
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	: 5332.56
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.403
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27529788 kB
Buffers:           50408 kB
Cached:           119912 kB
SwapCached:         1804 kB
Active:          2861216 kB
Inactive:          99772 kB
Active(anon):    2791856 kB
Inactive(anon):     1040 kB
Active(file):      69360 kB
Inactive(file):    98732 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:       4465112 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             568832 kB
SReclaimable:      12556 kB
SUnreclaim:       556276 kB
KernelStack:        1632 kB
PageTables:        12748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5191976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4347904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node134 at 2016-06-07 01:04:17