Trace number 4089012

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.65 1796.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x17.opb
MD5SUM30d12a1a3fff9b153f01a9180eb6bd43
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.004999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints205
Number of constraints which are clauses204
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint102
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 51
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 153
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089012-1466015681.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.029s.
0.11/0.13	c declared #vars     102
0.11/0.13	c #constraints  205
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 204
0.11/0.13	c 205 constraints processed.
0.52/0.39	c cleaning 2501 clauses out of 5001 with flag 10399/5001
0.84/0.56	c cleaning 4250 clauses out of 8500 with flag 22856/11001
1.05/0.73	c cleaning 5625 clauses out of 11249 with flag 37551/18000
1.26/0.96	c cleaning 6811 clauses out of 13625 with flag 54156/26001
1.59/1.24	c cleaning 7907 clauses out of 15813 with flag 72864/35000
1.88/1.58	c cleaning 8954 clauses out of 17907 with flag 93675/45001
2.28/1.95	c cleaning 9977 clauses out of 19953 with flag 116522/56001
2.78/2.40	c cleaning 10987 clauses out of 21977 with flag 141435/68002
3.19/2.89	c cleaning 11991 clauses out of 23989 with flag 168420/81001
3.79/3.48	c cleaning 12999 clauses out of 25997 with flag 197443/95000
4.41/4.09	c cleaning 13996 clauses out of 27998 with flag 228701/110000
5.14/4.77	c cleaning 15002 clauses out of 30003 with flag 264278/126001
6.04/5.65	c cleaning 15995 clauses out of 32000 with flag 302925/143000
6.94/6.52	c cleaning 17002 clauses out of 34005 with flag 343002/161000
8.05/7.65	c cleaning 17997 clauses out of 36004 with flag 385678/180001
8.85/8.48	c cleaning 19004 clauses out of 38008 with flag 428277/200002
10.15/9.76	c cleaning 20001 clauses out of 40003 with flag 473756/221001
11.15/10.74	c cleaning 20995 clauses out of 42001 with flag 519670/243000
12.15/11.79	c cleaning 22000 clauses out of 44008 with flag 570533/266002
13.76/13.34	c cleaning 22998 clauses out of 46006 with flag 622660/290000
15.25/14.87	c cleaning 24001 clauses out of 48008 with flag 676505/315000
16.65/16.28	c cleaning 25001 clauses out of 50007 with flag 731944/341000
18.45/18.00	c cleaning 26002 clauses out of 52007 with flag 789410/368001
20.05/19.62	c cleaning 27000 clauses out of 54005 with flag 848209/396001
21.76/21.39	c cleaning 27999 clauses out of 56004 with flag 909054/425000
23.86/23.41	c cleaning 28997 clauses out of 58005 with flag 971921/455000
25.46/25.03	c cleaning 30000 clauses out of 60009 with flag 1036670/486001
27.48/27.05	c cleaning 31005 clauses out of 62010 with flag 1102924/518002
29.19/28.75	c cleaning 32003 clauses out of 64005 with flag 1171759/551002
30.88/30.44	c cleaning 32997 clauses out of 66002 with flag 1242592/585002
33.08/32.61	c cleaning 33994 clauses out of 68003 with flag 1315780/620000
35.28/34.87	c cleaning 35005 clauses out of 70011 with flag 1390615/656002
38.08/37.62	c cleaning 36002 clauses out of 72004 with flag 1467893/693000
40.98/40.54	c cleaning 36998 clauses out of 74002 with flag 1549887/731000
44.38/43.92	c cleaning 38000 clauses out of 76005 with flag 1638126/770001
47.27/46.81	c cleaning 38999 clauses out of 78004 with flag 1721683/810000
50.08/49.63	c cleaning 40002 clauses out of 80005 with flag 1806990/851000
53.28/52.83	c cleaning 40998 clauses out of 82003 with flag 1894765/893000
56.28/55.81	c cleaning 41998 clauses out of 84006 with flag 1985430/936001
59.58/59.17	c cleaning 43004 clauses out of 86008 with flag 2079699/980001
63.67/63.16	c cleaning 44001 clauses out of 88003 with flag 2173273/1025000
68.27/67.80	c cleaning 45000 clauses out of 90002 with flag 2268883/1071000
74.28/73.73	c cleaning 45997 clauses out of 92002 with flag 2372250/1118000
81.27/80.79	c cleaning 47003 clauses out of 94007 with flag 2482318/1166002
86.78/86.28	c cleaning 48000 clauses out of 96003 with flag 2590198/1215001
91.99/91.41	c cleaning 49001 clauses out of 98005 with flag 2696810/1265003
97.58/97.01	c cleaning 49998 clauses out of 100002 with flag 2806602/1316001
102.78/102.24	c cleaning 50998 clauses out of 102003 with flag 2920964/1368000
107.48/106.98	c cleaning 51996 clauses out of 104005 with flag 3036108/1421000
112.98/112.44	c cleaning 53003 clauses out of 106009 with flag 3152001/1475000
119.88/119.32	c cleaning 53998 clauses out of 108007 with flag 3273820/1530001
126.95/126.39	c cleaning 55001 clauses out of 110008 with flag 3401390/1586000
134.54/133.90	c cleaning 56001 clauses out of 112007 with flag 3530413/1643000
143.14/142.56	c cleaning 57001 clauses out of 114006 with flag 3662689/1701000
150.15/149.52	c cleaning 57999 clauses out of 116005 with flag 3794121/1760000
154.75/154.11	c cleaning 58998 clauses out of 118006 with flag 3918974/1820000
159.84/159.26	c cleaning 60001 clauses out of 120008 with flag 4045911/1881000
165.84/165.23	c cleaning 61002 clauses out of 122008 with flag 4175029/1943001
172.44/171.86	c cleaning 62001 clauses out of 124005 with flag 4306254/2006000
180.75/180.10	c cleaning 62997 clauses out of 126004 with flag 4439659/2070000
188.35/187.64	c cleaning 64002 clauses out of 128007 with flag 4574673/2135000
196.05/195.38	c cleaning 64999 clauses out of 130005 with flag 4712316/2201000
203.86/203.13	c cleaning 66001 clauses out of 132008 with flag 4851796/2268002
211.46/210.77	c cleaning 66999 clauses out of 134005 with flag 4993530/2336000
220.90/220.17	c cleaning 67997 clauses out of 136006 with flag 5137451/2405000
229.09/228.38	c cleaning 69001 clauses out of 138009 with flag 5283571/2475000
238.69/237.94	c cleaning 70002 clauses out of 140009 with flag 5431248/2546001
247.33/246.45	c cleaning 71000 clauses out of 142006 with flag 5581893/2618000
254.22/253.37	c cleaning 72002 clauses out of 144007 with flag 5741608/2691001
261.23/260.39	c cleaning 73001 clauses out of 146005 with flag 5898661/2765001
268.83/267.96	c cleaning 73994 clauses out of 148003 with flag 6058055/2840000
278.14/277.26	c cleaning 75000 clauses out of 150010 with flag 6229627/2916001
286.44/285.51	c cleaning 76001 clauses out of 152009 with flag 6398420/2993000
294.75/293.90	c cleaning 77001 clauses out of 154008 with flag 6565164/3071000
303.27/302.29	c cleaning 78001 clauses out of 156008 with flag 6733694/3150001
312.48/311.44	c cleaning 79001 clauses out of 158007 with flag 6905225/3230001
323.38/322.33	c cleaning 80002 clauses out of 160005 with flag 7080217/3311000
334.79/333.74	c cleaning 80997 clauses out of 162004 with flag 7255070/3393001
345.08/344.06	c cleaning 82001 clauses out of 164007 with flag 7430618/3476001
354.19/353.14	c cleaning 82998 clauses out of 166005 with flag 7606814/3560000
364.30/363.17	c cleaning 84002 clauses out of 168008 with flag 7786029/3645001
374.60/373.41	c cleaning 84999 clauses out of 170005 with flag 7969439/3731000
384.11/382.93	c cleaning 85998 clauses out of 172006 with flag 8152284/3818000
396.11/394.97	c cleaning 87000 clauses out of 174008 with flag 8337163/3906000
410.81/409.65	c cleaning 88001 clauses out of 176009 with flag 8531382/3995001
423.59/422.23	c cleaning 89002 clauses out of 178007 with flag 8718619/4085000
436.09/434.74	c cleaning 89999 clauses out of 180005 with flag 8907684/4176000
448.70/447.32	c cleaning 91000 clauses out of 182008 with flag 9098400/4268002
460.90/459.59	c cleaning 92001 clauses out of 184007 with flag 9291602/4361001
473.98/472.41	c cleaning 92998 clauses out of 186005 with flag 9487859/4455000
486.58/485.05	c cleaning 94001 clauses out of 188007 with flag 9687856/4550000
498.28/496.76	c cleaning 94996 clauses out of 190006 with flag 9888848/4646000
514.39/512.88	c cleaning 96000 clauses out of 192010 with flag 10098427/4743000
529.21/527.55	c cleaning 96998 clauses out of 194010 with flag 10308249/4841000
542.61/540.98	c cleaning 98002 clauses out of 196012 with flag 10515774/4940000
558.00/556.33	c cleaning 99004 clauses out of 198010 with flag 10723260/5040000
577.21/575.58	c cleaning 100002 clauses out of 200007 with flag 10936549/5141001
597.36/595.55	c cleaning 101001 clauses out of 202004 with flag 11154921/5243000
618.15/616.32	c cleaning 101997 clauses out of 204004 with flag 11376729/5346001
630.66/628.86	c cleaning 103000 clauses out of 206006 with flag 11592984/5450000
652.87/650.88	c cleaning 103996 clauses out of 208006 with flag 11819553/5555000
674.28/672.30	c cleaning 105005 clauses out of 210010 with flag 12046277/5661000
694.97/692.95	c cleaning 106000 clauses out of 212007 with flag 12269709/5768002
719.61/717.49	c cleaning 106998 clauses out of 214005 with flag 12494193/5876000
742.41/740.23	c cleaning 108004 clauses out of 216007 with flag 12721538/5985000
769.32/767.13	c cleaning 108997 clauses out of 218003 with flag 12953715/6095000
794.25/792.00	c cleaning 109999 clauses out of 220006 with flag 13199131/6206000
821.75/819.45	c cleaning 110999 clauses out of 222007 with flag 13432967/6318000
847.75/845.49	c cleaning 112000 clauses out of 224008 with flag 13667680/6431000
876.58/874.12	c cleaning 113005 clauses out of 226009 with flag 13904810/6545001
905.39/902.93	c cleaning 113994 clauses out of 228003 with flag 14160771/6660000
931.90/929.40	c cleaning 115001 clauses out of 230009 with flag 14428373/6776000
955.40/952.89	c cleaning 115997 clauses out of 232008 with flag 14697163/6893000
979.30/976.73	c cleaning 117000 clauses out of 234012 with flag 14978759/7011001
1011.61/1009.00	c cleaning 118006 clauses out of 236013 with flag 15256775/7130002
1043.54/1040.89	c cleaning 118999 clauses out of 238006 with flag 15533952/7250001
1077.34/1074.65	c cleaning 119999 clauses out of 240006 with flag 15790057/7371000
1105.45/1102.78	c cleaning 121000 clauses out of 242008 with flag 16043918/7493001
1141.78/1138.98	c cleaning 122001 clauses out of 244007 with flag 16298439/7616000
1178.89/1176.08	c cleaning 123000 clauses out of 246006 with flag 16555093/7740000
1210.72/1207.73	c cleaning 123996 clauses out of 248006 with flag 16813988/7865000
1241.73/1238.72	c cleaning 125002 clauses out of 250010 with flag 17077210/7991000
1273.43/1270.45	c cleaning 126001 clauses out of 252010 with flag 17344478/8118002
1305.64/1302.53	c cleaning 127002 clauses out of 254008 with flag 17612325/8246001
1335.44/1332.35	c cleaning 127997 clauses out of 256006 with flag 17882127/8375001
1368.57/1365.32	c cleaning 129004 clauses out of 258010 with flag 18153659/8505002
1406.99/1403.76	c cleaning 130001 clauses out of 260004 with flag 18426088/8636000
1443.06/1439.70	c cleaning 131003 clauses out of 262005 with flag 18699583/8768002
1478.37/1475.07	c cleaning 131999 clauses out of 264001 with flag 18975618/8901001
1522.22/1518.78	c cleaning 132999 clauses out of 266001 with flag 19253822/9035000
1553.63/1550.16	c cleaning 133997 clauses out of 268003 with flag 19534111/9170001
1581.47/1577.89	c cleaning 134998 clauses out of 270005 with flag 19816737/9306000
1616.47/1612.85	c cleaning 136000 clauses out of 272008 with flag 20100741/9443001
1651.29/1647.57	c cleaning 137000 clauses out of 274008 with flag 20387283/9581001
1683.60/1679.81	c cleaning 138000 clauses out of 276007 with flag 20676608/9720000
1718.21/1714.38	c cleaning 139005 clauses out of 278009 with flag 20967005/9860002
1754.21/1750.38	c cleaning 139999 clauses out of 280002 with flag 21259748/10001000
1793.59/1789.50	c cleaning 140999 clauses out of 282004 with flag 21555117/10143001
1800.09/1796.00	c starts		: 9654
1800.09/1796.00	c conflicts		: 10184247
1800.09/1796.00	c decisions		: 10967502
1800.09/1796.00	c propagations		: 52628519
1800.09/1796.00	c inspects		: 29075636893
1800.09/1796.00	c shortcuts		: 0
1800.09/1796.00	c learnt literals	: 0
1800.09/1796.00	c learnt binary clauses	: 0
1800.09/1796.00	c learnt ternary clauses	: 0
1800.09/1796.00	c learnt constraints	: 10184248
1800.09/1796.00	c ignored constraints	: 0
1800.09/1796.00	c timeout
1800.09/1796.00	c root simplifications	: 0
1800.09/1796.00	c removed literals (reason simplification)	: 0
1800.09/1796.00	c reason swapping (by a shorter reason)	: 0
1800.09/1796.00	c Calls to reduceDB	: 138
1800.09/1796.00	c Number of update (reduction) of LBD	: 319300
1800.09/1796.00	c Imported unit clauses	: 0
1800.09/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.00	c number of learned constraints concerned by reduction	: 0
1800.09/1796.00	c number of learning phase by resolution	: 0
1800.09/1796.00	c number of learning phase by cutting planes	: 0
1800.09/1796.00	c speed (assignments/second)	: 29305.256552105857
1800.09/1796.00	c non guided choices	45
1800.09/1796.03	c learnt constraints type 
1800.09/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 182252
1800.09/1796.03	s UNKNOWN
1800.09/1796.03	c Total wall clock time (in seconds): 1795.931

Verifier Data

ERROR: no interpretation found !

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-4089012-1466015681/watcher-4089012-1466015681 -o /tmp/evaluation-result-4089012-1466015681/solver-4089012-1466015681 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089012-1466015681.opb 

pid=6277
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: 0.08 0.81 1.64 2/194 6280
/proc/meminfo: memFree=31539712/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 3613707 98570240 977 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 24065 977 744 9 0 16771 0
[pid=6280/tid=6281] ppid=6277 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3613708 98570240 977 33554432000 1073741824 1073778376 140735426862992 140718538382888 206629062016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 0.08 0.81 1.64 2/194 6280
/proc/meminfo: memFree=31539712/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 3613707 9787879424 6139 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2389619 6139 2157 9 0 2380296 0
[pid=6280/tid=6281] ppid=6277 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 3613708 9787879424 6139 33554432000 1073741824 1073778376 140735426862992 140718538386336 140718528444405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 0.08 0.81 1.64 2/194 6280
/proc/meminfo: memFree=31539712/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 6694 0 1 0 32 1 0 0 20 0 19 0 3613707 9856040960 7490 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 7490 2232 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2406 0 1 0 18 0 0 0 20 0 19 0 3613708 9856040960 7490 33554432000 1073741824 1073778376 140735426862992 140718538388096 140718379185680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300353 s]
/proc/loadavg: 0.08 0.81 1.64 2/194 6280
/proc/meminfo: memFree=31539712/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 6707 0 1 0 50 2 0 0 20 0 19 0 3613707 9856040960 7907 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 7907 2244 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2413 0 1 0 28 0 0 0 20 0 19 0 3613708 9856040960 7907 33554432000 1073741824 1073778376 140735426862992 140718538388096 140718379198276 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.700244 s]
/proc/loadavg: 0.08 0.81 1.64 2/194 6280
/proc/meminfo: memFree=31539712/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 7749 0 1 0 103 2 0 0 20 0 19 0 3613707 9856040960 9016 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 9016 2254 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2415 0 1 0 68 0 0 0 20 0 19 0 3613708 9856040960 9016 33554432000 1073741824 1073778376 140735426862992 140718538378960 140718379635607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 0.32 0.84 1.64 3/213 6299
/proc/meminfo: memFree=31499180/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 7757 0 1 0 186 2 0 0 20 0 19 0 3613707 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 10556 2256 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2419 0 1 0 148 0 0 0 20 0 19 0 3613708 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718538388008 140718379635602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6283] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6283/stat : 6283 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718499879976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6284] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6284/stat : 6284 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718498827176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6285] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6285/stat : 6285 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718497774376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6286] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6286/stat : 6286 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718379100840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6287] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6287/stat : 6287 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718378048040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6288] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6288/stat : 6288 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718376995240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6289] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6289/stat : 6289 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718375942440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6290] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6290/stat : 6290 (java) S 6277 6280 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140718374889640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6291] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6291/stat : 6291 (java) S 6277 6280 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717892561896 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 1707 0 0 0 17 0 0 0 20 0 19 0 3613712 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6280/task/6296/stat : 6296 (java) S 6277 6280 6151 0 -1 4202560 2361 0 0 0 20 0 0 0 20 0 19 0 3613712 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717887297848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6297] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6297/stat : 6297 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717886245240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6298] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6298/stat : 6298 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717885192648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6299] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6299/stat : 6299 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613721 9856040960 10556 33554432000 1073741824 1073778376 140735426862992 140717884139176 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 0.32 0.84 1.64 3/213 6299
/proc/meminfo: memFree=31482300/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 7763 0 1 0 347 2 0 0 20 0 19 0 3613707 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 13628 2256 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2425 0 1 0 308 0 0 0 20 0 19 0 3613708 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718538378960 140718379635602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6283] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6283/stat : 6283 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718499879976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6284] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6284/stat : 6284 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718498827176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6285] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6285/stat : 6285 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718497774376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6286] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6286/stat : 6286 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718379100840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6287] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6287/stat : 6287 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718378048040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6288] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6288/stat : 6288 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718376995240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6289] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6289/stat : 6289 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718375942440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6290] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6290/stat : 6290 (java) S 6277 6280 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140718374889640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6291] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6291/stat : 6291 (java) S 6277 6280 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717892561896 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 1707 0 0 0 17 0 0 0 20 0 19 0 3613712 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6280/task/6296/stat : 6296 (java) S 6277 6280 6151 0 -1 4202560 2361 0 0 0 20 0 0 0 20 0 19 0 3613712 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717887297848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6297] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6297/stat : 6297 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717886245240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6298] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6298/stat : 6298 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717885192648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6299] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6299/stat : 6299 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613721 9856040960 13628 33554432000 1073741824 1073778376 140735426862992 140717884139176 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 0.45 0.86 1.65 3/213 6299
/proc/meminfo: memFree=31445988/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 8715 0 1 0 671 2 0 0 20 0 19 0 3613707 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 17616 2258 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2434 0 1 0 626 2 0 0 20 0 19 0 3613708 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718538378944 140718379586955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6283] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6283/stat : 6283 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718499879976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6284] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6284/stat : 6284 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718498827176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6285] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6285/stat : 6285 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718497774376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6286] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6286/stat : 6286 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718379100840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6287] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6287/stat : 6287 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718378048040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6288] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6288/stat : 6288 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718376995240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6289] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6289/stat : 6289 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718375942440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6290] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6290/stat : 6290 (java) S 6277 6280 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3613709 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140718374889640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6291] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6291/stat : 6291 (java) S 6277 6280 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140717892561896 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 2649 0 0 0 22 0 0 0 20 0 19 0 3613712 9856040960 17616 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7

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

[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 3088 0 0 0 26 0 0 0 20 0 19 0 3613712 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6280/task/6296/stat : 6296 (java) S 6277 6280 6151 0 -1 4202560 2361 0 0 0 20 0 0 0 20 0 19 0 3613712 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717887297848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6297] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6297/stat : 6297 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717886245240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6298] ppid=6277 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6280/task/6298/stat : 6298 (java) S 6277 6280 6151 0 -1 4202560 96 0 0 0 35 32 0 0 20 0 19 0 3613712 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717885192648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6299] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6299/stat : 6299 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613721 9856040960 121935 33554432000 1073741824 1073778376 140735426862992 140717884139176 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.09
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.07 1.95 3/213 6365
/proc/meminfo: memFree=30601436/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=1726.21 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 12614 0 1 0 172541 80 0 0 20 0 19 0 3613707 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 120752 2280 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=1720.78 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2505 0 1 0 172048 30 0 0 20 0 19 0 3613708 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718538378944 140718379635602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6283] ppid=6277 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/6280/task/6283/stat : 6283 (java) S 6277 6280 6151 0 -1 4202560 397 0 0 0 44 7 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718499879976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6284] ppid=6277 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6280/task/6284/stat : 6284 (java) S 6277 6280 6151 0 -1 4202560 273 0 0 0 51 5 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718498827176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6285] ppid=6277 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/6280/task/6285/stat : 6285 (java) S 6277 6280 6151 0 -1 4202560 401 0 0 0 52 6 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718497774376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6286] ppid=6277 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/6280/task/6286/stat : 6286 (java) S 6277 6280 6151 0 -1 4202560 568 0 0 0 48 7 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718379100840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6287] ppid=6277 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/6280/task/6287/stat : 6287 (java) S 6277 6280 6151 0 -1 4202560 328 0 0 0 47 6 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718378048040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6288] ppid=6277 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6280/task/6288/stat : 6288 (java) S 6277 6280 6151 0 -1 4202560 379 0 0 0 39 6 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718376995240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6289] ppid=6277 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6280/task/6289/stat : 6289 (java) S 6277 6280 6151 0 -1 4202560 364 0 0 0 47 5 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718375942440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6290] ppid=6277 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/6280/task/6290/stat : 6290 (java) S 6277 6280 6151 0 -1 4202560 445 0 0 0 45 6 0 0 20 0 19 0 3613709 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140718374889640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6291] ppid=6277 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6280/task/6291/stat : 6291 (java) S 6277 6280 6151 0 -1 4202560 149 0 0 0 26 2 0 0 20 0 19 0 3613710 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717892561896 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 3088 0 0 0 26 0 0 0 20 0 19 0 3613712 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6280/task/6296/stat : 6296 (java) S 6277 6280 6151 0 -1 4202560 2361 0 0 0 20 0 0 0 20 0 19 0 3613712 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717887297848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6297] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6297/stat : 6297 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717886245240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6298] ppid=6277 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6280/task/6298/stat : 6298 (java) S 6277 6280 6151 0 -1 4202560 100 0 0 0 37 33 0 0 20 0 19 0 3613712 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717885192648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6299] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6299/stat : 6299 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613721 9856040960 120752 33554432000 1073741824 1073778376 140735426862992 140717884139176 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 1.96 3/213 6366
/proc/meminfo: memFree=30601308/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=1786.39 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 12662 0 1 0 178558 81 0 0 20 0 19 0 3613707 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 120792 2280 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=1780.72 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2506 0 1 0 178041 31 0 0 20 0 19 0 3613708 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718538386640 140718379635602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6283] ppid=6277 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6280/task/6283/stat : 6283 (java) S 6277 6280 6151 0 -1 4202560 397 0 0 0 47 7 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718499879976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6284] ppid=6277 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/6280/task/6284/stat : 6284 (java) S 6277 6280 6151 0 -1 4202560 273 0 0 0 54 5 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718498827176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6285] ppid=6277 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6280/task/6285/stat : 6285 (java) S 6277 6280 6151 0 -1 4202560 401 0 0 0 54 6 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718497774376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6286] ppid=6277 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6280/task/6286/stat : 6286 (java) S 6277 6280 6151 0 -1 4202560 568 0 0 0 50 7 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718379100840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6287] ppid=6277 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6280/task/6287/stat : 6287 (java) S 6277 6280 6151 0 -1 4202560 328 0 0 0 50 6 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718378048040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6288] ppid=6277 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6280/task/6288/stat : 6288 (java) S 6277 6280 6151 0 -1 4202560 418 0 0 0 40 7 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718376995240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6289] ppid=6277 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6280/task/6289/stat : 6289 (java) S 6277 6280 6151 0 -1 4202560 364 0 0 0 49 5 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718375942440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6290] ppid=6277 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6280/task/6290/stat : 6290 (java) S 6277 6280 6151 0 -1 4202560 445 0 0 0 50 6 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718374889640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6291] ppid=6277 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6280/task/6291/stat : 6291 (java) S 6277 6280 6151 0 -1 4202560 151 0 0 0 27 2 0 0 20 0 19 0 3613710 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717892561896 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 3090 0 0 0 26 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6280/task/6296/stat : 6296 (java) S 6277 6280 6151 0 -1 4202560 2361 0 0 0 20 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717887297848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6297] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6297/stat : 6297 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717886245240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6298] ppid=6277 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/6280/task/6298/stat : 6298 (java) S 6277 6280 6151 0 -1 4202560 104 0 0 0 38 34 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717885192648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6299] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6299/stat : 6299 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613721 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717884139176 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.08 2.08 1.96 2/191 6388
/proc/meminfo: memFree=31088580/32872528 swapFree=532444/565148
[pid=6280] ppid=6277 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/6280/stat : 6280 (java) S 6277 6280 6151 0 -1 4202496 12662 0 1 0 179928 81 0 0 20 0 19 0 3613707 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140735426854128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6280/statm: 2406260 120792 2280 9 0 2396937 0
[pid=6280/tid=6281] ppid=6277 vsize=9625040 CPUtime=1794.42 cores=1,3,5,7
/proc/6280/task/6281/stat : 6281 (java) R 6277 6280 6151 0 -1 4202560 2506 0 1 0 179410 32 0 0 20 0 19 0 3613708 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718538378944 140718379635602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6283] ppid=6277 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6280/task/6283/stat : 6283 (java) S 6277 6280 6151 0 -1 4202560 397 0 0 0 47 7 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718499879976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6280/tid=6284] ppid=6277 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/6280/task/6284/stat : 6284 (java) S 6277 6280 6151 0 -1 4202560 273 0 0 0 54 5 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718498827176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6285] ppid=6277 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6280/task/6285/stat : 6285 (java) S 6277 6280 6151 0 -1 4202560 401 0 0 0 54 6 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718497774376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6286] ppid=6277 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6280/task/6286/stat : 6286 (java) S 6277 6280 6151 0 -1 4202560 568 0 0 0 50 7 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718379100840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6287] ppid=6277 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6280/task/6287/stat : 6287 (java) S 6277 6280 6151 0 -1 4202560 328 0 0 0 50 6 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718378048040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6288] ppid=6277 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6280/task/6288/stat : 6288 (java) S 6277 6280 6151 0 -1 4202560 418 0 0 0 40 7 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718376995240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6289] ppid=6277 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6280/task/6289/stat : 6289 (java) S 6277 6280 6151 0 -1 4202560 364 0 0 0 49 5 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718375942440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6290] ppid=6277 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6280/task/6290/stat : 6290 (java) S 6277 6280 6151 0 -1 4202560 445 0 0 0 50 6 0 0 20 0 19 0 3613709 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140718374889640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6291] ppid=6277 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6280/task/6291/stat : 6291 (java) S 6277 6280 6151 0 -1 4202560 151 0 0 0 27 2 0 0 20 0 19 0 3613710 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717892561896 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6280/tid=6292] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6292/stat : 6292 (java) S 6277 6280 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717891507960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6293] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6293/stat : 6293 (java) S 6277 6280 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3613710 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717890455048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6294] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6294/stat : 6294 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717889403536 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6295] ppid=6277 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6280/task/6295/stat : 6295 (java) S 6277 6280 6151 0 -1 4202560 3090 0 0 0 26 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717888350648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6296] ppid=6277 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6280/task/6296/stat : 6296 (java) S 6277 6280 6151 0 -1 4202560 2361 0 0 0 20 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717887297848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6297] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6297/stat : 6297 (java) S 6277 6280 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717886245240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6280/tid=6298] ppid=6277 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/6280/task/6298/stat : 6298 (java) S 6277 6280 6151 0 -1 4202560 104 0 0 0 38 35 0 0 20 0 19 0 3613712 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717885192648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6280/tid=6299] ppid=6277 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6280/task/6299/stat : 6299 (java) S 6277 6280 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3613721 9856040960 120792 33554432000 1073741824 1073778376 140735426862992 140717884139176 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 6280 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.04
CPU time (s): 1800.65
CPU user time (s): 1799.33
CPU system time (s): 1.3238
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.3238
maximum resident set size= 593052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12706
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38579
involuntary context switches= 8977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7014 second user time and 13.7549 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 20:34:41
IDJOB=4089012
IDBENCH=107345
IDSOLVER=2546
FILE ID=node138/4089012-1466015681
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid6x17.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089012-1466015681/watcher-4089012-1466015681 -o /tmp/evaluation-result-4089012-1466015681/solver-4089012-1466015681 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089012-1466015681.opb

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

MD5SUM BENCH= 30d12a1a3fff9b153f01a9180eb6bd43
RANDOM SEED=869678498

node138.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.395
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.79
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.395
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.395
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.395
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.395
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.395
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.395
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.54
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.395
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:        31540776 kB
Buffers:            1504 kB
Cached:            34740 kB
SwapCached:         1288 kB
Active:            36380 kB
Inactive:          26492 kB
Active(anon):      27980 kB
Inactive(anon):     1700 kB
Active(file):       8400 kB
Inactive(file):    24792 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099904 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:        590988 kB
Mapped:            15208 kB
Shmem:                 0 kB
Slab:             565732 kB
SReclaimable:       8632 kB
SUnreclaim:       557100 kB
KernelStack:        1592 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1253320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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 node138 at 2016-06-15 21:04:37