Trace number 4099796

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1784.65

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-air04.opb
MD5SUM015f32a31b4a3d7bbfc82031e4222c83
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57953
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 57799
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4099796-1466207061.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.73/0.44	c ... done. Wall clock time 0.324s.
0.73/0.44	c declared #vars     8904
0.73/0.44	c #constraints  1646
0.73/0.44	c constraints type 
0.73/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.73/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.73/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.73/0.44	c 1646 constraints processed.
0.73/0.44	c objective function length is 8904 literals
1.82/1.17	c cleaning 2436 clauses out of 4969 with flag 45908/5000
2.71/1.81	c cleaning 4244 clauses out of 8530 with flag 119573/11002
3.44/2.54	c cleaning 5619 clauses out of 11257 with flag 196852/18002
4.35/3.44	c cleaning 6759 clauses out of 13609 with flag 299570/26000
5.37/4.49	c cleaning 7854 clauses out of 15833 with flag 441083/35000
6.57/5.64	c cleaning 8940 clauses out of 17953 with flag 601134/45000
7.86/6.91	c cleaning 9971 clauses out of 19985 with flag 771860/56002
9.36/8.44	c cleaning 10974 clauses out of 21991 with flag 1011839/68000
11.06/10.14	c cleaning 11963 clauses out of 23995 with flag 1263392/81002
12.86/11.97	c cleaning 12954 clauses out of 26016 with flag 1529152/95000
14.96/14.00	c cleaning 13995 clauses out of 28047 with flag 1829916/110002
17.26/16.30	c cleaning 15012 clauses out of 30043 with flag 2178429/126000
19.56/18.65	c cleaning 15972 clauses out of 32000 with flag 2521944/143000
22.26/21.38	c cleaning 17004 clauses out of 34012 with flag 2915815/161002
25.06/24.19	c cleaning 17909 clauses out of 35991 with flag 3338963/180000
28.11/27.12	c cleaning 19002 clauses out of 38054 with flag 3776128/200000
31.11/30.12	c cleaning 19958 clauses out of 40031 with flag 4221851/221001
34.40/33.43	c cleaning 20981 clauses out of 42064 with flag 4729088/243002
37.90/36.99	c cleaning 22033 clauses out of 44074 with flag 5272832/266001
41.91/40.92	c cleaning 22954 clauses out of 46024 with flag 5869240/290001
46.12/45.16	c cleaning 24001 clauses out of 48059 with flag 6472256/315001
51.07/50.10	c cleaning 24949 clauses out of 50046 with flag 7191056/341000
56.08/55.02	c cleaning 25981 clauses out of 52086 with flag 7889320/368002
61.07/60.00	c cleaning 26975 clauses out of 54083 with flag 8610870/396000
66.67/65.68	c cleaning 28034 clauses out of 56094 with flag 9425778/425000
72.28/71.26	c cleaning 28881 clauses out of 58043 with flag 10196033/455001
78.24/77.10	c cleaning 30059 clauses out of 60155 with flag 10971632/486000
84.63/83.40	c cleaning 30944 clauses out of 62082 with flag 11811508/518001
90.73/89.53	c cleaning 32031 clauses out of 64123 with flag 12676010/551000
97.33/96.17	c cleaning 33036 clauses out of 66079 with flag 13586013/585001
104.23/103.00	c cleaning 33907 clauses out of 68037 with flag 14553365/620001
111.90/110.50	c cleaning 34971 clauses out of 70123 with flag 15566164/656000
119.40/118.01	c cleaning 35959 clauses out of 72145 with flag 16629033/693000
127.30/125.97	c cleaning 36934 clauses out of 74172 with flag 17707943/731000
136.12/134.56	c cleaning 38100 clauses out of 76232 with flag 18849689/770000
145.22/143.66	c cleaning 39053 clauses out of 78122 with flag 19984373/810001
154.91/153.38	c cleaning 40008 clauses out of 80060 with flag 21191440/851001
164.83/163.08	c cleaning 40902 clauses out of 82048 with flag 22421123/893000
174.55/172.78	c cleaning 42004 clauses out of 84140 with flag 23674782/936000
184.90/182.82	c cleaning 43049 clauses out of 86127 with flag 24990529/980000
195.55/193.22	c cleaning 44022 clauses out of 88065 with flag 26298823/1025000
206.65/204.33	c cleaning 44924 clauses out of 90034 with flag 27649354/1071000
218.18/215.63	c cleaning 45952 clauses out of 92102 with flag 29082225/1118000
229.81/227.27	c cleaning 46999 clauses out of 94145 with flag 30505518/1166000
241.52/238.85	c cleaning 48072 clauses out of 96143 with flag 31957292/1215003
253.79/251.07	c cleaning 48993 clauses out of 98062 with flag 33493211/1265000
266.19/263.38	c cleaning 49966 clauses out of 100062 with flag 35074207/1316001
278.98/276.08	c cleaning 51019 clauses out of 102096 with flag 36663992/1368003
292.53/289.53	c cleaning 51995 clauses out of 104064 with flag 38356384/1421000
307.13/304.03	c cleaning 52913 clauses out of 106054 with flag 40111266/1475001
322.59/319.46	c cleaning 53995 clauses out of 108136 with flag 41935226/1530000
337.79/334.51	c cleaning 54958 clauses out of 110140 with flag 43750495/1586003
352.96/349.63	c cleaning 55994 clauses out of 112177 with flag 45604859/1643002
368.84/365.48	c cleaning 56974 clauses out of 114182 with flag 47475068/1701004
384.90/381.44	c cleaning 57907 clauses out of 116202 with flag 49352020/1760000
402.43/398.89	c cleaning 59126 clauses out of 118288 with flag 51331137/1820000
421.12/417.46	c cleaning 59937 clauses out of 120160 with flag 53329260/1881002
439.80/436.03	c cleaning 61008 clauses out of 122212 with flag 55424383/1943000
458.26/454.40	c cleaning 61973 clauses out of 124196 with flag 57481947/2006000
477.90/473.94	c cleaning 63008 clauses out of 126221 with flag 59725156/2070003
497.42/493.33	c cleaning 64056 clauses out of 128201 with flag 61895861/2135002
517.10/512.94	c cleaning 64980 clauses out of 130137 with flag 64112110/2201000
537.53/533.26	c cleaning 65954 clauses out of 132153 with flag 66287506/2268003
558.25/553.81	c cleaning 67066 clauses out of 134191 with flag 68528812/2336000
579.83/575.35	c cleaning 68034 clauses out of 136124 with flag 70850636/2405002
603.00/598.45	c cleaning 68933 clauses out of 138083 with flag 73258401/2475000
626.42/621.70	c cleaning 69909 clauses out of 140145 with flag 75684307/2546000
650.22/645.41	c cleaning 71064 clauses out of 142225 with flag 78213200/2618000
674.11/669.14	c cleaning 72000 clauses out of 144157 with flag 80738128/2691000
698.07/692.93	c cleaning 72953 clauses out of 146152 with flag 83231578/2765001
723.87/718.63	c cleaning 74032 clauses out of 148191 with flag 85900939/2840000
750.57/745.19	c cleaning 74926 clauses out of 150151 with flag 88620994/2916000
777.56/771.97	c cleaning 76047 clauses out of 152223 with flag 91245345/2993000
805.02/799.26	c cleaning 77074 clauses out of 154170 with flag 94005921/3071000
833.98/828.07	c cleaning 77941 clauses out of 156092 with flag 96760268/3150002
863.90/857.77	c cleaning 78876 clauses out of 158147 with flag 99644468/3230000
893.77/887.37	c cleaning 80066 clauses out of 160269 with flag 102564439/3311007
926.14/919.45	c cleaning 80983 clauses out of 162195 with flag 105499045/3393000
957.00/950.15	c cleaning 82070 clauses out of 164209 with flag 108531300/3476000
988.65/981.54	c cleaning 83001 clauses out of 166136 with flag 111611498/3560000
1021.82/1014.44	c cleaning 84067 clauses out of 168133 with flag 114772637/3645000
1055.38/1047.74	c cleaning 84901 clauses out of 170066 with flag 117983096/3731000
1091.46/1083.57	c cleaning 85987 clauses out of 172165 with flag 121220401/3818001
1126.84/1118.63	c cleaning 87038 clauses out of 174178 with flag 124418680/3906003
1161.32/1152.87	c cleaning 88022 clauses out of 176135 with flag 127698013/3995000
1197.20/1188.42	c cleaning 89026 clauses out of 178112 with flag 131041506/4085003
1236.67/1227.60	c cleaning 89787 clauses out of 180072 with flag 134563904/4176000
1273.95/1264.48	c cleaning 91122 clauses out of 182284 with flag 137863321/4268003
1313.76/1303.73	c cleaning 92004 clauses out of 184159 with flag 141368759/4361000
1352.64/1342.22	c cleaning 92959 clauses out of 186154 with flag 144811854/4455002
1394.52/1383.67	c cleaning 94082 clauses out of 188188 with flag 148376983/4550001
1437.13/1425.88	c cleaning 95038 clauses out of 190104 with flag 151926150/4646005
1480.50/1468.72	c cleaning 96019 clauses out of 192059 with flag 155448713/4743002
1525.07/1512.80	c cleaning 96913 clauses out of 194035 with flag 159061227/4841000
1572.29/1559.54	c cleaning 97904 clauses out of 196120 with flag 162799215/4940000
1617.01/1603.73	c cleaning 99078 clauses out of 198214 with flag 166522116/5040001
1663.53/1649.73	c cleaning 99966 clauses out of 200131 with flag 170290282/5141000
1713.43/1699.02	c cleaning 100924 clauses out of 202163 with flag 174183802/5243000
1761.48/1746.50	c cleaning 101972 clauses out of 204237 with flag 178031798/5346000
1800.02/1784.60	c starts		: 29719
1800.02/1784.60	c conflicts		: 5433354
1800.02/1784.60	c decisions		: 72751351
1800.02/1784.60	c propagations		: 1561436993
1800.02/1784.60	c inspects		: 19214366662
1800.02/1784.60	c shortcuts		: 0
1800.02/1784.60	c learnt literals	: 916
1800.02/1784.60	c learnt binary clauses	: 2579
1800.02/1784.60	c learnt ternary clauses	: 3483
1800.02/1784.60	c learnt constraints	: 5432438
1800.02/1784.60	c ignored constraints	: 0
1800.02/1784.60	c root simplifications	: 0
1800.02/1784.60	c removed literals (reason simplification)	: 0
1800.02/1784.60	c reason swapping (by a shorter reason)	: 0
1800.02/1784.60	c Calls to reduceDB	: 99
1800.02/1784.60	c Number of update (reduction) of LBD	: 4459610
1800.02/1784.60	c Imported unit clauses	: 0
1800.02/1784.60	c number of reductions to clauses (during analyze)	: 0
1800.02/1784.60	c number of learned constraints concerned by reduction	: 0
1800.02/1784.60	c number of learning phase by resolution	: 0
1800.02/1784.60	c number of learning phase by cutting planes	: 0
1800.02/1784.60	c speed (assignments/second)	: 875180.1957478483
1800.02/1784.60	c non guided choices	19196
1800.02/1784.60	c timeout
1800.02/1784.65	c learnt constraints type 
1800.02/1784.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2579
1800.02/1784.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 187038
1800.02/1784.65	s UNKNOWN
1800.02/1784.65	c Total wall clock time (in seconds): 1784.529

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-4099796-1466207061/watcher-4099796-1466207061 -o /tmp/evaluation-result-4099796-1466207061/solver-4099796-1466207061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099796-1466207061.opb 

pid=14717
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.92 1.90 1.27 3/196 14720
/proc/meminfo: memFree=31707736/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14720/stat : 14720 (java) D 14717 14720 11773 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 22752062 9515008 175 33554432000 1073741824 1073778376 140734975286352 140734975269080 206408860560 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2323 176 134 9 0 71 0

[startup+0.100094 s]
/proc/loadavg: 1.92 1.90 1.27 3/196 14720
/proc/meminfo: memFree=31707736/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 22752062 9787879424 6029 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 1.92 1.90 1.27 3/196 14720
/proc/meminfo: memFree=31707736/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 5086 0 1 0 27 1 0 0 20 0 18 0 22752062 9787879424 6901 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2389619 6901 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 1.92 1.90 1.27 3/196 14720
/proc/meminfo: memFree=31707736/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 7233 0 1 0 49 2 0 0 20 0 18 0 22752062 9787879424 11719 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2389619 11719 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700289 s]
/proc/loadavg: 1.92 1.90 1.27 3/196 14720
/proc/meminfo: memFree=31707736/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 11100 0 1 0 136 4 0 0 20 0 19 0 22752062 9856040960 37847 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 37847 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 1.92 1.90 1.27 4/215 14739
/proc/meminfo: memFree=31563852/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 12203 0 1 0 233 5 0 0 20 0 19 0 22752062 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 38398 2267 9 0 2396937 0
[pid=14720/tid=14722] ppid=14717 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14720/task/14722/stat : 14722 (java) R 14717 14720 11773 0 -1 4202560 2477 0 1 0 143 3 0 0 20 0 19 0 22752063 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140614036718064 140613891184363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14723] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14723/stat : 14723 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140614009170984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14724] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14724/stat : 14724 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613879638952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14725] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14725/stat : 14725 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613878586152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14726] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14726/stat : 14726 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613877533352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14727] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14727/stat : 14727 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613876480552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14728] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14728/stat : 14728 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613875427752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14729] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14729/stat : 14729 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613538277672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14730] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14730/stat : 14730 (java) S 14717 14720 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613537224872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14731] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14731/stat : 14731 (java) S 14717 14720 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613525027816 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14732] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14732/stat : 14732 (java) S 14717 14720 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613523973880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14733] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14733/stat : 14733 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613522920968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14734] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14734/stat : 14734 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613521869456 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14735] ppid=14717 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14720/task/14735/stat : 14735 (java) S 14717 14720 11773 0 -1 4202560 4347 0 0 0 46 1 0 0 20 0 19 0 22752068 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613520816568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14736] ppid=14717 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14720/task/14736/stat : 14736 (java) S 14717 14720 11773 0 -1 4202560 4106 0 0 0 40 0 0 0 20 0 19 0 22752068 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613519763768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14737] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14737/stat : 14737 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613518711160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14738] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14738/stat : 14738 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613517658568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 38398 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.92 1.90 1.27 3/215 14739
/proc/meminfo: memFree=31555288/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=4.05 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 12248 0 1 0 399 6 0 0 20 0 19 0 22752062 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 42516 2281 9 0 2396937 0
[pid=14720/tid=14722] ppid=14717 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/14720/task/14722/stat : 14722 (java) R 14717 14720 11773 0 -1 4202560 2486 0 1 0 302 3 0 0 20 0 19 0 22752063 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140614036717816 140613891229662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14723] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14723/stat : 14723 (java) S 14717 14720 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140614009170984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14724] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14724/stat : 14724 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613879638952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14725] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14725/stat : 14725 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613878586152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14726] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14726/stat : 14726 (java) S 14717 14720 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613877533352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14727] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14727/stat : 14727 (java) S 14717 14720 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613876480552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14728] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14728/stat : 14728 (java) S 14717 14720 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613875427752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14729] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14729/stat : 14729 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613538277672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14730] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14730/stat : 14730 (java) S 14717 14720 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613537224872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14731] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14731/stat : 14731 (java) S 14717 14720 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613525027816 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14732] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14732/stat : 14732 (java) S 14717 14720 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613523973880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14733] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14733/stat : 14733 (java) S 14717 14720 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613522920968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14734] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14734/stat : 14734 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613521869456 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14735] ppid=14717 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14720/task/14735/stat : 14735 (java) S 14717 14720 11773 0 -1 4202560 4347 0 0 0 48 1 0 0 20 0 19 0 22752068 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613520816568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14736] ppid=14717 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/14720/task/14736/stat : 14736 (java) S 14717 14720 11773 0 -1 4202560 4106 0 0 0 42 0 0 0 20 0 19 0 22752068 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613519763768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14737] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14737/stat : 14737 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613518711160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14738] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14738/stat : 14738 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613517658568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 42516 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 1.93 1.90 1.27 3/215 14739
/proc/meminfo: memFree=31544732/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=7.26 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 12249 0 1 0 720 6 0 0 20 0 19 0 22752062 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 42500 2281 9 0 2396937 0
[pid=14720/tid=14722] ppid=14717 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/14720/task/14722/stat : 14722 (java) R 14717 14720 11773 0 -1 4202560 2487 0 1 0 621 3 0 0 20 0 19 0 22752063 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140614036718072 140613891250843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14723] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14723/stat : 14723 (java) S 14717 14720 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140614009170984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14724] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14724/stat : 14724 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613879638952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14725] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14725/stat : 14725 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613878586152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14726] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14726/stat : 14726 (java) S 14717 14720 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613877533352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14727] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14727/stat : 14727 (java) S 14717 14720 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613876480552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14728] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14728/stat : 14728 (java) S 14717 14720 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613875427752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14729] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14729/stat : 14729 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613538277672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14730] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14730/stat : 14730 (java) S 14717 14720 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22752064 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613537224872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14731] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14731/stat : 14731 (java) S 14717 14720 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613525027816 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14732] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14732/stat : 14732 (java) S 14717 14720 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613523973880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14733] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14733/stat : 14733 (java) S 14717 14720 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613522920968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14734] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14734/stat : 14734 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613521869456 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14735] ppid=14717 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14720/task/14735/stat : 14735 (java) S 14717 14720 11773 0 -1 4202560 4347 0 0 0 50 1 0 0 20 0 19 0 22752068 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613520816568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14736] ppid=14717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14720/task/14736/stat : 14736 (java) S 14717 14720 11773 0 -1 4202560 4106 0 0 0 43 0 0 0 20 0 19 0 22752068 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613519763768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14737] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14737/stat : 14737 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613518711160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14738] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14738/stat : 14738 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613517658568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 42500 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 9625040


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

[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 58337 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1676.35
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.89 3/215 14871
/proc/meminfo: memFree=31520424/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=1737.1 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 24106 0 1 0 173543 167 0 0 20 0 19 0 22752062 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 63264 2290 9 0 2396937 0
[pid=14720/tid=14722] ppid=14717 vsize=9625040 CPUtime=1707.99 cores=0,2,4,6
/proc/14720/task/14722/stat : 14722 (java) R 14717 14720 11773 0 -1 4202560 2791 0 1 0 170767 32 0 0 20 0 19 0 22752063 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140614036716848 140613891257278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14723] ppid=14717 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/14720/task/14723/stat : 14723 (java) S 14717 14720 11773 0 -1 4202560 1307 0 0 0 224 17 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140614009170984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14724] ppid=14717 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/14720/task/14724/stat : 14724 (java) S 14717 14720 11773 0 -1 4202560 1328 0 0 0 227 19 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613879638952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14725] ppid=14717 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/14720/task/14725/stat : 14725 (java) S 14717 14720 11773 0 -1 4202560 1581 0 0 0 223 16 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613878586152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14726] ppid=14717 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/14720/task/14726/stat : 14726 (java) S 14717 14720 11773 0 -1 4202560 1717 0 0 0 240 18 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613877533352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14727] ppid=14717 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/14720/task/14727/stat : 14727 (java) S 14717 14720 11773 0 -1 4202560 1108 0 0 0 222 14 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613876480552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14728] ppid=14717 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/14720/task/14728/stat : 14728 (java) S 14717 14720 11773 0 -1 4202560 1254 0 0 0 220 13 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613875427752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14729] ppid=14717 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/14720/task/14729/stat : 14729 (java) S 14717 14720 11773 0 -1 4202560 1078 0 0 0 236 14 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613538277672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14730] ppid=14717 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/14720/task/14730/stat : 14730 (java) S 14717 14720 11773 0 -1 4202560 1160 0 0 0 221 17 0 0 20 0 19 0 22752064 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613537224872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14731] ppid=14717 vsize=9625040 CPUtime=3.98 cores=0,2,4,6
/proc/14720/task/14731/stat : 14731 (java) S 14717 14720 11773 0 -1 4202560 960 0 0 0 391 7 0 0 20 0 19 0 22752066 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613525027816 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14732] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14732/stat : 14732 (java) S 14717 14720 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613523973880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14733] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14733/stat : 14733 (java) S 14717 14720 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613522920968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14734] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14734/stat : 14734 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613521869456 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14735] ppid=14717 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/14720/task/14735/stat : 14735 (java) S 14717 14720 11773 0 -1 4202560 4358 0 0 0 53 1 0 0 20 0 19 0 22752068 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613520816568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14736] ppid=14717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14720/task/14736/stat : 14736 (java) S 14717 14720 11773 0 -1 4202560 4106 0 0 0 43 0 0 0 20 0 19 0 22752068 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613519763768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14737] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14737/stat : 14737 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613518711160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14738] ppid=14717 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/14720/task/14738/stat : 14738 (java) S 14717 14720 11773 0 -1 4202560 99 0 0 0 28 33 0 0 20 0 19 0 22752068 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613517658568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 63264 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1737.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.89 3/215 14872
/proc/meminfo: memFree=31537632/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=1797.72 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 25134 0 1 0 179599 173 0 0 20 0 19 0 22752062 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 68671 2290 9 0 2396937 0
[pid=14720/tid=14722] ppid=14717 vsize=9625040 CPUtime=1767.27 cores=0,2,4,6
/proc/14720/task/14722/stat : 14722 (java) R 14717 14720 11773 0 -1 4202560 2811 0 1 0 176694 33 0 0 20 0 19 0 22752063 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140614036716848 140613891256384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14723] ppid=14717 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/14720/task/14723/stat : 14723 (java) S 14717 14720 11773 0 -1 4202560 1409 0 0 0 233 18 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140614009170984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14724] ppid=14717 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/14720/task/14724/stat : 14724 (java) S 14717 14720 11773 0 -1 4202560 1558 0 0 0 238 20 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613879638952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14725] ppid=14717 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/14720/task/14725/stat : 14725 (java) S 14717 14720 11773 0 -1 4202560 1594 0 0 0 234 17 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613878586152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14726] ppid=14717 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/14720/task/14726/stat : 14726 (java) S 14717 14720 11773 0 -1 4202560 1925 0 0 0 251 19 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613877533352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14727] ppid=14717 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/14720/task/14727/stat : 14727 (java) S 14717 14720 11773 0 -1 4202560 1225 0 0 0 231 14 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613876480552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14728] ppid=14717 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/14720/task/14728/stat : 14728 (java) S 14717 14720 11773 0 -1 4202560 1497 0 0 0 232 14 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613875427752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14729] ppid=14717 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/14720/task/14729/stat : 14729 (java) S 14717 14720 11773 0 -1 4202560 1088 0 0 0 247 14 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613538277672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14730] ppid=14717 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/14720/task/14730/stat : 14730 (java) S 14717 14720 11773 0 -1 4202560 1173 0 0 0 232 18 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613537224872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14731] ppid=14717 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/14720/task/14731/stat : 14731 (java) S 14717 14720 11773 0 -1 4202560 1028 0 0 0 419 7 0 0 20 0 19 0 22752066 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613525027816 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14732] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14732/stat : 14732 (java) S 14717 14720 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613523973880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14733] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14733/stat : 14733 (java) S 14717 14720 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613522920968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14734] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14734/stat : 14734 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613521869456 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14735] ppid=14717 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/14720/task/14735/stat : 14735 (java) S 14717 14720 11773 0 -1 4202560 4358 0 0 0 53 1 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613520816568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14736] ppid=14717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14720/task/14736/stat : 14736 (java) S 14717 14720 11773 0 -1 4202560 4106 0 0 0 43 0 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613519763768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14737] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14737/stat : 14737 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613518711160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14738] ppid=14717 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14720/task/14738/stat : 14738 (java) S 14717 14720 11773 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613517658568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 2.00 2.02 1.89 3/215 14872
/proc/meminfo: memFree=31538252/32872528 swapFree=7780/7780
[pid=14720] ppid=14717 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/14720/stat : 14720 (java) S 14717 14720 11773 0 -1 4202496 25134 0 1 0 179829 173 0 0 20 0 19 0 22752062 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140734975277488 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14720/statm: 2406260 68671 2290 9 0 2396937 0
[pid=14720/tid=14722] ppid=14717 vsize=9625040 CPUtime=1769.56 cores=0,2,4,6
/proc/14720/task/14722/stat : 14722 (java) R 14717 14720 11773 0 -1 4202560 2811 0 1 0 176923 33 0 0 20 0 19 0 22752063 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140614036716848 140613891370809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14723] ppid=14717 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/14720/task/14723/stat : 14723 (java) S 14717 14720 11773 0 -1 4202560 1409 0 0 0 233 18 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140614009170984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14724] ppid=14717 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/14720/task/14724/stat : 14724 (java) S 14717 14720 11773 0 -1 4202560 1558 0 0 0 238 20 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613879638952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14725] ppid=14717 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/14720/task/14725/stat : 14725 (java) S 14717 14720 11773 0 -1 4202560 1594 0 0 0 234 17 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613878586152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14726] ppid=14717 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/14720/task/14726/stat : 14726 (java) S 14717 14720 11773 0 -1 4202560 1925 0 0 0 251 19 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613877533352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14727] ppid=14717 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/14720/task/14727/stat : 14727 (java) S 14717 14720 11773 0 -1 4202560 1225 0 0 0 231 14 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613876480552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14728] ppid=14717 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/14720/task/14728/stat : 14728 (java) S 14717 14720 11773 0 -1 4202560 1497 0 0 0 232 14 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613875427752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14729] ppid=14717 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/14720/task/14729/stat : 14729 (java) S 14717 14720 11773 0 -1 4202560 1088 0 0 0 247 14 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613538277672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14730] ppid=14717 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/14720/task/14730/stat : 14730 (java) S 14717 14720 11773 0 -1 4202560 1173 0 0 0 232 18 0 0 20 0 19 0 22752064 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613537224872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14720/tid=14731] ppid=14717 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/14720/task/14731/stat : 14731 (java) S 14717 14720 11773 0 -1 4202560 1028 0 0 0 419 7 0 0 20 0 19 0 22752066 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613525027816 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14732] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14732/stat : 14732 (java) S 14717 14720 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613523973880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14733] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14733/stat : 14733 (java) S 14717 14720 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22752066 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613522920968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14734] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14734/stat : 14734 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613521869456 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14735] ppid=14717 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/14720/task/14735/stat : 14735 (java) S 14717 14720 11773 0 -1 4202560 4358 0 0 0 53 1 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613520816568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14720/tid=14736] ppid=14717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14720/task/14736/stat : 14736 (java) S 14717 14720 11773 0 -1 4202560 4106 0 0 0 43 0 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613519763768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14737] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14737/stat : 14737 (java) S 14717 14720 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613518711160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14720/tid=14738] ppid=14717 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14720/task/14738/stat : 14738 (java) S 14717 14720 11773 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 22752068 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613517658568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14720/tid=14739] ppid=14717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14720/task/14739/stat : 14739 (java) S 14717 14720 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22752110 9856040960 68671 33554432000 1073741824 1073778376 140734975286352 140613516605096 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 14720 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 14720 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=848293
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=232660
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.65
CPU time (s): 1800.02
CPU user time (s): 1798.29
CPU system time (s): 1.73
CPU usage (%): 100.861
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.23266
maximum resident set size= 791672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47784
involuntary context switches= 44345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4424 second user time and 13.6619 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 01:44:21
IDJOB=4099796
IDBENCH=1523
IDSOLVER=2546
FILE ID=node133/4099796-1466207061
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-air04.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099796-1466207061/watcher-4099796-1466207061 -o /tmp/evaluation-result-4099796-1466207061/solver-4099796-1466207061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099796-1466207061.opb

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

MD5SUM BENCH= 015f32a31b4a3d7bbfc82031e4222c83
RANDOM SEED=1323285667

node133.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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        31708264 kB
Buffers:           37880 kB
Cached:            72200 kB
SwapCached:          876 kB
Active:           381796 kB
Inactive:          65344 kB
Active(anon):     338196 kB
Inactive(anon):     1316 kB
Active(file):      43600 kB
Inactive(file):    64028 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:        361216 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             571572 kB
SReclaimable:      15084 kB
SUnreclaim:       556488 kB
KernelStack:        1776 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     814284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71712 MiB
End job on node133 at 2016-06-18 02:14:06