Trace number 4085422

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 PB16SAT (TO)9 1800.5 1797.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_10.r.opb
MD5SUMe965a77006f54aa5fb414d88d571084c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.266959
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables99
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 99
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4085422-1465241640.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
0.12/0.13	c ... done. Wall clock time 0.026s.
0.12/0.13	c declared #vars     99
0.12/0.13	c #constraints  50
0.12/0.13	c constraints type 
0.12/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.12/0.13	c 50 constraints processed.
0.12/0.13	c objective function length is 99 literals
0.12/0.13	c SATISFIABLE
0.12/0.13	c OPTIMIZING...
0.12/0.13	c Got one! Elapsed wall clock time (in seconds):0.031
0.12/0.13	o 13
0.12/0.14	c Got one! Elapsed wall clock time (in seconds):0.036
0.12/0.14	o 12
0.12/0.14	c Got one! Elapsed wall clock time (in seconds):0.037
0.12/0.14	o 11
0.12/0.16	c Got one! Elapsed wall clock time (in seconds):0.063
0.12/0.16	o 10
0.12/0.17	c Got one! Elapsed wall clock time (in seconds):0.066
0.12/0.17	o 9
0.71/0.41	c cleaning 2567 clauses out of 5134 with flag 12891/5134
1.11/0.60	c cleaning 4281 clauses out of 8564 with flag 27782/11131
1.31/0.81	c cleaning 5644 clauses out of 11287 with flag 44976/18135
1.55/1.10	c cleaning 6818 clauses out of 13639 with flag 65238/26131
2.07/1.50	c cleaning 7904 clauses out of 15821 with flag 87165/35131
2.47/1.97	c cleaning 8955 clauses out of 17918 with flag 112457/45132
3.07/2.51	c cleaning 9980 clauses out of 19963 with flag 139898/56132
3.67/3.14	c cleaning 10983 clauses out of 21982 with flag 169957/68131
4.37/3.85	c cleaning 11995 clauses out of 23999 with flag 202645/81131
5.17/4.63	c cleaning 12999 clauses out of 26005 with flag 237860/95132
6.08/5.58	c cleaning 14000 clauses out of 28006 with flag 275522/110132
7.07/6.59	c cleaning 15002 clauses out of 30007 with flag 315525/126133
8.17/7.62	c cleaning 15998 clauses out of 32005 with flag 356267/143133
9.57/9.07	c cleaning 16991 clauses out of 34006 with flag 400859/161132
10.97/10.40	c cleaning 17997 clauses out of 36015 with flag 449026/180132
12.27/11.74	c cleaning 19006 clauses out of 38018 with flag 498897/200132
13.78/13.27	c cleaning 19998 clauses out of 40011 with flag 551114/221131
15.47/14.95	c cleaning 20997 clauses out of 42013 with flag 607983/243131
17.08/16.57	c cleaning 22003 clauses out of 44017 with flag 667177/266132
18.88/18.31	c cleaning 23004 clauses out of 46013 with flag 728057/290131
20.58/20.01	c cleaning 24004 clauses out of 48009 with flag 790679/315131
22.78/22.28	c cleaning 25001 clauses out of 50005 with flag 858850/341131
25.08/24.52	c cleaning 25998 clauses out of 52007 with flag 928625/368134
27.28/26.72	c cleaning 26996 clauses out of 54009 with flag 1001503/396134
29.58/29.02	c cleaning 27997 clauses out of 56010 with flag 1075017/425131
32.59/32.01	c cleaning 29005 clauses out of 58013 with flag 1151817/455131
35.48/34.97	c cleaning 29999 clauses out of 60010 with flag 1231123/486133
38.78/38.24	c cleaning 30993 clauses out of 62009 with flag 1311393/518131
42.77/42.29	c cleaning 32008 clauses out of 64016 with flag 1395591/551131
46.47/45.91	c cleaning 33001 clauses out of 66008 with flag 1481074/585131
50.87/50.39	c cleaning 34000 clauses out of 68007 with flag 1568441/620131
54.27/53.78	c cleaning 34996 clauses out of 70007 with flag 1661017/656131
57.78/57.24	c cleaning 36001 clauses out of 72011 with flag 1755248/693131
61.47/60.99	c cleaning 37000 clauses out of 74011 with flag 1853801/731132
65.88/65.34	c cleaning 38003 clauses out of 76012 with flag 1956718/770133
70.57/70.06	c cleaning 38995 clauses out of 78007 with flag 2062613/810131
74.97/74.47	c cleaning 40000 clauses out of 80013 with flag 2173285/851132
79.88/79.33	c cleaning 41004 clauses out of 82013 with flag 2283484/893132
85.28/84.74	c cleaning 42001 clauses out of 84008 with flag 2396438/936131
90.78/90.23	c cleaning 42999 clauses out of 86007 with flag 2508850/980131
95.98/95.48	c cleaning 43993 clauses out of 88008 with flag 2630796/1025131
102.00/101.47	c cleaning 45005 clauses out of 90015 with flag 2749572/1071131
107.70/107.10	c cleaning 45999 clauses out of 92011 with flag 2874652/1118132
113.31/112.74	c cleaning 47005 clauses out of 94013 with flag 3004104/1166133
119.11/118.57	c cleaning 47996 clauses out of 96006 with flag 3140742/1215131
126.02/125.42	c cleaning 49000 clauses out of 98010 with flag 3275537/1265131
132.91/132.36	c cleaning 49999 clauses out of 100010 with flag 3412561/1316131
140.51/139.94	c cleaning 51006 clauses out of 102011 with flag 3549915/1368131
147.61/147.03	c cleaning 52000 clauses out of 104006 with flag 3692126/1421132
155.62/155.00	c cleaning 52988 clauses out of 106007 with flag 3836197/1475133
163.53/162.97	c cleaning 54006 clauses out of 108017 with flag 3980882/1530131
172.24/171.62	c cleaning 55006 clauses out of 110012 with flag 4130015/1586132
180.83/180.25	c cleaning 55997 clauses out of 112005 with flag 4285138/1643131
189.23/188.67	c cleaning 56996 clauses out of 114009 with flag 4445338/1701132
198.33/197.76	c cleaning 57998 clauses out of 116012 with flag 4617537/1760131
207.13/206.53	c cleaning 59005 clauses out of 118014 with flag 4782868/1820131
216.84/216.20	c cleaning 59999 clauses out of 120012 with flag 4944436/1881134
226.64/226.09	c cleaning 60999 clauses out of 122010 with flag 5124897/1943131
236.76/236.14	c cleaning 62004 clauses out of 124013 with flag 5297206/2006133
246.44/245.81	c cleaning 62995 clauses out of 126007 with flag 5486886/2070131
256.84/256.21	c cleaning 63996 clauses out of 128013 with flag 5667634/2135132
267.18/266.50	c cleaning 65000 clauses out of 130017 with flag 5843174/2201132
278.99/278.34	c cleaning 65997 clauses out of 132016 with flag 6025969/2268131
290.38/289.75	c cleaning 67011 clauses out of 134021 with flag 6214950/2336133
302.99/302.32	c cleaning 67992 clauses out of 136009 with flag 6412129/2405132
315.09/314.41	c cleaning 69007 clauses out of 138017 with flag 6596366/2475132
326.40/325.76	c cleaning 69999 clauses out of 140009 with flag 6794474/2546131
339.09/338.43	c cleaning 71003 clauses out of 142012 with flag 7002602/2618133
352.40/351.74	c cleaning 71999 clauses out of 144007 with flag 7210955/2691131
366.10/365.42	c cleaning 72996 clauses out of 146008 with flag 7428959/2765131
380.21/379.58	c cleaning 73995 clauses out of 148012 with flag 7654516/2840131
394.81/394.19	c cleaning 75004 clauses out of 150018 with flag 7874787/2916132
408.82/408.13	c cleaning 76001 clauses out of 152013 with flag 8102281/2993131
424.41/423.71	c cleaning 77004 clauses out of 154012 with flag 8328531/3071131
441.21/440.53	c cleaning 78004 clauses out of 156008 with flag 8554980/3150131
458.55/457.53	c cleaning 79000 clauses out of 158006 with flag 8776280/3230133
476.09/475.09	c cleaning 79997 clauses out of 160004 with flag 9004588/3311131
494.71/493.66	c cleaning 81002 clauses out of 162007 with flag 9251472/3393131
512.52/511.49	c cleaning 81996 clauses out of 164005 with flag 9490179/3476131
532.43/531.32	c cleaning 82998 clauses out of 166009 with flag 9735227/3560131
554.84/553.78	c cleaning 84004 clauses out of 168013 with flag 9963240/3645133
576.64/575.51	c cleaning 84998 clauses out of 170007 with flag 10200007/3731131
600.63/599.24	c cleaning 86001 clauses out of 172010 with flag 10430707/3818132
625.30/623.50	c cleaning 86997 clauses out of 174008 with flag 10669775/3906131
646.02/644.27	c cleaning 88000 clauses out of 176011 with flag 10927541/3995131
665.02/663.30	c cleaning 89000 clauses out of 178012 with flag 11218599/4085132
686.62/684.87	c cleaning 90003 clauses out of 180011 with flag 11497936/4176131
711.73/709.98	c cleaning 90996 clauses out of 182010 with flag 11771926/4268133
737.12/735.23	c cleaning 92003 clauses out of 184015 with flag 12026387/4361134
759.52/757.65	c cleaning 92999 clauses out of 186009 with flag 12288379/4455131
783.63/781.74	c cleaning 94002 clauses out of 188010 with flag 12562204/4550131
810.14/808.22	c cleaning 95000 clauses out of 190009 with flag 12826783/4646132
835.94/834.05	c cleaning 95996 clauses out of 192008 with flag 13096604/4743131
864.65/862.77	c cleaning 97002 clauses out of 194012 with flag 13364161/4841131
890.64/888.75	c cleaning 98002 clauses out of 196010 with flag 13637998/4940131
914.56/912.60	c cleaning 99000 clauses out of 198010 with flag 13978398/5040133
938.96/937.00	c cleaning 100001 clauses out of 200009 with flag 14305845/5141132
965.86/963.94	c cleaning 100995 clauses out of 202008 with flag 14597356/5243132
991.98/990.06	c cleaning 102006 clauses out of 204013 with flag 14897757/5346132
1018.28/1016.21	c cleaning 102997 clauses out of 206009 with flag 15220719/5450134
1046.38/1044.38	c cleaning 103995 clauses out of 208011 with flag 15543159/5555133
1075.29/1073.27	c cleaning 104995 clauses out of 210014 with flag 15843477/5661131
1105.99/1103.97	c cleaning 106005 clauses out of 212020 with flag 16144291/5768132
1136.01/1133.93	c cleaning 107001 clauses out of 214015 with flag 16472769/5876132
1166.02/1163.96	c cleaning 107999 clauses out of 216013 with flag 16804305/5985131
1198.94/1196.81	c cleaning 109001 clauses out of 218014 with flag 17117453/6095131
1232.84/1230.77	c cleaning 110003 clauses out of 220014 with flag 17432070/6206132
1267.96/1265.89	c cleaning 111001 clauses out of 222011 with flag 17755015/6318132
1303.57/1301.44	c cleaning 112000 clauses out of 224009 with flag 18069852/6431131
1339.79/1337.52	c cleaning 112993 clauses out of 226010 with flag 18381832/6545132
1377.31/1375.00	c cleaning 114005 clauses out of 228017 with flag 18709000/6660132
1413.32/1411.07	c cleaning 114995 clauses out of 230012 with flag 19045957/6776132
1450.53/1448.28	c cleaning 116008 clauses out of 232020 with flag 19372898/6893135
1488.33/1486.04	c cleaning 116992 clauses out of 234008 with flag 19708303/7011131
1526.84/1524.50	c cleaning 118000 clauses out of 236016 with flag 20070129/7130131
1566.45/1564.18	c cleaning 119007 clauses out of 238018 with flag 20416402/7250133
1605.26/1602.92	c cleaning 119996 clauses out of 240010 with flag 20754218/7371132
1643.57/1641.14	c cleaning 121002 clauses out of 242013 with flag 21095063/7493131
1681.48/1679.09	c cleaning 122006 clauses out of 244015 with flag 21464870/7616135
1725.21/1722.75	c cleaning 122996 clauses out of 246005 with flag 21819492/7740131
1768.30/1765.84	c cleaning 124000 clauses out of 248010 with flag 22162060/7865132
1800.02/1797.51	c starts		: 2364
1800.02/1797.51	c conflicts		: 7969912
1800.02/1797.51	c decisions		: 15912661
1800.02/1797.51	c propagations		: 101343436
1800.02/1797.51	c inspects		: 43734006909
1800.02/1797.51	c shortcuts		: 0
1800.02/1797.51	c learnt literals	: 0
1800.02/1797.51	c learnt binary clauses	: 1
1800.02/1797.51	c learnt ternary clauses	: 8
1800.02/1797.51	c learnt constraints	: 7969912
1800.02/1797.51	c ignored constraints	: 0
1800.02/1797.51	c root simplifications	: 0
1800.02/1797.51	c removed literals (reason simplification)	: 0
1800.02/1797.51	c reason swapping (by a shorter reason)	: 0
1800.02/1797.51	c Calls to reduceDB	: 121
1800.02/1797.51	c Number of update (reduction) of LBD	: 1475934
1800.02/1797.51	c Imported unit clauses	: 0
1800.02/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.51	c number of learned constraints concerned by reduction	: 0
1800.02/1797.51	c number of learning phase by resolution	: 0
1800.02/1797.51	c number of learning phase by cutting planes	: 0
1800.02/1797.51	c speed (assignments/second)	: 56383.986691740196
1800.02/1797.51	c non guided choices	0
1800.02/1797.54	c learnt constraints type 
1800.02/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.02/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 228790
1800.02/1797.54	s SATISFIABLE
1800.02/1797.54	c Found 5 solution(s)
1800.02/1797.54	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 
1800.02/1797.54	c objective function=9
1800.02/1797.54	c Total wall clock time (in seconds): 1797.438

Verifier Data

OK	9

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-4085422-1465241640/watcher-4085422-1465241640 -o /tmp/evaluation-result-4085422-1465241640/solver-4085422-1465241640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465241631-17482 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085422-1465241640.opb 

pid=19606
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: 2.07 2.64 3.38 4/194 19609
/proc/meminfo: memFree=31558004/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 106097295 98570240 977 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 24065 977 743 9 0 16771 0
[pid=19609/tid=19610] ppid=19606 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106097296 98570240 977 33554432000 1073741824 1073778376 140733376711504 139816507416104 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.07 2.64 3.38 4/194 19609
/proc/meminfo: memFree=31558004/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 4510 0 1 0 11 1 0 0 20 0 18 0 106097295 9787879424 6136 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2389619 6136 2157 9 0 2380296 0
[pid=19609/tid=19610] ppid=19606 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2384 0 1 0 8 0 0 0 20 0 18 0 106097296 9787879424 6136 33554432000 1073741824 1073778376 140733376711504 139816507419504 262966142221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 2.07 2.64 3.38 4/194 19609
/proc/meminfo: memFree=31558004/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 7053 0 1 0 30 1 0 0 20 0 19 0 106097295 9856040960 7784 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 7784 2235 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2403 0 1 0 18 0 0 0 20 0 19 0 106097296 9856040960 7784 33554432000 1073741824 1073778376 140733376711504 139816507421312 139816510706583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300377 s]
/proc/loadavg: 2.07 2.64 3.38 4/194 19609
/proc/meminfo: memFree=31558004/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 7425 0 1 0 50 2 0 0 20 0 19 0 106097295 9856040960 8376 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 8376 2238 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2404 0 1 0 28 0 0 0 20 0 19 0 106097296 9856040960 8376 33554432000 1073741824 1073778376 140733376711504 139816507421312 139816369337935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700202 s]
/proc/loadavg: 2.07 2.64 3.38 4/194 19609
/proc/meminfo: memFree=31558004/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 14770 0 1 0 118 3 0 0 20 0 19 0 106097295 9856040960 13440 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 13440 2248 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2405 0 1 0 67 0 0 0 20 0 19 0 106097296 9856040960 13440 33554432000 1073741824 1073778376 140733376711504 139816507412192 139816369345918 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.07 2.64 3.38 4/213 19628
/proc/meminfo: memFree=31509572/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 15567 0 1 0 204 3 0 0 20 0 19 0 106097295 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 14467 2250 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2408 0 1 0 147 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816507420968 139816369457552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19612] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816496483240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19613] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816495430696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19614] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816494377640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19609/tid=19615] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816493325096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19616] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816492272040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19617] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816491219496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19618] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816490166440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19619] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816489113896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19620] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816331602792 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 2961 0 0 0 24 0 0 0 20 0 19 0 106097300 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/19609/task/19625/stat : 19625 (java) S 19606 19609 12316 0 -1 4202560 8929 0 0 0 31 2 0 0 20 0 19 0 106097300 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816326339000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19626] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19626/stat : 19626 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816325286136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19627] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19627/stat : 19627 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816324233800 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19628] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19628/stat : 19628 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097309 9856040960 14467 33554432000 1073741824 1073778376 140733376711504 139816323180072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.07 2.64 3.38 3/213 19628
/proc/meminfo: memFree=31504856/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 15570 0 1 0 364 3 0 0 20 0 19 0 106097295 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 15491 2250 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2411 0 1 0 307 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816507421224 139816369345768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19612] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816496483240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19613] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816495430696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19614] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816494377640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19609/tid=19615] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816493325096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19616] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816492272040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19617] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816491219496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19618] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816490166440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19619] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816489113896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19620] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816331602792 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 2961 0 0 0 24 0 0 0 20 0 19 0 106097300 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/19609/task/19625/stat : 19625 (java) S 19606 19609 12316 0 -1 4202560 8929 0 0 0 31 2 0 0 20 0 19 0 106097300 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816326339000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19626] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19626/stat : 19626 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816325286136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19627] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19627/stat : 19627 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816324233800 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19628] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19628/stat : 19628 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097309 9856040960 15491 33554432000 1073741824 1073778376 140733376711504 139816323180072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.06 2.63 3.37 3/213 19628
/proc/meminfo: memFree=31503960/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 15575 0 1 0 684 3 0 0 20 0 19 0 106097295 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 15505 2251 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2415 0 1 0 627 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816507412176 139816369356936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19612] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816496483240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19613] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816495430696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19614] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816494377640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19609/tid=19615] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816493325096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19616] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816492272040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19617] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816491219496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19618] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816490166440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19619] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106097296 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816489113896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19620] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816331602792 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 2961 0 0 0 24 0 0 0 20 0 19 0 106097300 9856040960 15505 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 19358 0 0 0 123 4 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19609/task/19625/stat : 19625 (java) S 19606 19609 12316 0 -1 4202560 8929 0 0 0 33 2 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816326339000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19626] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19626/stat : 19626 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816325286136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19627] ppid=19606 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/19609/task/19627/stat : 19627 (java) S 19606 19609 12316 0 -1 4202560 100 0 0 0 28 37 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816324233800 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19628] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19628/stat : 19628 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097309 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816323180072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.8
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/213 19697
/proc/meminfo: memFree=31089772/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=1784.81 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 33264 0 1 0 178426 55 0 0 20 0 19 0 106097295 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 71718 2272 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=1782.01 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2487 0 1 0 178169 32 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816507412176 139816369345260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19612] ppid=19606 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 12316 0 -1 4202560 118 0 0 0 7 2 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816496483240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19613] ppid=19606 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 12316 0 -1 4202560 156 0 0 0 6 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816495430696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19614] ppid=19606 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 12316 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816494377640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19615] ppid=19606 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 12316 0 -1 4202560 187 0 0 0 10 2 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816493325096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19609/tid=19616] ppid=19606 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 12316 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816492272040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19617] ppid=19606 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 12316 0 -1 4202560 95 0 0 0 7 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816491219496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19618] ppid=19606 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 12316 0 -1 4202560 243 0 0 0 8 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816490166440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19619] ppid=19606 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 12316 0 -1 4202560 138 0 0 0 7 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816489113896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19620] ppid=19606 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 12316 0 -1 4202560 45 0 0 0 0 2 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816331602792 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 19358 0 0 0 123 4 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19609/task/19625/stat : 19625 (java) S 19606 19609 12316 0 -1 4202560 8929 0 0 0 33 2 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816326339000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19626] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19626/stat : 19626 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816325286136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19627] ppid=19606 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19609/task/19627/stat : 19627 (java) S 19606 19609 12316 0 -1 4202560 104 0 0 0 30 38 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816324233800 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19628] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19628/stat : 19628 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097309 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816323180072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.00 2.00 2.18 3/213 19763
/proc/meminfo: memFree=31389808/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 33264 0 1 0 179947 55 0 0 20 0 19 0 106097295 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 71718 2272 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=1797.22 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2487 0 1 0 179690 32 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816507412176 139816369345219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19612] ppid=19606 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 12316 0 -1 4202560 118 0 0 0 7 2 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816496483240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19613] ppid=19606 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 12316 0 -1 4202560 156 0 0 0 6 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816495430696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19614] ppid=19606 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 12316 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816494377640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19615] ppid=19606 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 12316 0 -1 4202560 187 0 0 0 10 2 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816493325096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19609/tid=19616] ppid=19606 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 12316 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816492272040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19617] ppid=19606 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 12316 0 -1 4202560 95 0 0 0 7 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816491219496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19618] ppid=19606 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 12316 0 -1 4202560 243 0 0 0 8 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816490166440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19619] ppid=19606 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 12316 0 -1 4202560 138 0 0 0 7 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816489113896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19620] ppid=19606 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 12316 0 -1 4202560 45 0 0 0 0 2 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816331602792 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 19358 0 0 0 123 4 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19609/task/19625/stat : 19625 (java) S 19606 19609 12316 0 -1 4202560 8929 0 0 0 33 2 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816326339000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19626] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19626/stat : 19626 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816325286136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19627] ppid=19606 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19609/task/19627/stat : 19627 (java) S 19606 19609 12316 0 -1 4202560 104 0 0 0 30 38 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816324233800 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19628] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19628/stat : 19628 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097309 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816323180072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1797.51 s]
/proc/loadavg: 2.00 2.00 2.18 3/213 19763
/proc/meminfo: memFree=31389808/32872528 swapFree=11320/319964
[pid=19609] ppid=19606 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 12316 0 -1 4202496 33264 0 1 0 179947 55 0 0 20 0 19 0 106097295 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 140733376702640 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19609/statm: 2406260 71718 2272 9 0 2396937 0
[pid=19609/tid=19610] ppid=19606 vsize=9625040 CPUtime=1797.22 cores=1,3,5,7
/proc/19609/task/19610/stat : 19610 (java) R 19606 19609 12316 0 -1 4202560 2487 0 1 0 179690 32 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816507412176 139816369345219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19612] ppid=19606 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 12316 0 -1 4202560 118 0 0 0 7 2 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816496483240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19613] ppid=19606 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 12316 0 -1 4202560 156 0 0 0 6 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816495430696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19614] ppid=19606 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 12316 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816494377640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19615] ppid=19606 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 12316 0 -1 4202560 187 0 0 0 10 2 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816493325096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19609/tid=19616] ppid=19606 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 12316 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816492272040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19617] ppid=19606 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 12316 0 -1 4202560 95 0 0 0 7 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816491219496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19618] ppid=19606 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 12316 0 -1 4202560 243 0 0 0 8 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816490166440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19619] ppid=19606 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 12316 0 -1 4202560 138 0 0 0 7 0 0 0 20 0 19 0 106097296 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816489113896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19620] ppid=19606 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 12316 0 -1 4202560 45 0 0 0 0 2 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816331602792 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19621] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816330549112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19622] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106097298 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816329495944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19623] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816328444688 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19624] ppid=19606 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 12316 0 -1 4202560 19358 0 0 0 123 4 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816327391544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19609/tid=19625] ppid=19606 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19609/task/19625/stat : 19625 (java) S 19606 19609 12316 0 -1 4202560 8929 0 0 0 33 2 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816326339000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19626] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19626/stat : 19626 (java) S 19606 19609 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816325286136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19609/tid=19627] ppid=19606 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19609/task/19627/stat : 19627 (java) S 19606 19609 12316 0 -1 4202560 104 0 0 0 30 38 0 0 20 0 19 0 106097300 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816324233800 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19609/tid=19628] ppid=19606 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19628/stat : 19628 (java) S 19606 19609 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106097309 9856040960 71718 33554432000 1073741824 1073778376 140733376711504 139816323180072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.55
CPU time (s): 1800.5
CPU user time (s): 1799.54
CPU system time (s): 0.962853
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.962853
maximum resident set size= 287040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33313
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38147
involuntary context switches= 3626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0715 second user time and 14.1838 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 21:34:00
IDJOB=4085422
IDBENCH=2843
IDSOLVER=2546
FILE ID=node128/4085422-1465241640
RUNJOBID= node128-1465241631-17482
PBS_JOBID= 19843236
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085422-1465241640/watcher-4085422-1465241640 -o /tmp/evaluation-result-4085422-1465241640/solver-4085422-1465241640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465241631-17482 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085422-1465241640.opb

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

MD5SUM BENCH= e965a77006f54aa5fb414d88d571084c
RANDOM SEED=1178739094

node128.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.486
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.97
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.486
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.486
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.486
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.486
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.54
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.486
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.56
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.486
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.486
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31558688 kB
Buffers:           36908 kB
Cached:           100444 kB
SwapCached:         1664 kB
Active:           209180 kB
Inactive:          73056 kB
Active(anon):     146968 kB
Inactive(anon):      528 kB
Active(file):      62212 kB
Inactive(file):    72528 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:              3624 kB
Writeback:             0 kB
AnonPages:        470288 kB
Mapped:            15152 kB
Shmem:                 0 kB
Slab:             571376 kB
SReclaimable:      12844 kB
SUnreclaim:       558532 kB
KernelStack:        1608 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1008960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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= 71748 MiB
End job on node128 at 2016-06-06 22:03:58