Trace number 4089481

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.73 1796.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x11-hard.opb
MD5SUM2f7588113f2d81a39da39b0b74601a82
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.06099
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints221
Number of constraints which are clauses220
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 constraint110
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 59
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 169
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089481-1466026767.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.03s.
0.11/0.13	c declared #vars     110
0.11/0.13	c #constraints  221
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 220
0.11/0.13	c 221 constraints processed.
0.50/0.39	c cleaning 2501 clauses out of 5002 with flag 10344/5002
0.80/0.57	c cleaning 4250 clauses out of 8499 with flag 22792/11000
1.02/0.76	c cleaning 5625 clauses out of 11249 with flag 37304/18000
1.35/1.00	c cleaning 6811 clauses out of 13624 with flag 53879/26000
1.57/1.29	c cleaning 7903 clauses out of 15813 with flag 72506/35000
1.96/1.61	c cleaning 8955 clauses out of 17910 with flag 93272/45000
2.26/1.99	c cleaning 9978 clauses out of 19956 with flag 116104/56001
2.76/2.41	c cleaning 10986 clauses out of 21977 with flag 140936/68000
3.28/2.93	c cleaning 11995 clauses out of 23991 with flag 167828/81000
3.88/3.58	c cleaning 12998 clauses out of 26000 with flag 196789/95004
4.66/4.24	c cleaning 13998 clauses out of 28002 with flag 229027/110004
5.36/4.95	c cleaning 15001 clauses out of 30002 with flag 264805/126002
6.26/5.81	c cleaning 16000 clauses out of 31999 with flag 304065/143000
7.26/6.80	c cleaning 17001 clauses out of 34001 with flag 345501/161002
8.46/8.01	c cleaning 17998 clauses out of 35998 with flag 389199/180000
9.66/9.26	c cleaning 18999 clauses out of 38000 with flag 433827/200000
11.36/11.00	c cleaning 20001 clauses out of 40001 with flag 482121/221000
13.26/12.80	c cleaning 21000 clauses out of 42000 with flag 532577/243000
15.06/14.62	c cleaning 21998 clauses out of 44000 with flag 583481/266000
16.96/16.55	c cleaning 22996 clauses out of 46002 with flag 636234/290000
18.67/18.24	c cleaning 24004 clauses out of 48007 with flag 688425/315001
20.46/20.09	c cleaning 25000 clauses out of 50003 with flag 742500/341001
22.36/22.00	c cleaning 25999 clauses out of 52003 with flag 798841/368001
24.56/24.14	c cleaning 27001 clauses out of 54003 with flag 856885/396000
26.77/26.30	c cleaning 27998 clauses out of 56002 with flag 917164/425000
28.99/28.57	c cleaning 28998 clauses out of 58004 with flag 979557/455000
31.49/31.07	c cleaning 30000 clauses out of 60007 with flag 1043834/486001
33.89/33.50	c cleaning 31000 clauses out of 62006 with flag 1110444/518000
36.29/35.88	c cleaning 32000 clauses out of 64006 with flag 1179031/551000
38.89/38.40	c cleaning 33002 clauses out of 66007 with flag 1249736/585001
41.99/41.59	c cleaning 34000 clauses out of 68005 with flag 1322418/620001
45.49/45.04	c cleaning 35000 clauses out of 70005 with flag 1397211/656001
48.59/48.17	c cleaning 36000 clauses out of 72005 with flag 1474008/693001
51.89/51.48	c cleaning 36999 clauses out of 74004 with flag 1552925/731000
55.39/54.99	c cleaning 38000 clauses out of 76005 with flag 1633927/770000
58.80/58.37	c cleaning 39003 clauses out of 78005 with flag 1717134/810000
62.59/62.10	c cleaning 39998 clauses out of 80004 with flag 1802175/851002
66.69/66.29	c cleaning 41000 clauses out of 82006 with flag 1889355/893002
71.45/70.90	c cleaning 42000 clauses out of 84005 with flag 1978687/936001
76.04/75.54	c cleaning 42997 clauses out of 86004 with flag 2069993/980000
80.34/79.88	c cleaning 44002 clauses out of 88007 with flag 2163320/1025000
84.54/84.07	c cleaning 44998 clauses out of 90005 with flag 2258825/1071000
89.25/88.74	c cleaning 46001 clauses out of 92007 with flag 2356389/1118000
93.75/93.29	c cleaning 46999 clauses out of 94006 with flag 2455809/1166000
98.56/98.03	c cleaning 48000 clauses out of 96007 with flag 2557641/1215000
103.06/102.56	c cleaning 49002 clauses out of 98007 with flag 2661545/1265000
108.16/107.60	c cleaning 50001 clauses out of 100005 with flag 2767449/1316000
113.62/113.08	c cleaning 51000 clauses out of 102004 with flag 2875179/1368000
118.82/118.24	c cleaning 51997 clauses out of 104004 with flag 2985737/1421000
124.93/124.34	c cleaning 52997 clauses out of 106007 with flag 3097869/1475000
131.02/130.46	c cleaning 54001 clauses out of 108011 with flag 3212079/1530001
137.72/137.15	c cleaning 55002 clauses out of 110011 with flag 3328653/1586002
144.91/144.34	c cleaning 56004 clauses out of 112008 with flag 3446997/1643001
152.61/152.08	c cleaning 57000 clauses out of 114003 with flag 3567338/1701000
159.02/158.46	c cleaning 57999 clauses out of 116004 with flag 3689913/1760001
165.62/165.03	c cleaning 58998 clauses out of 118005 with flag 3814407/1820001
172.61/171.90	c cleaning 60000 clauses out of 120008 with flag 3942121/1881002
178.41/177.78	c cleaning 61001 clauses out of 122006 with flag 4075195/1943000
185.81/185.14	c cleaning 62001 clauses out of 124006 with flag 4206664/2006001
193.71/193.03	c cleaning 63002 clauses out of 126005 with flag 4344831/2070001
199.71/199.00	c cleaning 63996 clauses out of 128002 with flag 4484369/2135000
206.61/205.90	c cleaning 65003 clauses out of 130007 with flag 4623562/2201001
213.71/213.03	c cleaning 66002 clauses out of 132004 with flag 4764094/2268001
221.62/220.86	c cleaning 66997 clauses out of 134002 with flag 4905941/2336001
229.84/229.06	c cleaning 68004 clauses out of 136007 with flag 5049321/2405003
239.93/239.12	c cleaning 68999 clauses out of 138000 with flag 5194930/2475000
248.34/247.58	c cleaning 69996 clauses out of 140002 with flag 5345442/2546001
257.63/256.89	c cleaning 71003 clauses out of 142007 with flag 5494745/2618002
268.13/267.35	c cleaning 71999 clauses out of 144003 with flag 5645983/2691001
277.78/276.88	c cleaning 72998 clauses out of 146003 with flag 5799813/2765000
286.18/285.23	c cleaning 73999 clauses out of 148007 with flag 5955586/2840002
295.38/294.48	c cleaning 74998 clauses out of 150006 with flag 6113084/2916000
305.48/304.55	c cleaning 76005 clauses out of 152009 with flag 6272505/2993001
316.08/315.10	c cleaning 76999 clauses out of 154003 with flag 6433636/3071000
328.18/327.20	c cleaning 77998 clauses out of 156006 with flag 6597448/3150002
340.18/339.01	c cleaning 79001 clauses out of 158006 with flag 6762855/3230000
351.18/350.08	c cleaning 80003 clauses out of 160005 with flag 6930317/3311000
363.78/362.64	c cleaning 80998 clauses out of 162003 with flag 7100135/3393001
376.38/375.25	c cleaning 82001 clauses out of 164005 with flag 7272469/3476001
389.88/388.72	c cleaning 82999 clauses out of 166003 with flag 7446898/3560000
403.42/402.10	c cleaning 84001 clauses out of 168006 with flag 7623002/3645002
416.71/415.48	c cleaning 84995 clauses out of 170003 with flag 7801235/3731000
429.11/427.89	c cleaning 85999 clauses out of 172010 with flag 7981349/3818002
441.81/440.51	c cleaning 87003 clauses out of 174010 with flag 8164468/3906001
458.24/456.82	c cleaning 88003 clauses out of 176007 with flag 8349057/3995001
475.14/473.70	c cleaning 88999 clauses out of 178005 with flag 8535364/4085002
490.94/489.52	c cleaning 90000 clauses out of 180005 with flag 8724017/4176001
506.94/505.51	c cleaning 90999 clauses out of 182004 with flag 8914263/4268000
519.89/518.38	c cleaning 92001 clauses out of 184008 with flag 9106439/4361003
533.79/532.27	c cleaning 92996 clauses out of 186005 with flag 9300635/4455001
548.69/547.16	c cleaning 94001 clauses out of 188009 with flag 9497089/4550001
563.98/562.46	c cleaning 95002 clauses out of 190007 with flag 9695433/4646000
581.61/579.99	c cleaning 95996 clauses out of 192006 with flag 9895773/4743001
598.71/597.08	c cleaning 97003 clauses out of 194009 with flag 10098357/4841000
614.32/612.64	c cleaning 97998 clauses out of 196006 with flag 10303006/4940000
631.42/629.76	c cleaning 99000 clauses out of 198008 with flag 10508934/5040000
649.67/647.88	c cleaning 100003 clauses out of 200008 with flag 10718051/5141000
668.47/666.70	c cleaning 101000 clauses out of 202006 with flag 10928489/5243001
688.28/686.46	c cleaning 102003 clauses out of 204005 with flag 11141314/5346000
707.64/705.62	c cleaning 102997 clauses out of 206002 with flag 11355815/5450000
727.74/725.78	c cleaning 104003 clauses out of 208006 with flag 11573284/5555001
744.24/742.20	c cleaning 104999 clauses out of 210003 with flag 11792571/5661001
765.04/763.07	c cleaning 105996 clauses out of 212003 with flag 12013113/5768000
781.14/779.03	c cleaning 106999 clauses out of 214008 with flag 12236365/5876001
801.96/799.81	c cleaning 108003 clauses out of 216008 with flag 12461597/5985000
822.66/820.59	c cleaning 109001 clauses out of 218005 with flag 12689248/6095000
844.99/842.70	c cleaning 110001 clauses out of 220007 with flag 12918854/6206003
866.98/864.73	c cleaning 111000 clauses out of 222003 with flag 13150639/6318000
891.79/889.53	c cleaning 111999 clauses out of 224003 with flag 13383572/6431000
914.68/912.37	c cleaning 112998 clauses out of 226004 with flag 13619644/6545000
940.99/938.70	c cleaning 113999 clauses out of 228006 with flag 13857261/6660000
968.40/966.05	c cleaning 115002 clauses out of 230007 with flag 14097601/6776000
994.52/992.05	c cleaning 116004 clauses out of 232008 with flag 14340299/6893003
1025.22/1022.77	c cleaning 117002 clauses out of 234004 with flag 14584581/7011003
1052.45/1049.89	c cleaning 118000 clauses out of 236000 with flag 14830967/7130001
1080.87/1078.25	c cleaning 118994 clauses out of 238000 with flag 15079235/7250001
1103.37/1100.77	c cleaning 119999 clauses out of 240005 with flag 15347262/7371000
1129.57/1126.83	c cleaning 121000 clauses out of 242007 with flag 15624805/7493001
1154.57/1151.82	c cleaning 122000 clauses out of 244007 with flag 15903204/7616001
1181.36/1178.56	c cleaning 122998 clauses out of 246006 with flag 16186466/7740000
1211.37/1208.56	c cleaning 124002 clauses out of 248008 with flag 16465114/7865000
1241.47/1238.64	c cleaning 125001 clauses out of 250007 with flag 16748542/7991001
1270.30/1267.33	c cleaning 125996 clauses out of 252006 with flag 17035104/8118001
1303.31/1300.32	c cleaning 127001 clauses out of 254009 with flag 17324448/8246000
1341.47/1338.30	c cleaning 128001 clauses out of 256012 with flag 17614589/8375004
1374.09/1370.97	c cleaning 129004 clauses out of 258008 with flag 17889868/8505001
1410.08/1406.80	c cleaning 129997 clauses out of 260004 with flag 18176501/8636001
1442.39/1439.16	c cleaning 131000 clauses out of 262006 with flag 18478861/8768000
1483.62/1480.29	c cleaning 131997 clauses out of 264006 with flag 18781467/8901000
1524.93/1521.54	c cleaning 133004 clauses out of 266011 with flag 19082520/9035002
1563.24/1559.85	c cleaning 133998 clauses out of 268005 with flag 19377463/9170000
1599.95/1596.43	c cleaning 135002 clauses out of 270007 with flag 19661135/9306000
1635.29/1631.67	c cleaning 135998 clauses out of 272005 with flag 19960393/9443000
1671.99/1668.33	c cleaning 136998 clauses out of 274007 with flag 20286112/9581000
1714.79/1711.08	c cleaning 138000 clauses out of 276009 with flag 20610319/9720000
1756.20/1752.46	c cleaning 139004 clauses out of 278010 with flag 20943797/9860001
1797.10/1793.28	c cleaning 140000 clauses out of 280006 with flag 21277961/10001001
1800.00/1796.10	c starts		: 3445
1800.00/1796.10	c conflicts		: 10020357
1800.00/1796.10	c decisions		: 10748072
1800.00/1796.10	c propagations		: 51470446
1800.00/1796.10	c inspects		: 29486392369
1800.00/1796.10	c shortcuts		: 0
1800.00/1796.10	c timeout
1800.00/1796.10	c learnt literals	: 0
1800.00/1796.10	c learnt binary clauses	: 0
1800.00/1796.10	c learnt ternary clauses	: 0
1800.00/1796.10	c learnt constraints	: 10020357
1800.00/1796.10	c ignored constraints	: 0
1800.00/1796.10	c root simplifications	: 0
1800.00/1796.10	c removed literals (reason simplification)	: 0
1800.00/1796.10	c reason swapping (by a shorter reason)	: 0
1800.00/1796.10	c Calls to reduceDB	: 137
1800.00/1796.10	c Number of update (reduction) of LBD	: 258906
1800.00/1796.10	c Imported unit clauses	: 0
1800.00/1796.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.10	c number of learned constraints concerned by reduction	: 0
1800.00/1796.10	c number of learning phase by resolution	: 0
1800.00/1796.10	c number of learning phase by cutting planes	: 0
1800.00/1796.10	c speed (assignments/second)	: 28658.88813163709
1800.00/1796.10	c non guided choices	49
1800.00/1796.13	c learnt constraints type 
1800.00/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159362
1800.00/1796.13	s UNKNOWN
1800.00/1796.13	c Total wall clock time (in seconds): 1796.03

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-4089481-1466026767/watcher-4089481-1466026767 -o /tmp/evaluation-result-4089481-1466026767/solver-4089481-1466026767 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089481-1466026767.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.03 2.01 3/194 8839
/proc/meminfo: memFree=31086560/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 1286 0 0 0 0 0 0 0 20 0 2 0 4726628 95129600 920 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 23225 926 703 9 0 16769 0
[pid=8839/tid=8840] ppid=8836 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) D 8836 8839 4966 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 4726628 95129600 926 33554432000 1073741824 1073778376 140737150922352 140419000278568 224913354023 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.03 2.01 3/194 8839
/proc/meminfo: memFree=31086560/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 4498 0 1 0 10 1 0 0 20 0 18 0 4726628 9787879424 6130 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2389619 6130 2157 9 0 2380296 0
[pid=8839/tid=8840] ppid=8836 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 4726628 9787879424 6130 33554432000 1073741824 1073778376 140737150922352 140419000282016 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.12 2.03 2.01 3/194 8839
/proc/meminfo: memFree=31086560/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 6720 0 1 0 31 1 0 0 20 0 19 0 4726628 9856040960 7503 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 7503 2232 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 19 0 4726628 9856040960 7503 33554432000 1073741824 1073778376 140737150922352 140419000283776 140418872270157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300349 s]
/proc/loadavg: 2.12 2.03 2.01 3/194 8839
/proc/meminfo: memFree=31086560/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 6775 0 1 0 49 1 0 0 20 0 19 0 4726628 9856040960 8047 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 8047 2238 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 19 0 4726628 9856040960 8047 33554432000 1073741824 1073778376 140737150922352 140419000283776 140418872693821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700286 s]
/proc/loadavg: 2.12 2.03 2.01 3/194 8839
/proc/meminfo: memFree=31086560/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 7700 0 1 0 101 1 0 0 20 0 19 0 4726628 9856040960 9133 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 9133 2248 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2403 0 1 0 67 0 0 0 20 0 19 0 4726628 9856040960 9133 33554432000 1073741824 1073778376 140737150922352 140419000283528 140418872745170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.12 2.03 2.01 3/213 8858
/proc/meminfo: memFree=31053312/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 7716 0 1 0 184 2 0 0 20 0 19 0 4726628 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 11192 2256 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2414 0 1 0 147 0 0 0 20 0 19 0 4726628 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140419000283416 140418872687399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8842/stat : 8842 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418843883688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8843] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8843/stat : 8843 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418842831144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8844] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8844/stat : 8844 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418841778600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8845] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8845/stat : 8845 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418840726056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8846] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8846/stat : 8846 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418839673512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8847] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8847/stat : 8847 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418838620968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8848] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8848/stat : 8848 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418837568424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8849] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8849/stat : 8849 (java) S 8836 8839 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418836515880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8850] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8850/stat : 8850 (java) S 8836 8839 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4726630 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418824317032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 1679 0 0 0 15 0 0 0 20 0 19 0 4726633 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8839/task/8855/stat : 8855 (java) S 8836 8839 4966 0 -1 4202560 2353 0 0 0 20 0 0 0 20 0 19 0 4726633 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418819054264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8856] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8856/stat : 8856 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418818001912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8857] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8857/stat : 8857 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418816949576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8858] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8858/stat : 8858 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726642 9856040960 11192 33554432000 1073741824 1073778376 140737150922352 140418815894312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.12 2.03 2.01 3/213 8858
/proc/meminfo: memFree=31045368/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 7722 0 1 0 346 2 0 0 20 0 19 0 4726628 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 14264 2256 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2420 0 1 0 306 1 0 0 20 0 19 0 4726628 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140419000283512 140418872715709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8842/stat : 8842 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418843883688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8843] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8843/stat : 8843 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418842831144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8844] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8844/stat : 8844 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418841778600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8845] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8845/stat : 8845 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418840726056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8846] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8846/stat : 8846 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418839673512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8847] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8847/stat : 8847 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418838620968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8848] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8848/stat : 8848 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418837568424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8849] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8849/stat : 8849 (java) S 8836 8839 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418836515880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8850] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8850/stat : 8850 (java) S 8836 8839 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4726630 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418824317032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 1679 0 0 0 17 0 0 0 20 0 19 0 4726633 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8839/task/8855/stat : 8855 (java) S 8836 8839 4966 0 -1 4202560 2353 0 0 0 20 0 0 0 20 0 19 0 4726633 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418819054264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8856] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8856/stat : 8856 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418818001912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8857] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8857/stat : 8857 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418816949576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8858] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8858/stat : 8858 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726642 9856040960 14264 33554432000 1073741824 1073778376 140737150922352 140418815894312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.11 2.03 2.01 3/213 8858
/proc/meminfo: memFree=31023584/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 8662 0 1 0 674 2 0 0 20 0 19 0 4726628 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 18724 2258 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2430 0 1 0 626 1 0 0 20 0 19 0 4726628 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140419000274624 140418872687399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8842/stat : 8842 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418843883688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8843] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8843/stat : 8843 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418842831144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8844] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8844/stat : 8844 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418841778600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8845] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8845/stat : 8845 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418840726056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8846] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8846/stat : 8846 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418839673512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8847] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8847/stat : 8847 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418838620968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8848] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8848/stat : 8848 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418837568424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8849] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8849/stat : 8849 (java) S 8836 8839 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4726629 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418836515880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8850] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8850/stat : 8850 (java) S 8836 8839 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4726630 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418824317032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 2608 0 0 0 23 0 0 0 20 0 19 0 4726633 9856040960 18724 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.23 cores=0,2,4,6

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

[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 2608 0 0 0 23 0 0 0 20 0 19 0 4726633 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8839/task/8855/stat : 8855 (java) S 8836 8839 4966 0 -1 4202560 2646 0 0 0 25 0 0 0 20 0 19 0 4726633 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418819054264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8856] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8856/stat : 8856 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418818001912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8857] ppid=8836 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8839/task/8857/stat : 8857 (java) S 8836 8839 4966 0 -1 4202560 100 0 0 0 30 31 0 0 20 0 19 0 4726633 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418816949576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8858] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8858/stat : 8858 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726642 9856040960 126976 33554432000 1073741824 1073778376 140737150922352 140418815894312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.09
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/213 9002
/proc/meminfo: memFree=30459760/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=1786.2 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 12079 0 1 0 178542 78 0 0 20 0 19 0 4726628 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 125405 2280 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=1780.61 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2501 0 1 0 178030 31 0 0 20 0 19 0 4726628 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140419000282320 140418872714656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8839/task/8842/stat : 8842 (java) S 8836 8839 4966 0 -1 4202560 385 0 0 0 52 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418843883688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8843] ppid=8836 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8839/task/8843/stat : 8843 (java) S 8836 8839 4966 0 -1 4202560 510 0 0 0 55 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418842831144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8844] ppid=8836 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8839/task/8844/stat : 8844 (java) S 8836 8839 4966 0 -1 4202560 295 0 0 0 47 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418841778600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8845] ppid=8836 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8839/task/8845/stat : 8845 (java) S 8836 8839 4966 0 -1 4202560 202 0 0 0 56 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418840726056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8846] ppid=8836 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/8839/task/8846/stat : 8846 (java) S 8836 8839 4966 0 -1 4202560 404 0 0 0 40 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418839673512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8847] ppid=8836 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8839/task/8847/stat : 8847 (java) S 8836 8839 4966 0 -1 4202560 383 0 0 0 44 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418838620968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8848] ppid=8836 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8839/task/8848/stat : 8848 (java) S 8836 8839 4966 0 -1 4202560 420 0 0 0 52 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418837568424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8849] ppid=8836 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8839/task/8849/stat : 8849 (java) S 8836 8839 4966 0 -1 4202560 181 0 0 0 50 5 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418836515880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8850] ppid=8836 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/8839/task/8850/stat : 8850 (java) S 8836 8839 4966 0 -1 4202560 184 0 0 0 41 2 0 0 20 0 19 0 4726630 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418824317032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 2608 0 0 0 23 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8839/task/8855/stat : 8855 (java) S 8836 8839 4966 0 -1 4202560 2646 0 0 0 25 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418819054264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8856] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8856/stat : 8856 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418818001912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8857] ppid=8836 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8839/task/8857/stat : 8857 (java) S 8836 8839 4966 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418816949576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8858] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8858/stat : 8858 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726642 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418815894312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 9002
/proc/meminfo: memFree=30455104/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 12080 0 1 0 179922 78 0 0 20 0 19 0 4726628 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 125405 2280 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=1794.41 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2501 0 1 0 179410 31 0 0 20 0 19 0 4726628 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140419000274624 140418872745175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8839/task/8842/stat : 8842 (java) S 8836 8839 4966 0 -1 4202560 385 0 0 0 52 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418843883688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8843] ppid=8836 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8839/task/8843/stat : 8843 (java) S 8836 8839 4966 0 -1 4202560 510 0 0 0 55 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418842831144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8844] ppid=8836 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8839/task/8844/stat : 8844 (java) S 8836 8839 4966 0 -1 4202560 295 0 0 0 47 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418841778600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8845] ppid=8836 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8839/task/8845/stat : 8845 (java) S 8836 8839 4966 0 -1 4202560 202 0 0 0 56 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418840726056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8846] ppid=8836 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/8839/task/8846/stat : 8846 (java) S 8836 8839 4966 0 -1 4202560 404 0 0 0 40 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418839673512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8847] ppid=8836 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8839/task/8847/stat : 8847 (java) S 8836 8839 4966 0 -1 4202560 383 0 0 0 44 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418838620968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8848] ppid=8836 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8839/task/8848/stat : 8848 (java) S 8836 8839 4966 0 -1 4202560 420 0 0 0 52 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418837568424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8849] ppid=8836 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8839/task/8849/stat : 8849 (java) S 8836 8839 4966 0 -1 4202560 181 0 0 0 50 5 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418836515880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8850] ppid=8836 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/8839/task/8850/stat : 8850 (java) S 8836 8839 4966 0 -1 4202560 184 0 0 0 41 2 0 0 20 0 19 0 4726630 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418824317032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 2608 0 0 0 23 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8839/task/8855/stat : 8855 (java) S 8836 8839 4966 0 -1 4202560 2647 0 0 0 25 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418819054264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8856] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8856/stat : 8856 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418818001912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8857] ppid=8836 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8839/task/8857/stat : 8857 (java) S 8836 8839 4966 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418816949576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8858] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8858/stat : 8858 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726642 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418815894312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 8839 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.1 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 9002
/proc/meminfo: memFree=30455104/32872528 swapFree=162364/176672
[pid=8839] ppid=8836 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/8839/stat : 8839 (java) S 8836 8839 4966 0 -1 4202496 12080 0 1 0 179922 78 0 0 20 0 19 0 4726628 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140737150913488 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8839/statm: 2406260 125405 2280 9 0 2396937 0
[pid=8839/tid=8840] ppid=8836 vsize=9625040 CPUtime=1794.41 cores=0,2,4,6
/proc/8839/task/8840/stat : 8840 (java) R 8836 8839 4966 0 -1 4202560 2501 0 1 0 179410 31 0 0 20 0 19 0 4726628 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140419000274624 140418872745175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8839/task/8842/stat : 8842 (java) S 8836 8839 4966 0 -1 4202560 385 0 0 0 52 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418843883688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8843] ppid=8836 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8839/task/8843/stat : 8843 (java) S 8836 8839 4966 0 -1 4202560 510 0 0 0 55 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418842831144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8844] ppid=8836 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8839/task/8844/stat : 8844 (java) S 8836 8839 4966 0 -1 4202560 295 0 0 0 47 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418841778600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8845] ppid=8836 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8839/task/8845/stat : 8845 (java) S 8836 8839 4966 0 -1 4202560 202 0 0 0 56 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418840726056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8846] ppid=8836 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/8839/task/8846/stat : 8846 (java) S 8836 8839 4966 0 -1 4202560 404 0 0 0 40 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418839673512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8847] ppid=8836 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8839/task/8847/stat : 8847 (java) S 8836 8839 4966 0 -1 4202560 383 0 0 0 44 6 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418838620968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8848] ppid=8836 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8839/task/8848/stat : 8848 (java) S 8836 8839 4966 0 -1 4202560 420 0 0 0 52 7 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418837568424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8839/tid=8849] ppid=8836 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8839/task/8849/stat : 8849 (java) S 8836 8839 4966 0 -1 4202560 181 0 0 0 50 5 0 0 20 0 19 0 4726629 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418836515880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8850] ppid=8836 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/8839/task/8850/stat : 8850 (java) S 8836 8839 4966 0 -1 4202560 184 0 0 0 41 2 0 0 20 0 19 0 4726630 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418824317032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8851] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8851/stat : 8851 (java) S 8836 8839 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418823263352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8852] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8852/stat : 8852 (java) S 8836 8839 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4726631 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418822210696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8853] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8853/stat : 8853 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418821159440 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8854] ppid=8836 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8839/task/8854/stat : 8854 (java) S 8836 8839 4966 0 -1 4202560 2608 0 0 0 23 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418820106808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8839/tid=8855] ppid=8836 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8839/task/8855/stat : 8855 (java) S 8836 8839 4966 0 -1 4202560 2647 0 0 0 25 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418819054264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8856] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8856/stat : 8856 (java) S 8836 8839 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418818001912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8839/tid=8857] ppid=8836 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8839/task/8857/stat : 8857 (java) S 8836 8839 4966 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 4726633 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418816949576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8839/tid=8858] ppid=8836 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8839/task/8858/stat : 8858 (java) S 8836 8839 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4726642 9856040960 125405 33554432000 1073741824 1073778376 140737150922352 140418815894312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.14
CPU time (s): 1800.73
CPU user time (s): 1799.43
CPU system time (s): 1.3008
CPU usage (%): 100.256
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.3008
maximum resident set size= 624060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38777
involuntary context switches= 15597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1612 second user time and 11.8662 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 23:39:27
IDJOB=4089481
IDBENCH=107412
IDSOLVER=2546
FILE ID=node105/4089481-1466026767
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
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-grid10x11-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089481-1466026767/watcher-4089481-1466026767 -o /tmp/evaluation-result-4089481-1466026767/solver-4089481-1466026767 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089481-1466026767.opb

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

MD5SUM BENCH= 2f7588113f2d81a39da39b0b74601a82
RANDOM SEED=553168645

node105.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.561
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	: 5333.12
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.561
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.561
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.561
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.561
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.561
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.561
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.55
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31087204 kB
Buffers:           84636 kB
Cached:           341908 kB
SwapCached:            0 kB
Active:           562396 kB
Inactive:         341976 kB
Active(anon):     479788 kB
Inactive(anon):      228 kB
Active(file):      82608 kB
Inactive(file):   341748 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               516 kB
Writeback:             4 kB
AnonPages:        641528 kB
Mapped:            22032 kB
Shmem:               204 kB
Slab:             572736 kB
SReclaimable:      16628 kB
SUnreclaim:       556108 kB
KernelStack:        1656 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     799128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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 node105 at 2016-06-16 00:09:23