Trace number 4096012

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.61 1798.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-70.opb
MD5SUM5f8d5e910671711e5e7a58837033995c
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.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables281
Total number of constraints140
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4096012-1466100709.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.032s.
0.10/0.14	c declared #vars     281
0.10/0.14	c #constraints  280
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
0.10/0.14	c 280 constraints processed.
0.70/0.41	c cleaning 2491 clauses out of 5002 with flag 21276/5002
1.02/0.60	c cleaning 4243 clauses out of 8510 with flag 49109/11001
1.22/0.85	c cleaning 5634 clauses out of 11267 with flag 86340/18001
1.53/1.15	c cleaning 6811 clauses out of 13635 with flag 123819/26003
1.84/1.48	c cleaning 7899 clauses out of 15821 with flag 169295/35000
2.44/2.03	c cleaning 8951 clauses out of 17923 with flag 227452/45001
2.94/2.51	c cleaning 9968 clauses out of 19971 with flag 286240/56000
3.54/3.15	c cleaning 10994 clauses out of 22004 with flag 349363/68001
4.24/3.80	c cleaning 11992 clauses out of 24010 with flag 417430/81001
4.94/4.53	c cleaning 12995 clauses out of 26017 with flag 496276/95000
5.74/5.32	c cleaning 14002 clauses out of 28023 with flag 574258/110001
6.83/6.44	c cleaning 14999 clauses out of 30021 with flag 665111/126001
7.84/7.46	c cleaning 15994 clauses out of 32022 with flag 761871/143001
9.04/8.60	c cleaning 17005 clauses out of 34028 with flag 858785/161001
10.24/9.80	c cleaning 18012 clauses out of 36023 with flag 965881/180001
11.55/11.13	c cleaning 18992 clauses out of 38012 with flag 1079657/200002
12.94/12.57	c cleaning 19993 clauses out of 40020 with flag 1199446/221002
14.64/14.27	c cleaning 21005 clauses out of 42026 with flag 1329696/243001
16.34/15.93	c cleaning 21997 clauses out of 44020 with flag 1462677/266000
18.24/17.83	c cleaning 23006 clauses out of 46025 with flag 1599959/290002
20.24/19.87	c cleaning 23995 clauses out of 48017 with flag 1741527/315000
22.44/22.04	c cleaning 25001 clauses out of 50024 with flag 1894383/341002
24.75/24.33	c cleaning 25997 clauses out of 52021 with flag 2045569/368000
27.14/26.71	c cleaning 27010 clauses out of 54024 with flag 2227233/396000
29.74/29.34	c cleaning 27994 clauses out of 56015 with flag 2394295/425001
32.54/32.10	c cleaning 28994 clauses out of 58020 with flag 2569872/455000
35.34/34.95	c cleaning 30008 clauses out of 60027 with flag 2754945/486001
38.54/38.10	c cleaning 31000 clauses out of 62019 with flag 2939913/518001
41.85/41.49	c cleaning 32005 clauses out of 64018 with flag 3124561/551000
45.45/45.08	c cleaning 32995 clauses out of 66013 with flag 3322317/585000
49.25/48.89	c cleaning 33993 clauses out of 68018 with flag 3522222/620000
53.25/52.87	c cleaning 35011 clauses out of 70026 with flag 3732433/656001
57.84/57.42	c cleaning 35993 clauses out of 72014 with flag 3950234/693000
62.34/61.90	c cleaning 37006 clauses out of 74021 with flag 4172696/731000
66.94/66.50	c cleaning 37996 clauses out of 76015 with flag 4403162/770000
71.84/71.41	c cleaning 38999 clauses out of 78019 with flag 4632041/810000
77.04/76.62	c cleaning 39994 clauses out of 80020 with flag 4873517/851000
82.65/82.25	c cleaning 41007 clauses out of 82026 with flag 5121777/893000
88.15/87.77	c cleaning 42005 clauses out of 84019 with flag 5372020/936000
94.30/93.84	c cleaning 42997 clauses out of 86014 with flag 5630006/980000
99.69/99.21	c cleaning 43992 clauses out of 88017 with flag 5908683/1025000
105.69/105.25	c cleaning 45004 clauses out of 90027 with flag 6178486/1071002
111.89/111.45	c cleaning 46004 clauses out of 92021 with flag 6451796/1118000
118.20/117.79	c cleaning 46999 clauses out of 94017 with flag 6732697/1166000
124.90/124.46	c cleaning 47994 clauses out of 96018 with flag 7017595/1215000
131.99/131.51	c cleaning 48999 clauses out of 98024 with flag 7310202/1265000
139.10/138.63	c cleaning 50009 clauses out of 100025 with flag 7613181/1316000
146.59/146.11	c cleaning 50991 clauses out of 102016 with flag 7921926/1368000
154.50/154.02	c cleaning 52008 clauses out of 104026 with flag 8228716/1421001
162.59/162.14	c cleaning 53002 clauses out of 106017 with flag 8548620/1475000
171.39/170.99	c cleaning 54000 clauses out of 108016 with flag 8869618/1530001
179.99/179.59	c cleaning 55003 clauses out of 110018 with flag 9213823/1586003
189.09/188.61	c cleaning 55996 clauses out of 112013 with flag 9540725/1643001
198.50/198.09	c cleaning 57000 clauses out of 114016 with flag 9867092/1701000
208.70/208.21	c cleaning 57994 clauses out of 116018 with flag 10202859/1760002
218.41/217.96	c cleaning 59007 clauses out of 118022 with flag 10550570/1820000
228.60/228.19	c cleaning 60002 clauses out of 120015 with flag 10901360/1881000
239.17/238.70	c cleaning 60998 clauses out of 122013 with flag 11257921/1943000
249.47/248.95	c cleaning 61994 clauses out of 124016 with flag 11613625/2006001
260.57/260.02	c cleaning 63005 clauses out of 126022 with flag 11975667/2070001
272.07/271.52	c cleaning 63997 clauses out of 128016 with flag 12343396/2135000
283.57/283.04	c cleaning 65004 clauses out of 130019 with flag 12714690/2201000
295.37/294.85	c cleaning 65998 clauses out of 132015 with flag 13094848/2268000
307.99/307.45	c cleaning 66994 clauses out of 134017 with flag 13492253/2336000
320.69/320.10	c cleaning 68001 clauses out of 136023 with flag 13886552/2405000
334.19/333.63	c cleaning 69006 clauses out of 138022 with flag 14288921/2475000
347.69/347.14	c cleaning 70000 clauses out of 140018 with flag 14681944/2546002
361.59/361.05	c cleaning 71001 clauses out of 142017 with flag 15079613/2618001
375.99/375.41	c cleaning 71997 clauses out of 144016 with flag 15490496/2691001
390.49/389.97	c cleaning 72996 clauses out of 146019 with flag 15904702/2765001
405.29/404.71	c cleaning 74006 clauses out of 148025 with flag 16331235/2840003
420.76/420.15	c cleaning 74995 clauses out of 150016 with flag 16745409/2916000
435.95/435.30	c cleaning 75997 clauses out of 152021 with flag 17188751/2993000
451.85/451.26	c cleaning 77000 clauses out of 154024 with flag 17616979/3071000
468.05/467.42	c cleaning 78003 clauses out of 156024 with flag 18055309/3150000
485.46/484.84	c cleaning 78999 clauses out of 158021 with flag 18486300/3230000
501.96/501.35	c cleaning 80002 clauses out of 160023 with flag 18934440/3311001
520.06/519.43	c cleaning 80998 clauses out of 162022 with flag 19396571/3393002
538.36/537.78	c cleaning 82004 clauses out of 164023 with flag 19844859/3476001
557.26/556.65	c cleaning 82999 clauses out of 166019 with flag 20295724/3560001
575.96/575.40	c cleaning 84006 clauses out of 168023 with flag 20753841/3645004
595.06/594.48	c cleaning 84990 clauses out of 170013 with flag 21209316/3731000
614.66/614.09	c cleaning 86011 clauses out of 172024 with flag 21681194/3818001
635.56/634.88	c cleaning 86989 clauses out of 174012 with flag 22171557/3906000
656.86/656.15	c cleaning 88006 clauses out of 176023 with flag 22647297/3995000
678.26/677.52	c cleaning 89001 clauses out of 178017 with flag 23119402/4085000
700.76/700.05	c cleaning 89996 clauses out of 180016 with flag 23597688/4176000
723.36/722.63	c cleaning 91002 clauses out of 182021 with flag 24083561/4268001
746.07/745.35	c cleaning 91993 clauses out of 184018 with flag 24581569/4361000
770.57/769.84	c cleaning 93004 clauses out of 186026 with flag 25072753/4455001
794.27/793.58	c cleaning 93997 clauses out of 188023 with flag 25569630/4550002
818.88/818.12	c cleaning 94996 clauses out of 190025 with flag 26067983/4646001
844.48/843.76	c cleaning 96007 clauses out of 192031 with flag 26561012/4743003
869.97/869.22	c cleaning 97001 clauses out of 194022 with flag 27085712/4841001
896.75/895.91	c cleaning 98005 clauses out of 196020 with flag 27589618/4940000
923.16/922.35	c cleaning 98999 clauses out of 198016 with flag 28099974/5040001
949.66/948.86	c cleaning 99995 clauses out of 200016 with flag 28615739/5141000
977.86/977.09	c cleaning 100997 clauses out of 202021 with flag 29142273/5243000
1005.06/1004.30	c cleaning 102008 clauses out of 204026 with flag 29673254/5346002
1034.67/1033.86	c cleaning 102997 clauses out of 206017 with flag 30192029/5450001
1063.58/1062.74	c cleaning 103994 clauses out of 208019 with flag 30730957/5555000
1093.47/1092.64	c cleaning 105008 clauses out of 210025 with flag 31268556/5661000
1123.28/1122.47	c cleaning 105999 clauses out of 212017 with flag 31803116/5768000
1155.30/1154.32	c cleaning 106991 clauses out of 214018 with flag 32336583/5876000
1186.81/1185.83	c cleaning 107992 clauses out of 216027 with flag 32891332/5985000
1218.91/1217.98	c cleaning 109013 clauses out of 218037 with flag 33427671/6095002
1253.12/1252.19	c cleaning 110005 clauses out of 220022 with flag 33980945/6206000
1287.22/1286.22	c cleaning 110997 clauses out of 222017 with flag 34526191/6318000
1322.52/1321.52	c cleaning 112001 clauses out of 224021 with flag 35095582/6431001
1358.02/1357.09	c cleaning 113000 clauses out of 226020 with flag 35647647/6545001
1393.82/1392.89	c cleaning 113999 clauses out of 228019 with flag 36210124/6660000
1429.79/1428.64	c cleaning 115007 clauses out of 230021 with flag 36790145/6776001
1465.59/1464.47	c cleaning 116000 clauses out of 232014 with flag 37374137/6893001
1503.30/1502.14	c cleaning 116993 clauses out of 234013 with flag 37939346/7011000
1541.20/1540.10	c cleaning 118006 clauses out of 236022 with flag 38516297/7130002
1579.40/1578.21	c cleaning 118995 clauses out of 238015 with flag 39097339/7250001
1619.32/1618.19	c cleaning 119998 clauses out of 240020 with flag 39699095/7371001
1660.61/1659.42	c cleaning 121000 clauses out of 242021 with flag 40288766/7493000
1701.26/1699.96	c cleaning 122010 clauses out of 244022 with flag 40872420/7616001
1741.37/1740.05	c cleaning 122993 clauses out of 246012 with flag 41482296/7740001
1784.58/1783.25	c cleaning 123993 clauses out of 248018 with flag 42090410/7865000
1800.07/1798.70	c starts		: 18591
1800.07/1798.70	c conflicts		: 7921374
1800.07/1798.70	c decisions		: 11283393
1800.07/1798.70	c propagations		: 146303111
1800.07/1798.70	c inspects		: 40236921300
1800.07/1798.70	c shortcuts		: 0
1800.07/1798.70	c learnt literals	: 0
1800.07/1798.70	c learnt binary clauses	: 0
1800.07/1798.70	c learnt ternary clauses	: 0
1800.07/1798.70	c learnt constraints	: 7921375
1800.07/1798.70	c ignored constraints	: 0
1800.07/1798.70	c root simplifications	: 0
1800.07/1798.70	c removed literals (reason simplification)	: 0
1800.07/1798.70	c reason swapping (by a shorter reason)	: 0
1800.07/1798.70	c Calls to reduceDB	: 121
1800.07/1798.70	c Number of update (reduction) of LBD	: 2129176
1800.07/1798.70	c timeout
1800.07/1798.70	c Imported unit clauses	: 0
1800.07/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.70	c number of learned constraints concerned by reduction	: 0
1800.07/1798.70	c number of learning phase by resolution	: 0
1800.07/1798.70	c number of learning phase by cutting planes	: 0
1800.07/1798.70	c speed (assignments/second)	: 81344.31041173913
1800.07/1798.70	c non guided choices	46300
1800.07/1798.73	c learnt constraints type 
1800.07/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 180400
1800.07/1798.73	s UNKNOWN
1800.07/1798.73	c Total wall clock time (in seconds): 1798.628

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

pid=6298
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.22 2.23 2.15 4/194 6301
/proc/meminfo: memFree=30592856/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 12119582 98570240 976 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 24065 976 743 9 0 16771 0
[pid=6301/tid=6302] ppid=6298 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12119582 98570240 976 33554432000 1073741824 1073778376 140735029670208 139640141917736 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100069 s]
/proc/loadavg: 2.22 2.23 2.15 4/194 6301
/proc/meminfo: memFree=30592856/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 4437 0 1 0 9 1 0 0 20 0 18 0 12119582 9787879424 6065 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2389619 6065 2147 9 0 2380296 0
[pid=6301/tid=6302] ppid=6298 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 12119582 9787879424 6065 33554432000 1073741824 1073778376 140735029670208 139640141921184 272889865485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 2.22 2.23 2.15 4/194 6301
/proc/meminfo: memFree=30592856/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 6597 0 1 0 29 1 0 0 20 0 19 0 12119582 9856040960 7881 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 7881 2235 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 19 0 12119582 9856040960 7881 33554432000 1073741824 1073778376 140735029670208 139640141922944 139640145208149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300264 s]
/proc/loadavg: 2.22 2.23 2.15 4/194 6301
/proc/meminfo: memFree=30592856/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 7110 0 1 0 51 2 0 0 20 0 19 0 12119582 9856040960 7945 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 7945 2238 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2400 0 1 0 27 0 0 0 20 0 19 0 12119582 9856040960 7945 33554432000 1073741824 1073778376 140735029670208 139640141922264 139640006884636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.70029 s]
/proc/loadavg: 2.22 2.23 2.15 4/194 6301
/proc/meminfo: memFree=30592856/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 9543 0 1 0 110 2 0 0 20 0 19 0 12119582 9856040960 8853 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 8853 2249 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2401 0 1 0 67 0 0 0 20 0 19 0 12119582 9856040960 8853 33554432000 1073741824 1073778376 140735029670208 139640141922264 139640007239044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.22 2.23 2.15 3/213 6320
/proc/meminfo: memFree=30563340/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 9546 0 1 0 192 2 0 0 20 0 19 0 12119582 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 9366 2250 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2403 0 1 0 146 1 0 0 20 0 19 0 12119582 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640141922808 139640007239504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6304] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640130984360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6305] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6305/stat : 6305 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640129931816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6306] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6306/stat : 6306 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640128878760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6307] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6307/stat : 6307 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640127826216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6308] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640126774184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6309] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6309/stat : 6309 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139640125721640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6310] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6310/stat : 6310 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639979195048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6311] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (java) S 6298 6301 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639978142504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6312] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6312/stat : 6312 (java) S 6298 6301 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119584 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639965944168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (java) S 6298 6301 3284 0 -1 4202560 3258 0 0 0 24 0 0 0 20 0 19 0 12119587 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639960681400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6318] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6318/stat : 6318 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639959628536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6319] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6319/stat : 6319 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639958576200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6320] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6320/stat : 6320 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119596 9856040960 9366 33554432000 1073741824 1073778376 140735029670208 139639957521448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.22 2.23 2.15 3/213 6320
/proc/meminfo: memFree=30557196/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 9549 0 1 0 352 2 0 0 20 0 19 0 12119582 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 10390 2250 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2406 0 1 0 306 1 0 0 20 0 19 0 12119582 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640141913808 139640007239053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6304] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640130984360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6305] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6305/stat : 6305 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640129931816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6306] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6306/stat : 6306 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640128878760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6307] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6307/stat : 6307 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640127826216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6308] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640126774184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6309] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6309/stat : 6309 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139640125721640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6310] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6310/stat : 6310 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639979195048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6311] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (java) S 6298 6301 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639978142504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6312] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6312/stat : 6312 (java) S 6298 6301 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119584 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639965944168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (java) S 6298 6301 3284 0 -1 4202560 3258 0 0 0 24 0 0 0 20 0 19 0 12119587 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639960681400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6318] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6318/stat : 6318 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639959628536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6319] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6319/stat : 6319 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639958576200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6320] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6320/stat : 6320 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119596 9856040960 10390 33554432000 1073741824 1073778376 140735029670208 139639957521448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.45 2.27 2.17 3/213 6320
/proc/meminfo: memFree=30545048/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 9555 0 1 0 671 2 0 0 20 0 19 0 12119582 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 12431 2251 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2411 0 1 0 626 2 0 0 20 0 19 0 12119582 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640141913808 139640007239025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6304] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640130984360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6305] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6305/stat : 6305 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640129931816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6306] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6306/stat : 6306 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640128878760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6307] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6307/stat : 6307 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640127826216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6308] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640126774184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6309] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6309/stat : 6309 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139640125721640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6310] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6310/stat : 6310 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639979195048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6311] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (java) S 6298 6301 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119583 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639978142504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6312] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6312/stat : 6312 (java) S 6298 6301 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119584 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639965944168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 12431 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.24 cores=0,2,4,6

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

[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (java) S 6298 6301 3284 0 -1 4202560 3384 0 0 0 27 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639960681400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6318] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6318/stat : 6318 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639959628536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6319] ppid=6298 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6301/task/6319/stat : 6319 (java) S 6298 6301 3284 0 -1 4202560 100 0 0 0 25 23 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639958576200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6320] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6320/stat : 6320 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119596 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639957521448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.16 2.17 4/213 6429
/proc/meminfo: memFree=30010844/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=1783.68 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 10760 0 1 0 178333 35 0 0 20 0 19 0 12119582 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 72589 2266 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=1781.93 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2474 0 1 0 178162 31 0 0 20 0 19 0 12119582 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640141913904 139640007239067 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6304] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (java) S 6298 6301 3284 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640130984360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6305] ppid=6298 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6301/task/6305/stat : 6305 (java) S 6298 6301 3284 0 -1 4202560 100 0 0 0 15 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640129931816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6306] ppid=6298 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/6301/task/6306/stat : 6306 (java) S 6298 6301 3284 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640128878760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6307] ppid=6298 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/6301/task/6307/stat : 6307 (java) S 6298 6301 3284 0 -1 4202560 136 0 0 0 9 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640127826216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6308] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (java) S 6298 6301 3284 0 -1 4202560 186 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640126774184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6309] ppid=6298 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6301/task/6309/stat : 6309 (java) S 6298 6301 3284 0 -1 4202560 205 0 0 0 14 0 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640125721640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6310] ppid=6298 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/6301/task/6310/stat : 6310 (java) S 6298 6301 3284 0 -1 4202560 135 0 0 0 12 1 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639979195048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6311] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (java) S 6298 6301 3284 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639978142504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6312] ppid=6298 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6301/task/6312/stat : 6312 (java) S 6298 6301 3284 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 12119584 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639965944168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (java) S 6298 6301 3284 0 -1 4202560 3384 0 0 0 27 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639960681400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6318] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6318/stat : 6318 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639959628536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6319] ppid=6298 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6301/task/6319/stat : 6319 (java) S 6298 6301 3284 0 -1 4202560 104 0 0 0 26 24 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639958576200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6320] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6320/stat : 6320 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119596 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639957521448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.68
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.25 2.18 2.18 3/213 6429
/proc/meminfo: memFree=30010848/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 10762 0 1 0 179972 35 0 0 20 0 19 0 12119582 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 72589 2266 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=1798.33 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2474 0 1 0 179802 31 0 0 20 0 19 0 12119582 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640141913904 139640007204445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6304] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (java) S 6298 6301 3284 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640130984360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6305] ppid=6298 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6301/task/6305/stat : 6305 (java) S 6298 6301 3284 0 -1 4202560 100 0 0 0 15 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640129931816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6306] ppid=6298 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/6301/task/6306/stat : 6306 (java) S 6298 6301 3284 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640128878760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6307] ppid=6298 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/6301/task/6307/stat : 6307 (java) S 6298 6301 3284 0 -1 4202560 136 0 0 0 9 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640127826216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6308] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (java) S 6298 6301 3284 0 -1 4202560 186 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640126774184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6309] ppid=6298 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6301/task/6309/stat : 6309 (java) S 6298 6301 3284 0 -1 4202560 205 0 0 0 14 0 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640125721640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6310] ppid=6298 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/6301/task/6310/stat : 6310 (java) S 6298 6301 3284 0 -1 4202560 135 0 0 0 12 1 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639979195048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6311] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (java) S 6298 6301 3284 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639978142504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6312] ppid=6298 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6301/task/6312/stat : 6312 (java) S 6298 6301 3284 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 12119584 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639965944168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (java) S 6298 6301 3284 0 -1 4202560 3384 0 0 0 27 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639960681400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6318] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6318/stat : 6318 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639959628536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6319] ppid=6298 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6301/task/6319/stat : 6319 (java) S 6298 6301 3284 0 -1 4202560 106 0 0 0 26 24 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639958576200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6320] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6320/stat : 6320 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119596 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639957521448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 6301 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.25 2.18 2.18 3/213 6429
/proc/meminfo: memFree=30010848/32872528 swapFree=1243920/1391088
[pid=6301] ppid=6298 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/6301/stat : 6301 (java) S 6298 6301 3284 0 -1 4202496 10762 0 1 0 179972 35 0 0 20 0 19 0 12119582 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 140735029661344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6301/statm: 2406260 72589 2266 9 0 2396937 0
[pid=6301/tid=6302] ppid=6298 vsize=9625040 CPUtime=1798.33 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (java) R 6298 6301 3284 0 -1 4202560 2474 0 1 0 179802 31 0 0 20 0 19 0 12119582 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640141913904 139640007204445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6304] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (java) S 6298 6301 3284 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640130984360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6305] ppid=6298 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6301/task/6305/stat : 6305 (java) S 6298 6301 3284 0 -1 4202560 100 0 0 0 15 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640129931816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6306] ppid=6298 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/6301/task/6306/stat : 6306 (java) S 6298 6301 3284 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640128878760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6307] ppid=6298 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/6301/task/6307/stat : 6307 (java) S 6298 6301 3284 0 -1 4202560 136 0 0 0 9 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640127826216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6308] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (java) S 6298 6301 3284 0 -1 4202560 186 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640126774184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6309] ppid=6298 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/6301/task/6309/stat : 6309 (java) S 6298 6301 3284 0 -1 4202560 205 0 0 0 14 0 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139640125721640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6310] ppid=6298 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/6301/task/6310/stat : 6310 (java) S 6298 6301 3284 0 -1 4202560 135 0 0 0 12 1 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639979195048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6301/tid=6311] ppid=6298 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (java) S 6298 6301 3284 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 19 0 12119583 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639978142504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6312] ppid=6298 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6301/task/6312/stat : 6312 (java) S 6298 6301 3284 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 12119584 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639965944168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6313] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (java) S 6298 6301 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639964890488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6314] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6314/stat : 6314 (java) S 6298 6301 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12119585 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639963837320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6315] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6315/stat : 6315 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639962786064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6316] ppid=6298 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6301/task/6316/stat : 6316 (java) S 6298 6301 3284 0 -1 4202560 2617 0 0 0 19 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639961733944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6301/tid=6317] ppid=6298 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (java) S 6298 6301 3284 0 -1 4202560 3384 0 0 0 27 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639960681400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6318] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6318/stat : 6318 (java) S 6298 6301 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639959628536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6301/tid=6319] ppid=6298 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6301/task/6319/stat : 6319 (java) S 6298 6301 3284 0 -1 4202560 106 0 0 0 26 24 0 0 20 0 19 0 12119587 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639958576200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6301/tid=6320] ppid=6298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6320/stat : 6320 (java) S 6298 6301 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119596 9856040960 72589 33554432000 1073741824 1073778376 140735029670208 139639957521448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.74
CPU time (s): 1800.61
CPU user time (s): 1799.79
CPU system time (s): 0.822874
CPU usage (%): 100.104
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.822874
maximum resident set size= 290536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10814
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38212
involuntary context switches= 3274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3923 second user time and 12.2331 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 20:11:50
IDJOB=4096012
IDBENCH=107553
IDSOLVER=2546
FILE ID=node119/4096012-1466100709
RUNJOBID= node119-1466097110-5878
PBS_JOBID= 19904040
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-fixedbandwidth-70.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096012-1466100709/watcher-4096012-1466100709 -o /tmp/evaluation-result-4096012-1466100709/solver-4096012-1466100709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5878 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096012-1466100709.opb

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

MD5SUM BENCH= 5f8d5e910671711e5e7a58837033995c
RANDOM SEED=1291363874

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30593500 kB
Buffers:           51104 kB
Cached:           101000 kB
SwapCached:         1048 kB
Active:            88764 kB
Inactive:          91340 kB
Active(anon):      29052 kB
Inactive(anon):     1560 kB
Active(file):      59712 kB
Inactive(file):    89780 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       1525104 kB
Mapped:            15140 kB
Shmem:                 0 kB
Slab:             570740 kB
SReclaimable:      14192 kB
SUnreclaim:       556548 kB
KernelStack:        1584 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 20:41:48