Trace number 4100293

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 1797.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-berlin_5_8_0.opb
MD5SUM69d5c7c1a4b8d5de2fe0ee7c53688a9d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark87.9586
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9464
Total number of constraints1820
Number of constraints which are clauses309
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1511
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 78
Biggest coefficient in the objective function 262133
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524327
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262133
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524346
Number of bits of the biggest sum of numbers20
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4100293-1466212425.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.80/0.49	c ... done. Wall clock time 0.37s.
0.80/0.49	c declared #vars     9464
0.80/0.49	c #constraints  1821
0.80/0.49	c constraints type 
0.80/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 309
0.80/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1512
0.80/0.49	c 1821 constraints processed.
0.80/0.49	c objective function length is 78 literals
1.63/0.96	c cleaning 2499 clauses out of 5000 with flag 10819/5000
2.18/1.38	c cleaning 4250 clauses out of 8501 with flag 23770/11000
2.79/1.94	c cleaning 5625 clauses out of 11252 with flag 38879/18001
3.59/2.71	c cleaning 6811 clauses out of 13626 with flag 55971/26000
4.52/3.68	c cleaning 7906 clauses out of 15817 with flag 74875/35002
5.72/4.84	c cleaning 8954 clauses out of 17912 with flag 96110/45003
7.12/6.22	c cleaning 9976 clauses out of 19959 with flag 119760/56004
8.63/7.78	c cleaning 10985 clauses out of 21981 with flag 145414/68002
10.43/9.53	c cleaning 11988 clauses out of 23995 with flag 172421/81001
12.33/11.49	c cleaning 12997 clauses out of 26007 with flag 202759/95001
14.63/13.74	c cleaning 14001 clauses out of 28014 with flag 235060/110005
17.03/16.10	c cleaning 14995 clauses out of 30009 with flag 269993/126001
19.93/19.06	c cleaning 16001 clauses out of 32016 with flag 306102/143003
23.32/22.46	c cleaning 17000 clauses out of 34013 with flag 343927/161001
25.66/24.73	c cleaning 17997 clauses out of 36012 with flag 384992/180000
27.06/26.10	c cleaning 19006 clauses out of 38015 with flag 426667/200000
30.66/29.71	c cleaning 20002 clauses out of 40010 with flag 469928/221001
36.78/35.89	c cleaning 20998 clauses out of 42008 with flag 515536/243001
43.39/42.49	c cleaning 21998 clauses out of 44009 with flag 563437/266000
50.18/49.28	c cleaning 23000 clauses out of 46014 with flag 612446/290003
51.20/50.29	c cleaning 23991 clauses out of 48011 with flag 664661/315000
52.70/51.76	c cleaning 25008 clauses out of 50020 with flag 721231/341000
55.00/54.09	c cleaning 26009 clauses out of 52018 with flag 776476/368006
58.79/57.89	c cleaning 26996 clauses out of 54004 with flag 837741/396001
62.09/61.14	c cleaning 28004 clauses out of 56012 with flag 897093/425005
64.49/63.56	c cleaning 28987 clauses out of 58003 with flag 959473/455000
70.09/69.14	c cleaning 29990 clauses out of 60016 with flag 1024532/486000
72.60/71.66	c cleaning 31011 clauses out of 62032 with flag 1094311/518006
79.09/78.20	c cleaning 32002 clauses out of 64017 with flag 1160303/551002
86.39/85.41	c cleaning 33007 clauses out of 66015 with flag 1228303/585002
89.29/88.32	c cleaning 33998 clauses out of 68006 with flag 1303789/620000
92.58/91.67	c cleaning 35004 clauses out of 70010 with flag 1381745/656002
94.26/93.25	c cleaning 35996 clauses out of 72004 with flag 1459986/693000
95.97/94.90	c cleaning 37000 clauses out of 74008 with flag 1541139/731000
98.47/97.46	c cleaning 37999 clauses out of 76012 with flag 1627057/770004
104.37/103.31	c cleaning 38992 clauses out of 78009 with flag 1715727/810000
109.27/108.23	c cleaning 40004 clauses out of 80017 with flag 1799658/851000
115.57/114.56	c cleaning 41009 clauses out of 82017 with flag 1885111/893004
121.27/120.25	c cleaning 41993 clauses out of 84006 with flag 1972013/936002
128.77/127.78	c cleaning 42994 clauses out of 86011 with flag 2062284/980000
138.77/137.79	c cleaning 44001 clauses out of 88017 with flag 2155923/1025000
152.46/151.49	c cleaning 45006 clauses out of 90016 with flag 2250467/1071000
164.46/163.46	c cleaning 46001 clauses out of 92010 with flag 2348117/1118000
169.57/168.46	c cleaning 47004 clauses out of 94011 with flag 2447023/1166002
183.16/182.01	c cleaning 47997 clauses out of 96005 with flag 2547909/1215000
190.37/189.25	c cleaning 48997 clauses out of 98008 with flag 2649888/1265000
205.25/204.16	c cleaning 49998 clauses out of 100011 with flag 2757130/1316000
221.16/220.07	c cleaning 50999 clauses out of 102015 with flag 2865237/1368002
242.45/241.37	c cleaning 52000 clauses out of 104016 with flag 2973152/1421002
264.95/263.89	c cleaning 53001 clauses out of 106016 with flag 3085304/1475002
292.24/291.13	c cleaning 53999 clauses out of 108014 with flag 3200879/1530001
320.43/319.37	c cleaning 54999 clauses out of 110016 with flag 3318431/1586002
351.60/350.42	c cleaning 56000 clauses out of 112016 with flag 3440720/1643001
381.59/380.46	c cleaning 56995 clauses out of 114018 with flag 3570034/1701003
422.28/421.15	c cleaning 58003 clauses out of 116020 with flag 3701410/1760000
465.48/464.35	c cleaning 59005 clauses out of 118017 with flag 3833559/1820000
483.58/482.49	c cleaning 59997 clauses out of 120015 with flag 3957552/1881003
506.57/505.42	c cleaning 61001 clauses out of 122015 with flag 4083033/1943000
531.97/530.82	c cleaning 62007 clauses out of 124019 with flag 4209530/2006005
541.17/540.08	c cleaning 62992 clauses out of 126007 with flag 4338904/2070000
564.78/563.58	c cleaning 64001 clauses out of 128015 with flag 4476934/2135000
589.28/588.02	c cleaning 64998 clauses out of 130014 with flag 4613274/2201000
613.57/612.34	c cleaning 65999 clauses out of 132017 with flag 4747330/2268001
643.29/642.09	c cleaning 67002 clauses out of 134018 with flag 4883957/2336001
661.99/660.75	c cleaning 68007 clauses out of 136017 with flag 5024522/2405002
687.59/686.31	c cleaning 69003 clauses out of 138008 with flag 5164518/2475000
701.69/700.44	c cleaning 70000 clauses out of 140008 with flag 5307583/2546003
713.08/711.70	c cleaning 71001 clauses out of 142008 with flag 5453400/2618003
742.48/741.03	c cleaning 71999 clauses out of 144004 with flag 5600005/2691000
765.28/763.80	c cleaning 72995 clauses out of 146005 with flag 5748623/2765000
802.18/800.74	c cleaning 74000 clauses out of 148011 with flag 5899159/2840001
834.59/833.17	c cleaning 75000 clauses out of 150011 with flag 6056844/2916001
850.49/849.02	c cleaning 76001 clauses out of 152011 with flag 6212490/2993001
884.43/882.89	c cleaning 76996 clauses out of 154010 with flag 6368491/3071001
925.03/923.40	c cleaning 77993 clauses out of 156015 with flag 6527156/3150002
934.23/932.64	c cleaning 79005 clauses out of 158020 with flag 6700224/3230000
958.74/957.14	c cleaning 80005 clauses out of 160016 with flag 6862437/3311001
1001.44/999.90	c cleaning 81005 clauses out of 162015 with flag 7026633/3393005
1042.29/1040.57	c cleaning 82003 clauses out of 164006 with flag 7192653/3476001
1079.19/1077.46	c cleaning 82992 clauses out of 166002 with flag 7362975/3560000
1104.90/1103.16	c cleaning 84000 clauses out of 168011 with flag 7534046/3645001
1150.40/1148.66	c cleaning 84999 clauses out of 170010 with flag 7706157/3731000
1201.31/1199.51	c cleaning 86007 clauses out of 172014 with flag 7880168/3818003
1221.38/1219.01	c cleaning 86998 clauses out of 174005 with flag 8068405/3906001
1231.00/1228.67	c cleaning 87996 clauses out of 176007 with flag 8263402/3995001
1238.30/1235.97	c cleaning 88999 clauses out of 178011 with flag 8454932/4085001
1276.14/1273.63	c cleaning 90002 clauses out of 180012 with flag 8637857/4176001
1292.07/1289.52	c cleaning 90996 clauses out of 182011 with flag 8830940/4268002
1339.87/1337.34	c cleaning 92001 clauses out of 184016 with flag 9027158/4361003
1392.27/1389.79	c cleaning 93001 clauses out of 186012 with flag 9229351/4455000
1441.44/1438.74	c cleaning 94005 clauses out of 188014 with flag 9437083/4550003
1498.94/1496.25	c cleaning 94999 clauses out of 190007 with flag 9653681/4646001
1551.85/1549.16	c cleaning 96002 clauses out of 192007 with flag 9870457/4743000
1633.93/1631.11	c cleaning 97003 clauses out of 194006 with flag 10079390/4841001
1697.62/1694.81	c cleaning 98001 clauses out of 196005 with flag 10285108/4940003
1772.51/1769.78	c cleaning 99000 clauses out of 198001 with flag 10498965/5040000
1800.00/1797.20	c starts		: 9042
1800.00/1797.20	c conflicts		: 5110610
1800.00/1797.20	c decisions		: 5869355
1800.00/1797.20	c propagations		: 37127960
1800.00/1797.20	c inspects		: 40076844734
1800.00/1797.20	c shortcuts		: 0
1800.00/1797.20	c learnt literals	: 0
1800.00/1797.20	c learnt binary clauses	: 1
1800.00/1797.20	c learnt ternary clauses	: 51
1800.00/1797.20	c learnt constraints	: 5110611
1800.00/1797.20	c ignored constraints	: 0
1800.00/1797.20	c timeout
1800.00/1797.20	c root simplifications	: 0
1800.00/1797.20	c removed literals (reason simplification)	: 0
1800.00/1797.20	c reason swapping (by a shorter reason)	: 0
1800.00/1797.20	c Calls to reduceDB	: 96
1800.00/1797.20	c Number of update (reduction) of LBD	: 98152
1800.00/1797.20	c Imported unit clauses	: 0
1800.00/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.20	c number of learned constraints concerned by reduction	: 0
1800.00/1797.20	c number of learning phase by resolution	: 0
1800.00/1797.20	c number of learning phase by cutting planes	: 0
1800.00/1797.20	c speed (assignments/second)	: 20664.552417824252
1800.00/1797.20	c non guided choices	297931
1800.00/1797.23	c learnt constraints type 
1800.00/1797.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.00/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169611
1800.00/1797.23	s UNKNOWN
1800.00/1797.23	c Total wall clock time (in seconds): 1797.108

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

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.07 2.01 3/197 15296
/proc/meminfo: memFree=28451720/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15296/stat : 15296 (java) D 15293 15296 11773 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 23288395 9515008 176 33554432000 1073741824 1073778376 140734749904992 140734749887720 206408860560 0 0 4096 0 18446744072100756772 0 0 17 2 0 0 0 0 0
/proc/15296/statm: 2323 176 133 9 0 71 0

[startup+0.100113 s]
/proc/loadavg: 2.17 2.07 2.01 3/197 15296
/proc/meminfo: memFree=28451720/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 4419 0 1 0 8 0 0 0 20 0 18 0 23288395 9787879424 5030 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2389619 5030 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.17 2.07 2.01 3/197 15296
/proc/meminfo: memFree=28451720/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 4970 0 1 0 25 0 0 0 20 0 18 0 23288395 9787879424 6501 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2389619 6501 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 2.17 2.07 2.01 3/197 15296
/proc/meminfo: memFree=28451720/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 7207 0 1 0 49 1 0 0 20 0 18 0 23288395 9787879424 9337 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2389619 9337 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 2.17 2.07 2.01 3/197 15296
/proc/meminfo: memFree=28451720/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 11171 0 1 0 137 3 0 0 20 0 19 0 23288395 9856040960 24247 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 24247 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.17 2.07 2.01 3/216 15315
/proc/meminfo: memFree=28361152/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 11639 0 1 0 235 3 0 0 20 0 19 0 23288395 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 25386 2267 9 0 2396937 0
[pid=15296/tid=15298] ppid=15293 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15296/task/15298/stat : 15298 (java) R 15293 15296 11773 0 -1 4202560 2494 0 1 0 143 2 0 0 20 0 19 0 23288396 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139802060005072 139801932282352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15299] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15299/stat : 15299 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801904016424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15300] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15300/stat : 15300 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801902963624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15301] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15301/stat : 15301 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801901910824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15302] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15302/stat : 15302 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801900858024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15303] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15303/stat : 15303 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801899805224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15304] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15304/stat : 15304 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801898752424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15305] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15305/stat : 15305 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801897699624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15306] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15306/stat : 15306 (java) S 15293 15296 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801896646824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15307] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15307/stat : 15307 (java) S 15293 15296 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801884236776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15308] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15308/stat : 15308 (java) S 15293 15296 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801883182840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15309] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15309/stat : 15309 (java) S 15293 15296 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801882129928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15310] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15310/stat : 15310 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801881078416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15311] ppid=15293 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/15296/task/15311/stat : 15311 (java) S 15293 15296 11773 0 -1 4202560 3303 0 0 0 44 0 0 0 20 0 19 0 23288402 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801880025528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15312] ppid=15293 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15296/task/15312/stat : 15312 (java) S 15293 15296 11773 0 -1 4202560 4565 0 0 0 45 0 0 0 20 0 19 0 23288402 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801878972728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15313] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15313/stat : 15313 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801877920120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15314] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15314/stat : 15314 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801876867528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 25386 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.17 2.07 2.01 3/216 15315
/proc/meminfo: memFree=28356188/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 11650 0 1 0 399 3 0 0 20 0 19 0 23288395 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 26930 2267 9 0 2396937 0
[pid=15296/tid=15298] ppid=15293 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/15296/task/15298/stat : 15298 (java) R 15293 15296 11773 0 -1 4202560 2497 0 1 0 303 2 0 0 20 0 19 0 23288396 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139802060013848 139801932282287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15299] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15299/stat : 15299 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801904016424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15300] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15300/stat : 15300 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801902963624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15301] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15301/stat : 15301 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801901910824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15302] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15302/stat : 15302 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801900858024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15303] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15303/stat : 15303 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801899805224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15304] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15304/stat : 15304 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801898752424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15305] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15305/stat : 15305 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801897699624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15306] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15306/stat : 15306 (java) S 15293 15296 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801896646824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15307] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15307/stat : 15307 (java) S 15293 15296 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801884236776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15308] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15308/stat : 15308 (java) S 15293 15296 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801883182840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15309] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15309/stat : 15309 (java) S 15293 15296 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801882129928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15310] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15310/stat : 15310 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801881078416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15311] ppid=15293 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15296/task/15311/stat : 15311 (java) S 15293 15296 11773 0 -1 4202560 3304 0 0 0 45 0 0 0 20 0 19 0 23288402 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801880025528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15312] ppid=15293 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15296/task/15312/stat : 15312 (java) S 15293 15296 11773 0 -1 4202560 4572 0 0 0 48 0 0 0 20 0 19 0 23288402 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801878972728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15313] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15313/stat : 15313 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801877920120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15314] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15314/stat : 15314 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801876867528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 26930 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.16 2.07 2.01 3/216 15315
/proc/meminfo: memFree=28345776/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 11656 0 1 0 719 3 0 0 20 0 19 0 23288395 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 28971 2268 9 0 2396937 0
[pid=15296/tid=15298] ppid=15293 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15296/task/15298/stat : 15298 (java) R 15293 15296 11773 0 -1 4202560 2502 0 1 0 622 2 0 0 20 0 19 0 23288396 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139802060005056 139801932282287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15299] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15299/stat : 15299 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801904016424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15300] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15300/stat : 15300 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801902963624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15301] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15301/stat : 15301 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801901910824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15302] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15302/stat : 15302 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801900858024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15303] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15303/stat : 15303 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801899805224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15304] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15304/stat : 15304 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801898752424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15305] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15305/stat : 15305 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801897699624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15306] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15306/stat : 15306 (java) S 15293 15296 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23288398 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801896646824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15307] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15307/stat : 15307 (java) S 15293 15296 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801884236776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15308] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15308/stat : 15308 (java) S 15293 15296 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801883182840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15309] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15309/stat : 15309 (java) S 15293 15296 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801882129928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15310] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15310/stat : 15310 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801881078416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15311] ppid=15293 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15296/task/15311/stat : 15311 (java) S 15293 15296 11773 0 -1 4202560 3304 0 0 0 45 0 0 0 20 0 19 0 23288402 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801880025528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15312] ppid=15293 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15296/task/15312/stat : 15312 (java) S 15293 15296 11773 0 -1 4202560 4572 0 0 0 48 0 0 0 20 0 19 0 23288402 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801878972728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15313] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15313/stat : 15313 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801877920120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15314] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15314/stat : 15314 (java) S 15293 15296 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801876867528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 28971 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.12
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/215 15629
/proc/meminfo: memFree=30871740/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=1725.11 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 21096 0 1 0 172445 66 0 0 20 0 19 0 23288395 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 124218 2282 9 0 2396937 0
[pid=15296/tid=15298] ppid=15293 vsize=9625040 CPUtime=1717.13 cores=0,2,4,6
/proc/15296/task/15298/stat : 15298 (java) R 15293 15296 11773 0 -1 4202560 2545 0 1 0 171681 32 0 0 20 0 19 0 23288396 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139802060005056 139801932477786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15299] ppid=15293 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15296/task/15299/stat : 15299 (java) S 15293 15296 11773 0 -1 4202560 445 0 0 0 23 6 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801904016424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15300] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15300/stat : 15300 (java) S 15293 15296 11773 0 -1 4202560 489 0 0 0 16 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801902963624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15301] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15301/stat : 15301 (java) S 15293 15296 11773 0 -1 4202560 235 0 0 0 16 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801901910824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15302] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15302/stat : 15302 (java) S 15293 15296 11773 0 -1 4202560 302 0 0 0 17 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801900858024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15303] ppid=15293 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15296/task/15303/stat : 15303 (java) S 15293 15296 11773 0 -1 4202560 342 0 0 0 19 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801899805224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15304] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15304/stat : 15304 (java) S 15293 15296 11773 0 -1 4202560 309 0 0 0 17 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801898752424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15305] ppid=15293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15296/task/15305/stat : 15305 (java) S 15293 15296 11773 0 -1 4202560 247 0 0 0 14 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801897699624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15306] ppid=15293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15296/task/15306/stat : 15306 (java) S 15293 15296 11773 0 -1 4202560 141 0 0 0 14 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801896646824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15307] ppid=15293 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15296/task/15307/stat : 15307 (java) S 15293 15296 11773 0 -1 4202560 95 0 0 0 1 1 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801884236776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15308] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15308/stat : 15308 (java) S 15293 15296 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801883182840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15309] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15309/stat : 15309 (java) S 15293 15296 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801882129928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15310] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15310/stat : 15310 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801881078416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15311] ppid=15293 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15296/task/15311/stat : 15311 (java) S 15293 15296 11773 0 -1 4202560 3307 0 0 0 46 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801880025528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15312] ppid=15293 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/15296/task/15312/stat : 15312 (java) S 15293 15296 11773 0 -1 4202560 11275 0 0 0 103 1 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801878972728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15313] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15313/stat : 15313 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801877920120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15314] ppid=15293 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15296/task/15314/stat : 15314 (java) S 15293 15296 11773 0 -1 4202560 100 0 0 0 20 25 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801876867528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.11
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/215 15630
/proc/meminfo: memFree=30871576/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=1785.11 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 21100 0 1 0 178443 68 0 0 20 0 19 0 23288395 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 124218 2282 9 0 2396937 0
[pid=15296/tid=15298] ppid=15293 vsize=9625040 CPUtime=1776.96 cores=0,2,4,6
/proc/15296/task/15298/stat : 15298 (java) R 15293 15296 11773 0 -1 4202560 2545 0 1 0 177663 33 0 0 20 0 19 0 23288396 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139802060005056 139801932465037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15299] ppid=15293 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15296/task/15299/stat : 15299 (java) S 15293 15296 11773 0 -1 4202560 445 0 0 0 23 6 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801904016424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15300] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15300/stat : 15300 (java) S 15293 15296 11773 0 -1 4202560 489 0 0 0 16 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801902963624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15301] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15301/stat : 15301 (java) S 15293 15296 11773 0 -1 4202560 235 0 0 0 16 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801901910824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15302] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15302/stat : 15302 (java) S 15293 15296 11773 0 -1 4202560 302 0 0 0 17 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801900858024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15303] ppid=15293 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15296/task/15303/stat : 15303 (java) S 15293 15296 11773 0 -1 4202560 342 0 0 0 19 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801899805224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15304] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15304/stat : 15304 (java) S 15293 15296 11773 0 -1 4202560 309 0 0 0 17 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801898752424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15305] ppid=15293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15296/task/15305/stat : 15305 (java) S 15293 15296 11773 0 -1 4202560 247 0 0 0 14 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801897699624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15306] ppid=15293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15296/task/15306/stat : 15306 (java) S 15293 15296 11773 0 -1 4202560 141 0 0 0 14 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801896646824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15307] ppid=15293 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15296/task/15307/stat : 15307 (java) S 15293 15296 11773 0 -1 4202560 95 0 0 0 1 1 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801884236776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15308] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15308/stat : 15308 (java) S 15293 15296 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801883182840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15309] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15309/stat : 15309 (java) S 15293 15296 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801882129928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15310] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15310/stat : 15310 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801881078416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15311] ppid=15293 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15296/task/15311/stat : 15311 (java) S 15293 15296 11773 0 -1 4202560 3307 0 0 0 46 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801880025528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15312] ppid=15293 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/15296/task/15312/stat : 15312 (java) S 15293 15296 11773 0 -1 4202560 11275 0 0 0 103 1 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801878972728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15313] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15313/stat : 15313 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801877920120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15314] ppid=15293 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15296/task/15314/stat : 15314 (java) S 15293 15296 11773 0 -1 4202560 104 0 0 0 22 25 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801876867528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.11
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.15 2.06 2.01 3/215 15630
/proc/meminfo: memFree=30871744/32872528 swapFree=7780/7780
[pid=15296] ppid=15293 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/15296/stat : 15296 (java) S 15293 15296 11773 0 -1 4202496 21100 0 1 0 179932 68 0 0 20 0 19 0 23288395 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 140735576889808 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15296/statm: 2406260 124218 2282 9 0 2396937 0
[pid=15296/tid=15298] ppid=15293 vsize=9625040 CPUtime=1791.82 cores=0,2,4,6
/proc/15296/task/15298/stat : 15298 (java) R 15293 15296 11773 0 -1 4202560 2545 0 1 0 179149 33 0 0 20 0 19 0 23288396 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139802060005056 139801932477791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15299] ppid=15293 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15296/task/15299/stat : 15299 (java) S 15293 15296 11773 0 -1 4202560 445 0 0 0 23 6 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801904016424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15300] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15300/stat : 15300 (java) S 15293 15296 11773 0 -1 4202560 489 0 0 0 16 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801902963624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15301] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15301/stat : 15301 (java) S 15293 15296 11773 0 -1 4202560 235 0 0 0 16 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801901910824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15302] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15302/stat : 15302 (java) S 15293 15296 11773 0 -1 4202560 302 0 0 0 17 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801900858024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15303] ppid=15293 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15296/task/15303/stat : 15303 (java) S 15293 15296 11773 0 -1 4202560 342 0 0 0 19 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801899805224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15304] ppid=15293 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15296/task/15304/stat : 15304 (java) S 15293 15296 11773 0 -1 4202560 309 0 0 0 17 4 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801898752424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15305] ppid=15293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15296/task/15305/stat : 15305 (java) S 15293 15296 11773 0 -1 4202560 247 0 0 0 14 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801897699624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15306] ppid=15293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15296/task/15306/stat : 15306 (java) S 15293 15296 11773 0 -1 4202560 141 0 0 0 14 5 0 0 20 0 19 0 23288398 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801896646824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15296/tid=15307] ppid=15293 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15296/task/15307/stat : 15307 (java) S 15293 15296 11773 0 -1 4202560 95 0 0 0 1 1 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801884236776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15296/tid=15308] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15308/stat : 15308 (java) S 15293 15296 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801883182840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15309] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15309/stat : 15309 (java) S 15293 15296 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23288399 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801882129928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15310] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15310/stat : 15310 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801881078416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15311] ppid=15293 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15296/task/15311/stat : 15311 (java) S 15293 15296 11773 0 -1 4202560 3307 0 0 0 46 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801880025528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15312] ppid=15293 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/15296/task/15312/stat : 15312 (java) S 15293 15296 11773 0 -1 4202560 11275 0 0 0 103 1 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801878972728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15313] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15313/stat : 15313 (java) S 15293 15296 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801877920120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15296/tid=15314] ppid=15293 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15296/task/15314/stat : 15314 (java) S 15293 15296 11773 0 -1 4202560 104 0 0 0 22 25 0 0 20 0 19 0 23288402 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801876867528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15296/tid=15315] ppid=15293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15296/task/15315/stat : 15315 (java) S 15293 15296 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23288446 9856040960 124218 33554432000 1073741824 1073778376 140735576898672 139801875814056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15296 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 15296 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=749156
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=119829
# CPU time returned by wait4() is 1795.87
# 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): 1797.24
CPU time (s): 1800
CPU user time (s): 1799.32
CPU system time (s): 0.68
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.11983
maximum resident set size= 500912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38358
involuntary context switches= 17372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8332 second user time and 11.6432 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 03:13:45
IDJOB=4100293
IDBENCH=1598
IDSOLVER=2546
FILE ID=node133/4100293-1466212425
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-berlin_5_8_0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100293-1466212425/watcher-4100293-1466212425 -o /tmp/evaluation-result-4100293-1466212425/solver-4100293-1466212425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100293-1466212425.opb

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

MD5SUM BENCH= 69d5c7c1a4b8d5de2fe0ee7c53688a9d
RANDOM SEED=244170809

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:        28452636 kB
Buffers:           44168 kB
Cached:           103444 kB
SwapCached:          876 kB
Active:          3621304 kB
Inactive:          77624 kB
Active(anon):    3552232 kB
Inactive(anon):     1316 kB
Active(file):      69072 kB
Inactive(file):    76308 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       3562368 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             572452 kB
SReclaimable:      15848 kB
SUnreclaim:       556604 kB
KernelStack:        1616 kB
PageTables:        11424 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3930044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3477504 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= 71708 MiB
End job on node133 at 2016-06-18 03:43:42