Trace number 4109496

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 11.3413 10.1899

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-66-100-0.wbo
MD5SUM8ce95ac0fdbf9f0573ae217524496b3b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark6.98294
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109496-1466343648.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     211
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 42 literals
0.56/0.36	c SATISFIABLE
0.56/0.36	c OPTIMIZING...
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.252
0.56/0.36	o 986
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.68/0.46	o 985
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.68/0.48	o 984
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.68/0.49	o 983
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
0.84/0.50	o 954
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
0.84/0.51	o 856
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.84/0.53	o 851
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
0.84/0.54	o 835
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
0.84/0.56	o 831
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
0.84/0.57	o 775
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
0.84/0.59	o 760
0.95/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
0.95/0.60	o 614
0.95/0.60	c Got one! Elapsed wall clock time (in seconds):0.493
0.95/0.60	o 600
0.95/0.61	c Got one! Elapsed wall clock time (in seconds):0.499
0.95/0.61	o 575
0.95/0.61	c Got one! Elapsed wall clock time (in seconds):0.504
0.95/0.61	o 571
0.95/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
0.95/0.61	o 273
0.95/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
0.95/0.62	o 267
0.95/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
0.95/0.65	o 257
0.95/0.66	c Got one! Elapsed wall clock time (in seconds):0.55
0.95/0.66	o 253
0.95/0.66	c Got one! Elapsed wall clock time (in seconds):0.558
0.95/0.66	o 252
0.95/0.67	c Got one! Elapsed wall clock time (in seconds):0.565
0.95/0.67	o 251
0.95/0.70	c Got one! Elapsed wall clock time (in seconds):0.588
0.95/0.70	o 250
1.09/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.09/0.71	o 248
1.09/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.09/0.71	o 238
1.09/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.09/0.73	o 235
1.09/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.09/0.74	o 227
1.09/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.09/0.75	o 216
1.09/0.75	c Got one! Elapsed wall clock time (in seconds):0.647
1.09/0.75	o 212
1.09/0.76	c Got one! Elapsed wall clock time (in seconds):0.657
1.09/0.76	o 210
1.09/0.77	c Got one! Elapsed wall clock time (in seconds):0.665
1.09/0.77	o 194
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.09/0.78	o 172
1.20/0.86	c cleaning 6734 clauses out of 13468 with flag 3005/13468
1.43/1.08	c cleaning 6366 clauses out of 12733 with flag 21200/19467
1.54/1.15	c Got one! Elapsed wall clock time (in seconds):1.039
1.54/1.15	o 155
1.54/1.20	c Got one! Elapsed wall clock time (in seconds):1.089
1.54/1.20	o 151
1.65/1.21	c Got one! Elapsed wall clock time (in seconds):1.098
1.65/1.21	o 150
1.65/1.29	c cleaning 6084 clauses out of 12168 with flag 6142/25268
1.85/1.49	c cleaning 6040 clauses out of 12084 with flag 24072/31268
2.05/1.69	c Got one! Elapsed wall clock time (in seconds):1.584
2.05/1.69	o 146
2.25/1.80	c Got one! Elapsed wall clock time (in seconds):1.695
2.25/1.80	o 106
2.25/1.85	c Got one! Elapsed wall clock time (in seconds):1.746
2.25/1.85	o 102
2.25/1.88	c Got one! Elapsed wall clock time (in seconds):1.769
2.25/1.88	o 101
2.36/1.98	c cleaning 8962 clauses out of 17943 with flag 7087/43168
2.46/2.01	c Got one! Elapsed wall clock time (in seconds):1.901
2.46/2.01	o 98
2.67/2.23	c cleaning 7406 clauses out of 14813 with flag 18509/49000
2.86/2.40	c Got one! Elapsed wall clock time (in seconds):2.298
2.86/2.40	o 97
2.86/2.41	c Got one! Elapsed wall clock time (in seconds):2.305
2.86/2.41	o 91
2.86/2.46	c cleaning 6518 clauses out of 13044 with flag 3877/54637
3.06/2.69	c cleaning 6259 clauses out of 12526 with flag 24340/60637
3.36/2.95	c cleaning 6629 clauses out of 13266 with flag 49892/67636
3.66/3.27	c cleaning 7313 clauses out of 14637 with flag 78642/75636
4.06/3.66	c cleaning 8158 clauses out of 16324 with flag 113849/84636
4.06/3.68	c Got one! Elapsed wall clock time (in seconds):3.578
4.06/3.68	o 86
4.28/3.90	c cleaning 6947 clauses out of 13900 with flag 19975/90370
4.48/4.09	c Got one! Elapsed wall clock time (in seconds):3.978
4.48/4.09	o 81
4.68/4.21	c Got one! Elapsed wall clock time (in seconds):4.104
4.68/4.21	o 63
4.78/4.32	c cleaning 8577 clauses out of 17166 with flag 7935/100583
4.78/4.37	c Got one! Elapsed wall clock time (in seconds):4.259
4.78/4.37	o 62
4.99/4.55	c cleaning 6914 clauses out of 13832 with flag 17257/105826
5.50/4.81	c cleaning 6456 clauses out of 12917 with flag 42525/111825
6.11/5.11	c cleaning 6730 clauses out of 13463 with flag 72669/118827
6.45/5.44	c cleaning 7365 clauses out of 14733 with flag 106075/126828
6.85/5.80	c cleaning 8173 clauses out of 16365 with flag 141388/135825
6.85/5.83	c Got one! Elapsed wall clock time (in seconds):5.722
6.85/5.83	o 60
7.07/6.03	c cleaning 7068 clauses out of 14138 with flag 19373/141771
7.27/6.28	c cleaning 6526 clauses out of 13066 with flag 43883/147768
7.47/6.41	c Got one! Elapsed wall clock time (in seconds):6.306
7.47/6.41	o 59
7.47/6.49	c cleaning 6017 clauses out of 12053 with flag 7529/153281
7.79/6.72	c cleaning 6014 clauses out of 12036 with flag 31978/159281
7.89/6.83	c Got one! Elapsed wall clock time (in seconds):6.719
7.89/6.83	o 48
8.00/6.90	c cleaning 5663 clauses out of 11332 with flag 7875/164591
8.20/7.13	c cleaning 5832 clauses out of 11669 with flag 31799/170591
8.20/7.17	c Got one! Elapsed wall clock time (in seconds):7.063
8.20/7.17	o 23
8.45/7.32	c cleaning 5653 clauses out of 11309 with flag 17173/176064
8.65/7.54	c cleaning 5822 clauses out of 11656 with flag 43882/182064
8.95/7.81	c cleaning 6414 clauses out of 12832 with flag 76305/189062
9.25/8.13	c cleaning 7204 clauses out of 14415 with flag 110934/197062
9.55/8.48	c cleaning 8100 clauses out of 16211 with flag 149724/206063
10.07/8.93	c cleaning 9049 clauses out of 18108 with flag 195699/216062
10.56/9.43	c cleaning 10026 clauses out of 20056 with flag 244800/227062
10.76/9.63	c Got one! Elapsed wall clock time (in seconds):9.519
10.76/9.63	o 22
10.76/9.68	c cleaning 7949 clauses out of 15913 with flag 4576/232948
11.07/9.91	c cleaning 6974 clauses out of 13960 with flag 31779/238949
11.26/10.18	c starts		: 152
11.26/10.18	c conflicts		: 245649
11.26/10.18	c decisions		: 363834
11.26/10.18	c propagations		: 5728141
11.26/10.18	c inspects		: 127454875
11.26/10.18	c shortcuts		: 0
11.26/10.18	c learnt literals	: 40
11.26/10.18	c learnt binary clauses	: 6
11.26/10.18	c learnt ternary clauses	: 504
11.26/10.18	c learnt constraints	: 245608
11.26/10.18	c ignored constraints	: 0
11.26/10.18	c root simplifications	: 0
11.26/10.18	c removed literals (reason simplification)	: 0
11.26/10.18	c reason swapping (by a shorter reason)	: 0
11.26/10.18	c Calls to reduceDB	: 33
11.26/10.18	c Number of update (reduction) of LBD	: 52605
11.26/10.18	c Imported unit clauses	: 0
11.26/10.18	c number of reductions to clauses (during analyze)	: 0
11.26/10.18	c number of learned constraints concerned by reduction	: 0
11.26/10.18	c number of learning phase by resolution	: 0
11.26/10.18	c number of learning phase by cutting planes	: 0
11.26/10.18	c speed (assignments/second)	: 572070.4084689904
11.26/10.18	c non guided choices	1790
11.26/10.18	c learnt constraints type 
11.26/10.18	s OPTIMUM FOUND
11.26/10.18	c Found 50 solution(s)
11.26/10.18	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 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
11.26/10.18	c objective function=22
11.26/10.18	c Total wall clock time (in seconds): 10.075

Verifier Data

OK	22

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-4109496-1466343648/watcher-4109496-1466343648 -o /tmp/evaluation-result-4109496-1466343648/solver-4109496-1466343648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109496-1466343648.wbo 

pid=5935
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.19 1.86 4/195 5938
/proc/meminfo: memFree=30427480/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36414068 98570240 977 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 24065 977 743 9 0 16771 0
[pid=5938/tid=5939] ppid=5935 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36414069 98570240 977 33554432000 1073741824 1073778376 140734660809872 139828249144872 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.16 2.19 1.86 4/195 5938
/proc/meminfo: memFree=30427480/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 4434 0 1 0 9 1 0 0 20 0 18 0 36414068 9787879424 6050 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2389619 6050 2140 9 0 2380296 0
[pid=5938/tid=5939] ppid=5935 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 36414069 9787879424 6050 33554432000 1073741824 1073778376 140734660809872 139828249148320 219517347085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200352 s]
/proc/loadavg: 2.16 2.19 1.86 4/195 5938
/proc/meminfo: memFree=30427480/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625344 CPUtime=0.26 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 5692 0 1 0 25 1 0 0 20 0 19 0 36414068 9856352256 7929 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406336 7955 2222 9 0 2397013 0
[pid=5938/tid=5939] ppid=5935 vsize=9625344 CPUtime=0.17 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2411 0 1 0 16 1 0 0 20 0 19 0 36414069 9856352256 7975 33554432000 1073741824 1073778376 140734660809872 139828249150080 139828113040397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625344

[startup+0.300367 s]
/proc/loadavg: 2.16 2.19 1.86 4/195 5938
/proc/meminfo: memFree=30427480/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 8041 0 1 0 54 2 0 0 20 0 19 0 36414068 9856040960 8897 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 8897 2244 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 19 0 36414069 9856040960 8897 33554432000 1073741824 1073778376 140734660809872 139828249150080 139828113438444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700179 s]
/proc/loadavg: 2.16 2.19 1.86 4/195 5938
/proc/meminfo: memFree=30427480/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 8955 0 1 0 107 2 0 0 20 0 19 0 36414068 9856040960 9634 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 9634 2253 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 36414069 9856040960 9634 33554432000 1073741824 1073778376 140734660809872 139828249150080 139828113010727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.16 2.19 1.86 4/214 5957
/proc/meminfo: memFree=30387308/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 8969 0 1 0 193 2 0 0 20 0 19 0 36414068 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 11179 2260 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 36414069 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828249141552 139828113442934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5941] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5941/stat : 5941 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828238211880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5942] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5942/stat : 5942 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828237159080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 2116 0 0 0 20 0 0 0 20 0 19 0 36414074 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5938/task/5954/stat : 5954 (java) S 5935 5938 5243 0 -1 4202560 3165 0 0 0 24 0 0 0 20 0 19 0 36414074 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828067878968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5955] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5955/stat : 5955 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828066826872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5956] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5956/stat : 5956 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828065774280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5957] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5957/stat : 5957 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414086 9856040960 11179 33554432000 1073741824 1073778376 140734660809872 139828064720296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.15 2.19 1.86 4/214 5957
/proc/meminfo: memFree=30379048/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 8974 0 1 0 354 2 0 0 20 0 19 0 36414068 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 13227 2260 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2421 0 1 0 306 1 0 0 20 0 19 0 36414069 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828249140928 139828113358012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5941] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5941/stat : 5941 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828238211880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5942] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5942/stat : 5942 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828237159080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 2116 0 0 0 21 0 0 0 20 0 19 0 36414074 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5938/task/5954/stat : 5954 (java) S 5935 5938 5243 0 -1 4202560 3165 0 0 0 24 0 0 0 20 0 19 0 36414074 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828067878968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5955] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5955/stat : 5955 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828066826872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5956] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5956/stat : 5956 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828065774280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5957] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5957/stat : 5957 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414086 9856040960 13227 33554432000 1073741824 1073778376 140734660809872 139828064720296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.15 2.19 1.86 4/214 5957
/proc/meminfo: memFree=30322784/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=7.37 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 17311 0 1 0 733 4 0 0 20 0 19 0 36414068 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 22146 2263 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2431 0 1 0 625 1 0 0 20 0 19 0 36414069 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828249140928 139828113421923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5941] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5941/stat : 5941 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828238211880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5942] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5942/stat : 5942 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828237159080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 10442 0 0 0 77 2 0 0 20 0 19 0 36414074 9856040960 22146 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.27 cores=0,2,4,6

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

[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 10442 0 0 0 78 2 0 0 20 0 19 0 36414074 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/5938/task/5954/stat : 5954 (java) S 5935 5938 5243 0 -1 4202560 3669 0 0 0 34 0 0 0 20 0 19 0 36414074 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828067878968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5955] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5955/stat : 5955 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828066826872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5956] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5956/stat : 5956 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828065774280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5957] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5957/stat : 5957 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414086 9856040960 26256 33554432000 1073741824 1073778376 140734660809872 139828064720296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 9625040

[startup+9.60069 s]
/proc/loadavg: 2.22 2.20 1.86 4/214 6022
/proc/meminfo: memFree=30326888/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=10.76 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 17826 0 1 0 1071 5 0 0 20 0 19 0 36414068 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 27280 2263 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=9.55 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2442 0 1 0 953 2 0 0 20 0 19 0 36414069 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828249140928 139828113443039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5941] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5941/stat : 5941 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828238211880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5942] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5942/stat : 5942 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828237159080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 10442 0 0 0 78 2 0 0 20 0 19 0 36414074 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5938/task/5954/stat : 5954 (java) S 5935 5938 5243 0 -1 4202560 3669 0 0 0 35 0 0 0 20 0 19 0 36414074 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828067878968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5955] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5955/stat : 5955 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828066826872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5956] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5956/stat : 5956 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828065774280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5957] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5957/stat : 5957 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414086 9856040960 27280 33554432000 1073741824 1073778376 140734660809872 139828064720296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 9625040

[startup+10.0078 s]
/proc/loadavg: 2.22 2.20 1.86 3/214 6022
/proc/meminfo: memFree=30312308/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=11.17 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 17827 0 1 0 1112 5 0 0 20 0 19 0 36414068 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 27792 2263 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=9.95 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2443 0 1 0 993 2 0 0 20 0 19 0 36414069 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828249140928 139828113443108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5941] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5941/stat : 5941 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828238211880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5942] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5942/stat : 5942 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828237159080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 10442 0 0 0 78 2 0 0 20 0 19 0 36414074 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5938/task/5954/stat : 5954 (java) S 5935 5938 5243 0 -1 4202560 3669 0 0 0 35 0 0 0 20 0 19 0 36414074 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828067878968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5955] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5955/stat : 5955 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828066826872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5956] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5956/stat : 5956 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828065774280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5957] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5957/stat : 5957 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414086 9856040960 27792 33554432000 1073741824 1073778376 140734660809872 139828064720296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 9625040

[startup+10.1008 s]
/proc/loadavg: 2.22 2.20 1.86 3/214 6022
/proc/meminfo: memFree=30312308/32872528 swapFree=1075284/1157044
[pid=5938] ppid=5935 vsize=9625040 CPUtime=11.26 cores=0,2,4,6
/proc/5938/stat : 5938 (java) S 5935 5938 5243 0 -1 4202496 17827 0 1 0 1121 5 0 0 20 0 19 0 36414068 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 140734660801008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 2406260 27159 2263 9 0 2396937 0
[pid=5938/tid=5939] ppid=5935 vsize=9625040 CPUtime=10.04 cores=0,2,4,6
/proc/5938/task/5939/stat : 5939 (java) R 5935 5938 5243 0 -1 4202560 2443 0 1 0 1002 2 0 0 20 0 19 0 36414069 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828249140928 139828113443039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5941] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5941/stat : 5941 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828238211880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5942] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5942/stat : 5942 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828237159080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5943] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5943/stat : 5943 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828236106792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5938/tid=5944] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5944/stat : 5944 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828235053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5945] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5945/stat : 5945 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828234000680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5946] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5946/stat : 5946 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828232947880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5938/tid=5947] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5947/stat : 5947 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828231895592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5948] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5948/stat : 5948 (java) S 5935 5938 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414070 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828085340584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5949] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5949/stat : 5949 (java) S 5935 5938 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828073143016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5950] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5950/stat : 5950 (java) S 5935 5938 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828072089080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5951] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5951/stat : 5951 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414071 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828071036680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5952] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5952/stat : 5952 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828069985168 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5953] ppid=5935 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/5938/task/5953/stat : 5953 (java) S 5935 5938 5243 0 -1 4202560 10442 0 0 0 78 2 0 0 20 0 19 0 36414074 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828068931768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5954] ppid=5935 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5938/task/5954/stat : 5954 (java) S 5935 5938 5243 0 -1 4202560 3669 0 0 0 35 0 0 0 20 0 19 0 36414074 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828067878968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5955] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5955/stat : 5955 (java) S 5935 5938 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828066826872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5938/tid=5956] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5956/stat : 5956 (java) S 5935 5938 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414074 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828065774280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5938/tid=5957] ppid=5935 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5938/task/5957/stat : 5957 (java) S 5935 5938 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414086 9856040960 27159 33554432000 1073741824 1073778376 140734660809872 139828064720296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.1899
CPU time (s): 11.3413
CPU user time (s): 11.2693
CPU system time (s): 0.071989
CPU usage (%): 111.299
Max. virtual memory (cumulated for all children) (KiB): 9625344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2693
system time used= 0.071989
maximum resident set size= 111168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17850
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 482
involuntary context switches= 60

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055991 second user time and 0.049992 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:40:48
IDJOB=4109496
IDBENCH=78829
IDSOLVER=2551
FILE ID=node114/4109496-1466343648
RUNJOBID= node114-1466341822-5259
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217555--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109496-1466343648/watcher-4109496-1466343648 -o /tmp/evaluation-result-4109496-1466343648/solver-4109496-1466343648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109496-1466343648.wbo

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

MD5SUM BENCH= 8ce95ac0fdbf9f0573ae217524496b3b
RANDOM SEED=841759266

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.52
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.761
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.56
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.761
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.54
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.761
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.55
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.761
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.761
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.761
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.55
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.761
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:        30428804 kB
Buffers:          146096 kB
Cached:           326988 kB
SwapCached:          836 kB
Active:           186276 kB
Inactive:         339336 kB
Active(anon):      52720 kB
Inactive(anon):     1760 kB
Active(file):     133556 kB
Inactive(file):   337576 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:       1239280 kB
Mapped:            16460 kB
Shmem:                 0 kB
Slab:             623656 kB
SReclaimable:      66820 kB
SUnreclaim:       556836 kB
KernelStack:        1768 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71724 MiB
End job on node114 at 2016-06-19 15:40:59