Trace number 4095865

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 1798.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-fixedbandwidth-45.opb
MD5SUMb946ab6c9bd4c6a96b37e1556018149e
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables181
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4095865-1466098180.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.021s.
0.10/0.13	c declared #vars     181
0.10/0.13	c #constraints  90
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.10/0.13	c 90 constraints processed.
0.68/0.44	c cleaning 2493 clauses out of 5000 with flag 22599/5000
1.12/0.61	c cleaning 4253 clauses out of 8507 with flag 52234/11000
1.33/0.85	c cleaning 5620 clauses out of 11256 with flag 90660/18002
1.65/1.19	c cleaning 6813 clauses out of 13634 with flag 137645/26000
2.15/1.67	c cleaning 7895 clauses out of 15821 with flag 199924/35000
2.65/2.19	c cleaning 8953 clauses out of 17928 with flag 266490/45002
3.25/2.76	c cleaning 9983 clauses out of 19973 with flag 326648/56000
3.86/3.38	c cleaning 10991 clauses out of 21991 with flag 395287/68001
4.65/4.19	c cleaning 11992 clauses out of 24001 with flag 473711/81002
5.55/5.05	c cleaning 12992 clauses out of 26008 with flag 560164/95001
6.55/6.05	c cleaning 14001 clauses out of 28016 with flag 654778/110001
7.65/7.17	c cleaning 15000 clauses out of 30014 with flag 754437/126000
8.85/8.36	c cleaning 15995 clauses out of 32014 with flag 870456/143000
10.15/9.68	c cleaning 16999 clauses out of 34021 with flag 988737/161002
11.57/11.09	c cleaning 18002 clauses out of 36022 with flag 1111356/180002
13.16/12.67	c cleaning 19001 clauses out of 38020 with flag 1243799/200002
14.97/14.42	c cleaning 19994 clauses out of 40018 with flag 1384342/221001
16.86/16.38	c cleaning 21007 clauses out of 42024 with flag 1529756/243001
18.86/18.34	c cleaning 22002 clauses out of 44017 with flag 1681694/266001
21.26/20.74	c cleaning 23001 clauses out of 46015 with flag 1837197/290001
24.06/23.50	c cleaning 23997 clauses out of 48014 with flag 2014901/315001
26.86/26.34	c cleaning 24996 clauses out of 50017 with flag 2179973/341001
29.86/29.37	c cleaning 26006 clauses out of 52020 with flag 2353870/368000
32.96/32.47	c cleaning 26998 clauses out of 54016 with flag 2547129/396002
36.06/35.59	c cleaning 28000 clauses out of 56017 with flag 2747605/425001
39.56/39.08	c cleaning 28995 clauses out of 58016 with flag 2950785/455000
43.36/42.82	c cleaning 29999 clauses out of 60022 with flag 3152582/486001
47.55/47.00	c cleaning 30998 clauses out of 62022 with flag 3364527/518000
51.56/51.06	c cleaning 32001 clauses out of 64024 with flag 3577945/551000
55.86/55.33	c cleaning 33004 clauses out of 66025 with flag 3802286/585002
60.66/60.12	c cleaning 34001 clauses out of 68019 with flag 4033183/620000
65.76/65.21	c cleaning 35001 clauses out of 70018 with flag 4278669/656000
71.06/70.59	c cleaning 35999 clauses out of 72017 with flag 4522814/693000
76.36/75.81	c cleaning 37002 clauses out of 74018 with flag 4783921/731000
81.96/81.47	c cleaning 37998 clauses out of 76016 with flag 5045531/770000
88.05/87.55	c cleaning 39000 clauses out of 78019 with flag 5312649/810001
94.46/93.93	c cleaning 39997 clauses out of 80018 with flag 5584638/851000
101.06/100.57	c cleaning 40997 clauses out of 82021 with flag 5854248/893000
108.16/107.67	c cleaning 42002 clauses out of 84027 with flag 6126047/936003
115.61/115.01	c cleaning 43007 clauses out of 86023 with flag 6405225/980001
122.51/121.97	c cleaning 44000 clauses out of 88015 with flag 6689848/1025000
130.31/129.73	c cleaning 45001 clauses out of 90017 with flag 6989974/1071002
138.30/137.73	c cleaning 46002 clauses out of 92015 with flag 7291275/1118001
146.80/146.24	c cleaning 46998 clauses out of 94013 with flag 7603241/1166001
155.30/154.74	c cleaning 47995 clauses out of 96014 with flag 7907147/1215000
163.90/163.39	c cleaning 49003 clauses out of 98021 with flag 8224498/1265002
173.50/172.94	c cleaning 49995 clauses out of 100016 with flag 8545181/1316000
183.40/182.84	c cleaning 50994 clauses out of 102021 with flag 8877848/1368000
193.01/192.42	c cleaning 52004 clauses out of 104028 with flag 9217533/1421001
203.41/202.89	c cleaning 53001 clauses out of 106023 with flag 9565224/1475000
214.02/213.45	c cleaning 54000 clauses out of 108022 with flag 9909288/1530000
225.12/224.52	c cleaning 55003 clauses out of 110024 with flag 10252457/1586002
236.91/236.34	c cleaning 56003 clauses out of 112019 with flag 10607002/1643000
248.41/247.89	c cleaning 56997 clauses out of 114017 with flag 10966373/1701001
261.01/260.43	c cleaning 58002 clauses out of 116019 with flag 11318473/1760000
273.60/273.05	c cleaning 59003 clauses out of 118018 with flag 11681436/1820001
287.50/286.94	c cleaning 59996 clauses out of 120014 with flag 12053116/1881000
301.30/300.77	c cleaning 61004 clauses out of 122020 with flag 12419225/1943002
315.05/314.41	c cleaning 61998 clauses out of 124016 with flag 12795570/2006002
329.14/328.55	c cleaning 62992 clauses out of 126016 with flag 13174962/2070000
343.24/342.69	c cleaning 63996 clauses out of 128025 with flag 13563624/2135001
357.84/357.28	c cleaning 65006 clauses out of 130028 with flag 13955533/2201000
373.25/372.65	c cleaning 66011 clauses out of 132023 with flag 14340287/2268001
390.47/389.80	c cleaning 67001 clauses out of 134011 with flag 14733659/2336000
406.47/405.88	c cleaning 67991 clauses out of 136011 with flag 15132678/2405001
423.07/422.42	c cleaning 69000 clauses out of 138020 with flag 15540989/2475001
441.07/440.46	c cleaning 69999 clauses out of 140020 with flag 15951864/2546001
459.27/458.68	c cleaning 71002 clauses out of 142020 with flag 16363127/2618000
477.88/477.26	c cleaning 71990 clauses out of 144018 with flag 16801394/2691000
496.78/496.13	c cleaning 73003 clauses out of 146028 with flag 17226104/2765000
516.87/516.22	c cleaning 74003 clauses out of 148025 with flag 17651814/2840000
537.38/536.78	c cleaning 75010 clauses out of 150023 with flag 18092759/2916001
558.49/557.72	c cleaning 75998 clauses out of 152012 with flag 18528533/2993000
579.40/578.66	c cleaning 77001 clauses out of 154014 with flag 18968336/3071000
601.09/600.31	c cleaning 77999 clauses out of 156014 with flag 19407181/3150001
623.90/623.14	c cleaning 79001 clauses out of 158014 with flag 19864730/3230000
647.10/646.35	c cleaning 79997 clauses out of 160014 with flag 20323392/3311001
670.00/669.25	c cleaning 81002 clauses out of 162016 with flag 20770950/3393000
693.71/692.98	c cleaning 81993 clauses out of 164018 with flag 21233940/3476004
719.32/718.53	c cleaning 82997 clauses out of 166021 with flag 21710653/3560000
744.54/743.75	c cleaning 84006 clauses out of 168024 with flag 22184626/3645000
771.73/770.99	c cleaning 85006 clauses out of 170021 with flag 22639438/3731003
798.64/797.88	c cleaning 85994 clauses out of 172012 with flag 23117570/3818000
825.25/824.44	c cleaning 87002 clauses out of 174018 with flag 23606469/3906000
853.04/852.19	c cleaning 88001 clauses out of 176017 with flag 24101552/3995001
881.34/880.43	c cleaning 89005 clauses out of 178017 with flag 24592830/4085002
910.35/909.45	c cleaning 89994 clauses out of 180010 with flag 25085870/4176000
940.26/939.31	c cleaning 91002 clauses out of 182019 with flag 25585894/4268003
970.36/969.48	c cleaning 91999 clauses out of 184015 with flag 26091222/4361001
1001.18/1000.22	c cleaning 92999 clauses out of 186018 with flag 26611158/4455003
1031.98/1031.02	c cleaning 94004 clauses out of 188016 with flag 27122467/4550000
1065.19/1064.20	c cleaning 94996 clauses out of 190012 with flag 27635787/4646000
1098.99/1098.10	c cleaning 95994 clauses out of 192017 with flag 28149850/4743001
1134.01/1133.03	c cleaning 97009 clauses out of 194024 with flag 28671124/4841002
1168.00/1167.07	c cleaning 97995 clauses out of 196015 with flag 29209722/4940002
1203.19/1202.19	c cleaning 99003 clauses out of 198020 with flag 29760902/5040002
1239.71/1238.62	c cleaning 99998 clauses out of 200016 with flag 30310920/5141001
1277.81/1276.73	c cleaning 101007 clauses out of 202019 with flag 30858938/5243002
1315.12/1314.04	c cleaning 101999 clauses out of 204010 with flag 31411352/5346000
1355.35/1354.22	c cleaning 102996 clauses out of 206011 with flag 31983746/5450000
1394.05/1392.92	c cleaning 104002 clauses out of 208015 with flag 32561412/5555000
1434.85/1433.79	c cleaning 104999 clauses out of 210013 with flag 33136754/5661000
1476.76/1475.61	c cleaning 106000 clauses out of 212015 with flag 33705441/5768001
1520.47/1519.39	c cleaning 106999 clauses out of 214015 with flag 34287989/5876001
1564.23/1562.90	c cleaning 107997 clauses out of 216016 with flag 34878179/5985001
1608.14/1606.84	c cleaning 109000 clauses out of 218019 with flag 35458815/6095001
1651.66/1650.38	c cleaning 110003 clauses out of 220019 with flag 36062084/6206001
1697.87/1696.54	c cleaning 110999 clauses out of 222017 with flag 36652394/6318002
1742.88/1741.58	c cleaning 111999 clauses out of 224017 with flag 37258493/6431001
1789.28/1787.93	c cleaning 113000 clauses out of 226017 with flag 37892988/6545000
1800.00/1798.61	c starts		: 16246
1800.00/1798.61	c conflicts		: 6577367
1800.00/1798.61	c decisions		: 9146020
1800.00/1798.61	c propagations		: 115315173
1800.00/1798.61	c inspects		: 42163123853
1800.00/1798.61	c shortcuts		: 0
1800.00/1798.61	c learnt literals	: 0
1800.00/1798.61	c learnt binary clauses	: 0
1800.00/1798.61	c learnt ternary clauses	: 0
1800.00/1798.61	c learnt constraints	: 6577367
1800.00/1798.61	c timeout
1800.00/1798.61	c ignored constraints	: 0
1800.00/1798.61	c root simplifications	: 0
1800.00/1798.61	c removed literals (reason simplification)	: 0
1800.00/1798.61	c reason swapping (by a shorter reason)	: 0
1800.00/1798.61	c Calls to reduceDB	: 110
1800.00/1798.61	c Number of update (reduction) of LBD	: 1977463
1800.00/1798.61	c Imported unit clauses	: 0
1800.00/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.61	c number of learned constraints concerned by reduction	: 0
1800.00/1798.61	c number of learning phase by resolution	: 0
1800.00/1798.61	c number of learning phase by cutting planes	: 0
1800.00/1798.61	c speed (assignments/second)	: 64118.129197989416
1800.00/1798.61	c non guided choices	6228
1800.00/1798.64	c learnt constraints type 
1800.00/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145384
1800.00/1798.64	s UNKNOWN
1800.00/1798.64	c Total wall clock time (in seconds): 1798.531

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-4095865-1466098180/watcher-4095865-1466098180 -o /tmp/evaluation-result-4095865-1466098180/solver-4095865-1466098180 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14176 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095865-1466098180.opb 

pid=14215
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: 1.70 2.01 2.05 3/188 14218
/proc/meminfo: memFree=31713712/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 11868044 98570240 978 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 24065 978 744 9 0 16771 0
[pid=14218/tid=14219] ppid=14215 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11868044 98570240 978 33554432000 1073741824 1073778376 140735392331024 139958271217192 251143210368 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.70 2.01 2.05 3/188 14218
/proc/meminfo: memFree=31713712/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 11868044 9787879424 6075 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2389619 6075 2140 9 0 2380296 0
[pid=14218/tid=14219] ppid=14215 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2384 0 1 0 6 1 0 0 20 0 18 0 11868044 9787879424 6075 33554432000 1073741824 1073778376 140735392331024 139958271220640 139958278647166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 1.70 2.01 2.05 3/188 14218
/proc/meminfo: memFree=31713712/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 6987 0 1 0 29 1 0 0 20 0 19 0 11868044 9856040960 7547 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 7547 2223 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2404 0 1 0 16 2 0 0 20 0 19 0 11868044 9856040960 7547 33554432000 1073741824 1073778376 140735392331024 139958271222400 139958274507671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300324 s]
/proc/loadavg: 1.70 2.01 2.05 3/188 14218
/proc/meminfo: memFree=31713712/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 8024 0 1 0 51 2 0 0 20 0 19 0 11868044 9856040960 8026 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 8026 2226 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 19 0 11868044 9856040960 8026 33554432000 1073741824 1073778376 140735392331024 139958271221928 139958103267059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700259 s]
/proc/loadavg: 1.70 2.01 2.05 3/188 14218
/proc/meminfo: memFree=31713712/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 15628 0 1 0 120 3 0 0 20 0 19 0 11868044 9856040960 12959 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 12959 2239 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2405 0 1 0 66 2 0 0 20 0 19 0 11868044 9856040960 12959 33554432000 1073741824 1073778376 140735392331024 139958271221928 139958103267140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.70 2.01 2.05 3/213 14243
/proc/meminfo: memFree=31644020/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 15691 0 1 0 202 3 0 0 20 0 19 0 11868044 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 13985 2240 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 11868044 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958271222040 139958103267611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14221] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14221/stat : 14221 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958232714024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14222] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14222/stat : 14222 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958231661224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14223] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14223/stat : 14223 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958230608936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14224] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14224/stat : 14224 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958229556136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14225] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14225/stat : 14225 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958228502824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14226] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14226/stat : 14226 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958227450024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14227] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14227/stat : 14227 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958226397736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14228] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14228/stat : 14228 (java) S 14215 14218 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958225344936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14234] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14234/stat : 14234 (java) S 14215 14218 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11868046 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958095411944 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14235] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14235/stat : 14235 (java) S 14215 14218 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958094358008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14236] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14236/stat : 14236 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958093305608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14237] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14237/stat : 14237 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958092254096 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14238] ppid=14215 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14218/task/14238/stat : 14238 (java) S 14215 14218 14160 0 -1 4202560 2804 0 0 0 20 0 0 0 20 0 19 0 11868049 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958091200696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14239] ppid=14215 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/14218/task/14239/stat : 14239 (java) S 14215 14218 14160 0 -1 4202560 9209 0 0 0 32 1 0 0 20 0 19 0 11868049 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958090147896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14240] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14240/stat : 14240 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958089095800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14241] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14241/stat : 14241 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139958088043208 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14243] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14243/stat : 14243 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868057 9856040960 13985 33554432000 1073741824 1073778376 140735392331024 139957079369128 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.70 2.01 2.05 3/213 14243
/proc/meminfo: memFree=31639924/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 15693 0 1 0 362 3 0 0 20 0 19 0 11868044 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 15009 2240 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2410 0 1 0 306 2 0 0 20 0 19 0 11868044 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958271213264 139958103266640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14221] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14221/stat : 14221 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958232714024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14222] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14222/stat : 14222 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958231661224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14223] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14223/stat : 14223 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958230608936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14224] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14224/stat : 14224 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958229556136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14225] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14225/stat : 14225 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958228502824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14226] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14226/stat : 14226 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958227450024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14227] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14227/stat : 14227 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958226397736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14228] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14228/stat : 14228 (java) S 14215 14218 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958225344936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14234] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14234/stat : 14234 (java) S 14215 14218 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11868046 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958095411944 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14235] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14235/stat : 14235 (java) S 14215 14218 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958094358008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14236] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14236/stat : 14236 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958093305608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14237] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14237/stat : 14237 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958092254096 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14238] ppid=14215 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14218/task/14238/stat : 14238 (java) S 14215 14218 14160 0 -1 4202560 2804 0 0 0 20 0 0 0 20 0 19 0 11868049 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958091200696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14239] ppid=14215 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/14218/task/14239/stat : 14239 (java) S 14215 14218 14160 0 -1 4202560 9209 0 0 0 32 1 0 0 20 0 19 0 11868049 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958090147896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14240] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14240/stat : 14240 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958089095800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14241] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14241/stat : 14241 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139958088043208 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14243] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14243/stat : 14243 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868057 9856040960 15009 33554432000 1073741824 1073778376 140735392331024 139957079369128 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 1.73 2.01 2.05 3/213 14243
/proc/meminfo: memFree=31626904/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=6.85 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 15698 0 1 0 682 3 0 0 20 0 19 0 11868044 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 16008 2241 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2414 0 1 0 625 2 0 0 20 0 19 0 11868044 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958271213264 139958103267550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14221] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14221/stat : 14221 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958232714024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14222] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14222/stat : 14222 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958231661224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14223] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14223/stat : 14223 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958230608936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14224] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14224/stat : 14224 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958229556136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14225] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14225/stat : 14225 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958228502824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14226] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14226/stat : 14226 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958227450024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14227] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14227/stat : 14227 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958226397736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14228] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14228/stat : 14228 (java) S 14215 14218 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11868045 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958225344936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14234] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14234/stat : 14234 (java) S 14215 14218 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11868046 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958095411944 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14235] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14235/stat : 14235 (java) S 14215 14218 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958094358008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14236] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14236/stat : 14236 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958093305608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14237] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14237/stat : 14237 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958092254096 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14238] ppid=14215 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14218/task/14238/stat : 14238 (java) S 14215 14218 14160 0 -1 4202560 2804 0 0 0 20 0 0 0 20 0 19 0 11868049 9856040960 16008 33554432000 1073741824 1073778376 140735392331024 139958091200696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14239] ppid=14215 vsize=9625040 CPUtime=0.33 cores=0,2,4,6

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

[pid=14218/tid=14243] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14243/stat : 14243 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868057 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139957079369128 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.07 3/213 14285
/proc/meminfo: memFree=31254720/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=1723.68 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 16784 0 1 0 172325 43 0 0 20 0 19 0 11868044 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 67531 2257 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=1717.71 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2476 0 1 0 171741 30 0 0 20 0 19 0 11868044 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958271213360 139958103267652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14221] ppid=14215 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14218/task/14221/stat : 14221 (java) S 14215 14218 14160 0 -1 4202560 62 0 0 0 4 0 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958232714024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14222] ppid=14215 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14218/task/14222/stat : 14222 (java) S 14215 14218 14160 0 -1 4202560 202 0 0 0 6 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958231661224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14223] ppid=14215 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14218/task/14223/stat : 14223 (java) S 14215 14218 14160 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958230608936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14224] ppid=14215 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14218/task/14224/stat : 14224 (java) S 14215 14218 14160 0 -1 4202560 84 0 0 0 8 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958229556136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14225] ppid=14215 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14218/task/14225/stat : 14225 (java) S 14215 14218 14160 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958228502824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14226] ppid=14215 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14218/task/14226/stat : 14226 (java) S 14215 14218 14160 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958227450024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14227] ppid=14215 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14218/task/14227/stat : 14227 (java) S 14215 14218 14160 0 -1 4202560 173 0 0 0 7 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958226397736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14228] ppid=14215 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14218/task/14228/stat : 14228 (java) S 14215 14218 14160 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958225344936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14234] ppid=14215 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14218/task/14234/stat : 14234 (java) S 14215 14218 14160 0 -1 4202560 39 0 0 0 0 1 0 0 20 0 19 0 11868046 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958095411944 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14235] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14235/stat : 14235 (java) S 14215 14218 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958094358008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14236] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14236/stat : 14236 (java) S 14215 14218 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958093305608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14237] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14237/stat : 14237 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958092254096 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14238] ppid=14215 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14218/task/14238/stat : 14238 (java) S 14215 14218 14160 0 -1 4202560 2804 0 0 0 20 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958091200696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14239] ppid=14215 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14218/task/14239/stat : 14239 (java) S 14215 14218 14160 0 -1 4202560 9230 0 0 0 35 2 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958090147896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14240] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14240/stat : 14240 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958089095800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14241] ppid=14215 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14218/task/14241/stat : 14241 (java) S 14215 14218 14160 0 -1 4202560 100 0 0 0 25 25 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958088043208 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14243] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14243/stat : 14243 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868057 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139957079369128 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.68
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.07 3/213 14287
/proc/meminfo: memFree=31254620/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=1783.68 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 16788 0 1 0 178325 43 0 0 20 0 19 0 11868044 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 67531 2257 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=1777.55 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2476 0 1 0 177724 31 0 0 20 0 19 0 11868044 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958271213360 139958103266820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14221] ppid=14215 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14218/task/14221/stat : 14221 (java) S 14215 14218 14160 0 -1 4202560 62 0 0 0 4 0 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958232714024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14222] ppid=14215 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14218/task/14222/stat : 14222 (java) S 14215 14218 14160 0 -1 4202560 202 0 0 0 6 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958231661224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14223] ppid=14215 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14218/task/14223/stat : 14223 (java) S 14215 14218 14160 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958230608936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14224] ppid=14215 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14218/task/14224/stat : 14224 (java) S 14215 14218 14160 0 -1 4202560 84 0 0 0 8 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958229556136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14225] ppid=14215 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14218/task/14225/stat : 14225 (java) S 14215 14218 14160 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958228502824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14226] ppid=14215 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14218/task/14226/stat : 14226 (java) S 14215 14218 14160 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958227450024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14227] ppid=14215 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14218/task/14227/stat : 14227 (java) S 14215 14218 14160 0 -1 4202560 173 0 0 0 7 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958226397736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14228] ppid=14215 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14218/task/14228/stat : 14228 (java) S 14215 14218 14160 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958225344936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14234] ppid=14215 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14218/task/14234/stat : 14234 (java) S 14215 14218 14160 0 -1 4202560 39 0 0 0 0 1 0 0 20 0 19 0 11868046 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958095411944 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14235] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14235/stat : 14235 (java) S 14215 14218 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958094358008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14236] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14236/stat : 14236 (java) S 14215 14218 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958093305608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14237] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14237/stat : 14237 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958092254096 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14238] ppid=14215 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14218/task/14238/stat : 14238 (java) S 14215 14218 14160 0 -1 4202560 2804 0 0 0 20 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958091200696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14239] ppid=14215 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14218/task/14239/stat : 14239 (java) S 14215 14218 14160 0 -1 4202560 9230 0 0 0 35 2 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958090147896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14240] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14240/stat : 14240 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958089095800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14241] ppid=14215 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/14218/task/14241/stat : 14241 (java) S 14215 14218 14160 0 -1 4202560 104 0 0 0 26 26 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958088043208 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14243] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14243/stat : 14243 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868057 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139957079369128 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 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.61 s]
/proc/loadavg: 2.04 2.07 2.07 3/213 14287
/proc/meminfo: memFree=31255016/32872528 swapFree=240572/273276
[pid=14218] ppid=14215 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/14218/stat : 14218 (java) S 14215 14218 14160 0 -1 4202496 16788 0 1 0 179956 44 0 0 20 0 19 0 11868044 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 140735392322160 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14218/statm: 2406260 67531 2257 9 0 2396937 0
[pid=14218/tid=14219] ppid=14215 vsize=9625040 CPUtime=1793.82 cores=0,2,4,6
/proc/14218/task/14219/stat : 14219 (java) R 14215 14218 14160 0 -1 4202560 2476 0 1 0 179351 31 0 0 20 0 19 0 11868044 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958271213360 139958103267550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14221] ppid=14215 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14218/task/14221/stat : 14221 (java) S 14215 14218 14160 0 -1 4202560 62 0 0 0 4 0 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958232714024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14222] ppid=14215 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14218/task/14222/stat : 14222 (java) S 14215 14218 14160 0 -1 4202560 202 0 0 0 6 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958231661224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14223] ppid=14215 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14218/task/14223/stat : 14223 (java) S 14215 14218 14160 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958230608936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14224] ppid=14215 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14218/task/14224/stat : 14224 (java) S 14215 14218 14160 0 -1 4202560 84 0 0 0 8 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958229556136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14225] ppid=14215 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14218/task/14225/stat : 14225 (java) S 14215 14218 14160 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958228502824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14226] ppid=14215 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14218/task/14226/stat : 14226 (java) S 14215 14218 14160 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958227450024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14218/tid=14227] ppid=14215 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14218/task/14227/stat : 14227 (java) S 14215 14218 14160 0 -1 4202560 173 0 0 0 7 1 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958226397736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14228] ppid=14215 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14218/task/14228/stat : 14228 (java) S 14215 14218 14160 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 19 0 11868045 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958225344936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14218/tid=14234] ppid=14215 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14218/task/14234/stat : 14234 (java) S 14215 14218 14160 0 -1 4202560 39 0 0 0 0 1 0 0 20 0 19 0 11868046 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958095411944 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14235] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14235/stat : 14235 (java) S 14215 14218 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958094358008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14236] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14236/stat : 14236 (java) S 14215 14218 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11868047 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958093305608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14237] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14237/stat : 14237 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958092254096 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14238] ppid=14215 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14218/task/14238/stat : 14238 (java) S 14215 14218 14160 0 -1 4202560 2804 0 0 0 20 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958091200696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14239] ppid=14215 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14218/task/14239/stat : 14239 (java) S 14215 14218 14160 0 -1 4202560 9230 0 0 0 35 2 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958090147896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14240] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14240/stat : 14240 (java) S 14215 14218 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958089095800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14218/tid=14241] ppid=14215 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/14218/task/14241/stat : 14241 (java) S 14215 14218 14160 0 -1 4202560 104 0 0 0 27 27 0 0 20 0 19 0 11868049 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139958088043208 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14218/tid=14243] ppid=14215 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14218/task/14243/stat : 14243 (java) S 14215 14218 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11868057 9856040960 67531 33554432000 1073741824 1073778376 140735392331024 139957079369128 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14218 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=998118
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=830873
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.64
CPU time (s): 1800
CPU user time (s): 1799.56
CPU system time (s): 0.44
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795
system time used= 0.830873
maximum resident set size= 270300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16838
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38109
involuntary context switches= 3391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7822 second user time and 11.9632 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-16 19:29:40
IDJOB=4095865
IDBENCH=107532
IDSOLVER=2546
FILE ID=node107/4095865-1466098180
RUNJOBID= node107-1466098180-14176
PBS_JOBID= 19904056
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= b946ab6c9bd4c6a96b37e1556018149e
RANDOM SEED=746741980

node107.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.953
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
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.953
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.953
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.56
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.953
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.56
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.953
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.953
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.56
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.953
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31717692 kB
Buffers:           52528 kB
Cached:           122808 kB
SwapCached:         2504 kB
Active:            89684 kB
Inactive:          92596 kB
Active(anon):       7644 kB
Inactive(anon):     2156 kB
Active(file):      82040 kB
Inactive(file):    90440 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:        279368 kB
Mapped:             9848 kB
Shmem:                 0 kB
Slab:             567692 kB
SReclaimable:      11800 kB
SUnreclaim:       555892 kB
KernelStack:        1336 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     941772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71680 MiB
End job on node107 at 2016-06-16 19:59:39