Trace number 4081824

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 PB16OPT3 200.113 99.8511

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.164973
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
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 constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081824-1465252970.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.25/0.22	c ... done. Wall clock time 0.114s.
0.25/0.22	c declared #vars     216
0.25/0.22	c internal #vars     792
0.25/0.22	c #constraints  1180
0.25/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.25/0.22	c 1180 constraints processed.
0.25/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.25/0.22	c 1180 constraints processed.
0.25/0.22	c objective function length is 8 literals
2.60/0.88	c cleaning 2499 clauses out of 5000 with flag 10741/5000
4.43/1.32	c cleaning 4249 clauses out of 8501 with flag 23474/11000
5.06/1.62	c cleaning 5624 clauses out of 11253 with flag 40238/18001
6.10/2.15	c cleaning 6811 clauses out of 13630 with flag 57127/26002
7.32/2.71	c cleaning 7892 clauses out of 15817 with flag 76335/35000
8.56/3.35	c cleaning 8958 clauses out of 17925 with flag 98937/45000
10.17/4.17	c cleaning 9973 clauses out of 19967 with flag 123899/56000
11.77/4.94	c cleaning 10985 clauses out of 21994 with flag 151384/68000
13.47/5.62	c cleaning 12002 clauses out of 24009 with flag 182318/81001
13.74/5.78	c And the winner is solver0
14.10/6.23	c SATISFIABLE
14.10/6.23	c OPTIMIZING...
14.10/6.23	c Got one! Elapsed wall clock time (in seconds):6.119
14.10/6.23	o 17
14.25/6.30	c cleaning 8719 clauses out of 17448 with flag 2301/86442
14.66/6.54	c cleaning 7356 clauses out of 14728 with flag 15474/92441
15.46/6.95	c cleaning 7173 clauses out of 14372 with flag 30366/99441
16.26/7.36	c cleaning 7595 clauses out of 15199 with flag 47700/107441
17.33/7.84	c cleaning 8280 clauses out of 16604 with flag 67295/116441
18.40/8.33	c cleaning 9154 clauses out of 18324 with flag 90163/126441
19.80/9.09	c cleaning 10065 clauses out of 20169 with flag 115980/137440
21.69/9.99	c cleaning 11041 clauses out of 22104 with flag 143486/149440
23.45/10.84	c cleaning 12023 clauses out of 24064 with flag 170947/162441
23.65/10.92	c And the winner is solver0
23.71/11.23	c Got one! Elapsed wall clock time (in seconds):11.121
23.71/11.23	o 7
24.24/11.52	c cleaning 8838 clauses out of 17693 with flag 8872/168093
24.84/11.80	c cleaning 7424 clauses out of 14857 with flag 23111/174095
25.46/12.18	c cleaning 7208 clauses out of 14431 with flag 38915/181093
26.84/12.82	c cleaning 7599 clauses out of 15224 with flag 57321/189094
27.66/13.26	c cleaning 8296 clauses out of 16625 with flag 77904/198094
28.65/13.78	c cleaning 9144 clauses out of 18329 with flag 101439/208094
29.92/14.37	c And the winner is solver0
30.08/14.73	c Got one! Elapsed wall clock time (in seconds):14.623
30.08/14.73	o 3
31.21/15.33	c cleaning 11340 clauses out of 22689 with flag 12754/221598
31.81/15.68	c cleaning 8671 clauses out of 17351 with flag 28108/227600
33.01/16.28	c cleaning 7837 clauses out of 15679 with flag 44288/234599
33.83/16.66	c cleaning 7921 clauses out of 15843 with flag 60724/242601
34.81/17.15	c cleaning 8438 clauses out of 16919 with flag 80028/251598
35.83/17.62	c cleaning 9207 clauses out of 18481 with flag 102464/261598
37.26/18.38	c cleaning 10110 clauses out of 20274 with flag 125686/272598
38.66/19.01	c cleaning 11067 clauses out of 22164 with flag 153017/284598
40.27/19.84	c cleaning 12045 clauses out of 24098 with flag 181998/297599
42.27/20.86	c cleaning 13022 clauses out of 26052 with flag 212491/311598
43.87/21.67	c cleaning 14005 clauses out of 28030 with flag 245235/326598
44.26/21.82	c cleaning 0 clauses out of 6756 with flag 0/6758
45.71/22.57	c cleaning 15011 clauses out of 30026 with flag 282251/342599
48.83/24.02	c cleaning 15999 clauses out of 32014 with flag 320184/359598
51.87/25.51	c cleaning 16985 clauses out of 34016 with flag 361903/377599
56.08/27.67	c cleaning 18010 clauses out of 36030 with flag 409731/396598
58.86/28.99	c cleaning 19003 clauses out of 38021 with flag 454140/416599
63.34/31.12	c cleaning 19999 clauses out of 40018 with flag 501196/437599
66.35/32.61	c cleaning 21001 clauses out of 42019 with flag 548903/459599
70.54/34.76	c cleaning 21986 clauses out of 44018 with flag 601320/482599
75.13/37.04	c cleaning 23002 clauses out of 46029 with flag 656934/506598
80.19/39.53	c cleaning 24006 clauses out of 48027 with flag 714073/531598
84.80/41.81	c cleaning 25003 clauses out of 50021 with flag 770108/557598
90.04/44.41	c cleaning 26001 clauses out of 52020 with flag 829122/584600
95.24/47.01	c cleaning 26994 clauses out of 54017 with flag 890062/612598
101.29/50.06	c cleaning 28001 clauses out of 56024 with flag 953932/641599
106.90/52.82	c cleaning 29010 clauses out of 58023 with flag 1019601/671599
113.71/56.20	c cleaning 29995 clauses out of 60012 with flag 1090048/702598
119.69/59.26	c cleaning 31000 clauses out of 62016 with flag 1162171/734598
127.73/63.29	c cleaning 32003 clauses out of 64015 with flag 1235738/767598
136.20/67.49	c cleaning 33002 clauses out of 66013 with flag 1310212/801599
144.19/71.43	c cleaning 33999 clauses out of 68010 with flag 1391265/836598
155.43/77.02	c cleaning 34998 clauses out of 70011 with flag 1472091/872598
168.29/83.49	c cleaning 36004 clauses out of 72014 with flag 1555838/909600
175.54/87.04	c cleaning 0 clauses out of 12755 with flag 0/12757
182.36/90.40	c cleaning 37000 clauses out of 74009 with flag 1648823/947599
199.37/98.96	c And the winner is solver0
199.93/99.83	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
199.93/99.83	c starts		: 2294
199.93/99.83	c conflicts		: 985991
199.93/99.83	c decisions		: 1144963
199.93/99.83	c propagations		: 18846040
199.93/99.83	c inspects		: 1516135587
199.93/99.83	c shortcuts		: 0
199.93/99.83	c learnt literals	: 15
199.93/99.83	c learnt binary clauses	: 31
199.93/99.83	c learnt ternary clauses	: 65
199.93/99.83	c learnt constraints	: 985975
199.93/99.83	c ignored constraints	: 0
199.93/99.83	c root simplifications	: 0
199.93/99.83	c removed literals (reason simplification)	: 2343546
199.93/99.83	c reason swapping (by a shorter reason)	: 0
199.93/99.83	c Calls to reduceDB	: 58
199.93/99.83	c Number of update (reduction) of LBD	: 40390
199.93/99.83	c Imported unit clauses	: 0
199.93/99.83	c number of reductions to clauses (during analyze)	: 0
199.93/99.83	c number of learned constraints concerned by reduction	: 0
199.93/99.83	c number of learning phase by resolution	: 0
199.93/99.83	c number of learning phase by cutting planes	: 0
199.93/99.83	c speed (assignments/second)	: 189205.87113226112
199.93/99.83	c non guided choices	10879
199.93/99.83	c learnt constraints type 
199.93/99.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
199.93/99.83	c starts		: 63
199.93/99.83	c conflicts		: 13556
199.93/99.83	c decisions		: 16319
199.93/99.83	c propagations		: 234297
199.93/99.83	c inspects		: 164713928
199.93/99.83	c shortcuts		: 0
199.93/99.83	c learnt literals	: 0
199.93/99.83	c learnt binary clauses	: 0
199.93/99.83	c learnt ternary clauses	: 0
199.93/99.83	c learnt constraints	: 13554
199.93/99.83	c ignored constraints	: 0
199.93/99.83	c root simplifications	: 0
199.93/99.83	c removed literals (reason simplification)	: 0
199.93/99.83	c reason swapping (by a shorter reason)	: 0
199.93/99.83	c Calls to reduceDB	: 2
199.93/99.83	c Number of update (reduction) of LBD	: 0
199.93/99.83	c Imported unit clauses	: 0
199.93/99.83	c number of reductions to clauses (during analyze)	: 0
199.93/99.83	c number of learned constraints concerned by reduction	: 0
199.93/99.83	c number of learning phase by resolution	: 0
199.93/99.83	c number of learning phase by cutting planes	: 0
199.93/99.83	c speed (assignments/second)	: 2753.0668358714042
199.93/99.83	c non guided choices	1079
199.93/99.83	c learnt constraints type 
199.93/99.83	s OPTIMUM FOUND
199.93/99.83	c Found 3 solution(s)
199.93/99.83	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 x170 -x171 x172 -x173 x174 -x175 -x176 -x177 x178 x179 x180 x181 -x182 -x183 -x184 x185 -x186 x187 -x188 -x189 x190 -x191 -x192 x193 x194 x195 x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 
199.93/99.84	c objective function=3
199.93/99.84	c Total wall clock time (in seconds): 99.729

Verifier Data

OK	3

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-4081824-1465252970/watcher-4081824-1465252970 -o /tmp/evaluation-result-4081824-1465252970/solver-4081824-1465252970 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081824-1465252970.opb 

pid=18915
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.15 4.10 3.22 3/197 18918
/proc/meminfo: memFree=29288480/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 107229317 98570240 977 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 24065 977 743 9 0 16771 0
[pid=18918/tid=18919] ppid=18915 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) R 18915 18918 17726 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107229317 98570240 978 33554432000 1073741824 1073778376 140737302311936 140170033909288 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.15 4.10 3.22 3/197 18918
/proc/meminfo: memFree=29288480/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 107229317 9787879424 6107 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2389619 6107 2156 9 0 2380296 0
[pid=18918/tid=18919] ppid=18915 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) R 18915 18918 17726 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 107229317 9787879424 6107 33554432000 1073741824 1073778376 140737302311936 140170033914200 140170040311526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.15 4.10 3.22 3/197 18918
/proc/meminfo: memFree=29288480/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 4773 0 1 0 24 1 0 0 20 0 18 0 107229317 9787879424 7359 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2389619 7359 2222 9 0 2380296 0
[pid=18918/tid=18919] ppid=18915 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) R 18915 18918 17726 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 107229317 9787879424 7359 33554432000 1073741824 1073778376 140737302311936 140170033914200 140169898469527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 4.15 4.10 3.22 3/197 18918
/proc/meminfo: memFree=29288480/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 7658 0 1 0 58 2 0 0 20 0 22 0 107229317 10060525568 11221 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 11221 2239 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) S 18915 18918 17726 0 -1 4202560 2411 0 1 0 20 0 0 0 20 0 22 0 107229317 10060525568 11221 33554432000 1073741824 1073778376 140737302311936 140170033914744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700236 s]
/proc/loadavg: 4.15 4.10 3.22 3/197 18918
/proc/meminfo: memFree=29288480/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 19031 0 1 0 216 4 0 0 20 0 22 0 107229317 10060525568 26466 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 26466 2254 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) S 18915 18918 17726 0 -1 4202560 2411 0 1 0 20 0 0 0 20 0 22 0 107229317 10060525568 26466 33554432000 1073741824 1073778376 140737302311936 140170033914744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.15 4.10 3.22 7/219 18940
/proc/meminfo: memFree=29094160/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 22971 0 1 0 479 7 0 0 20 0 22 0 107229317 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 50584 2280 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) S 18915 18918 17726 0 -1 4202560 2411 0 1 0 20 0 0 0 20 0 22 0 107229317 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170033914744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18921] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18921/stat : 18921 (java) S 18915 18918 17726 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170022975784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18922] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18922/stat : 18922 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170021922984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18923] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18923/stat : 18923 (java) S 18915 18918 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170020870696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18924] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18924/stat : 18924 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170019817896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18925] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18925/stat : 18925 (java) S 18915 18918 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170018765608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18926] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18926/stat : 18926 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140170017712808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18927] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18927/stat : 18927 (java) S 18915 18918 17726 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169870785576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18928] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18928/stat : 18928 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169869732776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18929] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18929/stat : 18929 (java) S 18915 18918 17726 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107229319 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169857534184 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18930] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18930/stat : 18930 (java) S 18915 18918 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229320 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169856480248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18931] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18931/stat : 18931 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107229320 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169855427848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18932] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18932/stat : 18932 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169854376336 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18933] ppid=18915 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/18918/task/18933/stat : 18933 (java) S 18915 18918 17726 0 -1 4202560 10897 0 0 0 106 2 0 0 20 0 22 0 107229322 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169853323960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18934] ppid=18915 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/18918/task/18934/stat : 18934 (java) S 18915 18918 17726 0 -1 4202560 8153 0 0 0 104 2 0 0 20 0 22 0 107229322 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169852271160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18935] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18935/stat : 18935 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169851219064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18936] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18936/stat : 18936 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169850166472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18937] ppid=18915 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/18918/task/18937/stat : 18937 (java) R 18915 18918 17726 0 -1 4202560 28 0 0 0 120 0 0 0 20 0 22 0 107229340 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169849108928 140169898931836 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18938] ppid=18915 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/18918/task/18938/stat : 18938 (java) R 18915 18918 17726 0 -1 4202560 98 0 0 0 119 2 0 0 20 0 22 0 107229340 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169848057032 140169899297611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18939] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18939/stat : 18939 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229340 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169847006376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18940] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18940/stat : 18940 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229340 10060525568 50584 33554432000 1073741824 1073778376 140737302311936 140169845953576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.30 4.13 3.23 6/219 18940
/proc/meminfo: memFree=28910100/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=8.15 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 23685 0 1 0 801 14 0 0 20 0 22 0 107229317 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 89571 2280 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) S 18915 18918 17726 0 -1 4202560 2411 0 1 0 20 0 0 0 20 0 22 0 107229317 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170033914744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18921] ppid=18915 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18918/task/18921/stat : 18921 (java) S 18915 18918 17726 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170022975784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18922] ppid=18915 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18918/task/18922/stat : 18922 (java) S 18915 18918 17726 0 -1 4202560 148 0 0 0 1 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170021922984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18923] ppid=18915 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18918/task/18923/stat : 18923 (java) S 18915 18918 17726 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170020870696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18924] ppid=18915 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18918/task/18924/stat : 18924 (java) S 18915 18918 17726 0 -1 4202560 142 0 0 0 2 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170019817896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18925] ppid=18915 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18918/task/18925/stat : 18925 (java) S 18915 18918 17726 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170018765608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18926] ppid=18915 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18918/task/18926/stat : 18926 (java) S 18915 18918 17726 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140170017712808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18927] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18927/stat : 18927 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169870785576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18928] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18928/stat : 18928 (java) S 18915 18918 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107229318 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169869732776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18929] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18929/stat : 18929 (java) S 18915 18918 17726 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 107229319 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169857534184 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18930] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18930/stat : 18930 (java) S 18915 18918 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229320 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169856480248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18931] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18931/stat : 18931 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107229320 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169855427848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18932] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18932/stat : 18932 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169854376336 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18933] ppid=18915 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/18918/task/18933/stat : 18933 (java) S 18915 18918 17726 0 -1 4202560 10898 0 0 0 108 2 0 0 20 0 22 0 107229322 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169853323960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18934] ppid=18915 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/18918/task/18934/stat : 18934 (java) S 18915 18918 17726 0 -1 4202560 8153 0 0 0 104 2 0 0 20 0 22 0 107229322 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169852271160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18935] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18935/stat : 18935 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169851219064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18936] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18936/stat : 18936 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169850166472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18937] ppid=18915 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/18918/task/18937/stat : 18937 (java) R 18915 18918 17726 0 -1 4202560 32 0 0 0 274 0 0 0 20 0 22 0 107229340 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169849110848 140169898980437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18938] ppid=18915 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/18918/task/18938/stat : 18938 (java) R 18915 18918 17726 0 -1 4202560 152 0 0 0 272 3 0 0 20 0 22 0 107229340 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169848056960 140169899015561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18939] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18939/stat : 18939 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229340 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169847006376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18940] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18940/stat : 18940 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229340 10060525568 89571 33554432000 1073741824 1073778376 140737302311936 140169845953576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 4.30 4.13 3.23 5/219 18940
/proc/meminfo: memFree=28315024/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=14.25 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 25085 0 1 0 1405 20 0 0 20 0 22 0 107229317 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 155437 2283 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) S 18915 18918 17726 0 -1 4202560 2412 0 1 0 20 0 0 0 20 0 22 0 107229317 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170033914744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18921] ppid=18915 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18918/task/18921/stat : 18921 (java) S 18915 18918 17726 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170022975784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18922] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18922/stat : 18922 (java) S 18915 18918 17726 0 -1 4202560 172 0 0 0 3 0 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170021922984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18923] ppid=18915 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18918/task/18923/stat : 18923 (java) S 18915 18918 17726 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170020870696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18924] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18924/stat : 18924 (java) S 18915 18918 17726 0 -1 4202560 157 0 0 0 2 1 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170019817896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18925] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18925/stat : 18925 (java) S 18915 18918 17726 0 -1 4202560 132 0 0 0 2 1 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170018765608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18926] ppid=18915 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18918/task/18926/stat : 18926 (java) S 18915 18918 17726 0 -1 4202560 120 0 0 0 2 2 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140170017712808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18927] ppid=18915 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18918/task/18927/stat : 18927 (java) S 18915 18918 17726 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 107229318 10060525568 155437 33554432000 1073741824 1073778376 140737302311936 140169870785576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18928] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/18918/task/18930/stat : 18930 (java) S 18915 18918 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229320 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169856480248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18931] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18931/stat : 18931 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107229320 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169855427848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18932] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18932/stat : 18932 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169854376336 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18933] ppid=18915 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/18918/task/18933/stat : 18933 (java) S 18915 18918 17726 0 -1 4202560 10909 0 0 0 139 2 0 0 20 0 22 0 107229322 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169853323960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18934] ppid=18915 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/18918/task/18934/stat : 18934 (java) S 18915 18918 17726 0 -1 4202560 9685 0 0 0 192 2 0 0 20 0 22 0 107229322 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169852271160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18935] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18935/stat : 18935 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229322 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169851219064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18936] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18936/stat : 18936 (java) S 18915 18918 17726 0 -1 4202560 5 0 0 0 0 3 0 0 20 0 22 0 107229322 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169850166472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18939] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18939/stat : 18939 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229340 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169847006376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18950] ppid=18915 vsize=9824732 CPUtime=82.13 cores=1,3,5,7
/proc/18918/task/18950/stat : 18950 (java) R 18915 18918 17726 0 -1 4202560 20 0 0 0 8212 1 0 0 20 0 22 0 107230790 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169845951248 140169898979171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18951] ppid=18915 vsize=9824732 CPUtime=82.08 cores=1,3,5,7
/proc/18918/task/18951/stat : 18951 (java) R 18915 18918 17726 0 -1 4202560 921 0 0 0 8193 15 0 0 20 0 22 0 107230790 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169849111128 140169898851455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18952] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18952/stat : 18952 (java) S 18915 18918 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107230790 10060525568 710965 33554432000 1073741824 1073778376 140737302311936 140169848059304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 196.78
Current children cumulated vsize (KiB) 9824732

[startup+99.2008 s]
/proc/loadavg: 4.17 4.13 3.32 4/217 18959
/proc/meminfo: memFree=24730324/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=199.11 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 28956 0 1 0 19819 92 0 0 20 0 19 0 107229317 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 710956 2287 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) S 18915 18918 17726 0 -1 4202560 2412 0 1 0 21 0 0 0 20 0 19 0 107229317 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170033914744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18921] ppid=18915 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/18918/task/18921/stat : 18921 (java) S 18915 18918 17726 0 -1 4202560 172 0 0 0 23 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170022975784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18922] ppid=18915 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18918/task/18922/stat : 18922 (java) S 18915 18918 17726 0 -1 4202560 264 0 0 0 20 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170021922984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18923] ppid=18915 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18918/task/18923/stat : 18923 (java) S 18915 18918 17726 0 -1 4202560 103 0 0 0 17 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170020870696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18924] ppid=18915 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/18918/task/18924/stat : 18924 (java) S 18915 18918 17726 0 -1 4202560 309 0 0 0 25 6 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170019817896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18925] ppid=18915 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18918/task/18925/stat : 18925 (java) S 18915 18918 17726 0 -1 4202560 224 0 0 0 20 4 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170018765608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18926] ppid=18915 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18918/task/18926/stat : 18926 (java) S 18915 18918 17726 0 -1 4202560 225 0 0 0 21 6 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170017712808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18927] ppid=18915 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/18918/task/18927/stat : 18927 (java) S 18915 18918 17726 0 -1 4202560 82 0 0 0 16 3 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169870785576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18928] ppid=18915 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/18918/task/18928/stat : 18928 (java) S 18915 18918 17726 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169869732776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18929] ppid=18915 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18918/task/18929/stat : 18929 (java) S 18915 18918 17726 0 -1 4202560 1268 0 0 0 1 4 0 0 20 0 19 0 107229319 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169857534184 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18930] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18930/stat : 18930 (java) S 18915 18918 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107229320 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169856480248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18931] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18931/stat : 18931 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107229320 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169855427848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18932] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18932/stat : 18932 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169854376336 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18933] ppid=18915 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/18918/task/18933/stat : 18933 (java) S 18915 18918 17726 0 -1 4202560 10909 0 0 0 139 2 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169853323960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18934] ppid=18915 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/18918/task/18934/stat : 18934 (java) S 18915 18918 17726 0 -1 4202560 9685 0 0 0 192 2 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169852271160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18935] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18935/stat : 18935 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169851219064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18936] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18936/stat : 18936 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169850166472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18939] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18939/stat : 18939 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107229340 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169847006376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 199.11
Current children cumulated vsize (KiB) 9824732

[startup+99.6008 s]
/proc/loadavg: 4.17 4.13 3.32 4/217 18959
/proc/meminfo: memFree=24730324/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=199.47 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 28957 0 1 0 19855 92 0 0 20 0 19 0 107229317 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 710956 2287 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) R 18915 18918 17726 0 -1 4202560 2412 0 1 0 54 0 0 0 20 0 19 0 107229317 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170033914408 140169899189769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18921] ppid=18915 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/18918/task/18921/stat : 18921 (java) S 18915 18918 17726 0 -1 4202560 172 0 0 0 23 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170022975784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18922] ppid=18915 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18918/task/18922/stat : 18922 (java) S 18915 18918 17726 0 -1 4202560 264 0 0 0 20 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170021922984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18923] ppid=18915 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18918/task/18923/stat : 18923 (java) S 18915 18918 17726 0 -1 4202560 103 0 0 0 17 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170020870696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18924] ppid=18915 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/18918/task/18924/stat : 18924 (java) S 18915 18918 17726 0 -1 4202560 309 0 0 0 25 6 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170019817896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18925] ppid=18915 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18918/task/18925/stat : 18925 (java) S 18915 18918 17726 0 -1 4202560 224 0 0 0 20 4 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170018765608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18926] ppid=18915 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18918/task/18926/stat : 18926 (java) S 18915 18918 17726 0 -1 4202560 225 0 0 0 21 6 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170017712808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18927] ppid=18915 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/18918/task/18927/stat : 18927 (java) S 18915 18918 17726 0 -1 4202560 82 0 0 0 16 3 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169870785576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18928] ppid=18915 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/18918/task/18928/stat : 18928 (java) S 18915 18918 17726 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169869732776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18929] ppid=18915 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18918/task/18929/stat : 18929 (java) S 18915 18918 17726 0 -1 4202560 1268 0 0 0 1 4 0 0 20 0 19 0 107229319 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169857534184 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18930] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18930/stat : 18930 (java) S 18915 18918 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107229320 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169856480248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18931] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18931/stat : 18931 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107229320 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169855427848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18932] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18932/stat : 18932 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169854376336 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18933] ppid=18915 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/18918/task/18933/stat : 18933 (java) S 18915 18918 17726 0 -1 4202560 10909 0 0 0 141 2 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169853323960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18934] ppid=18915 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/18918/task/18934/stat : 18934 (java) S 18915 18918 17726 0 -1 4202560 9686 0 0 0 193 2 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169852271160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18935] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18935/stat : 18935 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169851219064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18936] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18936/stat : 18936 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169850166472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18939] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18939/stat : 18939 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107229340 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169847006376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 199.47
Current children cumulated vsize (KiB) 9824732

[startup+99.8008 s]
/proc/loadavg: 4.17 4.13 3.32 4/217 18959
/proc/meminfo: memFree=24730324/32872528 swapFree=16636/1570076
[pid=18918] ppid=18915 vsize=9824732 CPUtime=199.67 cores=1,3,5,7
/proc/18918/stat : 18918 (java) S 18915 18918 17726 0 -1 4202496 28957 0 1 0 19875 92 0 0 20 0 19 0 107229317 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140737302303072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18918/statm: 2456183 710956 2287 9 0 2446860 0
[pid=18918/tid=18919] ppid=18915 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/18918/task/18919/stat : 18919 (java) R 18915 18918 17726 0 -1 4202560 2412 0 1 0 74 0 0 0 20 0 19 0 107229317 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170033914408 140169899189581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18921] ppid=18915 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/18918/task/18921/stat : 18921 (java) S 18915 18918 17726 0 -1 4202560 172 0 0 0 23 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170022975784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18922] ppid=18915 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18918/task/18922/stat : 18922 (java) S 18915 18918 17726 0 -1 4202560 264 0 0 0 20 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170021922984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18923] ppid=18915 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18918/task/18923/stat : 18923 (java) S 18915 18918 17726 0 -1 4202560 103 0 0 0 17 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170020870696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18924] ppid=18915 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/18918/task/18924/stat : 18924 (java) S 18915 18918 17726 0 -1 4202560 309 0 0 0 25 6 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170019817896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18925] ppid=18915 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18918/task/18925/stat : 18925 (java) S 18915 18918 17726 0 -1 4202560 224 0 0 0 20 4 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170018765608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18926] ppid=18915 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18918/task/18926/stat : 18926 (java) S 18915 18918 17726 0 -1 4202560 225 0 0 0 21 6 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140170017712808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18927] ppid=18915 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/18918/task/18927/stat : 18927 (java) S 18915 18918 17726 0 -1 4202560 82 0 0 0 16 3 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169870785576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18928] ppid=18915 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/18918/task/18928/stat : 18928 (java) S 18915 18918 17726 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 19 0 107229318 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169869732776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18929] ppid=18915 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18918/task/18929/stat : 18929 (java) S 18915 18918 17726 0 -1 4202560 1268 0 0 0 1 4 0 0 20 0 19 0 107229319 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169857534184 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18918/tid=18930] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18930/stat : 18930 (java) S 18915 18918 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107229320 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169856480248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18931] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18931/stat : 18931 (java) S 18915 18918 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107229320 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169855427848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18932] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18932/stat : 18932 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169854376336 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18933] ppid=18915 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/18918/task/18933/stat : 18933 (java) S 18915 18918 17726 0 -1 4202560 10909 0 0 0 141 2 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169853323960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18934] ppid=18915 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/18918/task/18934/stat : 18934 (java) S 18915 18918 17726 0 -1 4202560 9686 0 0 0 193 2 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169852271160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18918/tid=18935] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18935/stat : 18935 (java) S 18915 18918 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169851219064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18918/tid=18936] ppid=18915 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18918/task/18936/stat : 18936 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 107229322 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169850166472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18918/tid=18939] ppid=18915 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18918/task/18939/stat : 18939 (java) S 18915 18918 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107229340 10060525568 710956 33554432000 1073741824 1073778376 140737302311936 140169847006376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 199.67
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.259995
#  lost CPU user time (s): 0.289993
#  lost CPU system time (s): -0.03

Real time (s): 99.8511
CPU time (s): 200.113
CPU user time (s): 199.041
CPU system time (s): 1.07183
CPU usage (%): 200.411
Max. virtual memory (cumulated for all children) (KiB): 9826380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.751
system time used= 1.10183
maximum resident set size= 2875316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28969
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3650
involuntary context switches= 4297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.428934 second user time and 0.45793 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 00:42:50
IDJOB=4081824
IDBENCH=47985
IDSOLVER=2543
FILE ID=node140/4081824-1465252970
RUNJOBID= node140-1465252001-17743
PBS_JOBID= 19843256
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081824-1465252970/watcher-4081824-1465252970 -o /tmp/evaluation-result-4081824-1465252970/solver-4081824-1465252970 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081824-1465252970.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=1044693699

node140.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.768
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.53
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.768
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.768
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.55
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.768
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29288388 kB
Buffers:           60700 kB
Cached:            78940 kB
SwapCached:         1744 kB
Active:          1205484 kB
Inactive:          95296 kB
Active(anon):    1161148 kB
Inactive(anon):     2608 kB
Active(file):      44336 kB
Inactive(file):    92688 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098608 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:       2740964 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             568920 kB
SReclaimable:      12544 kB
SUnreclaim:       556376 kB
KernelStack:        1648 kB
PageTables:         9336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3516088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2674688 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= 71740 MiB
End job on node140 at 2016-06-07 00:44:30