Trace number 4089502

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.57 1796.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x21.opb
MD5SUMe4981dbacc31118dca9cc6f870eca58f
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.003999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables84
Total number of constraints169
Number of constraints which are clauses168
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 constraint84
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 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089502-1466026802.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.024s.
0.11/0.12	c declared #vars     84
0.11/0.12	c #constraints  169
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
0.11/0.12	c 169 constraints processed.
0.49/0.37	c cleaning 2501 clauses out of 5001 with flag 10407/5001
0.80/0.54	c cleaning 4250 clauses out of 8500 with flag 22865/11001
1.01/0.71	c cleaning 5624 clauses out of 11249 with flag 37419/18000
1.22/0.94	c cleaning 6813 clauses out of 13625 with flag 54035/26000
1.56/1.20	c cleaning 7904 clauses out of 15813 with flag 72743/35001
1.85/1.51	c cleaning 8955 clauses out of 17909 with flag 93581/45001
2.23/1.88	c cleaning 9973 clauses out of 19955 with flag 117800/56002
2.64/2.23	c cleaning 10985 clauses out of 21980 with flag 143441/68000
2.93/2.57	c cleaning 11996 clauses out of 23996 with flag 170949/81001
3.43/3.07	c cleaning 12998 clauses out of 26001 with flag 200212/95002
4.03/3.65	c cleaning 14000 clauses out of 28001 with flag 231713/110000
4.63/4.26	c cleaning 14997 clauses out of 30001 with flag 266948/126000
5.53/5.12	c cleaning 15998 clauses out of 32004 with flag 304860/143000
6.33/5.99	c cleaning 17000 clauses out of 34007 with flag 344518/161001
7.43/7.02	c cleaning 18004 clauses out of 36007 with flag 386390/180001
8.53/8.14	c cleaning 19001 clauses out of 38003 with flag 429438/200001
9.53/9.19	c cleaning 19997 clauses out of 40001 with flag 473379/221000
10.83/10.49	c cleaning 21000 clauses out of 42004 with flag 519413/243000
12.03/11.70	c cleaning 22001 clauses out of 44004 with flag 567361/266000
13.64/13.24	c cleaning 23002 clauses out of 46003 with flag 617475/290000
14.93/14.55	c cleaning 23998 clauses out of 48001 with flag 669667/315000
16.53/16.13	c cleaning 25002 clauses out of 50003 with flag 723809/341000
18.14/17.73	c cleaning 26000 clauses out of 52004 with flag 780309/368003
19.63/19.29	c cleaning 26997 clauses out of 54001 with flag 839429/396000
21.23/20.83	c cleaning 27999 clauses out of 56006 with flag 901083/425002
22.94/22.57	c cleaning 29004 clauses out of 58007 with flag 964363/455002
25.04/24.61	c cleaning 29999 clauses out of 60001 with flag 1029658/486000
27.03/26.66	c cleaning 30998 clauses out of 62002 with flag 1097071/518000
29.04/28.62	c cleaning 31999 clauses out of 64004 with flag 1166303/551000
30.98/30.55	c cleaning 33003 clauses out of 66007 with flag 1237702/585002
32.98/32.57	c cleaning 33998 clauses out of 68002 with flag 1310924/620000
35.28/34.80	c cleaning 35002 clauses out of 70004 with flag 1386095/656000
37.18/36.74	c cleaning 36000 clauses out of 72005 with flag 1464037/693003
39.48/39.02	c cleaning 37000 clauses out of 74003 with flag 1543661/731001
42.08/41.64	c cleaning 38000 clauses out of 76003 with flag 1625025/770001
44.88/44.43	c cleaning 39003 clauses out of 78005 with flag 1708734/810003
47.88/47.49	c cleaning 39998 clauses out of 80000 with flag 1794293/851001
51.29/50.85	c cleaning 40999 clauses out of 82002 with flag 1881901/893001
54.59/54.13	c cleaning 41998 clauses out of 84002 with flag 1971915/936000
57.99/57.52	c cleaning 43003 clauses out of 86005 with flag 2063711/980001
61.79/61.36	c cleaning 43999 clauses out of 88004 with flag 2158048/1025003
65.59/65.15	c cleaning 44996 clauses out of 90003 with flag 2254400/1071001
68.69/68.21	c cleaning 46003 clauses out of 92007 with flag 2352588/1118001
72.89/72.48	c cleaning 46997 clauses out of 94003 with flag 2455943/1166000
76.85/76.34	c cleaning 48003 clauses out of 96009 with flag 2559836/1215003
79.86/79.30	c cleaning 48999 clauses out of 98004 with flag 2665177/1265001
84.16/83.64	c cleaning 49999 clauses out of 100004 with flag 2772130/1316000
89.85/89.36	c cleaning 50998 clauses out of 102006 with flag 2881915/1368001
94.45/93.94	c cleaning 52003 clauses out of 104008 with flag 2993151/1421001
99.35/98.80	c cleaning 52998 clauses out of 106006 with flag 3107255/1475002
104.25/103.71	c cleaning 54000 clauses out of 108007 with flag 3225006/1530001
109.65/109.16	c cleaning 55002 clauses out of 110009 with flag 3343923/1586003
115.96/115.50	c cleaning 55998 clauses out of 112006 with flag 3465015/1643002
121.76/121.25	c cleaning 56997 clauses out of 114006 with flag 3588548/1701000
128.27/127.73	c cleaning 58002 clauses out of 116011 with flag 3716297/1760002
134.42/133.83	c cleaning 59001 clauses out of 118007 with flag 3844311/1820000
140.02/139.44	c cleaning 60002 clauses out of 120007 with flag 3972839/1881001
145.82/145.21	c cleaning 61002 clauses out of 122004 with flag 4103510/1943000
152.53/151.96	c cleaning 61998 clauses out of 124003 with flag 4236291/2006001
160.33/159.77	c cleaning 63002 clauses out of 126004 with flag 4370514/2070000
168.13/167.58	c cleaning 63999 clauses out of 128003 with flag 4506790/2135001
176.42/175.84	c cleaning 65000 clauses out of 130003 with flag 4645259/2201000
184.43/183.82	c cleaning 66002 clauses out of 132003 with flag 4785570/2268000
192.22/191.66	c cleaning 67000 clauses out of 134001 with flag 4928016/2336000
202.06/201.45	c cleaning 68000 clauses out of 136001 with flag 5072924/2405000
211.31/210.64	c cleaning 68998 clauses out of 138001 with flag 5220112/2475000
220.31/219.62	c cleaning 69998 clauses out of 140004 with flag 5369878/2546001
229.52/228.87	c cleaning 71003 clauses out of 142006 with flag 5524745/2618001
240.22/239.59	c cleaning 72000 clauses out of 144004 with flag 5679804/2691002
252.52/251.80	c cleaning 72997 clauses out of 146002 with flag 5837363/2765000
263.52/262.82	c cleaning 74001 clauses out of 148005 with flag 5997362/2840000
272.12/271.48	c cleaning 74997 clauses out of 150004 with flag 6156980/2916000
281.62/280.91	c cleaning 75998 clauses out of 152008 with flag 6319762/2993001
291.33/290.52	c cleaning 77004 clauses out of 154010 with flag 6486567/3071001
300.93/300.12	c cleaning 78000 clauses out of 156006 with flag 6658606/3150001
311.62/310.86	c cleaning 79001 clauses out of 158006 with flag 6831036/3230001
323.42/322.61	c cleaning 79998 clauses out of 160004 with flag 7004140/3311000
339.03/338.28	c cleaning 80999 clauses out of 162009 with flag 7181068/3393003
351.93/351.18	c cleaning 82000 clauses out of 164007 with flag 7356540/3476000
364.73/363.98	c cleaning 83001 clauses out of 166007 with flag 7534224/3560000
381.20/380.25	c cleaning 83999 clauses out of 168007 with flag 7715888/3645001
397.50/396.52	c cleaning 84999 clauses out of 170008 with flag 7901511/3731001
412.42/411.47	c cleaning 86001 clauses out of 172009 with flag 8087195/3818001
426.82/425.88	c cleaning 86998 clauses out of 174009 with flag 8274165/3906002
441.52/440.56	c cleaning 88003 clauses out of 176010 with flag 8461720/3995001
456.82/455.86	c cleaning 88998 clauses out of 178006 with flag 8655325/4085000
473.59/472.49	c cleaning 90000 clauses out of 180008 with flag 8850800/4176000
486.19/485.00	c cleaning 91002 clauses out of 182008 with flag 9043051/4268000
498.40/497.21	c cleaning 92002 clauses out of 184006 with flag 9237287/4361000
514.50/513.31	c cleaning 92996 clauses out of 186004 with flag 9435102/4455000
533.71/532.52	c cleaning 94002 clauses out of 188008 with flag 9643175/4550000
554.41/553.20	c cleaning 95002 clauses out of 190007 with flag 9846816/4646001
571.59/570.28	c cleaning 95999 clauses out of 192004 with flag 10054490/4743000
590.49/589.14	c cleaning 96999 clauses out of 194007 with flag 10271755/4841002
606.51/605.14	c cleaning 98001 clauses out of 196007 with flag 10485185/4940001
627.80/626.45	c cleaning 98999 clauses out of 198007 with flag 10702560/5040002
649.51/648.16	c cleaning 100000 clauses out of 200006 with flag 10919276/5141000
668.86/667.24	c cleaning 100998 clauses out of 202006 with flag 11138755/5243000
681.96/680.40	c cleaning 101997 clauses out of 204008 with flag 11358883/5346000
700.56/698.94	c cleaning 103001 clauses out of 206011 with flag 11580749/5450000
717.17/715.57	c cleaning 104001 clauses out of 208011 with flag 11810552/5555001
736.68/735.09	c cleaning 105003 clauses out of 210011 with flag 12037623/5661002
758.80/756.93	c cleaning 106000 clauses out of 212008 with flag 12268653/5768002
781.82/779.90	c cleaning 106996 clauses out of 214006 with flag 12502776/5876000
807.01/805.14	c cleaning 108000 clauses out of 216012 with flag 12740579/5985002
836.42/834.50	c cleaning 109003 clauses out of 218011 with flag 12974807/6095001
866.34/864.24	c cleaning 110004 clauses out of 220008 with flag 13206880/6206001
888.34/886.26	c cleaning 110999 clauses out of 222004 with flag 13440846/6318001
918.25/916.13	c cleaning 112001 clauses out of 224005 with flag 13677347/6431001
938.26/936.12	c cleaning 112997 clauses out of 226004 with flag 13917132/6545001
968.36/966.23	c cleaning 113998 clauses out of 228006 with flag 14165279/6660000
1000.55/998.36	c cleaning 115002 clauses out of 230009 with flag 14410339/6776001
1031.76/1029.53	c cleaning 115997 clauses out of 232006 with flag 14652880/6893000
1063.77/1061.57	c cleaning 116997 clauses out of 234010 with flag 14901166/7011001
1101.58/1099.39	c cleaning 118003 clauses out of 236012 with flag 15153205/7130000
1139.47/1137.13	c cleaning 119002 clauses out of 238009 with flag 15404999/7250000
1170.08/1167.77	c cleaning 119998 clauses out of 240008 with flag 15660086/7371001
1201.48/1199.12	c cleaning 121003 clauses out of 242009 with flag 15916801/7493000
1244.21/1241.72	c cleaning 122001 clauses out of 244007 with flag 16177236/7616001
1280.31/1277.88	c cleaning 123000 clauses out of 246006 with flag 16436937/7740001
1324.83/1322.31	c cleaning 123999 clauses out of 248006 with flag 16710812/7865001
1373.73/1371.23	c cleaning 125000 clauses out of 250007 with flag 16984596/7991001
1411.31/1408.65	c cleaning 125999 clauses out of 252008 with flag 17251158/8118002
1447.51/1444.84	c cleaning 127000 clauses out of 254007 with flag 17528409/8246000
1486.23/1483.57	c cleaning 127998 clauses out of 256008 with flag 17807296/8375001
1526.96/1524.11	c cleaning 129004 clauses out of 258012 with flag 18094583/8505003
1564.47/1561.66	c cleaning 129998 clauses out of 260005 with flag 18377517/8636000
1600.19/1597.34	c cleaning 131001 clauses out of 262009 with flag 18663427/8768002
1636.59/1633.79	c cleaning 132003 clauses out of 264009 with flag 18943602/8901003
1672.60/1669.61	c cleaning 133000 clauses out of 266003 with flag 19224407/9035000
1707.81/1704.80	c cleaning 134000 clauses out of 268005 with flag 19507275/9170002
1745.52/1742.54	c cleaning 135000 clauses out of 270003 with flag 19791109/9306000
1778.85/1775.74	c cleaning 136001 clauses out of 272004 with flag 20078311/9443001
1800.06/1796.90	c starts		: 14727
1800.06/1796.90	c conflicts		: 9545552
1800.06/1796.90	c decisions		: 10379771
1800.06/1796.90	c propagations		: 48230615
1800.06/1796.90	c inspects		: 29047746328
1800.06/1796.90	c shortcuts		: 0
1800.06/1796.90	c learnt literals	: 0
1800.06/1796.90	c learnt binary clauses	: 0
1800.06/1796.90	c learnt ternary clauses	: 1
1800.06/1796.90	c learnt constraints	: 9545553
1800.06/1796.90	c ignored constraints	: 0
1800.06/1796.90	c root simplifications	: 0
1800.06/1796.90	c removed literals (reason simplification)	: 0
1800.06/1796.90	c timeout
1800.06/1796.90	c reason swapping (by a shorter reason)	: 0
1800.06/1796.90	c Calls to reduceDB	: 133
1800.06/1796.90	c Number of update (reduction) of LBD	: 354075
1800.06/1796.90	c Imported unit clauses	: 0
1800.06/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.90	c number of learned constraints concerned by reduction	: 0
1800.06/1796.90	c number of learning phase by resolution	: 0
1800.06/1796.90	c number of learning phase by cutting planes	: 0
1800.06/1796.90	c speed (assignments/second)	: 26842.85028136491
1800.06/1796.90	c non guided choices	38
1800.06/1796.93	c learnt constraints type 
1800.06/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 238555
1800.06/1796.93	s UNKNOWN
1800.06/1796.93	c Total wall clock time (in seconds): 1796.834

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

pid=8193
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.03 2.04 2.00 3/195 8196
/proc/meminfo: memFree=30981996/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 4725832 98570240 976 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 24065 976 743 9 0 16771 0
[pid=8196/tid=8197] ppid=8193 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4725833 98570240 977 33554432000 1073741824 1073778376 140733545222848 139826734173736 206629062016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.03 2.04 2.00 3/195 8196
/proc/meminfo: memFree=30981996/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 4543 0 1 0 10 1 0 0 20 0 18 0 4725832 9787879424 6160 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2389619 6160 2157 9 0 2380296 0
[pid=8196/tid=8197] ppid=8193 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2373 0 1 0 6 2 0 0 20 0 18 0 4725833 9787879424 6160 33554432000 1073741824 1073778376 140733545222848 139826734177656 139826741188801 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.200297 s]
/proc/loadavg: 2.03 2.04 2.00 3/195 8196
/proc/meminfo: memFree=30981996/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 6682 0 1 0 30 1 0 0 20 0 19 0 4725832 9856040960 7521 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 7521 2220 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2393 0 1 0 16 2 0 0 20 0 19 0 4725833 9856040960 7521 33554432000 1073741824 1073778376 140733545222848 139826734178488 139826569511393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300289 s]
/proc/loadavg: 2.03 2.04 2.00 3/195 8196
/proc/meminfo: memFree=30981996/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 6717 0 1 0 48 1 0 0 20 0 19 0 4725832 9856040960 7939 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 7939 2226 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2394 0 1 0 26 2 0 0 20 0 19 0 4725833 9856040960 7939 33554432000 1073741824 1073778376 140733545222848 139826734178488 139826569892616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700279 s]
/proc/loadavg: 2.03 2.04 2.00 3/195 8196
/proc/meminfo: memFree=30981996/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 7752 0 1 0 100 1 0 0 20 0 19 0 4725832 9856040960 8533 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 8533 2239 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2395 0 1 0 66 2 0 0 20 0 19 0 4725833 9856040960 8533 33554432000 1073741824 1073778376 140733545222848 139826734178680 139826569846597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.03 2.04 2.00 3/214 8215
/proc/meminfo: memFree=30951912/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 7758 0 1 0 183 2 0 0 20 0 19 0 4725832 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 10071 2240 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2399 0 1 0 146 2 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826734169808 139826570012577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8199] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826695670312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8200] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826694617512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8201] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826693564712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8202] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826692511912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8203] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826691460136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8204] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826690407336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8205] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826689354536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8206] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8193 8196 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826688301736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8207] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8193 8196 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4725834 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826558048744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 1747 0 0 0 14 0 0 0 20 0 19 0 4725837 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8193 8196 6151 0 -1 4202560 2343 0 0 0 20 0 0 0 20 0 19 0 4725837 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139825680214840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8213] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139825679162232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8214] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139825678109640 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8215] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725845 9856040960 10071 33554432000 1073741824 1073778376 140733545222848 139825677055144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.02 2.04 2.00 3/214 8215
/proc/meminfo: memFree=30943116/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 8678 0 1 0 351 2 0 0 20 0 19 0 4725832 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 13147 2241 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2405 0 1 0 306 2 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826734169792 139826569846597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8199] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826695670312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8200] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826694617512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8201] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826693564712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8202] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826692511912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8203] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826691460136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8204] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826690407336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8205] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826689354536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8206] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8193 8196 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826688301736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8207] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8193 8196 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4725834 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826558048744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 1747 0 0 0 17 0 0 0 20 0 19 0 4725837 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8193 8196 6151 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 4725837 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139825680214840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8213] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139825679162232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8214] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139825678109640 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8215] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725845 9856040960 13147 33554432000 1073741824 1073778376 140733545222848 139825677055144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.02 2.04 2.00 3/214 8215
/proc/meminfo: memFree=30925400/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 8688 0 1 0 671 2 0 0 20 0 19 0 4725832 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 17164 2242 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2414 0 1 0 626 2 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826734169792 139826569892690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8199] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826695670312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8200] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826694617512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8201] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826693564712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8202] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826692511912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8203] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826691460136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8204] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826690407336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8205] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826689354536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8206] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8193 8196 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4725833 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826688301736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8207] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8193 8196 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4725834 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826558048744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 1747 0 0 0 17 0 0 0 20 0 19 0 4725837 9856040960 17164 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.25 cores=1,3,5,7

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

[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 2113 0 0 0 20 0 0 0 20 0 19 0 4725837 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8193 8196 6151 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 4725837 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139825680214840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8213] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139825679162232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8214] ppid=8193 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8193 8196 6151 0 -1 4202560 99 0 0 0 31 38 0 0 20 0 19 0 4725837 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139825678109640 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8215] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725845 9856040960 144707 33554432000 1073741824 1073778376 140733545222848 139825677055144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 8356
/proc/meminfo: memFree=30502216/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=1785.45 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 12123 0 1 0 178463 82 0 0 20 0 19 0 4725832 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 128875 2268 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=1781.29 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2478 0 1 0 178097 32 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826734169792 139826569881371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8199] ppid=8193 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8193 8196 6151 0 -1 4202560 629 0 0 0 36 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826695670312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8200] ppid=8193 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8193 8196 6151 0 -1 4202560 479 0 0 0 37 7 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826694617512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8201] ppid=8193 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8193 8196 6151 0 -1 4202560 279 0 0 0 38 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826693564712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8202] ppid=8193 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8193 8196 6151 0 -1 4202560 270 0 0 0 36 6 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826692511912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8203] ppid=8193 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8193 8196 6151 0 -1 4202560 163 0 0 0 26 3 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826691460136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8204] ppid=8193 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8193 8196 6151 0 -1 4202560 241 0 0 0 32 6 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826690407336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8205] ppid=8193 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8193 8196 6151 0 -1 4202560 505 0 0 0 25 4 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826689354536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8206] ppid=8193 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8193 8196 6151 0 -1 4202560 216 0 0 0 34 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826688301736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8207] ppid=8193 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8193 8196 6151 0 -1 4202560 133 0 0 0 12 2 0 0 20 0 19 0 4725834 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826558048744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 2113 0 0 0 20 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8193 8196 6151 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825680214840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8213] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825679162232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8214] ppid=8193 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8193 8196 6151 0 -1 4202560 103 0 0 0 32 39 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825678109640 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8215] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725845 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825677055144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 8357
/proc/meminfo: memFree=30507368/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 12123 0 1 0 179923 83 0 0 20 0 19 0 4725832 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 128875 2268 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=1795.89 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2478 0 1 0 179557 32 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826734169792 139826569846631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8199] ppid=8193 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8193 8196 6151 0 -1 4202560 629 0 0 0 36 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826695670312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8200] ppid=8193 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8193 8196 6151 0 -1 4202560 479 0 0 0 37 7 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826694617512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8201] ppid=8193 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8193 8196 6151 0 -1 4202560 279 0 0 0 38 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826693564712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8202] ppid=8193 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8193 8196 6151 0 -1 4202560 270 0 0 0 36 6 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826692511912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8203] ppid=8193 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8193 8196 6151 0 -1 4202560 163 0 0 0 26 3 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826691460136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8204] ppid=8193 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8193 8196 6151 0 -1 4202560 241 0 0 0 32 6 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826690407336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8205] ppid=8193 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8193 8196 6151 0 -1 4202560 505 0 0 0 25 4 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826689354536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8206] ppid=8193 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8193 8196 6151 0 -1 4202560 216 0 0 0 34 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826688301736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8207] ppid=8193 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8193 8196 6151 0 -1 4202560 133 0 0 0 12 2 0 0 20 0 19 0 4725834 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826558048744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 2113 0 0 0 20 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8193 8196 6151 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825680214840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8213] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825679162232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8214] ppid=8193 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8193 8196 6151 0 -1 4202560 103 0 0 0 33 39 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825678109640 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8215] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725845 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825677055144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 8357
/proc/meminfo: memFree=30507368/32872528 swapFree=532444/565148
[pid=8196] ppid=8193 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8193 8196 6151 0 -1 4202496 12123 0 1 0 179923 83 0 0 20 0 19 0 4725832 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 140733545213984 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8196/statm: 2406260 128875 2268 9 0 2396937 0
[pid=8196/tid=8197] ppid=8193 vsize=9625040 CPUtime=1795.89 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8193 8196 6151 0 -1 4202560 2478 0 1 0 179557 32 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826734169792 139826569846631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8199] ppid=8193 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8193 8196 6151 0 -1 4202560 629 0 0 0 36 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826695670312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8200] ppid=8193 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8193 8196 6151 0 -1 4202560 479 0 0 0 37 7 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826694617512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8201] ppid=8193 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8193 8196 6151 0 -1 4202560 279 0 0 0 38 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826693564712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8202] ppid=8193 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8193 8196 6151 0 -1 4202560 270 0 0 0 36 6 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826692511912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8203] ppid=8193 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8193 8196 6151 0 -1 4202560 163 0 0 0 26 3 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826691460136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8204] ppid=8193 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8193 8196 6151 0 -1 4202560 241 0 0 0 32 6 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826690407336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8205] ppid=8193 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8193 8196 6151 0 -1 4202560 505 0 0 0 25 4 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826689354536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8206] ppid=8193 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8193 8196 6151 0 -1 4202560 216 0 0 0 34 5 0 0 20 0 19 0 4725833 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826688301736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8207] ppid=8193 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8193 8196 6151 0 -1 4202560 133 0 0 0 12 2 0 0 20 0 19 0 4725834 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826558048744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8208] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8193 8196 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826556994808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8209] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8193 8196 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4725835 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826555941896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8210] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826554890384 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8211] ppid=8193 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8193 8196 6151 0 -1 4202560 2113 0 0 0 20 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139826553838520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8196/tid=8212] ppid=8193 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8193 8196 6151 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825680214840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8196/tid=8213] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8193 8196 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825679162232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8196/tid=8214] ppid=8193 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8193 8196 6151 0 -1 4202560 103 0 0 0 33 39 0 0 20 0 19 0 4725837 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825678109640 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8196/tid=8215] ppid=8193 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8193 8196 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4725845 9856040960 128875 33554432000 1073741824 1073778376 140733545222848 139825677055144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.94
CPU time (s): 1800.57
CPU user time (s): 1799.29
CPU system time (s): 1.28181
CPU usage (%): 100.202
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 1.2818
maximum resident set size= 609548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12167
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38444
involuntary context switches= 6646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9413 second user time and 13.5729 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 23:40:02
IDJOB=4089502
IDBENCH=107415
IDSOLVER=2546
FILE ID=node138/4089502-1466026802
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= e4981dbacc31118dca9cc6f870eca58f
RANDOM SEED=753868489

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30982268 kB
Buffers:           14700 kB
Cached:            38976 kB
SwapCached:         1268 kB
Active:           581036 kB
Inactive:          32364 kB
Active(anon):     560636 kB
Inactive(anon):     1708 kB
Active(file):      20400 kB
Inactive(file):    30656 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1135664 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             565808 kB
SReclaimable:       9200 kB
SUnreclaim:       556608 kB
KernelStack:        1608 kB
PageTables:         6292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1372184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node138 at 2016-06-16 00:09:59