Trace number 4106333

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 Resolution PB16OPT3 394.445 392.543

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
MD5SUM133707692e98c55077a0d19203c18204
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.141977
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 variables162
Total number of constraints13
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 constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106333-1466270552.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.23/0.20	c ... done. Wall clock time 0.075s.
0.23/0.20	c declared #vars     162
0.23/0.20	c internal #vars     648
0.23/0.20	c #constraints  991
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.23/0.20	c 991 constraints processed.
0.23/0.20	c objective function length is 9 literals
0.88/0.64	c cleaning 2496 clauses out of 5001 with flag 10092/5001
1.37/1.09	c cleaning 4243 clauses out of 8504 with flag 22218/11000
2.08/1.77	c cleaning 5621 clauses out of 11261 with flag 36485/18000
2.88/2.51	c cleaning 6813 clauses out of 13641 with flag 52821/26001
3.90/3.57	c cleaning 7904 clauses out of 15828 with flag 71463/35001
4.55/4.18	c cleaning 8960 clauses out of 17923 with flag 92169/45000
5.55/5.12	c cleaning 9975 clauses out of 19963 with flag 115235/56000
6.95/6.51	c cleaning 10987 clauses out of 21988 with flag 140491/68000
8.55/8.19	c cleaning 11991 clauses out of 24002 with flag 167502/81001
10.55/10.11	c cleaning 13002 clauses out of 26011 with flag 197948/95001
11.87/11.42	c cleaning 13997 clauses out of 28010 with flag 231932/110002
13.37/12.99	c cleaning 14991 clauses out of 30011 with flag 271466/126000
14.37/13.98	c cleaning 15992 clauses out of 32021 with flag 308253/143001
15.87/15.46	c cleaning 16997 clauses out of 34029 with flag 351155/161001
17.77/17.32	c cleaning 18006 clauses out of 36031 with flag 392257/180000
20.59/20.18	c cleaning 18998 clauses out of 38027 with flag 436967/200002
22.22/21.38	c SATISFIABLE
22.22/21.38	c OPTIMIZING...
22.22/21.38	c Got one! Elapsed wall clock time (in seconds):21.254
22.22/21.38	o 465
23.13/22.26	c cleaning 18821 clauses out of 37650 with flag 11837/218623
23.75/22.81	c cleaning 12401 clauses out of 24829 with flag 25379/224623
24.25/23.35	c cleaning 9699 clauses out of 19428 with flag 40455/231623
24.85/23.93	c cleaning 8864 clauses out of 17729 with flag 58127/239623
25.64/24.70	c cleaning 8930 clauses out of 17864 with flag 78563/248622
26.14/25.25	c cleaning 9463 clauses out of 18935 with flag 99945/258623
27.04/26.14	c cleaning 10223 clauses out of 20472 with flag 124647/269623
27.94/27.00	c cleaning 11115 clauses out of 22249 with flag 150473/281623
28.84/27.93	c cleaning 12048 clauses out of 24133 with flag 178891/294622
30.05/29.12	c cleaning 13027 clauses out of 26085 with flag 212419/308622
30.45/29.51	c Got one! Elapsed wall clock time (in seconds):29.389
30.45/29.51	o 31
30.75/29.89	c cleaning 13140 clauses out of 26294 with flag 11446/321858
31.27/30.39	c cleaning 9571 clauses out of 19153 with flag 25275/327857
31.88/30.91	c cleaning 8285 clauses out of 16583 with flag 40981/334858
32.17/31.27	c cleaning 8139 clauses out of 16297 with flag 59059/342857
32.47/31.54	c Got one! Elapsed wall clock time (in seconds):31.418
32.47/31.54	o 7
32.67/31.77	c cleaning 9071 clauses out of 18187 with flag 11358/352886
32.98/32.06	c cleaning 7548 clauses out of 15114 with flag 24571/358884
33.07/32.11	c Got one! Elapsed wall clock time (in seconds):31.983
33.07/32.11	o 3
33.18/32.29	c cleaning 6404 clauses out of 12815 with flag 8485/364133
33.58/32.64	c cleaning 6193 clauses out of 12417 with flag 21414/370139
33.88/32.95	c cleaning 6599 clauses out of 13217 with flag 36135/377132
34.48/33.50	c cleaning 7301 clauses out of 14617 with flag 53146/385131
34.98/34.00	c cleaning 8152 clauses out of 16316 with flag 72110/394131
35.58/34.65	c cleaning 9058 clauses out of 18164 with flag 93452/404131
36.19/35.28	c cleaning 10045 clauses out of 20108 with flag 116668/415133
37.12/36.08	c cleaning 11021 clauses out of 22060 with flag 142223/427131
38.34/37.28	c cleaning 12014 clauses out of 24040 with flag 169862/440132
39.44/38.39	c cleaning 13004 clauses out of 26026 with flag 199880/454132
40.34/39.28	c cleaning 13996 clauses out of 28021 with flag 232128/469131
41.94/40.89	c cleaning 15006 clauses out of 30025 with flag 267573/485131
43.34/42.23	c cleaning 16007 clauses out of 32020 with flag 305126/502132
44.84/43.73	c cleaning 17000 clauses out of 34012 with flag 345536/520131
47.73/46.60	c cleaning 17997 clauses out of 36012 with flag 387591/539131
49.43/48.38	c cleaning 19007 clauses out of 38015 with flag 432476/559131
51.23/50.12	c cleaning 19992 clauses out of 40009 with flag 479582/580132
53.33/52.25	c cleaning 20999 clauses out of 42017 with flag 528820/602132
56.73/55.65	c cleaning 21997 clauses out of 44017 with flag 578103/625131
59.73/58.62	c cleaning 23003 clauses out of 46021 with flag 630132/649132
62.93/61.89	c cleaning 24001 clauses out of 48017 with flag 685730/674131
65.46/64.30	c cleaning 24994 clauses out of 50018 with flag 742189/700133
68.15/67.02	c cleaning 26007 clauses out of 52023 with flag 803999/727132
71.46/70.37	c cleaning 26986 clauses out of 54017 with flag 867440/755133
74.16/73.03	c cleaning 28011 clauses out of 56029 with flag 933736/784131
78.06/76.92	c cleaning 28994 clauses out of 58018 with flag 1002562/814131
81.67/80.56	c cleaning 30004 clauses out of 60025 with flag 1071864/845132
87.36/86.24	c cleaning 30995 clauses out of 62021 with flag 1143008/877132
91.29/90.20	c cleaning 31999 clauses out of 64025 with flag 1218120/910131
95.59/94.44	c cleaning 33002 clauses out of 66027 with flag 1295005/944132
100.49/99.36	c cleaning 34007 clauses out of 68026 with flag 1369391/979133
104.79/103.69	c cleaning 35001 clauses out of 70018 with flag 1450123/1015132
109.55/108.37	c cleaning 35996 clauses out of 72017 with flag 1532129/1052132
113.65/112.49	c cleaning 37005 clauses out of 74020 with flag 1617367/1090131
118.85/117.63	c cleaning 38002 clauses out of 76015 with flag 1706273/1129131
125.55/124.31	c cleaning 38998 clauses out of 78013 with flag 1798991/1169131
131.65/130.46	c cleaning 40001 clauses out of 80016 with flag 1892934/1210132
138.45/137.21	c cleaning 41004 clauses out of 82014 with flag 1983728/1252131
143.95/142.78	c cleaning 42002 clauses out of 84010 with flag 2077437/1295132
150.74/149.53	c cleaning 42993 clauses out of 86007 with flag 2174260/1339131
160.31/159.02	c cleaning 43999 clauses out of 88015 with flag 2272744/1384132
168.12/166.88	c cleaning 44997 clauses out of 90015 with flag 2371661/1430131
176.23/174.91	c cleaning 46004 clauses out of 92018 with flag 2478503/1477131
183.52/182.22	c cleaning 46997 clauses out of 94014 with flag 2585668/1525131
194.12/192.81	c cleaning 48007 clauses out of 96019 with flag 2694628/1574133
202.32/201.06	c cleaning 48988 clauses out of 98011 with flag 2806077/1624132
209.82/208.51	c cleaning 50002 clauses out of 100024 with flag 2922519/1675133
217.72/216.30	c cleaning 51006 clauses out of 102021 with flag 3035792/1727132
226.82/225.40	c cleaning 51999 clauses out of 104014 with flag 3150591/1780132
236.42/235.05	c cleaning 52999 clauses out of 106014 with flag 3263330/1834131
245.32/243.92	c cleaning 53996 clauses out of 108016 with flag 3382365/1889132
255.53/254.16	c cleaning 55002 clauses out of 110019 with flag 3506845/1945131
266.22/264.81	c cleaning 55998 clauses out of 112017 with flag 3633620/2002131
276.22/274.80	c cleaning 57001 clauses out of 114020 with flag 3760146/2060132
288.56/287.05	c cleaning 58007 clauses out of 116019 with flag 3888099/2119132
300.93/299.31	c cleaning 58997 clauses out of 118010 with flag 4027993/2179131
313.03/311.48	c cleaning 59998 clauses out of 120013 with flag 4165029/2240131
326.13/324.60	c cleaning 61002 clauses out of 122015 with flag 4305753/2302131
341.02/339.45	c cleaning 62001 clauses out of 124014 with flag 4449514/2365132
363.17/361.47	c cleaning 63003 clauses out of 126010 with flag 4588378/2429132
384.97/383.28	c cleaning 64002 clauses out of 128003 with flag 4731912/2494132
394.27/392.53	c starts		: 3874
394.27/392.53	c conflicts		: 2529828
394.27/392.53	c decisions		: 2823815
394.27/392.53	c propagations		: 52452193
394.27/392.53	c inspects		: 7943779730
394.27/392.53	c shortcuts		: 0
394.27/392.53	c learnt literals	: 22
394.27/392.53	c learnt binary clauses	: 24
394.27/392.53	c learnt ternary clauses	: 66
394.27/392.53	c learnt constraints	: 2529805
394.27/392.53	c ignored constraints	: 0
394.27/392.53	c root simplifications	: 0
394.27/392.53	c removed literals (reason simplification)	: 0
394.27/392.53	c reason swapping (by a shorter reason)	: 0
394.27/392.53	c Calls to reduceDB	: 93
394.27/392.53	c Number of update (reduction) of LBD	: 68647
394.27/392.53	c Imported unit clauses	: 0
394.27/392.53	c number of reductions to clauses (during analyze)	: 0
394.27/392.53	c number of learned constraints concerned by reduction	: 0
394.27/392.53	c number of learning phase by resolution	: 0
394.27/392.53	c number of learning phase by cutting planes	: 0
394.27/392.53	c speed (assignments/second)	: 133693.7254512134
394.27/392.53	c non guided choices	13251
394.27/392.53	c learnt constraints type 
394.27/392.53	s OPTIMUM FOUND
394.27/392.53	c Found 4 solution(s)
394.27/392.53	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 
394.27/392.53	c objective function=3
394.27/392.53	c Total wall clock time (in seconds): 392.411

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-4106333-1466270552/watcher-4106333-1466270552 -o /tmp/evaluation-result-4106333-1466270552/solver-4106333-1466270552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106333-1466270552.opb 

pid=27536
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.00 2.03 2.00 3/194 27539
/proc/meminfo: memFree=31151072/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/27539/stat : 27539 (java) D 27536 27539 24550 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 29101921 2560000 46 33554432000 1073741824 1073778376 140736815244832 140736815241960 242158234919 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 625 46 37 9 0 29 0

[startup+0.100062 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 27539
/proc/meminfo: memFree=31151072/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 29101921 9787879424 5005 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2389619 5005 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 27539
/proc/meminfo: memFree=31151072/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 4654 0 1 0 22 1 0 0 20 0 18 0 29101921 9787879424 6245 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2389619 6245 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 27539
/proc/meminfo: memFree=31151072/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 6544 0 1 0 49 1 0 0 20 0 19 0 29101921 9856040960 7708 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 7708 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700135 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 27539
/proc/meminfo: memFree=31151072/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 6853 0 1 0 99 2 0 0 20 0 19 0 29101921 9856040960 8216 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 8216 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 27558
/proc/meminfo: memFree=31121084/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 8418 0 1 0 186 2 0 0 20 0 19 0 29101921 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 10067 2256 9 0 2396937 0
[pid=27539/tid=27541] ppid=27536 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 24550 0 -1 4202560 2487 0 1 0 144 2 0 0 20 0 19 0 29101922 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790182404448 139790054973236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27542] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790026070696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27543] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790025018152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 2888 0 0 0 22 0 0 0 20 0 19 0 29101927 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 1770 0 0 0 17 0 0 0 20 0 19 0 29101927 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 10067 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 27558
/proc/meminfo: memFree=31114188/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 8443 0 1 0 348 2 0 0 20 0 19 0 29101921 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 12136 2256 9 0 2396937 0
[pid=27539/tid=27541] ppid=27536 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 24550 0 -1 4202560 2491 0 1 0 304 2 0 0 20 0 19 0 29101922 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790182395600 139790054973313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27542] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790026070696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27543] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790025018152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 2909 0 0 0 24 0 0 0 20 0 19 0 29101927 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 1770 0 0 0 17 0 0 0 20 0 19 0 29101927 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 12136 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 27558
/proc/meminfo: memFree=31099636/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 9604 0 1 0 673 2 0 0 20 0 19 0 29101921 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 15526 2258 9 0 2396937 0
[pid=27539/tid=27541] ppid=27536 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 24550 0 -1 4202560 2499 0 1 0 624 2 0 0 20 0 19 0 29101922 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790182395600 139790054498231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27542] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790026070696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27543] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790025018152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29101923 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 2909 0 0 0 24 0 0 0 20 0 19 0 29101927 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 2922 0 0 0 23 0 0 0 20 0 19 0 29101927 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 15526 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 204 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 71 0 0 0 6 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 185 0 0 0 5 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 176 0 0 0 7 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 5803 0 0 0 53 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 10156 0 0 0 64 2 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 24 0 0 0 3 5 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 392.97
Current children cumulated vsize (KiB) 9625040

[startup+392.001 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 27760
/proc/meminfo: memFree=30871756/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=393.77 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 20929 0 1 0 39349 28 0 0 20 0 19 0 29101921 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 83166 2272 9 0 2396937 0
[pid=27539/tid=27541] ppid=27536 vsize=9625040 CPUtime=391.76 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 24550 0 -1 4202560 2564 0 1 0 39167 9 0 0 20 0 19 0 29101922 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790182395600 139790054955625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27542] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 24550 0 -1 4202560 198 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790026070696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27543] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 24550 0 -1 4202560 77 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790025018152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 204 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 71 0 0 0 6 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 185 0 0 0 5 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 176 0 0 0 7 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 5803 0 0 0 53 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 10156 0 0 0 64 2 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 24 0 0 0 3 5 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 393.77
Current children cumulated vsize (KiB) 9625040

[startup+392.401 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 27760
/proc/meminfo: memFree=30871756/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=394.17 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 20929 0 1 0 39389 28 0 0 20 0 19 0 29101921 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 83166 2272 9 0 2396937 0
[pid=27539/tid=27541] ppid=27536 vsize=9625040 CPUtime=392.16 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 24550 0 -1 4202560 2564 0 1 0 39207 9 0 0 20 0 19 0 29101922 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790182395600 139790054869816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27542] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 24550 0 -1 4202560 198 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790026070696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27543] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 24550 0 -1 4202560 77 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790025018152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 204 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 71 0 0 0 6 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 185 0 0 0 5 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 176 0 0 0 7 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 5803 0 0 0 53 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 10156 0 0 0 64 2 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 24 0 0 0 3 5 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 394.17
Current children cumulated vsize (KiB) 9625040

[startup+392.501 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 27760
/proc/meminfo: memFree=30871756/32872528 swapFree=338416/354768
[pid=27539] ppid=27536 vsize=9625040 CPUtime=394.27 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 24550 0 -1 4202496 20931 0 1 0 39399 28 0 0 20 0 19 0 29101921 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 140736815235968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27539/statm: 2406260 83166 2272 9 0 2396937 0
[pid=27539/tid=27541] ppid=27536 vsize=9625040 CPUtime=392.26 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 24550 0 -1 4202560 2564 0 1 0 39217 9 0 0 20 0 19 0 29101922 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790182404888 139790055068023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27542] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 24550 0 -1 4202560 198 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790026070696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27543] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 24550 0 -1 4202560 77 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790025018152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27544] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 24550 0 -1 4202560 204 0 0 0 5 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790023965608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27545] ppid=27536 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790022913064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27546] ppid=27536 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 24550 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790021859496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27547] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 24550 0 -1 4202560 71 0 0 0 6 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790020806952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27548] ppid=27536 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 24550 0 -1 4202560 185 0 0 0 5 2 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790019754408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27549] ppid=27536 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 24550 0 -1 4202560 176 0 0 0 7 3 0 0 20 0 19 0 29101923 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790018701864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27539/tid=27550] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 24550 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 19 0 29101924 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790006504040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27551] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790005450360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27552] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29101925 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790004397704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27553] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790003346448 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27554] ppid=27536 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 24550 0 -1 4202560 5805 0 0 0 53 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790002292792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27555] ppid=27536 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27539/task/27555/stat : 27555 (java) S 27536 27539 24550 0 -1 4202560 10156 0 0 0 64 2 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790001240248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27539/tid=27556] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27556/stat : 27556 (java) S 27536 27539 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139790000187896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27539/tid=27557] ppid=27536 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27539/task/27557/stat : 27557 (java) S 27536 27539 24550 0 -1 4202560 24 0 0 0 3 5 0 0 20 0 19 0 29101927 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789999135560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27539/tid=27558] ppid=27536 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27558/stat : 27558 (java) S 27536 27539 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29101941 9856040960 83166 33554432000 1073741824 1073778376 140736815244832 139789998081320 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 394.27
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 392.543
CPU time (s): 394.445
CPU user time (s): 393.971
CPU system time (s): 0.473927
CPU usage (%): 100.485
Max. virtual memory (cumulated for all children) (KiB): 9626944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.971
system time used= 0.473927
maximum resident set size= 332720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8730
involuntary context switches= 1302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28565 second user time and 2.72358 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 19:22:32
IDJOB=4106333
IDBENCH=48021
IDSOLVER=2546
FILE ID=node126/4106333-1466270552
RUNJOBID= node126-1466264639-24566
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106333-1466270552/watcher-4106333-1466270552 -o /tmp/evaluation-result-4106333-1466270552/solver-4106333-1466270552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106333-1466270552.opb

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

MD5SUM BENCH= 133707692e98c55077a0d19203c18204
RANDOM SEED=1610121951

node126.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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        31151336 kB
Buffers:          138432 kB
Cached:           248308 kB
SwapCached:         1736 kB
Active:           315536 kB
Inactive:         308184 kB
Active(anon):     237556 kB
Inactive(anon):     1796 kB
Active(file):      77980 kB
Inactive(file):   306388 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        539828 kB
Mapped:            16960 kB
Shmem:                 0 kB
Slab:             606116 kB
SReclaimable:      49888 kB
SUnreclaim:       556228 kB
KernelStack:        1760 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1081860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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 node126 at 2016-06-18 19:29:05