Trace number 4089635

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.77 1791.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x21.opb
MD5SUM34817075f3bb5535f1c43d1f911e376b
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.015997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables210
Total number of constraints421
Number of constraints which are clauses420
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 constraint210
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 105
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 315
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@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089635-1466029924.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.05s.
0.11/0.15	c declared #vars     210
0.11/0.15	c #constraints  421
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 => 420
0.11/0.15	c 421 constraints processed.
0.62/0.43	c cleaning 2500 clauses out of 5000 with flag 10350/5000
0.94/0.62	c cleaning 4251 clauses out of 8501 with flag 22722/11001
1.14/0.83	c cleaning 5626 clauses out of 11251 with flag 37214/18002
1.47/1.11	c cleaning 6810 clauses out of 13625 with flag 53714/26002
1.77/1.41	c cleaning 7904 clauses out of 15813 with flag 72320/35000
2.07/1.77	c cleaning 8951 clauses out of 17910 with flag 92968/45001
2.49/2.18	c cleaning 9979 clauses out of 19958 with flag 115737/56000
3.00/2.66	c cleaning 10987 clauses out of 21980 with flag 140568/68001
3.50/3.17	c cleaning 11996 clauses out of 23992 with flag 167554/81000
4.10/3.76	c cleaning 12997 clauses out of 25996 with flag 196520/95000
4.80/4.42	c cleaning 14000 clauses out of 28000 with flag 227583/110001
5.50/5.17	c cleaning 14999 clauses out of 30000 with flag 260661/126001
6.30/6.00	c cleaning 16000 clauses out of 32000 with flag 295796/143000
7.20/6.85	c cleaning 16997 clauses out of 34002 with flag 332919/161002
8.21/7.81	c cleaning 18002 clauses out of 36004 with flag 372268/180001
9.21/8.89	c cleaning 18998 clauses out of 38001 with flag 413650/200000
10.41/10.02	c cleaning 19998 clauses out of 40004 with flag 457115/221001
11.60/11.22	c cleaning 21004 clauses out of 42007 with flag 502596/243002
12.80/12.42	c cleaning 21999 clauses out of 44001 with flag 550183/266000
14.12/13.78	c cleaning 22998 clauses out of 46002 with flag 599753/290000
15.62/15.23	c cleaning 23999 clauses out of 48004 with flag 651385/315000
17.23/16.81	c cleaning 24998 clauses out of 50006 with flag 705085/341001
18.73/18.30	c cleaning 26002 clauses out of 52007 with flag 760917/368000
20.43/20.04	c cleaning 26999 clauses out of 54006 with flag 818938/396001
22.23/21.87	c cleaning 27999 clauses out of 56006 with flag 879051/425000
24.23/23.81	c cleaning 29001 clauses out of 58007 with flag 941076/455000
26.23/25.83	c cleaning 30003 clauses out of 60008 with flag 1005236/486002
28.13/27.75	c cleaning 31002 clauses out of 62003 with flag 1071333/518000
30.26/29.86	c cleaning 31995 clauses out of 64001 with flag 1139553/551000
32.46/32.06	c cleaning 33000 clauses out of 66006 with flag 1209899/585000
34.95/34.51	c cleaning 34001 clauses out of 68006 with flag 1282244/620000
37.35/36.96	c cleaning 35000 clauses out of 70006 with flag 1356804/656001
39.95/39.57	c cleaning 36000 clauses out of 72005 with flag 1433263/693000
42.55/42.18	c cleaning 37002 clauses out of 74007 with flag 1511996/731002
45.45/45.05	c cleaning 38000 clauses out of 76004 with flag 1592706/770001
48.45/48.01	c cleaning 39000 clauses out of 78003 with flag 1675583/810000
51.72/51.26	c cleaning 39997 clauses out of 80004 with flag 1760420/851001
55.12/54.63	c cleaning 41003 clauses out of 82007 with flag 1847267/893001
58.32/57.89	c cleaning 42003 clauses out of 84005 with flag 1936188/936002
62.02/61.50	c cleaning 43001 clauses out of 86002 with flag 2027159/980002
65.62/65.11	c cleaning 43997 clauses out of 88001 with flag 2120319/1025002
68.92/68.47	c cleaning 44998 clauses out of 90002 with flag 2215576/1071000
72.77/72.12	c cleaning 45997 clauses out of 92005 with flag 2312826/1118001
76.77/76.17	c cleaning 47001 clauses out of 94007 with flag 2412230/1166000
80.87/80.25	c cleaning 48004 clauses out of 96008 with flag 2513592/1215002
84.87/84.28	c cleaning 48999 clauses out of 98003 with flag 2616891/1265001
89.27/88.61	c cleaning 50001 clauses out of 100003 with flag 2722481/1316000
93.47/92.89	c cleaning 51003 clauses out of 102006 with flag 2829940/1368004
98.67/97.93	c cleaning 51997 clauses out of 103999 with flag 2939596/1421000
103.77/103.06	c cleaning 52998 clauses out of 106002 with flag 3051361/1475000
108.47/107.78	c cleaning 53999 clauses out of 108004 with flag 3165113/1530000
113.37/112.60	c cleaning 55001 clauses out of 110007 with flag 3281019/1586002
118.27/117.54	c cleaning 56002 clauses out of 112004 with flag 3398982/1643000
124.10/123.24	c cleaning 56999 clauses out of 114003 with flag 3518992/1701001
129.79/128.97	c cleaning 58000 clauses out of 116004 with flag 3641134/1760001
135.59/134.76	c cleaning 59001 clauses out of 118006 with flag 3765154/1820003
141.29/140.46	c cleaning 60000 clauses out of 120003 with flag 3891484/1881001
147.17/146.15	c cleaning 60998 clauses out of 122005 with flag 4019866/1943003
153.47/152.43	c cleaning 61996 clauses out of 124004 with flag 4149816/2006000
159.48/158.49	c cleaning 63000 clauses out of 126008 with flag 4282304/2070000
166.87/165.89	c cleaning 64004 clauses out of 128008 with flag 4416722/2135000
174.78/173.56	c cleaning 65000 clauses out of 130006 with flag 4553115/2201002
183.08/181.81	c cleaning 65997 clauses out of 132005 with flag 4691739/2268001
190.08/188.82	c cleaning 67001 clauses out of 134008 with flag 4832477/2336001
197.38/195.93	c cleaning 67999 clauses out of 136006 with flag 4975315/2405000
203.77/202.34	c cleaning 69003 clauses out of 138008 with flag 5120246/2475001
211.37/210.00	c cleaning 69998 clauses out of 140004 with flag 5267204/2546000
220.13/218.56	c cleaning 71001 clauses out of 142008 with flag 5416414/2618002
227.83/226.21	c cleaning 72001 clauses out of 144005 with flag 5567497/2691000
236.33/234.73	c cleaning 72999 clauses out of 146004 with flag 5720488/2765000
245.16/243.45	c cleaning 73999 clauses out of 148005 with flag 5875712/2840000
254.66/252.90	c cleaning 75000 clauses out of 150007 with flag 6033084/2916001
263.26/261.52	c cleaning 76001 clauses out of 152007 with flag 6192313/2993001
272.01/270.16	c cleaning 77001 clauses out of 154005 with flag 6353911/3071000
282.31/280.50	c cleaning 78003 clauses out of 156005 with flag 6517093/3150001
293.57/291.63	c cleaning 78996 clauses out of 158001 with flag 6682588/3230000
305.26/303.40	c cleaning 79996 clauses out of 160005 with flag 6849999/3311000
314.83/312.84	c cleaning 81003 clauses out of 162009 with flag 7019422/3393000
324.52/322.55	c cleaning 82002 clauses out of 164008 with flag 7191084/3476002
335.03/332.91	c cleaning 82999 clauses out of 166005 with flag 7364809/3560001
346.34/344.29	c cleaning 84002 clauses out of 168007 with flag 7538104/3645002
358.10/355.91	c cleaning 84997 clauses out of 170004 with flag 7713796/3731001
370.30/368.11	c cleaning 85998 clauses out of 172006 with flag 7891293/3818000
382.58/380.31	c cleaning 87001 clauses out of 174008 with flag 8070787/3906000
394.28/392.01	c cleaning 88003 clauses out of 176007 with flag 8254456/3995000
406.28/403.94	c cleaning 88997 clauses out of 178006 with flag 8440669/4085002
419.48/417.16	c cleaning 89999 clauses out of 180007 with flag 8628787/4176000
432.57/430.11	c cleaning 91000 clauses out of 182008 with flag 8819311/4268000
445.06/442.66	c cleaning 92000 clauses out of 184009 with flag 9011721/4361001
457.84/455.31	c cleaning 93001 clauses out of 186008 with flag 9206401/4455000
470.24/467.78	c cleaning 94002 clauses out of 188009 with flag 9403186/4550002
484.09/481.57	c cleaning 94996 clauses out of 190005 with flag 9601971/4646000
501.28/498.60	c cleaning 96004 clauses out of 192010 with flag 9802799/4743001
515.98/513.35	c cleaning 96999 clauses out of 194005 with flag 10005417/4841000
530.18/527.45	c cleaning 98001 clauses out of 196007 with flag 10210489/4940001
544.77/541.96	c cleaning 99000 clauses out of 198006 with flag 10417494/5040001
560.36/557.51	c cleaning 99996 clauses out of 200005 with flag 10626687/5141000
573.85/570.99	c cleaning 101002 clauses out of 202010 with flag 10837354/5243001
587.34/584.32	c cleaning 102003 clauses out of 204009 with flag 11050354/5346002
602.03/599.00	c cleaning 102997 clauses out of 206004 with flag 11265662/5450000
615.79/612.77	c cleaning 103998 clauses out of 208007 with flag 11482914/5555000
629.96/626.85	c cleaning 104999 clauses out of 210009 with flag 11702095/5661000
646.25/643.03	c cleaning 106005 clauses out of 212010 with flag 11923464/5768000
662.44/659.26	c cleaning 107000 clauses out of 214006 with flag 12146937/5876001
679.21/675.99	c cleaning 107998 clauses out of 216006 with flag 12372545/5985001
694.99/691.69	c cleaning 108996 clauses out of 218007 with flag 12600051/6095000
713.16/709.76	c cleaning 110001 clauses out of 220012 with flag 12829680/6206001
731.76/728.24	c cleaning 111001 clauses out of 222010 with flag 13061451/6318000
749.16/745.66	c cleaning 112000 clauses out of 224009 with flag 13295164/6431000
767.68/764.14	c cleaning 113003 clauses out of 226009 with flag 13530995/6545000
788.08/784.54	c cleaning 114002 clauses out of 228007 with flag 13769100/6660001
805.91/802.32	c cleaning 114997 clauses out of 230004 with flag 14009218/6776000
822.68/819.06	c cleaning 116002 clauses out of 232008 with flag 14251146/6893001
842.11/838.50	c cleaning 116999 clauses out of 234005 with flag 14495192/7011000
859.96/856.24	c cleaning 118001 clauses out of 236007 with flag 14741566/7130001
877.70/873.86	c cleaning 119001 clauses out of 238005 with flag 14988394/7250000
895.78/891.86	c cleaning 120001 clauses out of 240005 with flag 15238894/7371001
919.47/915.41	c cleaning 120997 clauses out of 242004 with flag 15491352/7493001
944.13/940.10	c cleaning 122000 clauses out of 244006 with flag 15745686/7616000
967.61/963.46	c cleaning 123001 clauses out of 246008 with flag 16002313/7740002
987.17/982.84	c cleaning 123999 clauses out of 248007 with flag 16261226/7865002
1005.62/1001.20	c cleaning 124998 clauses out of 250006 with flag 16521917/7991000
1024.49/1020.09	c cleaning 125999 clauses out of 252009 with flag 16784436/8118001
1045.44/1040.86	c cleaning 127004 clauses out of 254010 with flag 17049103/8246001
1064.78/1060.18	c cleaning 127999 clauses out of 256006 with flag 17316154/8375001
1085.25/1080.45	c cleaning 128999 clauses out of 258006 with flag 17585248/8505000
1105.91/1101.00	c cleaning 130000 clauses out of 260008 with flag 17856545/8636001
1128.56/1123.58	c cleaning 131000 clauses out of 262007 with flag 18129703/8768000
1149.45/1144.32	c cleaning 132000 clauses out of 264008 with flag 18404921/8901001
1171.38/1166.13	c cleaning 133000 clauses out of 266008 with flag 18681798/9035001
1193.84/1188.56	c cleaning 134000 clauses out of 268008 with flag 18960112/9170001
1216.14/1210.73	c cleaning 135001 clauses out of 270007 with flag 19241379/9306000
1240.86/1235.38	c cleaning 135998 clauses out of 272006 with flag 19525044/9443000
1263.36/1257.74	c cleaning 136998 clauses out of 274008 with flag 19810358/9581000
1286.88/1281.14	c cleaning 138001 clauses out of 276010 with flag 20098011/9720000
1314.09/1308.27	c cleaning 138997 clauses out of 278009 with flag 20388041/9860000
1342.30/1336.34	c cleaning 140000 clauses out of 280012 with flag 20679615/10001000
1369.40/1363.37	c cleaning 141002 clauses out of 282012 with flag 20973542/10143000
1394.64/1388.41	c cleaning 142001 clauses out of 284010 with flag 21269559/10286000
1425.23/1418.85	c cleaning 143004 clauses out of 286010 with flag 21567690/10430001
1452.78/1446.22	c cleaning 144002 clauses out of 288006 with flag 21867972/10575001
1485.31/1478.64	c cleaning 144999 clauses out of 290004 with flag 22170013/10721001
1518.98/1512.11	c cleaning 146001 clauses out of 292005 with flag 22474075/10868001
1549.02/1542.04	c cleaning 146998 clauses out of 294003 with flag 22780442/11016000
1581.95/1574.88	c cleaning 148002 clauses out of 296006 with flag 23088352/11165001
1619.94/1612.64	c cleaning 148995 clauses out of 298006 with flag 23398648/11315003
1644.43/1636.94	c cleaning 150003 clauses out of 300011 with flag 23710928/11466003
1672.09/1664.41	c cleaning 150999 clauses out of 302006 with flag 24025563/11618001
1698.16/1690.39	c cleaning 152000 clauses out of 304007 with flag 24342087/11771001
1727.68/1719.62	c cleaning 152999 clauses out of 306006 with flag 24660276/11925000
1757.76/1749.55	c cleaning 154000 clauses out of 308008 with flag 24981450/12080001
1788.55/1780.12	c cleaning 155002 clauses out of 310007 with flag 25303911/12236000
1800.09/1791.50	c starts		: 1
1800.09/1791.50	c conflicts		: 12327459
1800.09/1791.50	c decisions		: 12750895
1800.09/1791.50	c propagations		: 60285112
1800.09/1791.50	c inspects		: 27113121676
1800.09/1791.50	c shortcuts		: 0
1800.09/1791.50	c learnt literals	: 0
1800.09/1791.50	c learnt binary clauses	: 0
1800.09/1791.50	c learnt ternary clauses	: 0
1800.09/1791.50	c learnt constraints	: 12327460
1800.09/1791.50	c timeout
1800.09/1791.50	c ignored constraints	: 0
1800.09/1791.50	c root simplifications	: 0
1800.09/1791.50	c removed literals (reason simplification)	: 0
1800.09/1791.50	c reason swapping (by a shorter reason)	: 0
1800.09/1791.50	c Calls to reduceDB	: 152
1800.09/1791.50	c Number of update (reduction) of LBD	: 352078
1800.09/1791.50	c Imported unit clauses	: 0
1800.09/1791.50	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.50	c number of learned constraints concerned by reduction	: 0
1800.09/1791.50	c number of learning phase by resolution	: 0
1800.09/1791.50	c number of learning phase by cutting planes	: 0
1800.09/1791.50	c speed (assignments/second)	: 33653.452424149385
1800.09/1791.50	c non guided choices	95
1800.09/1791.53	c learnt constraints type 
1800.09/1791.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 246465
1800.09/1791.53	s UNKNOWN
1800.09/1791.53	c Total wall clock time (in seconds): 1791.433

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

pid=10530
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.14 2.19 2.18 3/194 10533
/proc/meminfo: memFree=30168660/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5041056 98570240 978 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 24065 978 744 9 0 16771 0
[pid=10533/tid=10534] ppid=10530 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5041057 98570240 978 33554432000 1073741824 1073778376 140735699625296 140022095781416 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 10533
/proc/meminfo: memFree=30168660/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 4512 0 1 0 9 2 0 0 20 0 18 0 5041056 9787879424 6139 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2389619 6139 2157 9 0 2380296 0
[pid=10533/tid=10534] ppid=10530 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 5041057 9787879424 6139 33554432000 1073741824 1073778376 140735699625296 140022095784864 140021923398709 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.200273 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 10533
/proc/meminfo: memFree=30168660/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 6341 0 1 0 28 2 0 0 20 0 19 0 5041056 9856040960 7390 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 7390 2238 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2405 0 1 0 16 2 0 0 20 0 19 0 5041057 9856040960 7390 33554432000 1073741824 1073778376 140735699625296 140022095786040 140021923429695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300356 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 10533
/proc/meminfo: memFree=30168660/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 6583 0 1 0 49 2 0 0 20 0 19 0 5041056 9856040960 7906 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 7906 2244 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 19 0 5041057 9856040960 7906 33554432000 1073741824 1073778376 140735699625296 140022095786248 140021923762288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700315 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 10533
/proc/meminfo: memFree=30168660/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 7565 0 1 0 102 2 0 0 20 0 19 0 5041056 9856040960 9515 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 9515 2254 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2409 0 1 0 66 2 0 0 20 0 19 0 5041057 9856040960 9515 33554432000 1073741824 1073778376 140735699625296 140022095786568 140021923851474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.14 2.19 2.18 4/213 10552
/proc/meminfo: memFree=30132588/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 7723 0 1 0 185 2 0 0 20 0 19 0 5041056 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 12082 2256 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2415 0 1 0 146 2 0 0 20 0 19 0 5041057 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022095786264 140021923801696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10536] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10536/stat : 10536 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022057277864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10537] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10537/stat : 10537 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022056225320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10538] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10538/stat : 10538 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022055172264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10539] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10539/stat : 10539 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022054119720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10540] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10540/stat : 10540 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022053067688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10541] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10541/stat : 10541 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022052015144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10542] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10542/stat : 10542 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022050962088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10543] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10543/stat : 10543 (java) S 10530 10533 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140022049909544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10544] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10544/stat : 10544 (java) S 10530 10533 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021919099240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10533/task/10549/stat : 10549 (java) S 10530 10533 5929 0 -1 4202560 2941 0 0 0 19 0 0 0 20 0 19 0 5041061 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021913836472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10550] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10550/stat : 10550 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021912783608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10551] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10551/stat : 10551 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021911731272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10552] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10552/stat : 10552 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041072 9856040960 12082 33554432000 1073741824 1073778376 140735699625296 140021910676520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.14 2.19 2.18 3/213 10552
/proc/meminfo: memFree=30117524/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 7736 0 1 0 347 3 0 0 20 0 19 0 5041056 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 17205 2256 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2425 0 1 0 305 3 0 0 20 0 19 0 5041057 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022095777472 140021923903233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10536] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10536/stat : 10536 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022057277864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10537] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10537/stat : 10537 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022056225320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10538] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10538/stat : 10538 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022055172264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10539] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10539/stat : 10539 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022054119720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10540] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10540/stat : 10540 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022053067688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10541] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10541/stat : 10541 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022052015144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10542] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10542/stat : 10542 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022050962088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10543] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10543/stat : 10543 (java) S 10530 10533 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140022049909544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10544] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10544/stat : 10544 (java) S 10530 10533 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021919099240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10533/task/10549/stat : 10549 (java) S 10530 10533 5929 0 -1 4202560 2944 0 0 0 22 0 0 0 20 0 19 0 5041061 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021913836472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10550] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10550/stat : 10550 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021912783608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10551] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10551/stat : 10551 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021911731272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10552] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10552/stat : 10552 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041072 9856040960 17205 33554432000 1073741824 1073778376 140735699625296 140021910676520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.12 2.19 2.17 4/213 10552
/proc/meminfo: memFree=30082584/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=6.7 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 7754 0 1 0 666 4 0 0 20 0 19 0 5041056 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 25278 2257 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2442 0 1 0 624 3 0 0 20 0 19 0 5041057 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022095777472 140021923765964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10536] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10536/stat : 10536 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022057277864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10537] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10537/stat : 10537 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022056225320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10538] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10538/stat : 10538 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022055172264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10539] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10539/stat : 10539 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022054119720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10540] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10540/stat : 10540 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022053067688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10541] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10541/stat : 10541 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022052015144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10542] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10542/stat : 10542 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022050962088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10543] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10543/stat : 10543 (java) S 10530 10533 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5041058 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140022049909544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10544] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10544/stat : 10544 (java) S 10530 10533 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140021919099240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 25278 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.22 cores=1,3,5,7

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

[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10533/task/10549/stat : 10549 (java) S 10530 10533 5929 0 -1 4202560 3050 0 0 0 24 0 0 0 20 0 19 0 5041061 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021913836472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10550] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10550/stat : 10550 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021912783608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10551] ppid=10530 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10533/task/10551/stat : 10551 (java) S 10530 10533 5929 0 -1 4202560 100 0 0 0 28 33 0 0 20 0 19 0 5041061 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021911731272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10552] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10552/stat : 10552 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041072 9856040960 89499 33554432000 1073741824 1073778376 140735699625296 140021910676520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1730.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 10684
/proc/meminfo: memFree=29859660/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=1790.8 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 13020 0 1 0 178990 90 0 0 20 0 19 0 5041056 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 92473 2279 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=1777.92 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2586 0 1 0 177759 33 0 0 20 0 19 0 5041057 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022095785168 140021923851474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10536] ppid=10530 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/10533/task/10536/stat : 10536 (java) S 10530 10533 5929 0 -1 4202560 393 0 0 0 127 9 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022057277864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10537] ppid=10530 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/10533/task/10537/stat : 10537 (java) S 10530 10533 5929 0 -1 4202560 489 0 0 0 149 8 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022056225320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10538] ppid=10530 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/10533/task/10538/stat : 10538 (java) S 10530 10533 5929 0 -1 4202560 763 0 0 0 132 9 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022055172264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10539] ppid=10530 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/10533/task/10539/stat : 10539 (java) S 10530 10533 5929 0 -1 4202560 516 0 0 0 132 8 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022054119720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10540] ppid=10530 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/10533/task/10540/stat : 10540 (java) S 10530 10533 5929 0 -1 4202560 423 0 0 0 116 5 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022053067688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10541] ppid=10530 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/10533/task/10541/stat : 10541 (java) S 10530 10533 5929 0 -1 4202560 655 0 0 0 122 8 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022052015144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10542] ppid=10530 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/10533/task/10542/stat : 10542 (java) S 10530 10533 5929 0 -1 4202560 322 0 0 0 115 6 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022050962088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10543] ppid=10530 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/10533/task/10543/stat : 10543 (java) S 10530 10533 5929 0 -1 4202560 1001 0 0 0 136 6 0 0 20 0 19 0 5041058 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140022049909544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10544] ppid=10530 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/10533/task/10544/stat : 10544 (java) S 10530 10533 5929 0 -1 4202560 364 0 0 0 129 4 0 0 20 0 19 0 5041059 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021919099240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10533/task/10549/stat : 10549 (java) S 10530 10533 5929 0 -1 4202560 3050 0 0 0 24 0 0 0 20 0 19 0 5041061 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021913836472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10550] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10550/stat : 10550 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021912783608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10551] ppid=10530 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10533/task/10551/stat : 10551 (java) S 10530 10533 5929 0 -1 4202560 104 0 0 0 30 33 0 0 20 0 19 0 5041061 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021911731272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10552] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10552/stat : 10552 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041072 9856040960 92473 33554432000 1073741824 1073778376 140735699625296 140021910676520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 2.31 2.25 2.19 4/214 10685
/proc/meminfo: memFree=29854124/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 13040 0 1 0 179917 92 0 0 20 0 19 0 5041056 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 91936 2279 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=1786.97 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2587 0 1 0 178663 34 0 0 20 0 19 0 5041057 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022095785184 140021923756880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10536] ppid=10530 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/10533/task/10536/stat : 10536 (java) S 10530 10533 5929 0 -1 4202560 398 0 0 0 129 9 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022057277864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10537] ppid=10530 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/10533/task/10537/stat : 10537 (java) S 10530 10533 5929 0 -1 4202560 492 0 0 0 152 8 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022056225320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10538] ppid=10530 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/10533/task/10538/stat : 10538 (java) S 10530 10533 5929 0 -1 4202560 763 0 0 0 132 9 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022055172264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10539] ppid=10530 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/10533/task/10539/stat : 10539 (java) S 10530 10533 5929 0 -1 4202560 517 0 0 0 134 8 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022054119720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10540] ppid=10530 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/10533/task/10540/stat : 10540 (java) S 10530 10533 5929 0 -1 4202560 423 0 0 0 117 5 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022053067688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10541] ppid=10530 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/10533/task/10541/stat : 10541 (java) S 10530 10533 5929 0 -1 4202560 659 0 0 0 123 8 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022052015144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10542] ppid=10530 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/10533/task/10542/stat : 10542 (java) S 10530 10533 5929 0 -1 4202560 326 0 0 0 116 6 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022050962088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10543] ppid=10530 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/10533/task/10543/stat : 10543 (java) S 10530 10533 5929 0 -1 4202560 1003 0 0 0 137 6 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022049909544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10544] ppid=10530 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/10533/task/10544/stat : 10544 (java) S 10530 10533 5929 0 -1 4202560 364 0 0 0 141 4 0 0 20 0 19 0 5041059 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021919099240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10533/task/10549/stat : 10549 (java) S 10530 10533 5929 0 -1 4202560 3050 0 0 0 24 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021913836472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10550] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10550/stat : 10550 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021912783608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10551] ppid=10530 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10533/task/10551/stat : 10551 (java) S 10530 10533 5929 0 -1 4202560 104 0 0 0 30 33 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021911731272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10552] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10552/stat : 10552 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041072 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021910676520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1791.5 s]
/proc/loadavg: 2.31 2.25 2.19 4/214 10685
/proc/meminfo: memFree=29854124/32872528 swapFree=1243664/1390832
[pid=10533] ppid=10530 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10533/stat : 10533 (java) S 10530 10533 5929 0 -1 4202496 13040 0 1 0 179917 92 0 0 20 0 19 0 5041056 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140735699616432 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10533/statm: 2406260 91936 2279 9 0 2396937 0
[pid=10533/tid=10534] ppid=10530 vsize=9625040 CPUtime=1786.97 cores=1,3,5,7
/proc/10533/task/10534/stat : 10534 (java) R 10530 10533 5929 0 -1 4202560 2587 0 1 0 178663 34 0 0 20 0 19 0 5041057 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022095785184 140021923756880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10536] ppid=10530 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/10533/task/10536/stat : 10536 (java) S 10530 10533 5929 0 -1 4202560 398 0 0 0 129 9 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022057277864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10537] ppid=10530 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/10533/task/10537/stat : 10537 (java) S 10530 10533 5929 0 -1 4202560 492 0 0 0 152 8 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022056225320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10538] ppid=10530 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/10533/task/10538/stat : 10538 (java) S 10530 10533 5929 0 -1 4202560 763 0 0 0 132 9 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022055172264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10539] ppid=10530 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/10533/task/10539/stat : 10539 (java) S 10530 10533 5929 0 -1 4202560 517 0 0 0 134 8 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022054119720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10540] ppid=10530 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/10533/task/10540/stat : 10540 (java) S 10530 10533 5929 0 -1 4202560 423 0 0 0 117 5 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022053067688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10541] ppid=10530 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/10533/task/10541/stat : 10541 (java) S 10530 10533 5929 0 -1 4202560 659 0 0 0 123 8 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022052015144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10542] ppid=10530 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/10533/task/10542/stat : 10542 (java) S 10530 10533 5929 0 -1 4202560 326 0 0 0 116 6 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022050962088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10543] ppid=10530 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/10533/task/10543/stat : 10543 (java) S 10530 10533 5929 0 -1 4202560 1003 0 0 0 137 6 0 0 20 0 19 0 5041058 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140022049909544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10533/tid=10544] ppid=10530 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/10533/task/10544/stat : 10544 (java) S 10530 10533 5929 0 -1 4202560 364 0 0 0 141 4 0 0 20 0 19 0 5041059 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021919099240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10545] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10545/stat : 10545 (java) S 10530 10533 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021918045560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10546] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10546/stat : 10546 (java) S 10530 10533 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5041059 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021916992392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10547] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10547/stat : 10547 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021915941136 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10548] ppid=10530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10533/task/10548/stat : 10548 (java) S 10530 10533 5929 0 -1 4202560 1095 0 0 0 17 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021914889016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10533/tid=10549] ppid=10530 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10533/task/10549/stat : 10549 (java) S 10530 10533 5929 0 -1 4202560 3050 0 0 0 24 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021913836472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10550] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10550/stat : 10550 (java) S 10530 10533 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021912783608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10533/tid=10551] ppid=10530 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10533/task/10551/stat : 10551 (java) S 10530 10533 5929 0 -1 4202560 104 0 0 0 30 33 0 0 20 0 19 0 5041061 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021911731272 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10533/tid=10552] ppid=10530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10533/task/10552/stat : 10552 (java) S 10530 10533 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5041072 9856040960 91936 33554432000 1073741824 1073778376 140735699625296 140021910676520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1791.54
CPU time (s): 1800.77
CPU user time (s): 1799.33
CPU system time (s): 1.44278
CPU usage (%): 100.515
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.44278
maximum resident set size= 635460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13187
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= 41312
involuntary context switches= 20729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6524 second user time and 13.253 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 00:32:04
IDJOB=4089635
IDBENCH=107434
IDSOLVER=2546
FILE ID=node119/4089635-1466029924
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 34817075f3bb5535f1c43d1f911e376b
RANDOM SEED=2028037984

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30169296 kB
Buffers:           26408 kB
Cached:            95660 kB
SwapCached:        14196 kB
Active:           502764 kB
Inactive:         109884 kB
Active(anon):     478832 kB
Inactive(anon):    14104 kB
Active(file):      23932 kB
Inactive(file):    95780 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088060 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       1895196 kB
Mapped:            14952 kB
Shmem:                 0 kB
Slab:             565716 kB
SReclaimable:       9584 kB
SUnreclaim:       556132 kB
KernelStack:        1824 kB
PageTables:         8292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2009604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 01:01:56