Trace number 4089166

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.25

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x27.opb
MD5SUM53504fbbfe0f7221c87d53e54f29db9b
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.009997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables162
Total number of constraints325
Number of constraints which are clauses324
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 constraint162
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 81
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 243
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089166-1466019271.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.043s.
0.09/0.17	c declared #vars     162
0.09/0.17	c #constraints  325
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 324
0.09/0.17	c 325 constraints processed.
0.61/0.45	c cleaning 2500 clauses out of 5000 with flag 10378/5000
0.90/0.65	c cleaning 4251 clauses out of 8502 with flag 22862/11002
1.12/0.85	c cleaning 5625 clauses out of 11251 with flag 37353/18002
1.43/1.14	c cleaning 6813 clauses out of 13625 with flag 53979/26001
1.75/1.45	c cleaning 7904 clauses out of 15812 with flag 72686/35001
2.15/1.85	c cleaning 8954 clauses out of 17908 with flag 93541/45001
2.66/2.34	c cleaning 9973 clauses out of 19955 with flag 116364/56002
3.15/2.85	c cleaning 10987 clauses out of 21980 with flag 141252/68000
3.75/3.46	c cleaning 11993 clauses out of 23993 with flag 168323/81000
4.45/4.15	c cleaning 13000 clauses out of 26001 with flag 197392/95001
5.25/4.91	c cleaning 13996 clauses out of 28001 with flag 228587/110001
5.95/5.69	c cleaning 15002 clauses out of 30004 with flag 261742/126000
6.95/6.62	c cleaning 16001 clauses out of 32003 with flag 297014/143001
7.95/7.62	c cleaning 16999 clauses out of 34002 with flag 334288/161001
8.85/8.52	c cleaning 17999 clauses out of 36002 with flag 373617/180000
9.85/9.56	c cleaning 19000 clauses out of 38003 with flag 415189/200000
10.85/10.54	c cleaning 20001 clauses out of 40003 with flag 458910/221000
11.95/11.67	c cleaning 21000 clauses out of 42004 with flag 504698/243002
13.05/12.77	c cleaning 21998 clauses out of 44003 with flag 552403/266001
14.34/14.02	c cleaning 22999 clauses out of 46004 with flag 602210/290000
15.75/15.41	c cleaning 24000 clauses out of 48006 with flag 654165/315001
17.58/17.20	c cleaning 25001 clauses out of 50007 with flag 708225/341002
19.09/18.75	c cleaning 26002 clauses out of 52004 with flag 764351/368000
20.88/20.59	c cleaning 26996 clauses out of 54002 with flag 822429/396000
22.58/22.29	c cleaning 28003 clauses out of 56006 with flag 882649/425000
24.68/24.35	c cleaning 29002 clauses out of 58003 with flag 944973/455000
26.78/26.41	c cleaning 29998 clauses out of 60001 with flag 1009274/486000
29.17/28.89	c cleaning 31001 clauses out of 62003 with flag 1075635/518000
32.07/31.78	c cleaning 31998 clauses out of 64004 with flag 1144180/551002
34.37/34.06	c cleaning 33001 clauses out of 66004 with flag 1214673/585000
36.78/36.40	c cleaning 33999 clauses out of 68003 with flag 1287142/620000
39.37/39.04	c cleaning 35000 clauses out of 70004 with flag 1361765/656000
42.21/41.88	c cleaning 35998 clauses out of 72005 with flag 1438531/693001
45.21/44.85	c cleaning 37001 clauses out of 74007 with flag 1517382/731001
48.61/48.23	c cleaning 38000 clauses out of 76006 with flag 1598448/770001
52.11/51.76	c cleaning 39001 clauses out of 78005 with flag 1681611/810000
55.20/54.83	c cleaning 39997 clauses out of 80005 with flag 1766734/851001
58.60/58.21	c cleaning 41001 clauses out of 82008 with flag 1853872/893001
62.30/61.92	c cleaning 42000 clauses out of 84007 with flag 1943158/936001
66.20/65.85	c cleaning 42997 clauses out of 86006 with flag 2034483/980000
70.10/69.77	c cleaning 44003 clauses out of 88011 with flag 2127824/1025002
74.45/73.90	c cleaning 44998 clauses out of 90006 with flag 2223249/1071000
78.76/78.26	c cleaning 46000 clauses out of 92009 with flag 2321007/1118001
83.15/82.69	c cleaning 47004 clauses out of 94008 with flag 2420590/1166000
87.65/87.13	c cleaning 48002 clauses out of 96004 with flag 2522410/1215000
92.44/91.97	c cleaning 49001 clauses out of 98002 with flag 2626363/1265000
97.36/96.88	c cleaning 50001 clauses out of 100002 with flag 2732329/1316001
102.35/101.82	c cleaning 50997 clauses out of 102000 with flag 2840462/1368000
107.20/106.52	c cleaning 51999 clauses out of 104003 with flag 2950350/1421000
112.60/111.99	c cleaning 52999 clauses out of 106004 with flag 3062607/1475000
117.60/116.99	c cleaning 53998 clauses out of 108005 with flag 3176844/1530000
123.50/122.87	c cleaning 54998 clauses out of 110007 with flag 3292993/1586000
129.60/128.91	c cleaning 56005 clauses out of 112011 with flag 3411458/1643002
135.01/134.35	c cleaning 56995 clauses out of 114004 with flag 3531826/1701000
141.34/140.53	c cleaning 58004 clauses out of 116009 with flag 3654362/1760000
146.93/146.13	c cleaning 59000 clauses out of 118006 with flag 3778644/1820001
153.53/152.76	c cleaning 60000 clauses out of 120007 with flag 3905318/1881002
160.44/159.64	c cleaning 61001 clauses out of 122005 with flag 4033993/1943000
166.03/165.20	c cleaning 62000 clauses out of 124005 with flag 4164646/2006001
171.04/170.27	c cleaning 62999 clauses out of 126004 with flag 4297244/2070000
176.86/175.96	c cleaning 64001 clauses out of 128006 with flag 4432130/2135001
182.66/181.77	c cleaning 64995 clauses out of 130004 with flag 4569355/2201000
189.26/188.39	c cleaning 66003 clauses out of 132009 with flag 4708430/2268000
195.86/194.97	c cleaning 67003 clauses out of 134007 with flag 4849481/2336001
201.98/201.09	c cleaning 68002 clauses out of 136003 with flag 4992522/2405000
208.61/207.52	c cleaning 68997 clauses out of 138002 with flag 5137797/2475001
214.91/213.85	c cleaning 70000 clauses out of 140005 with flag 5285115/2546001
221.61/220.57	c cleaning 71000 clauses out of 142004 with flag 5434595/2618000
229.10/228.10	c cleaning 72002 clauses out of 144004 with flag 5586228/2691000
236.30/235.28	c cleaning 72998 clauses out of 146002 with flag 5740023/2765000
244.47/243.29	c cleaning 74000 clauses out of 148004 with flag 5895456/2840000
251.66/250.48	c cleaning 74997 clauses out of 150004 with flag 6053158/2916000
258.77/257.59	c cleaning 76002 clauses out of 152007 with flag 6212893/2993000
265.56/264.36	c cleaning 77003 clauses out of 154008 with flag 6374503/3071003
274.32/272.95	c cleaning 77998 clauses out of 156003 with flag 6538548/3150001
282.41/281.05	c cleaning 78999 clauses out of 158004 with flag 6704799/3230000
291.41/290.05	c cleaning 80003 clauses out of 160006 with flag 6873169/3311001
300.91/299.54	c cleaning 80996 clauses out of 162002 with flag 7043359/3393000
310.56/309.00	c cleaning 82003 clauses out of 164006 with flag 7215685/3476000
321.26/319.76	c cleaning 83001 clauses out of 166003 with flag 7390262/3560000
331.36/329.89	c cleaning 83998 clauses out of 168003 with flag 7566922/3645001
340.41/338.75	c cleaning 85001 clauses out of 170005 with flag 7745450/3731001
350.61/348.96	c cleaning 86000 clauses out of 172005 with flag 7925920/3818002
360.91/359.29	c cleaning 87002 clauses out of 174003 with flag 8108900/3906000
372.42/370.74	c cleaning 87996 clauses out of 176002 with flag 8293854/3995001
382.59/380.85	c cleaning 88998 clauses out of 178006 with flag 8480348/4085001
393.39/391.66	c cleaning 90002 clauses out of 180007 with flag 8669411/4176000
403.58/401.87	c cleaning 91000 clauses out of 182006 with flag 8860495/4268001
414.79/412.99	c cleaning 92000 clauses out of 184005 with flag 9053475/4361000
425.49/423.68	c cleaning 93004 clauses out of 186007 with flag 9249078/4455002
436.39/434.60	c cleaning 93998 clauses out of 188004 with flag 9446204/4550003
449.77/447.84	c cleaning 94998 clauses out of 190003 with flag 9645393/4646000
460.07/458.19	c cleaning 95999 clauses out of 192007 with flag 9846627/4743002
471.17/469.25	c cleaning 96999 clauses out of 194006 with flag 10050103/4841000
486.35/484.32	c cleaning 97999 clauses out of 196007 with flag 10255441/4940000
498.16/496.16	c cleaning 99004 clauses out of 198010 with flag 10462883/5040002
510.48/508.36	c cleaning 100003 clauses out of 200005 with flag 10672379/5141001
523.88/521.75	c cleaning 101001 clauses out of 202002 with flag 10884242/5243001
539.78/537.62	c cleaning 101999 clauses out of 204000 with flag 11098079/5346000
555.30/553.08	c cleaning 102997 clauses out of 206001 with flag 11313812/5450000
569.50/567.25	c cleaning 103995 clauses out of 208004 with flag 11531494/5555000
584.89/582.59	c cleaning 104999 clauses out of 210009 with flag 11751570/5661000
600.69/598.35	c cleaning 106005 clauses out of 212011 with flag 11973476/5768001
615.59/613.25	c cleaning 106999 clauses out of 214006 with flag 12197738/5876001
631.21/628.82	c cleaning 108002 clauses out of 216006 with flag 12424124/5985000
646.41/644.08	c cleaning 108999 clauses out of 218004 with flag 12652236/6095000
665.88/663.44	c cleaning 110003 clauses out of 220008 with flag 12882908/6206003
685.82/683.39	c cleaning 110999 clauses out of 222002 with flag 13124769/6318000
708.44/705.84	c cleaning 112001 clauses out of 224005 with flag 13376788/6431002
725.44/722.84	c cleaning 112996 clauses out of 226004 with flag 13628798/6545002
740.23/737.52	c cleaning 113999 clauses out of 228006 with flag 13882222/6660000
752.33/749.65	c cleaning 115000 clauses out of 230008 with flag 14137308/6776001
764.36/761.61	c cleaning 115998 clauses out of 232007 with flag 14396758/6893000
775.86/773.18	c cleaning 117001 clauses out of 234011 with flag 14656408/7011002
788.53/785.79	c cleaning 118002 clauses out of 236009 with flag 14916601/7130001
806.03/803.30	c cleaning 119003 clauses out of 238006 with flag 15178479/7250000
821.07/818.26	c cleaning 119999 clauses out of 240004 with flag 15441615/7371001
836.46/833.51	c cleaning 121000 clauses out of 242005 with flag 15707475/7493001
853.86/850.96	c cleaning 122000 clauses out of 244005 with flag 15975112/7616001
871.95/868.91	c cleaning 123000 clauses out of 246004 with flag 16246427/7740000
888.14/885.18	c cleaning 123997 clauses out of 248006 with flag 16523838/7865002
909.41/906.32	c cleaning 125004 clauses out of 250008 with flag 16796798/7991001
928.81/925.64	c cleaning 125999 clauses out of 252005 with flag 17071589/8118002
943.92/940.71	c cleaning 127000 clauses out of 254007 with flag 17346398/8246003
958.11/954.86	c cleaning 128000 clauses out of 256005 with flag 17620687/8375001
973.19/969.86	c cleaning 128997 clauses out of 258004 with flag 17896600/8505000
991.09/987.72	c cleaning 129999 clauses out of 260007 with flag 18177524/8636000
1011.54/1008.12	c cleaning 131000 clauses out of 262009 with flag 18457009/8768001
1038.11/1034.64	c cleaning 132004 clauses out of 264008 with flag 18747247/8901000
1061.20/1057.72	c cleaning 133000 clauses out of 266004 with flag 19036481/9035000
1081.67/1078.15	c cleaning 133997 clauses out of 268006 with flag 19321619/9170002
1098.76/1095.12	c cleaning 135000 clauses out of 270007 with flag 19608656/9306000
1116.55/1112.86	c cleaning 136004 clauses out of 272008 with flag 19897891/9443001
1137.25/1133.50	c cleaning 136997 clauses out of 274003 with flag 20186099/9581000
1159.68/1155.92	c cleaning 138000 clauses out of 276008 with flag 20477150/9720002
1183.92/1180.10	c cleaning 139000 clauses out of 278006 with flag 20771932/9860000
1209.91/1206.07	c cleaning 140000 clauses out of 280006 with flag 21067491/10001000
1240.44/1236.46	c cleaning 140996 clauses out of 282006 with flag 21362942/10143000
1264.03/1259.97	c cleaning 142002 clauses out of 284010 with flag 21662823/10286000
1288.96/1284.71	c cleaning 142998 clauses out of 286008 with flag 21964011/10430000
1315.15/1310.96	c cleaning 143998 clauses out of 288010 with flag 22267466/10575000
1341.23/1336.94	c cleaning 145002 clauses out of 290014 with flag 22572120/10721002
1361.66/1357.30	c cleaning 146000 clauses out of 292010 with flag 22878394/10868000
1384.07/1379.57	c cleaning 147002 clauses out of 294011 with flag 23187201/11016001
1412.08/1407.49	c cleaning 148002 clauses out of 296008 with flag 23497488/11165000
1442.29/1437.57	c cleaning 149000 clauses out of 298007 with flag 23811084/11315001
1478.50/1473.61	c cleaning 149999 clauses out of 300006 with flag 24125218/11466000
1510.41/1505.42	c cleaning 150999 clauses out of 302007 with flag 24441047/11618000
1539.58/1534.58	c cleaning 151998 clauses out of 304008 with flag 24758787/11771000
1570.19/1564.91	c cleaning 152997 clauses out of 306010 with flag 25077372/11925000
1602.88/1597.53	c cleaning 154005 clauses out of 308015 with flag 25401195/12080002
1638.35/1632.92	c cleaning 155003 clauses out of 310009 with flag 25726618/12236001
1692.33/1686.73	c cleaning 156001 clauses out of 312007 with flag 26052883/12393002
1735.10/1729.47	c cleaning 156996 clauses out of 314004 with flag 26381182/12551000
1778.18/1772.48	c cleaning 158000 clauses out of 316009 with flag 26712782/12710001
1800.01/1794.21	c starts		: 32473
1800.01/1794.21	c conflicts		: 12819500
1800.01/1794.21	c decisions		: 15582207
1800.01/1794.21	c propagations		: 67014434
1800.01/1794.21	c inspects		: 26175902610
1800.01/1794.21	c shortcuts		: 0
1800.01/1794.21	c learnt literals	: 0
1800.01/1794.21	c learnt binary clauses	: 0
1800.01/1794.21	c learnt ternary clauses	: 0
1800.01/1794.21	c learnt constraints	: 12819500
1800.01/1794.21	c ignored constraints	: 0
1800.01/1794.21	c root simplifications	: 0
1800.01/1794.21	c removed literals (reason simplification)	: 0
1800.01/1794.21	c reason swapping (by a shorter reason)	: 0
1800.01/1794.21	c Calls to reduceDB	: 155
1800.01/1794.21	c Number of update (reduction) of LBD	: 400473
1800.01/1794.21	c Imported unit clauses	: 0
1800.01/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.21	c number of learned constraints concerned by reduction	: 0
1800.01/1794.21	c number of learning phase by resolution	: 0
1800.01/1794.21	c number of learning phase by cutting planes	: 0
1800.01/1794.21	c speed (assignments/second)	: 37353.88246206053
1800.01/1794.21	c non guided choices	75
1800.01/1794.21	c timeout
1800.01/1794.24	c learnt constraints type 
1800.01/1794.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 267508
1800.01/1794.24	s UNKNOWN
1800.01/1794.24	c Total wall clock time (in seconds): 1794.119

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

pid=6782
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.11 2.05 2.01 3/194 6785
/proc/meminfo: memFree=31239732/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/6785/stat : 6785 (java) D 6782 6785 6151 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 3972742 278528 33 33554432000 1073741824 1073778376 140736743368176 140736743365352 206619897127 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 68 33 25 9 0 25 0

[startup+0.100117 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 6785
/proc/meminfo: memFree=31239732/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 4377 0 1 0 8 1 0 0 20 0 18 0 3972742 9787879424 5481 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2389619 5482 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 6785
/proc/meminfo: memFree=31239732/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 5947 0 1 0 23 1 0 0 20 0 19 0 3972742 9856040960 7055 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 7055 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300312 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 6785
/proc/meminfo: memFree=31239732/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 6515 0 1 0 46 2 0 0 20 0 19 0 3972742 9856040960 7941 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 7941 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 6785
/proc/meminfo: memFree=31239732/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 7058 0 1 0 100 2 0 0 20 0 19 0 3972742 9856040960 9164 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 9164 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.19 2.07 2.01 3/213 6804
/proc/meminfo: memFree=31207700/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 7073 0 1 0 183 2 0 0 20 0 19 0 3972742 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 11222 2256 9 0 2396937 0
[pid=6785/tid=6787] ppid=6782 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6785/task/6787/stat : 6787 (java) R 6782 6785 6151 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 3972743 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096912023832 140096750175985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6788] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6788/stat : 6788 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096873515944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6789] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6789/stat : 6789 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096872463400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6790] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6790/stat : 6790 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096871410344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6791] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6791/stat : 6791 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096870357800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6792] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6792/stat : 6792 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096869304744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6793] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6793/stat : 6793 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096868252200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6794] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6794/stat : 6794 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096749693096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6795] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6795/stat : 6795 (java) S 6782 6785 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096748640552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6796] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6796/stat : 6796 (java) S 6782 6785 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096736230248 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 2534 0 0 0 21 0 0 0 20 0 19 0 3972749 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 11222 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.19 2.07 2.01 3/213 6804
/proc/meminfo: memFree=31197088/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 7080 0 1 0 343 2 0 0 20 0 19 0 3972742 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 14806 2256 9 0 2396937 0
[pid=6785/tid=6787] ppid=6782 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/6785/task/6787/stat : 6787 (java) R 6782 6785 6151 0 -1 4202560 2431 0 1 0 304 2 0 0 20 0 19 0 3972743 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096912015056 140096750229074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6788] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6788/stat : 6788 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096873515944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6789] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6789/stat : 6789 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096872463400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6790] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6790/stat : 6790 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096871410344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6791] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6791/stat : 6791 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096870357800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6792] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6792/stat : 6792 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096869304744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6793] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6793/stat : 6793 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096868252200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6794] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6794/stat : 6794 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096749693096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6795] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6795/stat : 6795 (java) S 6782 6785 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096748640552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6796] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6796/stat : 6796 (java) S 6782 6785 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096736230248 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 2534 0 0 0 21 0 0 0 20 0 19 0 3972749 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 14806 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.19 2.07 2.01 3/213 6804
/proc/meminfo: memFree=31172156/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=6.64 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 7094 0 1 0 662 2 0 0 20 0 19 0 3972742 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 20351 2257 9 0 2396937 0
[pid=6785/tid=6787] ppid=6782 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/6785/task/6787/stat : 6787 (java) R 6782 6785 6151 0 -1 4202560 2444 0 1 0 624 2 0 0 20 0 19 0 3972743 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096912015056 140096750143148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6788] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6788/stat : 6788 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096873515944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6789] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6789/stat : 6789 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096872463400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6790] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6790/stat : 6790 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096871410344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6791] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6791/stat : 6791 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096870357800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6792] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6792/stat : 6792 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096869304744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6793] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6793/stat : 6793 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096868252200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6794] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6794/stat : 6794 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096749693096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6795] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6795/stat : 6795 (java) S 6782 6785 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3972744 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096748640552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6796] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6796/stat : 6796 (java) S 6782 6785 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096736230248 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 2534 0 0 0 21 0 0 0 20 0 19 0 3972749 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 20351 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9625040


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

[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 4075 0 0 0 29 0 0 0 20 0 19 0 3972749 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 96 0 0 0 23 27 0 0 20 0 19 0 3972749 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 109562 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.81
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.04 3/213 6935
/proc/meminfo: memFree=30669552/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=1728 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 12377 0 1 0 172728 72 0 0 20 0 19 0 3972742 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 110832 2280 9 0 2396937 0
[pid=6785/tid=6787] ppid=6782 vsize=9625040 CPUtime=1719.36 cores=0,2,4,6
/proc/6785/task/6787/stat : 6787 (java) R 6782 6785 6151 0 -1 4202560 2540 0 1 0 171904 32 0 0 20 0 19 0 3972743 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096912022832 140096750229074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6788] ppid=6782 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/6785/task/6788/stat : 6788 (java) S 6782 6785 6151 0 -1 4202560 314 0 0 0 92 7 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096873515944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6789] ppid=6782 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/6785/task/6789/stat : 6789 (java) S 6782 6785 6151 0 -1 4202560 177 0 0 0 77 4 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096872463400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6790] ppid=6782 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/6785/task/6790/stat : 6790 (java) S 6782 6785 6151 0 -1 4202560 612 0 0 0 88 7 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096871410344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6791] ppid=6782 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/6785/task/6791/stat : 6791 (java) S 6782 6785 6151 0 -1 4202560 390 0 0 0 79 5 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096870357800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6792] ppid=6782 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/6785/task/6792/stat : 6792 (java) S 6782 6785 6151 0 -1 4202560 345 0 0 0 74 5 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096869304744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6793] ppid=6782 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/6785/task/6793/stat : 6793 (java) S 6782 6785 6151 0 -1 4202560 487 0 0 0 84 5 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096868252200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6794] ppid=6782 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/6785/task/6794/stat : 6794 (java) S 6782 6785 6151 0 -1 4202560 434 0 0 0 87 7 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096749693096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6795] ppid=6782 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/6785/task/6795/stat : 6795 (java) S 6782 6785 6151 0 -1 4202560 523 0 0 0 84 4 0 0 20 0 19 0 3972744 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096748640552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6796] ppid=6782 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/6785/task/6796/stat : 6796 (java) S 6782 6785 6151 0 -1 4202560 279 0 0 0 89 3 0 0 20 0 19 0 3972746 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096736230248 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 4075 0 0 0 29 0 0 0 20 0 19 0 3972749 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 100 0 0 0 24 28 0 0 20 0 19 0 3972749 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 110832 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.12 2.05 3/213 6936
/proc/meminfo: memFree=30675128/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=1788.11 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 12387 0 1 0 178737 74 0 0 20 0 19 0 3972742 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 110177 2280 9 0 2396937 0
[pid=6785/tid=6787] ppid=6782 vsize=9625040 CPUtime=1779.3 cores=0,2,4,6
/proc/6785/task/6787/stat : 6787 (java) R 6782 6785 6151 0 -1 4202560 2542 0 1 0 177897 33 0 0 20 0 19 0 3972743 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096912022816 140096750142572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6788] ppid=6782 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/6785/task/6788/stat : 6788 (java) S 6782 6785 6151 0 -1 4202560 314 0 0 0 93 7 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096873515944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6789] ppid=6782 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/6785/task/6789/stat : 6789 (java) S 6782 6785 6151 0 -1 4202560 177 0 0 0 79 4 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096872463400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6790] ppid=6782 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/6785/task/6790/stat : 6790 (java) S 6782 6785 6151 0 -1 4202560 612 0 0 0 91 7 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096871410344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6791] ppid=6782 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/6785/task/6791/stat : 6791 (java) S 6782 6785 6151 0 -1 4202560 390 0 0 0 81 5 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096870357800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6792] ppid=6782 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/6785/task/6792/stat : 6792 (java) S 6782 6785 6151 0 -1 4202560 345 0 0 0 76 5 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096869304744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6793] ppid=6782 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/6785/task/6793/stat : 6793 (java) S 6782 6785 6151 0 -1 4202560 487 0 0 0 86 5 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096868252200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6794] ppid=6782 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/6785/task/6794/stat : 6794 (java) S 6782 6785 6151 0 -1 4202560 434 0 0 0 88 7 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096749693096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6795] ppid=6782 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/6785/task/6795/stat : 6795 (java) S 6782 6785 6151 0 -1 4202560 523 0 0 0 85 4 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096748640552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6796] ppid=6782 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/6785/task/6796/stat : 6796 (java) S 6782 6785 6151 0 -1 4202560 283 0 0 0 89 3 0 0 20 0 19 0 3972746 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096736230248 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 4075 0 0 0 29 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 104 0 0 0 25 28 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.11
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.21 s]
/proc/loadavg: 2.16 2.11 2.05 3/213 6937
/proc/meminfo: memFree=30675260/32872528 swapFree=532444/565148
[pid=6785] ppid=6782 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/6785/stat : 6785 (java) S 6782 6785 6151 0 -1 4202496 12387 0 1 0 179927 74 0 0 20 0 19 0 3972742 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140736236364672 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6785/statm: 2406260 110177 2280 9 0 2396937 0
[pid=6785/tid=6787] ppid=6782 vsize=9625040 CPUtime=1791.21 cores=0,2,4,6
/proc/6785/task/6787/stat : 6787 (java) R 6782 6785 6151 0 -1 4202560 2542 0 1 0 179088 33 0 0 20 0 19 0 3972743 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096912022816 140096750143249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6788] ppid=6782 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/6785/task/6788/stat : 6788 (java) S 6782 6785 6151 0 -1 4202560 314 0 0 0 93 7 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096873515944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6789] ppid=6782 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/6785/task/6789/stat : 6789 (java) S 6782 6785 6151 0 -1 4202560 177 0 0 0 79 4 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096872463400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6790] ppid=6782 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/6785/task/6790/stat : 6790 (java) S 6782 6785 6151 0 -1 4202560 612 0 0 0 91 7 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096871410344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6791] ppid=6782 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/6785/task/6791/stat : 6791 (java) S 6782 6785 6151 0 -1 4202560 390 0 0 0 81 5 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096870357800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6792] ppid=6782 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/6785/task/6792/stat : 6792 (java) S 6782 6785 6151 0 -1 4202560 345 0 0 0 76 5 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096869304744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6793] ppid=6782 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/6785/task/6793/stat : 6793 (java) S 6782 6785 6151 0 -1 4202560 487 0 0 0 86 5 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096868252200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6794] ppid=6782 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/6785/task/6794/stat : 6794 (java) S 6782 6785 6151 0 -1 4202560 434 0 0 0 88 7 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096749693096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6785/tid=6795] ppid=6782 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/6785/task/6795/stat : 6795 (java) S 6782 6785 6151 0 -1 4202560 523 0 0 0 85 4 0 0 20 0 19 0 3972744 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096748640552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6796] ppid=6782 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/6785/task/6796/stat : 6796 (java) S 6782 6785 6151 0 -1 4202560 283 0 0 0 89 3 0 0 20 0 19 0 3972746 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096736230248 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6797] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6797/stat : 6797 (java) S 6782 6785 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096735176568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6798] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6798/stat : 6798 (java) S 6782 6785 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3972746 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140096734123400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6799] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6799/stat : 6799 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095994718992 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6800] ppid=6782 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6785/task/6800/stat : 6800 (java) S 6782 6785 6151 0 -1 4202560 843 0 0 0 14 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095993665848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6785/tid=6801] ppid=6782 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/6785/task/6801/stat : 6801 (java) S 6782 6785 6151 0 -1 4202560 4075 0 0 0 29 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095992613304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6785/tid=6802] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6802/stat : 6802 (java) S 6782 6785 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095991560440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6803] ppid=6782 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6785/task/6803/stat : 6803 (java) S 6782 6785 6151 0 -1 4202560 104 0 0 0 25 28 0 0 20 0 19 0 3972749 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095990508104 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6785/tid=6804] ppid=6782 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6785/task/6804/stat : 6804 (java) S 6782 6785 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3972759 9856040960 110177 33554432000 1073741824 1073778376 140736236373536 140095989454376 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 6785 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.22181
maximum resident set size= 592928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39618
involuntary context switches= 18254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5524 second user time and 13.394 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 21:34:31
IDJOB=4089166
IDBENCH=107367
IDSOLVER=2546
FILE ID=node138/4089166-1466019271
RUNJOBID= node138-1466015679-6167
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-grid6x27.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089166-1466019271/watcher-4089166-1466019271 -o /tmp/evaluation-result-4089166-1466019271/solver-4089166-1466019271 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089166-1466019271.opb

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

MD5SUM BENCH= 53504fbbfe0f7221c87d53e54f29db9b
RANDOM SEED=2138855221

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:        31240104 kB
Buffers:            5736 kB
Cached:            36432 kB
SwapCached:         1268 kB
Active:           343052 kB
Inactive:          22104 kB
Active(anon):     323524 kB
Inactive(anon):     1708 kB
Active(file):      19528 kB
Inactive(file):    20396 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        905476 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             564924 kB
SReclaimable:       8780 kB
SUnreclaim:       556144 kB
KernelStack:        1760 kB
PageTables:         6408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1055688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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 22:04:25