Trace number 4089250

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.54 1792.44

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x19.opb
MD5SUMfea8ab69bb66b0a7ab99730b154e55e4
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.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables190
Total number of constraints381
Number of constraints which are clauses380
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 constraint190
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 95
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 285
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089250-1466021078.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.047s.
0.11/0.15	c declared #vars     190
0.11/0.15	c #constraints  381
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 => 380
0.11/0.15	c 381 constraints processed.
0.62/0.42	c cleaning 2500 clauses out of 5000 with flag 10350/5000
1.05/0.61	c cleaning 4251 clauses out of 8501 with flag 22722/11001
1.25/0.82	c cleaning 5626 clauses out of 11251 with flag 37214/18002
1.46/1.09	c cleaning 6810 clauses out of 13625 with flag 53714/26002
1.78/1.39	c cleaning 7904 clauses out of 15813 with flag 72320/35000
2.18/1.74	c cleaning 8951 clauses out of 17910 with flag 92968/45001
2.59/2.14	c cleaning 9979 clauses out of 19958 with flag 115737/56000
3.10/2.61	c cleaning 10987 clauses out of 21980 with flag 140568/68001
3.60/3.11	c cleaning 11996 clauses out of 23992 with flag 167554/81000
4.10/3.70	c cleaning 12997 clauses out of 25996 with flag 196520/95000
4.80/4.34	c cleaning 14000 clauses out of 28000 with flag 227583/110001
5.50/5.08	c cleaning 14999 clauses out of 30000 with flag 260661/126001
6.30/5.89	c cleaning 16000 clauses out of 32000 with flag 295796/143000
7.21/6.73	c cleaning 16997 clauses out of 34002 with flag 332919/161002
8.10/7.67	c cleaning 18002 clauses out of 36004 with flag 372268/180001
9.20/8.74	c cleaning 18998 clauses out of 38001 with flag 413650/200000
10.30/9.85	c cleaning 19998 clauses out of 40004 with flag 457115/221001
11.51/11.04	c cleaning 21004 clauses out of 42007 with flag 502596/243002
12.70/12.24	c cleaning 21999 clauses out of 44001 with flag 550183/266000
14.01/13.57	c cleaning 22998 clauses out of 46002 with flag 599753/290000
15.42/14.99	c cleaning 23999 clauses out of 48004 with flag 651385/315000
17.03/16.56	c cleaning 24998 clauses out of 50006 with flag 705085/341001
18.52/18.02	c cleaning 26002 clauses out of 52007 with flag 760917/368000
20.22/19.74	c cleaning 26999 clauses out of 54006 with flag 818938/396001
22.02/21.55	c cleaning 27999 clauses out of 56006 with flag 879051/425000
23.92/23.45	c cleaning 29001 clauses out of 58007 with flag 941076/455000
25.93/25.45	c cleaning 30003 clauses out of 60008 with flag 1005236/486002
27.82/27.33	c cleaning 31002 clauses out of 62003 with flag 1071333/518000
29.92/29.41	c cleaning 31995 clauses out of 64001 with flag 1139553/551000
32.12/31.61	c cleaning 33000 clauses out of 66006 with flag 1209899/585000
34.56/34.07	c cleaning 34001 clauses out of 68006 with flag 1282244/620000
36.97/36.47	c cleaning 35000 clauses out of 70006 with flag 1356804/656001
39.56/39.03	c cleaning 36000 clauses out of 72005 with flag 1433263/693000
42.06/41.58	c cleaning 37002 clauses out of 74007 with flag 1511996/731002
44.86/44.37	c cleaning 38000 clauses out of 76004 with flag 1592706/770001
47.76/47.24	c cleaning 39000 clauses out of 78003 with flag 1675583/810000
50.86/50.38	c cleaning 39997 clauses out of 80004 with flag 1760420/851001
54.16/53.70	c cleaning 41003 clauses out of 82007 with flag 1847267/893001
57.51/56.90	c cleaning 42003 clauses out of 84005 with flag 1936188/936002
61.01/60.43	c cleaning 43001 clauses out of 86002 with flag 2027159/980002
64.52/63.95	c cleaning 43997 clauses out of 88001 with flag 2120319/1025002
67.81/67.23	c cleaning 44998 clauses out of 90002 with flag 2215576/1071000
71.32/70.77	c cleaning 45997 clauses out of 92005 with flag 2312826/1118001
75.32/74.73	c cleaning 47001 clauses out of 94007 with flag 2412230/1166000
79.32/78.72	c cleaning 48004 clauses out of 96008 with flag 2513592/1215002
83.42/82.71	c cleaning 48999 clauses out of 98003 with flag 2616891/1265001
87.62/86.96	c cleaning 50001 clauses out of 100003 with flag 2722481/1316000
91.82/91.18	c cleaning 51003 clauses out of 102006 with flag 2829940/1368004
96.72/96.05	c cleaning 51997 clauses out of 103999 with flag 2939596/1421000
101.82/101.11	c cleaning 52998 clauses out of 106002 with flag 3051361/1475000
106.69/105.84	c cleaning 53999 clauses out of 108004 with flag 3165113/1530000
111.40/110.52	c cleaning 55001 clauses out of 110007 with flag 3281019/1586002
116.20/115.32	c cleaning 56002 clauses out of 112004 with flag 3398982/1643000
121.60/120.72	c cleaning 56999 clauses out of 114003 with flag 3518992/1701001
127.20/126.32	c cleaning 58000 clauses out of 116004 with flag 3641134/1760001
132.91/132.01	c cleaning 59001 clauses out of 118006 with flag 3765154/1820003
138.63/137.64	c cleaning 60000 clauses out of 120003 with flag 3891484/1881001
144.13/143.17	c cleaning 60998 clauses out of 122005 with flag 4019866/1943003
150.32/149.37	c cleaning 61996 clauses out of 124004 with flag 4149816/2006000
156.32/155.36	c cleaning 63000 clauses out of 126008 with flag 4282304/2070000
163.92/162.75	c cleaning 64004 clauses out of 128008 with flag 4416722/2135000
171.22/170.07	c cleaning 65000 clauses out of 130006 with flag 4553115/2201002
179.23/178.07	c cleaning 66000 clauses out of 132005 with flag 4691814/2268001
185.93/184.75	c cleaning 66999 clauses out of 134004 with flag 4832482/2336000
192.96/191.52	c cleaning 67998 clauses out of 136006 with flag 4975304/2405001
199.25/197.81	c cleaning 69000 clauses out of 138008 with flag 5120244/2475001
206.55/205.12	c cleaning 70000 clauses out of 140007 with flag 5267297/2546000
214.65/213.26	c cleaning 71001 clauses out of 142007 with flag 5416468/2618000
222.12/220.52	c cleaning 72000 clauses out of 144007 with flag 5567328/2691001
230.32/228.77	c cleaning 73001 clauses out of 146006 with flag 5720430/2765000
239.53/237.95	c cleaning 74003 clauses out of 148006 with flag 5875714/2840001
249.08/247.31	c cleaning 74999 clauses out of 150002 with flag 6032907/2916000
257.29/255.59	c cleaning 75999 clauses out of 152003 with flag 6192213/2993000
265.39/263.66	c cleaning 77000 clauses out of 154005 with flag 6353744/3071001
276.05/274.15	c cleaning 78002 clauses out of 156005 with flag 6516975/3150001
287.15/285.27	c cleaning 79002 clauses out of 158003 with flag 6682405/3230001
298.35/296.44	c cleaning 79995 clauses out of 160001 with flag 6849690/3311001
307.88/305.86	c cleaning 80998 clauses out of 162006 with flag 7019293/3393001
317.68/315.62	c cleaning 82003 clauses out of 164008 with flag 7190766/3476001
328.52/326.46	c cleaning 83001 clauses out of 166004 with flag 7364496/3560000
339.33/337.20	c cleaning 83998 clauses out of 168003 with flag 7540163/3645000
350.53/348.49	c cleaning 85003 clauses out of 170007 with flag 7718095/3731002
362.35/360.24	c cleaning 85998 clauses out of 172002 with flag 7897302/3818000
374.15/372.02	c cleaning 86998 clauses out of 174004 with flag 8076750/3906000
386.44/384.22	c cleaning 88000 clauses out of 176006 with flag 8260178/3995000
398.04/395.81	c cleaning 88999 clauses out of 178006 with flag 8446542/4085000
411.65/409.36	c cleaning 90000 clauses out of 180007 with flag 8634776/4176000
425.45/423.15	c cleaning 90997 clauses out of 182008 with flag 8825178/4268001
438.06/435.78	c cleaning 92001 clauses out of 184012 with flag 9017654/4361002
449.71/447.37	c cleaning 93002 clauses out of 186010 with flag 9212129/4455001
462.62/460.28	c cleaning 94001 clauses out of 188009 with flag 9408762/4550002
475.17/472.78	c cleaning 95000 clauses out of 190008 with flag 9607506/4646002
489.37/486.91	c cleaning 95997 clauses out of 192006 with flag 9808267/4743000
503.55/501.06	c cleaning 97001 clauses out of 194009 with flag 10010959/4841000
516.45/513.96	c cleaning 98004 clauses out of 196011 with flag 10215830/4940003
530.02/527.45	c cleaning 98998 clauses out of 198004 with flag 10422841/5040000
544.83/542.29	c cleaning 100002 clauses out of 200006 with flag 10632097/5141000
560.92/558.23	c cleaning 100999 clauses out of 202004 with flag 10843182/5243000
578.36/575.53	c cleaning 101996 clauses out of 204005 with flag 11055784/5346000
591.26/588.46	c cleaning 103001 clauses out of 206009 with flag 11270888/5450000
604.44/601.53	c cleaning 103999 clauses out of 208008 with flag 11488121/5555000
617.85/614.94	c cleaning 105003 clauses out of 210011 with flag 11707494/5661002
631.22/628.27	c cleaning 106002 clauses out of 212006 with flag 11928736/5768000
647.60/644.52	c cleaning 106996 clauses out of 214004 with flag 12151986/5876000
665.41/662.37	c cleaning 108000 clauses out of 216009 with flag 12377210/5985001
682.08/678.97	c cleaning 109003 clauses out of 218009 with flag 12604844/6095001
698.66/695.47	c cleaning 110001 clauses out of 220007 with flag 12834493/6206002
713.67/710.48	c cleaning 111001 clauses out of 222004 with flag 13066053/6318000
730.21/726.93	c cleaning 111998 clauses out of 224003 with flag 13299884/6431000
747.82/744.43	c cleaning 112999 clauses out of 226007 with flag 13535679/6545002
765.22/761.83	c cleaning 114001 clauses out of 228006 with flag 13773753/6660000
783.79/780.30	c cleaning 114999 clauses out of 230005 with flag 14013729/6776000
801.87/798.37	c cleaning 115997 clauses out of 232007 with flag 14256122/6893001
819.37/815.72	c cleaning 117001 clauses out of 234010 with flag 14500371/7011001
838.07/834.42	c cleaning 118002 clauses out of 236010 with flag 14746691/7130002
857.31/853.67	c cleaning 118998 clauses out of 238006 with flag 14995161/7250000
876.74/873.10	c cleaning 120000 clauses out of 240008 with flag 15244718/7371000
896.61/892.84	c cleaning 121002 clauses out of 242008 with flag 15497348/7493000
916.13/912.22	c cleaning 122003 clauses out of 244006 with flag 15751797/7616000
938.92/934.93	c cleaning 123001 clauses out of 246004 with flag 16008070/7740001
962.22/958.18	c cleaning 124000 clauses out of 248003 with flag 16266339/7865001
988.71/984.57	c cleaning 124996 clauses out of 250003 with flag 16527274/7991001
1007.41/1003.28	c cleaning 125998 clauses out of 252007 with flag 16789913/8118001
1025.80/1021.55	c cleaning 126999 clauses out of 254009 with flag 17054643/8246001
1045.48/1041.19	c cleaning 128001 clauses out of 256009 with flag 17321468/8375000
1062.74/1058.39	c cleaning 128999 clauses out of 258008 with flag 17590581/8505000
1081.76/1077.12	c cleaning 130003 clauses out of 260009 with flag 17861482/8636000
1101.35/1096.70	c cleaning 131003 clauses out of 262007 with flag 18134582/8768001
1123.12/1118.30	c cleaning 132001 clauses out of 264004 with flag 18409799/8901001
1144.08/1139.27	c cleaning 132998 clauses out of 266003 with flag 18687138/9035001
1169.36/1164.42	c cleaning 133995 clauses out of 268004 with flag 18966351/9170000
1193.51/1188.55	c cleaning 135002 clauses out of 270010 with flag 19247487/9306001
1217.09/1211.93	c cleaning 135998 clauses out of 272007 with flag 19530932/9443000
1239.87/1234.67	c cleaning 137003 clauses out of 274010 with flag 19816689/9581001
1263.01/1257.71	c cleaning 138000 clauses out of 276008 with flag 20104695/9720002
1287.95/1282.58	c cleaning 139004 clauses out of 278008 with flag 20394177/9860002
1315.22/1309.75	c cleaning 139996 clauses out of 280003 with flag 20686091/10001001
1343.19/1337.50	c cleaning 140999 clauses out of 282006 with flag 20979803/10143000
1370.54/1364.81	c cleaning 142003 clauses out of 284009 with flag 21276002/10286002
1396.25/1390.48	c cleaning 143000 clauses out of 286004 with flag 21574054/10430000
1422.12/1416.29	c cleaning 143998 clauses out of 288005 with flag 21874173/10575001
1447.33/1441.37	c cleaning 145003 clauses out of 290006 with flag 22175997/10721000
1477.30/1471.12	c cleaning 145999 clauses out of 292003 with flag 22480117/10868000
1505.86/1499.66	c cleaning 146999 clauses out of 294004 with flag 22786480/11016000
1536.11/1529.77	c cleaning 147997 clauses out of 296006 with flag 23094938/11165001
1571.72/1565.26	c cleaning 149003 clauses out of 298009 with flag 23403815/11315001
1608.62/1602.07	c cleaning 150000 clauses out of 300005 with flag 23715488/11466000
1634.39/1627.67	c cleaning 151000 clauses out of 302005 with flag 24029874/11618000
1661.83/1654.93	c cleaning 152000 clauses out of 304006 with flag 24346050/11771001
1687.60/1680.59	c cleaning 152999 clauses out of 306005 with flag 24664561/11925000
1716.55/1709.36	c cleaning 154001 clauses out of 308007 with flag 24985125/12080001
1744.84/1737.57	c cleaning 155000 clauses out of 310006 with flag 25307937/12236001
1775.42/1767.98	c cleaning 156001 clauses out of 312006 with flag 25631412/12393001
1800.06/1792.40	c starts		: 1
1800.06/1792.40	c conflicts		: 12534638
1800.06/1792.40	c timeout
1800.06/1792.40	c decisions		: 12967639
1800.06/1792.40	c propagations		: 61981908
1800.06/1792.40	c inspects		: 27501024945
1800.06/1792.40	c shortcuts		: 0
1800.06/1792.40	c learnt literals	: 0
1800.06/1792.40	c learnt binary clauses	: 0
1800.06/1792.40	c learnt ternary clauses	: 0
1800.06/1792.40	c learnt constraints	: 12534638
1800.06/1792.40	c ignored constraints	: 0
1800.06/1792.40	c root simplifications	: 0
1800.06/1792.40	c removed literals (reason simplification)	: 0
1800.06/1792.40	c reason swapping (by a shorter reason)	: 0
1800.06/1792.40	c Calls to reduceDB	: 153
1800.06/1792.40	c Number of update (reduction) of LBD	: 362066
1800.06/1792.40	c Imported unit clauses	: 0
1800.06/1792.40	c number of reductions to clauses (during analyze)	: 0
1800.06/1792.40	c number of learned constraints concerned by reduction	: 0
1800.06/1792.40	c number of learning phase by resolution	: 0
1800.06/1792.40	c number of learning phase by cutting planes	: 0
1800.06/1792.40	c speed (assignments/second)	: 34583.21644141958
1800.06/1792.40	c non guided choices	85
1800.06/1792.44	c learnt constraints type 
1800.06/1792.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 297642
1800.06/1792.44	s UNKNOWN
1800.06/1792.44	c Total wall clock time (in seconds): 1792.336

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

pid=7047
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.13 2.11 2.05 3/194 7050
/proc/meminfo: memFree=31422184/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4153437 98570240 976 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 24065 976 743 9 0 16771 0
[pid=7050/tid=7051] ppid=7047 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4153437 98570240 977 33554432000 1073741824 1073778376 140735120560336 140661008887336 206629062016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.13 2.11 2.05 3/194 7050
/proc/meminfo: memFree=31422184/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 4153437 9787879424 6109 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2389619 6109 2157 9 0 2380296 0
[pid=7050/tid=7051] ppid=7047 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 4153437 9787879424 6109 33554432000 1073741824 1073778376 140735120560336 140661008891352 206632445197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200388 s]
/proc/loadavg: 2.13 2.11 2.05 3/194 7050
/proc/meminfo: memFree=31422184/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 6436 0 1 0 29 2 0 0 20 0 19 0 4153437 9856040960 7410 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 7410 2238 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2405 0 1 0 16 2 0 0 20 0 19 0 4153437 9856040960 7410 33554432000 1073741824 1073778376 140735120560336 140661008892544 140660866922305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300387 s]
/proc/loadavg: 2.13 2.11 2.05 3/194 7050
/proc/meminfo: memFree=31422184/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 6523 0 1 0 48 2 0 0 20 0 19 0 4153437 9856040960 7972 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 7972 2244 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 19 0 4153437 9856040960 7972 33554432000 1073741824 1073778376 140735120560336 140661008892136 140660866833935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700328 s]
/proc/loadavg: 2.13 2.11 2.05 3/194 7050
/proc/meminfo: memFree=31422184/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 11961 0 1 0 112 3 0 0 20 0 19 0 4153437 9856040960 13113 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 13113 2254 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2409 0 1 0 65 2 0 0 20 0 19 0 4153437 9856040960 13113 33554432000 1073741824 1073778376 140735120560336 140661008891368 140660867289841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.13 2.11 2.05 3/213 7069
/proc/meminfo: memFree=31364272/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 11970 0 1 0 195 3 0 0 20 0 19 0 4153437 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 15676 2256 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2414 0 1 0 145 2 0 0 20 0 19 0 4153437 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140661008892184 140660867253549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7053] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7053/stat : 7053 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660986993448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7054] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7054/stat : 7054 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660985940648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7055] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7055/stat : 7055 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660782918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7056] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7056/stat : 7056 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660781865896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7057] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7057/stat : 7057 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660780812584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7058] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7058/stat : 7058 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660779759784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7059] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7059/stat : 7059 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660778707496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7060] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7060/stat : 7060 (java) S 7047 7050 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660777654696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7061] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7061/stat : 7061 (java) S 7047 7050 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660765457128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7050/task/7066/stat : 7066 (java) S 7047 7050 6151 0 -1 4202560 5946 0 0 0 26 0 0 0 20 0 19 0 4153441 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660760193080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7067] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7067/stat : 7067 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660759140984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7068] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7068/stat : 7068 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660758088392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7069] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7069/stat : 7069 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153452 9856040960 15676 33554432000 1073741824 1073778376 140735120560336 140660757034408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.13 2.11 2.05 3/213 7069
/proc/meminfo: memFree=31331132/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 11979 0 1 0 357 3 0 0 20 0 19 0 4153437 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 20284 2256 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2423 0 1 0 305 2 0 0 20 0 19 0 4153437 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140661008883408 140660867429090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7053] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7053/stat : 7053 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660986993448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7054] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7054/stat : 7054 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660985940648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7055] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7055/stat : 7055 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660782918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7056] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7056/stat : 7056 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660781865896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7057] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7057/stat : 7057 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660780812584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7058] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7058/stat : 7058 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660779759784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7059] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7059/stat : 7059 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660778707496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7060] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7060/stat : 7060 (java) S 7047 7050 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660777654696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7061] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7061/stat : 7061 (java) S 7047 7050 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660765457128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7050/task/7066/stat : 7066 (java) S 7047 7050 6151 0 -1 4202560 5946 0 0 0 28 0 0 0 20 0 19 0 4153441 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660760193080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7067] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7067/stat : 7067 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660759140984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7068] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7068/stat : 7068 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660758088392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7069] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7069/stat : 7069 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153452 9856040960 20284 33554432000 1073741824 1073778376 140735120560336 140660757034408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.12 2.10 2.05 4/213 7069
/proc/meminfo: memFree=31301984/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=6.81 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 11996 0 1 0 677 4 0 0 20 0 19 0 4153437 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 26962 2257 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2439 0 1 0 624 2 0 0 20 0 19 0 4153437 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140661008883408 140660867343698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7053] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7053/stat : 7053 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660986993448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7054] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7054/stat : 7054 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660985940648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7055] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7055/stat : 7055 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660782918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7056] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7056/stat : 7056 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660781865896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7057] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7057/stat : 7057 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660780812584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7058] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7058/stat : 7058 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660779759784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7059] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7059/stat : 7059 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660778707496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7060] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7060/stat : 7060 (java) S 7047 7050 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4153438 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660777654696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7061] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7061/stat : 7061 (java) S 7047 7050 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660765457128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 26962 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.28 cores=1,3,5,7

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

[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7050/task/7066/stat : 7066 (java) S 7047 7050 6151 0 -1 4202560 5949 0 0 0 30 0 0 0 20 0 19 0 4153441 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660760193080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7067] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7067/stat : 7067 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660759140984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7068] ppid=7047 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7050/task/7068/stat : 7068 (java) S 7047 7050 6151 0 -1 4202560 98 0 0 0 26 34 0 0 20 0 19 0 4153441 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660758088392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7069] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7069/stat : 7069 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153452 9856040960 103037 33554432000 1073741824 1073778376 140735120560336 140660757034408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.29
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.08 2.08 4/214 7113
/proc/meminfo: memFree=30814416/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=1729.64 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 16058 0 1 0 172857 107 0 0 20 0 19 0 4153437 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 101977 2279 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=1718.81 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2554 0 1 0 171850 31 0 0 20 0 19 0 4153437 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140661008891104 140660867256243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7053] ppid=7047 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/7050/task/7053/stat : 7053 (java) S 7047 7050 6151 0 -1 4202560 456 0 0 0 117 9 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660986993448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7054] ppid=7047 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7050/task/7054/stat : 7054 (java) S 7047 7050 6151 0 -1 4202560 263 0 0 0 99 7 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660985940648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7055] ppid=7047 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/7050/task/7055/stat : 7055 (java) S 7047 7050 6151 0 -1 4202560 393 0 0 0 107 9 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660782918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7056] ppid=7047 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/7050/task/7056/stat : 7056 (java) S 7047 7050 6151 0 -1 4202560 492 0 0 0 101 7 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660781865896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7057] ppid=7047 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/7050/task/7057/stat : 7057 (java) S 7047 7050 6151 0 -1 4202560 544 0 0 0 103 11 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660780812584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7058] ppid=7047 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/7050/task/7058/stat : 7058 (java) S 7047 7050 6151 0 -1 4202560 384 0 0 0 96 8 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660779759784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7059] ppid=7047 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7050/task/7059/stat : 7059 (java) S 7047 7050 6151 0 -1 4202560 508 0 0 0 97 8 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660778707496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7060] ppid=7047 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/7050/task/7060/stat : 7060 (java) S 7047 7050 6151 0 -1 4202560 513 0 0 0 104 6 0 0 20 0 19 0 4153438 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660777654696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7061] ppid=7047 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/7050/task/7061/stat : 7061 (java) S 7047 7050 6151 0 -1 4202560 306 0 0 0 90 3 0 0 20 0 19 0 4153439 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660765457128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7050/task/7066/stat : 7066 (java) S 7047 7050 6151 0 -1 4202560 5949 0 0 0 30 0 0 0 20 0 19 0 4153441 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660760193080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7067] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7067/stat : 7067 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660759140984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7068] ppid=7047 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7050/task/7068/stat : 7068 (java) S 7047 7050 6151 0 -1 4202560 100 0 0 0 27 35 0 0 20 0 19 0 4153441 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660758088392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7069] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7069/stat : 7069 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153452 9856040960 101977 33554432000 1073741824 1073778376 140735120560336 140660757034408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 2.08 2/191 7198
/proc/meminfo: memFree=31161924/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=1789.87 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 16071 0 1 0 178879 108 0 0 20 0 19 0 4153437 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 100246 2279 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=1778.7 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2558 0 1 0 177838 32 0 0 20 0 19 0 4153437 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140661008891104 140660867343698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7053] ppid=7047 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/7050/task/7053/stat : 7053 (java) S 7047 7050 6151 0 -1 4202560 456 0 0 0 120 9 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660986993448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7054] ppid=7047 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/7050/task/7054/stat : 7054 (java) S 7047 7050 6151 0 -1 4202560 263 0 0 0 106 7 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660985940648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7055] ppid=7047 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/7050/task/7055/stat : 7055 (java) S 7047 7050 6151 0 -1 4202560 393 0 0 0 109 9 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660782918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7056] ppid=7047 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/7050/task/7056/stat : 7056 (java) S 7047 7050 6151 0 -1 4202560 492 0 0 0 106 7 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660781865896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7057] ppid=7047 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/7050/task/7057/stat : 7057 (java) S 7047 7050 6151 0 -1 4202560 544 0 0 0 106 11 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660780812584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7058] ppid=7047 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/7050/task/7058/stat : 7058 (java) S 7047 7050 6151 0 -1 4202560 384 0 0 0 101 8 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660779759784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7059] ppid=7047 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/7050/task/7059/stat : 7059 (java) S 7047 7050 6151 0 -1 4202560 508 0 0 0 102 8 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660778707496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7060] ppid=7047 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/7050/task/7060/stat : 7060 (java) S 7047 7050 6151 0 -1 4202560 513 0 0 0 108 6 0 0 20 0 19 0 4153438 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660777654696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7061] ppid=7047 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/7050/task/7061/stat : 7061 (java) S 7047 7050 6151 0 -1 4202560 311 0 0 0 90 3 0 0 20 0 19 0 4153439 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660765457128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7050/task/7066/stat : 7066 (java) S 7047 7050 6151 0 -1 4202560 5949 0 0 0 30 0 0 0 20 0 19 0 4153441 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660760193080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7067] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7067/stat : 7067 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660759140984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7068] ppid=7047 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7050/task/7068/stat : 7068 (java) S 7047 7050 6151 0 -1 4202560 104 0 0 0 28 36 0 0 20 0 19 0 4153441 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660758088392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7069] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7069/stat : 7069 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153452 9856040960 100246 33554432000 1073741824 1073778376 140735120560336 140660757034408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.4 s]
/proc/loadavg: 2.08 2.08 2.08 3/212 7310
/proc/meminfo: memFree=31095832/32872528 swapFree=532444/565148
[pid=7050] ppid=7047 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/7050/stat : 7050 (java) S 7047 7050 6151 0 -1 4202496 16072 0 1 0 179898 108 0 0 20 0 19 0 4153437 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140735120551472 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7050/statm: 2406260 99765 2279 9 0 2396937 0
[pid=7050/tid=7051] ppid=7047 vsize=9625040 CPUtime=1788.77 cores=1,3,5,7
/proc/7050/task/7051/stat : 7051 (java) R 7047 7050 6151 0 -1 4202560 2559 0 1 0 178845 32 0 0 20 0 19 0 4153437 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140661008891104 140660867292996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7053] ppid=7047 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/7050/task/7053/stat : 7053 (java) S 7047 7050 6151 0 -1 4202560 456 0 0 0 121 9 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660986993448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7054] ppid=7047 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/7050/task/7054/stat : 7054 (java) S 7047 7050 6151 0 -1 4202560 263 0 0 0 109 7 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660985940648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7055] ppid=7047 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/7050/task/7055/stat : 7055 (java) S 7047 7050 6151 0 -1 4202560 393 0 0 0 110 9 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660782918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7050/tid=7056] ppid=7047 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/7050/task/7056/stat : 7056 (java) S 7047 7050 6151 0 -1 4202560 492 0 0 0 107 7 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660781865896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7057] ppid=7047 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/7050/task/7057/stat : 7057 (java) S 7047 7050 6151 0 -1 4202560 544 0 0 0 108 11 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660780812584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7058] ppid=7047 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/7050/task/7058/stat : 7058 (java) S 7047 7050 6151 0 -1 4202560 384 0 0 0 103 8 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660779759784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7059] ppid=7047 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/7050/task/7059/stat : 7059 (java) S 7047 7050 6151 0 -1 4202560 508 0 0 0 102 8 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660778707496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7060] ppid=7047 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/7050/task/7060/stat : 7060 (java) S 7047 7050 6151 0 -1 4202560 513 0 0 0 109 6 0 0 20 0 19 0 4153438 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660777654696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7061] ppid=7047 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/7050/task/7061/stat : 7061 (java) S 7047 7050 6151 0 -1 4202560 311 0 0 0 90 3 0 0 20 0 19 0 4153439 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660765457128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7062] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7062/stat : 7062 (java) S 7047 7050 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660764403192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7063] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7063/stat : 7063 (java) S 7047 7050 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4153439 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660763350792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7064] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7064/stat : 7064 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660762299280 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7050/tid=7065] ppid=7047 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7050/task/7065/stat : 7065 (java) S 7047 7050 6151 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 19 0 4153441 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660761245880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7066] ppid=7047 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7050/task/7066/stat : 7066 (java) S 7047 7050 6151 0 -1 4202560 5949 0 0 0 30 0 0 0 20 0 19 0 4153441 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660760193080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7067] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7067/stat : 7067 (java) S 7047 7050 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4153441 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660759140984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7050/tid=7068] ppid=7047 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7050/task/7068/stat : 7068 (java) S 7047 7050 6151 0 -1 4202560 104 0 0 0 28 37 0 0 20 0 19 0 4153441 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660758088392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7050/tid=7069] ppid=7047 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7050/task/7069/stat : 7069 (java) S 7047 7050 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4153452 9856040960 99765 33554432000 1073741824 1073778376 140735120560336 140660757034408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 7050 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1792.44
CPU time (s): 1800.54
CPU user time (s): 1799.03
CPU system time (s): 1.51177
CPU usage (%): 100.452
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.51177
maximum resident set size= 670652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16114
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= 40430
involuntary context switches= 16172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7724 second user time and 13.5929 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 22:04:38
IDJOB=4089250
IDBENCH=107379
IDSOLVER=2546
FILE ID=node138/4089250-1466021078
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= fea8ab69bb66b0a7ab99730b154e55e4
RANDOM SEED=2041323511

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:        31423208 kB
Buffers:            7824 kB
Cached:            36812 kB
SwapCached:         1268 kB
Active:           158664 kB
Inactive:          24432 kB
Active(anon):     139264 kB
Inactive(anon):     1708 kB
Active(file):      19400 kB
Inactive(file):    22724 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:        735380 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             565152 kB
SReclaimable:       8896 kB
SUnreclaim:       556256 kB
KernelStack:        1760 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1253488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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:34:31