Trace number 4089131

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 1794.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x19-hard.opb
MD5SUMe55a3e035f9bbf7973323d737a2f79d2
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.039993
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables152
Total number of constraints305
Number of constraints which are clauses304
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 constraint152
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 79
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 231
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089131-1466017988.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.041s.
0.11/0.15	c declared #vars     152
0.11/0.15	c #constraints  305
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 304
0.11/0.15	c 305 constraints processed.
0.63/0.43	c cleaning 2500 clauses out of 5001 with flag 10369/5001
0.95/0.61	c cleaning 4251 clauses out of 8502 with flag 22796/11002
1.14/0.81	c cleaning 5625 clauses out of 11249 with flag 37305/18000
1.35/1.08	c cleaning 6812 clauses out of 13627 with flag 53893/26003
1.68/1.38	c cleaning 7905 clauses out of 15813 with flag 72516/35001
2.08/1.73	c cleaning 8954 clauses out of 17908 with flag 93250/45001
2.48/2.14	c cleaning 9975 clauses out of 19953 with flag 116064/56000
2.98/2.62	c cleaning 10988 clauses out of 21979 with flag 140914/68001
3.48/3.12	c cleaning 11992 clauses out of 23990 with flag 167862/81000
3.98/3.64	c cleaning 12995 clauses out of 25998 with flag 196892/95000
4.58/4.24	c cleaning 14002 clauses out of 28003 with flag 227960/110000
5.17/4.88	c cleaning 14998 clauses out of 30001 with flag 261165/126000
5.99/5.64	c cleaning 15996 clauses out of 32003 with flag 296337/143000
6.78/6.47	c cleaning 17000 clauses out of 34007 with flag 333702/161000
7.68/7.37	c cleaning 18004 clauses out of 36008 with flag 373122/180001
8.68/8.38	c cleaning 18998 clauses out of 38003 with flag 414494/200000
9.89/9.54	c cleaning 19998 clauses out of 40005 with flag 458093/221000
10.88/10.55	c cleaning 21004 clauses out of 42007 with flag 503718/243000
11.98/11.65	c cleaning 22003 clauses out of 44005 with flag 551358/266002
13.18/12.89	c cleaning 22998 clauses out of 46001 with flag 601041/290001
14.59/14.29	c cleaning 23993 clauses out of 48002 with flag 652931/315000
15.79/15.49	c cleaning 25001 clauses out of 50009 with flag 706796/341000
17.41/17.01	c cleaning 26000 clauses out of 52008 with flag 762696/368000
19.01/18.65	c cleaning 27004 clauses out of 54008 with flag 820686/396000
20.81/20.44	c cleaning 28000 clauses out of 56005 with flag 880756/425001
22.81/22.46	c cleaning 29001 clauses out of 58005 with flag 943041/455001
25.00/24.66	c cleaning 29998 clauses out of 60004 with flag 1007003/486001
27.10/26.73	c cleaning 31000 clauses out of 62005 with flag 1073397/518000
29.30/28.99	c cleaning 32003 clauses out of 64006 with flag 1141607/551001
31.90/31.59	c cleaning 33002 clauses out of 66003 with flag 1212032/585001
34.30/33.91	c cleaning 34000 clauses out of 68000 with flag 1284485/620000
36.60/36.30	c cleaning 34997 clauses out of 70000 with flag 1359110/656000
39.30/38.99	c cleaning 36002 clauses out of 72004 with flag 1435120/693001
42.14/41.76	c cleaning 36999 clauses out of 74002 with flag 1513886/731001
44.94/44.59	c cleaning 38001 clauses out of 76004 with flag 1594694/770002
47.64/47.24	c cleaning 38996 clauses out of 78001 with flag 1677630/810000
50.44/50.03	c cleaning 40001 clauses out of 80006 with flag 1762793/851001
53.35/52.99	c cleaning 40998 clauses out of 82005 with flag 1849833/893001
56.84/56.43	c cleaning 42004 clauses out of 84007 with flag 1938896/936001
60.14/59.76	c cleaning 43001 clauses out of 86003 with flag 2029988/980001
63.34/62.99	c cleaning 43998 clauses out of 88003 with flag 2123309/1025002
67.34/66.83	c cleaning 45002 clauses out of 90004 with flag 2218677/1071001
71.34/70.83	c cleaning 46000 clauses out of 92003 with flag 2316005/1118002
75.74/75.28	c cleaning 46997 clauses out of 94001 with flag 2414980/1166000
79.04/78.56	c cleaning 47999 clauses out of 96004 with flag 2516436/1215000
83.04/82.56	c cleaning 48996 clauses out of 98006 with flag 2620098/1265001
87.24/86.72	c cleaning 50003 clauses out of 100009 with flag 2725714/1316000
91.24/90.73	c cleaning 51001 clauses out of 102006 with flag 2833423/1368000
95.33/94.82	c cleaning 52000 clauses out of 104005 with flag 2943396/1421000
99.71/99.11	c cleaning 53001 clauses out of 106008 with flag 3055322/1475003
103.80/103.29	c cleaning 54000 clauses out of 108006 with flag 3169197/1530002
109.00/108.40	c cleaning 54999 clauses out of 110005 with flag 3285264/1586001
114.10/113.53	c cleaning 56003 clauses out of 112005 with flag 3403280/1643000
118.50/117.91	c cleaning 56995 clauses out of 114002 with flag 3523543/1701000
123.00/122.41	c cleaning 58003 clauses out of 116008 with flag 3645772/1760001
127.80/127.15	c cleaning 59002 clauses out of 118006 with flag 3770131/1820002
132.71/132.07	c cleaning 59994 clauses out of 120003 with flag 3896337/1881001
138.31/137.69	c cleaning 61000 clauses out of 122010 with flag 4024923/1943002
143.61/142.96	c cleaning 62002 clauses out of 124008 with flag 4155344/2006000
149.41/148.73	c cleaning 63004 clauses out of 126007 with flag 4287991/2070001
155.01/154.37	c cleaning 64000 clauses out of 128002 with flag 4422910/2135000
161.43/160.67	c cleaning 64997 clauses out of 130003 with flag 4559659/2201001
167.62/166.87	c cleaning 65997 clauses out of 132005 with flag 4698374/2268000
174.42/173.64	c cleaning 67004 clauses out of 134008 with flag 4839253/2336000
181.54/180.71	c cleaning 68003 clauses out of 136005 with flag 4982293/2405001
189.24/188.44	c cleaning 68999 clauses out of 138001 with flag 5127286/2475000
195.86/194.85	c cleaning 69998 clauses out of 140004 with flag 5275475/2546002
201.65/200.62	c cleaning 70999 clauses out of 142006 with flag 5441176/2618002
206.35/205.36	c cleaning 72003 clauses out of 144006 with flag 5606710/2691001
218.45/217.45	c cleaning 72998 clauses out of 146002 with flag 5782357/2765000
230.58/229.37	c cleaning 74000 clauses out of 148005 with flag 5959081/2840001
248.68/247.43	c cleaning 75000 clauses out of 150005 with flag 6137776/2916001
257.87/256.64	c cleaning 76000 clauses out of 152006 with flag 6313501/2993002
266.97/265.79	c cleaning 76998 clauses out of 154004 with flag 6495647/3071000
277.81/276.42	c cleaning 77999 clauses out of 156006 with flag 6678934/3150000
286.51/285.16	c cleaning 79001 clauses out of 158007 with flag 6854524/3230000
294.61/293.22	c cleaning 80000 clauses out of 160006 with flag 7034159/3311000
302.69/301.12	c cleaning 81000 clauses out of 162008 with flag 7211647/3393002
310.39/308.89	c cleaning 81995 clauses out of 164006 with flag 7390785/3476000
319.40/317.89	c cleaning 83004 clauses out of 166012 with flag 7569798/3560001
329.31/327.61	c cleaning 84000 clauses out of 168008 with flag 7750155/3645001
338.41/336.74	c cleaning 84998 clauses out of 170007 with flag 7932501/3731000
350.39/348.65	c cleaning 86002 clauses out of 172009 with flag 8116285/3818000
360.40/358.64	c cleaning 87002 clauses out of 174007 with flag 8302033/3906000
371.99/370.25	c cleaning 87997 clauses out of 176006 with flag 8487471/3995001
383.63/381.80	c cleaning 89003 clauses out of 178009 with flag 8675216/4085001
393.53/391.66	c cleaning 89999 clauses out of 180005 with flag 8866145/4176000
406.92/405.09	c cleaning 91001 clauses out of 182006 with flag 9057337/4268000
415.38/413.44	c cleaning 91993 clauses out of 184006 with flag 9251637/4361001
427.38/425.48	c cleaning 93004 clauses out of 186013 with flag 9447871/4455001
438.17/436.11	c cleaning 93998 clauses out of 188008 with flag 9646167/4550000
449.87/447.86	c cleaning 95006 clauses out of 190013 with flag 9846110/4646003
466.96/464.87	c cleaning 96000 clauses out of 192006 with flag 10048056/4743002
480.35/478.27	c cleaning 96999 clauses out of 194004 with flag 10252162/4841000
495.26/493.15	c cleaning 97998 clauses out of 196005 with flag 10458063/4940000
510.73/508.50	c cleaning 99002 clauses out of 198007 with flag 10666128/5040000
525.84/523.66	c cleaning 100001 clauses out of 200005 with flag 10876252/5141000
540.56/538.27	c cleaning 101000 clauses out of 202007 with flag 11088451/5243003
556.16/553.82	c cleaning 101999 clauses out of 204004 with flag 11302766/5346000
571.99/569.53	c cleaning 103000 clauses out of 206005 with flag 11519037/5450000
585.39/582.91	c cleaning 104000 clauses out of 208005 with flag 11737610/5555000
600.96/598.48	c cleaning 105002 clauses out of 210005 with flag 11958209/5661000
619.06/616.59	c cleaning 105998 clauses out of 212004 with flag 12180546/5768001
637.48/634.81	c cleaning 106997 clauses out of 214005 with flag 12405073/5876000
655.57/652.90	c cleaning 108000 clauses out of 216008 with flag 12631822/5985000
672.17/669.44	c cleaning 109002 clauses out of 218008 with flag 12860795/6095000
690.38/687.59	c cleaning 110002 clauses out of 220008 with flag 13091772/6206002
706.37/703.58	c cleaning 110999 clauses out of 222004 with flag 13324720/6318000
724.66/721.71	c cleaning 112003 clauses out of 224005 with flag 13559595/6431000
742.35/739.49	c cleaning 113000 clauses out of 226003 with flag 13796599/6545001
760.63/757.64	c cleaning 113996 clauses out of 228002 with flag 14035901/6660000
778.04/774.92	c cleaning 114999 clauses out of 230006 with flag 14277235/6776000
797.04/793.92	c cleaning 116004 clauses out of 232007 with flag 14520538/6893000
819.83/816.69	c cleaning 116997 clauses out of 234004 with flag 14765184/7011001
843.63/840.34	c cleaning 118004 clauses out of 236008 with flag 15012091/7130002
867.13/863.82	c cleaning 119000 clauses out of 238003 with flag 15261295/7250001
893.57/890.11	c cleaning 119996 clauses out of 240002 with flag 15511955/7371000
917.57/914.00	c cleaning 120996 clauses out of 242006 with flag 15765387/7493000
941.89/938.35	c cleaning 122003 clauses out of 244010 with flag 16020950/7616000
963.84/960.25	c cleaning 122998 clauses out of 246007 with flag 16278501/7740000
983.65/979.98	c cleaning 123999 clauses out of 248010 with flag 16538165/7865001
1007.41/1003.53	c cleaning 125000 clauses out of 250010 with flag 16799889/7991000
1032.02/1028.12	c cleaning 126001 clauses out of 252010 with flag 17064100/8118000
1057.15/1053.23	c cleaning 127004 clauses out of 254011 with flag 17330340/8246002
1084.09/1080.10	c cleaning 127999 clauses out of 256005 with flag 17598797/8375000
1112.98/1108.92	c cleaning 129000 clauses out of 258006 with flag 17869124/8505000
1140.84/1136.75	c cleaning 130000 clauses out of 260007 with flag 18141542/8636001
1168.34/1164.26	c cleaning 130999 clauses out of 262008 with flag 18416211/8768002
1195.28/1191.16	c cleaning 132000 clauses out of 264007 with flag 18692812/8901000
1224.74/1220.52	c cleaning 132998 clauses out of 266009 with flag 18971488/9035002
1252.68/1248.47	c cleaning 134004 clauses out of 268011 with flag 19252233/9170002
1280.46/1276.15	c cleaning 135001 clauses out of 270005 with flag 19535114/9306000
1302.02/1297.66	c cleaning 136000 clauses out of 272007 with flag 19819831/9443003
1327.08/1322.66	c cleaning 136999 clauses out of 274007 with flag 20106617/9581003
1361.65/1357.12	c cleaning 137999 clauses out of 276006 with flag 20395640/9720001
1390.89/1386.30	c cleaning 139001 clauses out of 278006 with flag 20686835/9860000
1418.62/1414.07	c cleaning 139999 clauses out of 280006 with flag 20980136/10001001
1441.35/1436.79	c cleaning 140998 clauses out of 282006 with flag 21274976/10143000
1464.09/1459.34	c cleaning 142001 clauses out of 284009 with flag 21571979/10286001
1489.87/1485.08	c cleaning 143000 clauses out of 286007 with flag 21871226/10430000
1517.25/1512.32	c cleaning 143999 clauses out of 288008 with flag 22172567/10575001
1542.86/1537.87	c cleaning 145000 clauses out of 290008 with flag 22476170/10721000
1575.01/1569.88	c cleaning 145999 clauses out of 292009 with flag 22781766/10868001
1604.58/1599.30	c cleaning 147000 clauses out of 294012 with flag 23089358/11016003
1633.32/1628.07	c cleaning 148001 clauses out of 296010 with flag 23398910/11165001
1663.22/1657.85	c cleaning 149002 clauses out of 298008 with flag 23710387/11315000
1694.64/1689.19	c cleaning 150000 clauses out of 300006 with flag 24023935/11466000
1729.50/1723.93	c cleaning 151001 clauses out of 302006 with flag 24339689/11618000
1760.09/1754.46	c cleaning 152002 clauses out of 304007 with flag 24657813/11771002
1796.26/1790.54	c cleaning 153000 clauses out of 306003 with flag 24977712/11925000
1800.02/1794.21	c starts		: 17734
1800.02/1794.21	c conflicts		: 11955155
1800.02/1794.21	c decisions		: 13573580
1800.02/1794.21	c propagations		: 60193894
1800.02/1794.21	c inspects		: 29545857021
1800.02/1794.21	c shortcuts		: 0
1800.02/1794.21	c learnt literals	: 0
1800.02/1794.21	c learnt binary clauses	: 0
1800.02/1794.21	c learnt ternary clauses	: 0
1800.02/1794.21	c learnt constraints	: 11955155
1800.02/1794.21	c ignored constraints	: 0
1800.02/1794.21	c root simplifications	: 0
1800.02/1794.21	c removed literals (reason simplification)	: 0
1800.02/1794.21	c reason swapping (by a shorter reason)	: 0
1800.02/1794.21	c Calls to reduceDB	: 150
1800.02/1794.21	c Number of update (reduction) of LBD	: 387677
1800.02/1794.21	c timeout
1800.02/1794.21	c Imported unit clauses	: 0
1800.02/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.21	c number of learned constraints concerned by reduction	: 0
1800.02/1794.21	c number of learning phase by resolution	: 0
1800.02/1794.21	c number of learning phase by cutting planes	: 0
1800.02/1794.21	c speed (assignments/second)	: 33551.829178225664
1800.02/1794.21	c non guided choices	71
1800.02/1794.24	c learnt constraints type 
1800.02/1794.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183158
1800.02/1794.24	s UNKNOWN
1800.02/1794.24	c Total wall clock time (in seconds): 1794.129

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-4089131-1466017988/watcher-4089131-1466017988 -o /tmp/evaluation-result-4089131-1466017988/solver-4089131-1466017988 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089131-1466017988.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 8459
/proc/meminfo: memFree=30122344/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3847483 98570240 977 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 24065 977 743 9 0 16771 0
[pid=8459/tid=8460] ppid=8456 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3847483 98570240 977 33554432000 1073741824 1073778376 140736345428992 139940837359144 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 8459
/proc/meminfo: memFree=30122344/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 4462 0 1 0 10 1 0 0 20 0 18 0 3847483 9787879424 5586 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2389619 5586 2125 9 0 2380296 0
[pid=8459/tid=8460] ppid=8456 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 3847483 9787879424 5586 33554432000 1073741824 1073778376 140736345428992 139940837362592 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 8459
/proc/meminfo: memFree=30122344/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 6478 0 1 0 28 1 0 0 20 0 19 0 3847483 9856040960 6997 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 7007 2232 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2451 0 1 0 17 0 0 0 20 0 19 0 3847483 9856040960 7020 33554432000 1073741824 1073778376 140736345428992 139940837364352 139940777178125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.30033 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 8459
/proc/meminfo: memFree=30122344/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 7030 0 1 0 50 1 0 0 20 0 19 0 3847483 9856040960 7856 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 7856 2244 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2459 0 1 0 27 0 0 0 20 0 19 0 3847483 9856040960 7856 33554432000 1073741824 1073778376 140736345428992 139940837364352 139940777481184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700267 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 8459
/proc/meminfo: memFree=30122344/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 7709 0 1 0 103 1 0 0 20 0 19 0 3847483 9856040960 8933 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 8933 2254 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2461 0 1 0 67 0 0 0 20 0 19 0 3847483 9856040960 8933 33554432000 1073741824 1073778376 140736345428992 139940837364352 139940777507706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.36 2.25 2.19 3/213 8478
/proc/meminfo: memFree=30090292/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 7724 0 1 0 186 2 0 0 20 0 19 0 3847483 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 11502 2256 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2467 0 1 0 147 0 0 0 20 0 19 0 3847483 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940837362216 139940777508162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8462] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8462/stat : 8462 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940776094376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8463] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8463/stat : 8463 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940775041832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8464] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8464/stat : 8464 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940773989288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8465] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8465/stat : 8465 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940677237800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8466] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8466/stat : 8466 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940676184232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8467] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8467/stat : 8467 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940675131688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8468] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8468/stat : 8468 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940674079144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8469] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8469/stat : 8469 (java) S 8456 8459 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940673026600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8470] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8470/stat : 8470 (java) S 8456 8459 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3847485 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940660828776 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2490 0 0 0 17 0 0 0 20 0 19 0 3847488 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8459/task/8475/stat : 8475 (java) S 8456 8459 5929 0 -1 4202560 1495 0 0 0 19 0 0 0 20 0 19 0 3847488 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940655564984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8476] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8476/stat : 8476 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940654512632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8477] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8477/stat : 8477 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940653460296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8478] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8478/stat : 8478 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847498 9856040960 11502 33554432000 1073741824 1073778376 140736345428992 139940652406056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.36 2.25 2.19 3/212 8478
/proc/meminfo: memFree=30077268/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 7731 0 1 0 346 2 0 0 20 0 19 0 3847483 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 15086 2256 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2474 0 1 0 307 0 0 0 20 0 19 0 3847483 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940837355200 139940777671196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8462] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8462/stat : 8462 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940776094376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8463] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8463/stat : 8463 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940775041832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8464] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8464/stat : 8464 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940773989288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8465] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8465/stat : 8465 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940677237800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8466] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8466/stat : 8466 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940676184232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8467] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8467/stat : 8467 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940675131688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8468] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8468/stat : 8468 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940674079144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8469] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8469/stat : 8469 (java) S 8456 8459 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940673026600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8470] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8470/stat : 8470 (java) S 8456 8459 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3847485 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940660828776 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2490 0 0 0 17 0 0 0 20 0 19 0 3847488 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8459/task/8475/stat : 8475 (java) S 8456 8459 5929 0 -1 4202560 1495 0 0 0 19 0 0 0 20 0 19 0 3847488 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940655564984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8476] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8476/stat : 8476 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940654512632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8477] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8477/stat : 8477 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940653460296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8478] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8478/stat : 8478 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847498 9856040960 15086 33554432000 1073741824 1073778376 140736345428992 139940652406056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.33 2.25 2.19 4/212 8478
/proc/meminfo: memFree=30046480/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=6.68 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 7750 0 1 0 666 2 0 0 20 0 19 0 3847483 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 22239 2257 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2489 0 1 0 625 1 0 0 20 0 19 0 3847483 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940837355200 139940777594020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8462] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8462/stat : 8462 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940776094376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8463] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8463/stat : 8463 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940775041832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8464] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8464/stat : 8464 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940773989288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8465] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8465/stat : 8465 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940677237800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8466] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8466/stat : 8466 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940676184232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8467] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8467/stat : 8467 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940675131688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8468] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8468/stat : 8468 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940674079144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8469] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8469/stat : 8469 (java) S 8456 8459 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3847484 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940673026600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8470] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8470/stat : 8470 (java) S 8456 8459 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3847485 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940660828776 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2490 0 0 0 17 0 0 0 20 0 19 0 3847488 9856040960 22239 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.2 cores=0,2,4,6

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

[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2491 0 0 0 18 0 0 0 20 0 19 0 3847488 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8459/task/8475/stat : 8475 (java) S 8456 8459 5929 0 -1 4202560 2800 0 0 0 29 0 0 0 20 0 19 0 3847488 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940655564984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8476] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8476/stat : 8476 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940654512632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8477] ppid=8456 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8459/task/8477/stat : 8477 (java) S 8456 8459 5929 0 -1 4202560 96 0 0 0 32 31 0 0 20 0 19 0 3847488 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940653460296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8478] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8478/stat : 8478 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847498 9856040960 109806 33554432000 1073741824 1073778376 140736345428992 139940652406056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.16 2.17 4/213 8586
/proc/meminfo: memFree=29750060/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=1727.9 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 13069 0 1 0 172712 78 0 0 20 0 19 0 3847483 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 109321 2280 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=1719.59 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2586 0 1 0 171929 30 0 0 20 0 19 0 3847483 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940837362976 139940777670838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8462] ppid=8456 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/8459/task/8462/stat : 8462 (java) S 8456 8459 5929 0 -1 4202560 431 0 0 0 78 7 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940776094376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8463] ppid=8456 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/8459/task/8463/stat : 8463 (java) S 8456 8459 5929 0 -1 4202560 468 0 0 0 89 9 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940775041832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8464] ppid=8456 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/8459/task/8464/stat : 8464 (java) S 8456 8459 5929 0 -1 4202560 404 0 0 0 81 7 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940773989288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8465] ppid=8456 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/8459/task/8465/stat : 8465 (java) S 8456 8459 5929 0 -1 4202560 636 0 0 0 79 8 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940677237800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8466] ppid=8456 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/8459/task/8466/stat : 8466 (java) S 8456 8459 5929 0 -1 4202560 322 0 0 0 71 4 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940676184232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8467] ppid=8456 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/8459/task/8467/stat : 8467 (java) S 8456 8459 5929 0 -1 4202560 468 0 0 0 82 9 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940675131688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8468] ppid=8456 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/8459/task/8468/stat : 8468 (java) S 8456 8459 5929 0 -1 4202560 421 0 0 0 70 6 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940674079144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8469] ppid=8456 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/8459/task/8469/stat : 8469 (java) S 8456 8459 5929 0 -1 4202560 430 0 0 0 77 5 0 0 20 0 19 0 3847484 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940673026600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8470] ppid=8456 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8459/task/8470/stat : 8470 (java) S 8456 8459 5929 0 -1 4202560 254 0 0 0 67 3 0 0 20 0 19 0 3847485 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940660828776 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2491 0 0 0 18 0 0 0 20 0 19 0 3847488 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8459/task/8475/stat : 8475 (java) S 8456 8459 5929 0 -1 4202560 2800 0 0 0 29 0 0 0 20 0 19 0 3847488 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940655564984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8476] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8476/stat : 8476 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940654512632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8477] ppid=8456 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8459/task/8477/stat : 8477 (java) S 8456 8459 5929 0 -1 4202560 100 0 0 0 33 31 0 0 20 0 19 0 3847488 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940653460296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8478] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8478/stat : 8478 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847498 9856040960 109321 33554432000 1073741824 1073778376 140736345428992 139940652406056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.16 2.17 3/213 8587
/proc/meminfo: memFree=29768492/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=1788.05 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 13078 0 1 0 178725 80 0 0 20 0 19 0 3847483 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 107381 2280 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=1779.53 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2589 0 1 0 177922 31 0 0 20 0 19 0 3847483 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940837362976 139940777531643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8462] ppid=8456 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/8459/task/8462/stat : 8462 (java) S 8456 8459 5929 0 -1 4202560 431 0 0 0 81 7 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940776094376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8463] ppid=8456 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/8459/task/8463/stat : 8463 (java) S 8456 8459 5929 0 -1 4202560 468 0 0 0 91 9 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940775041832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8464] ppid=8456 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/8459/task/8464/stat : 8464 (java) S 8456 8459 5929 0 -1 4202560 404 0 0 0 83 7 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940773989288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8465] ppid=8456 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/8459/task/8465/stat : 8465 (java) S 8456 8459 5929 0 -1 4202560 636 0 0 0 82 8 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940677237800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8466] ppid=8456 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/8459/task/8466/stat : 8466 (java) S 8456 8459 5929 0 -1 4202560 322 0 0 0 73 4 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940676184232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8467] ppid=8456 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/8459/task/8467/stat : 8467 (java) S 8456 8459 5929 0 -1 4202560 468 0 0 0 86 9 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940675131688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8468] ppid=8456 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/8459/task/8468/stat : 8468 (java) S 8456 8459 5929 0 -1 4202560 421 0 0 0 72 6 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940674079144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8469] ppid=8456 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/8459/task/8469/stat : 8469 (java) S 8456 8459 5929 0 -1 4202560 430 0 0 0 79 5 0 0 20 0 19 0 3847484 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940673026600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8470] ppid=8456 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8459/task/8470/stat : 8470 (java) S 8456 8459 5929 0 -1 4202560 256 0 0 0 67 3 0 0 20 0 19 0 3847485 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940660828776 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2491 0 0 0 18 0 0 0 20 0 19 0 3847488 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8459/task/8475/stat : 8475 (java) S 8456 8459 5929 0 -1 4202560 2800 0 0 0 29 0 0 0 20 0 19 0 3847488 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940655564984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8476] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8476/stat : 8476 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940654512632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8477] ppid=8456 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8459/task/8477/stat : 8477 (java) S 8456 8459 5929 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 3847488 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940653460296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8478] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8478/stat : 8478 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847498 9856040960 107381 33554432000 1073741824 1073778376 140736345428992 139940652406056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.21 s]
/proc/loadavg: 2.10 2.15 2.17 3/213 8588
/proc/meminfo: memFree=29770956/32872528 swapFree=1243664/1390832
[pid=8459] ppid=8456 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/8459/stat : 8459 (java) S 8456 8459 5929 0 -1 4202496 13081 0 1 0 179922 80 0 0 20 0 19 0 3847483 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 140736345420128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8459/statm: 2406260 106788 2280 9 0 2396937 0
[pid=8459/tid=8460] ppid=8456 vsize=9625040 CPUtime=1791.42 cores=0,2,4,6
/proc/8459/task/8460/stat : 8460 (java) R 8456 8459 5929 0 -1 4202560 2590 0 1 0 179111 31 0 0 20 0 19 0 3847483 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940837362976 139940777480893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8462] ppid=8456 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/8459/task/8462/stat : 8462 (java) S 8456 8459 5929 0 -1 4202560 431 0 0 0 81 7 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940776094376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8463] ppid=8456 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/8459/task/8463/stat : 8463 (java) S 8456 8459 5929 0 -1 4202560 468 0 0 0 92 9 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940775041832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8459/tid=8464] ppid=8456 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/8459/task/8464/stat : 8464 (java) S 8456 8459 5929 0 -1 4202560 404 0 0 0 85 7 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940773989288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8465] ppid=8456 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/8459/task/8465/stat : 8465 (java) S 8456 8459 5929 0 -1 4202560 636 0 0 0 83 8 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940677237800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8466] ppid=8456 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/8459/task/8466/stat : 8466 (java) S 8456 8459 5929 0 -1 4202560 322 0 0 0 73 4 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940676184232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8467] ppid=8456 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/8459/task/8467/stat : 8467 (java) S 8456 8459 5929 0 -1 4202560 468 0 0 0 87 9 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940675131688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8468] ppid=8456 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/8459/task/8468/stat : 8468 (java) S 8456 8459 5929 0 -1 4202560 421 0 0 0 73 6 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940674079144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8469] ppid=8456 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/8459/task/8469/stat : 8469 (java) S 8456 8459 5929 0 -1 4202560 430 0 0 0 79 5 0 0 20 0 19 0 3847484 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940673026600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8470] ppid=8456 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8459/task/8470/stat : 8470 (java) S 8456 8459 5929 0 -1 4202560 258 0 0 0 67 3 0 0 20 0 19 0 3847485 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940660828776 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8471] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8471/stat : 8471 (java) S 8456 8459 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940659775096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8472] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8472/stat : 8472 (java) S 8456 8459 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3847486 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940658722440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8473] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8473/stat : 8473 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940657671184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8474] ppid=8456 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8459/task/8474/stat : 8474 (java) S 8456 8459 5929 0 -1 4202560 2491 0 0 0 18 0 0 0 20 0 19 0 3847488 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940656617528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8459/tid=8475] ppid=8456 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8459/task/8475/stat : 8475 (java) S 8456 8459 5929 0 -1 4202560 2800 0 0 0 29 0 0 0 20 0 19 0 3847488 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940655564984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8476] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8476/stat : 8476 (java) S 8456 8459 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3847488 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940654512632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8459/tid=8477] ppid=8456 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8459/task/8477/stat : 8477 (java) S 8456 8459 5929 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 3847488 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940653460296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8459/tid=8478] ppid=8456 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8459/task/8478/stat : 8478 (java) S 8456 8459 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3847498 9856040960 106788 33554432000 1073741824 1073778376 140736345428992 139940652406056 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 8459 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1794.24
CPU time (s): 1800.65
CPU user time (s): 1799.3
CPU system time (s): 1.35179
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 1.35179
maximum resident set size= 606128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39743
involuntary context switches= 12839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.133 second user time and 10.9033 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 21:13:09
IDJOB=4089131
IDBENCH=107362
IDSOLVER=2546
FILE ID=node119/4089131-1466017988
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 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-grid8x19-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089131-1466017988/watcher-4089131-1466017988 -o /tmp/evaluation-result-4089131-1466017988/solver-4089131-1466017988 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089131-1466017988.opb

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

MD5SUM BENCH= e55a3e035f9bbf7973323d737a2f79d2
RANDOM SEED=836302342

node119.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.456
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.91
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.456
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.456
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.456
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.456
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.456
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.456
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.56
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30122608 kB
Buffers:           11612 kB
Cached:            90764 kB
SwapCached:        14200 kB
Active:           543424 kB
Inactive:          93164 kB
Active(anon):     522740 kB
Inactive(anon):    14104 kB
Active(file):      20684 kB
Inactive(file):    79060 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1920636 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             565332 kB
SReclaimable:       9020 kB
SUnreclaim:       556312 kB
KernelStack:        1600 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2059020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 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= 71736 MiB
End job on node119 at 2016-06-15 21:43:03