Trace number 4103460

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.04 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
MD5SUM1a4e4bfb1c77b43166d46bacbe01c892
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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-4103460-1466239300.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.31/0.96	c ... done. Wall clock time 0.84s.
1.31/0.96	c declared #vars     103872
1.31/0.96	c #constraints  4560
1.31/0.96	c constraints type 
1.31/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1.31/0.96	c 4560 constraints processed.
1.31/0.96	c objective function length is 37632 literals
3.19/2.39	c cleaning 2500 clauses out of 5001 with flag 13891/5001
5.47/4.07	c cleaning 4234 clauses out of 8502 with flag 38527/11002
7.18/5.79	c cleaning 5625 clauses out of 11265 with flag 79211/18001
9.29/7.81	c cleaning 6807 clauses out of 13639 with flag 133395/26000
11.70/10.21	c cleaning 7911 clauses out of 15835 with flag 200174/35003
14.30/12.80	c cleaning 8948 clauses out of 17923 with flag 266337/45002
17.11/15.61	c cleaning 9983 clauses out of 19973 with flag 325220/56000
18.30/16.90	c cleaning 10990 clauses out of 21990 with flag 351486/68001
19.90/18.50	c cleaning 11998 clauses out of 24001 with flag 377530/81002
21.52/20.01	c cleaning 12983 clauses out of 26000 with flag 409714/95002
23.73/22.27	c cleaning 13996 clauses out of 28015 with flag 449148/110000
26.52/25.02	c cleaning 15002 clauses out of 30019 with flag 483902/126000
29.62/28.10	c cleaning 15998 clauses out of 32017 with flag 521997/143000
33.12/31.69	c cleaning 17006 clauses out of 34020 with flag 561906/161001
37.12/35.63	c cleaning 17999 clauses out of 36013 with flag 604222/180000
41.61/40.17	c cleaning 18998 clauses out of 38014 with flag 648077/200000
46.61/45.17	c cleaning 20001 clauses out of 40017 with flag 695183/221001
52.02/50.57	c cleaning 20998 clauses out of 42016 with flag 747550/243001
58.12/56.65	c cleaning 22004 clauses out of 44017 with flag 800522/266000
62.51/61.04	c cleaning 23002 clauses out of 46007 with flag 864400/290001
68.73/67.27	c cleaning 23990 clauses out of 48002 with flag 1012989/315001
74.72/73.20	c cleaning 25005 clauses out of 50011 with flag 1166934/341000
81.33/79.76	c cleaning 25990 clauses out of 51993 with flag 1349255/368000
85.63/84.04	c cleaning 26988 clauses out of 54003 with flag 1453423/396000
92.73/91.14	c cleaning 27997 clauses out of 56016 with flag 1522316/425001
99.23/97.60	c cleaning 28992 clauses out of 58004 with flag 1644012/455001
108.53/106.93	c cleaning 29996 clauses out of 60006 with flag 1838385/486000
114.03/112.42	c cleaning 30992 clauses out of 62007 with flag 1944045/518002
122.42/120.80	c cleaning 31994 clauses out of 64015 with flag 2044675/551002
131.53/130.00	c cleaning 32994 clauses out of 66020 with flag 2142417/585001
141.03/139.49	c cleaning 33998 clauses out of 68026 with flag 2257709/620001
151.13/149.55	c cleaning 35006 clauses out of 70025 with flag 2379592/656001
158.53/156.98	c cleaning 35990 clauses out of 72014 with flag 2496429/693001
171.20/169.44	c cleaning 37003 clauses out of 74024 with flag 2575276/731001
180.90/179.18	c cleaning 37996 clauses out of 76016 with flag 2672030/770000
190.10/188.33	c cleaning 38998 clauses out of 78011 with flag 2771053/810000
197.70/195.99	c cleaning 39990 clauses out of 80015 with flag 2873481/851002
210.01/208.26	c cleaning 41003 clauses out of 82024 with flag 2968885/893001
222.61/220.81	c cleaning 41996 clauses out of 84021 with flag 3065808/936001
236.31/234.59	c cleaning 43006 clauses out of 86025 with flag 3165154/980001
251.71/249.98	c cleaning 43995 clauses out of 88018 with flag 3264795/1025000
266.71/264.95	c cleaning 45001 clauses out of 90023 with flag 3376537/1071000
283.42/281.61	c cleaning 46001 clauses out of 92022 with flag 3491688/1118000
300.42/298.60	c cleaning 47002 clauses out of 94021 with flag 3606808/1166000
310.92/309.10	c cleaning 47999 clauses out of 96001 with flag 3812568/1215000
328.32/326.58	c cleaning 48999 clauses out of 98002 with flag 3916377/1265000
346.73/344.90	c cleaning 49998 clauses out of 100004 with flag 4022378/1316001
366.13/364.34	c cleaning 51000 clauses out of 102006 with flag 4130580/1368001
386.63/384.81	c cleaning 52000 clauses out of 104005 with flag 4240850/1421000
408.32/406.56	c cleaning 53001 clauses out of 106006 with flag 4353406/1475001
431.52/429.79	c cleaning 54002 clauses out of 108004 with flag 4468092/1530000
456.03/454.24	c cleaning 54997 clauses out of 110002 with flag 4584357/1586000
481.73/479.93	c cleaning 56000 clauses out of 112005 with flag 4702917/1643000
509.14/507.35	c cleaning 57001 clauses out of 114006 with flag 4823724/1701001
540.76/538.76	c cleaning 58001 clauses out of 116005 with flag 4946581/1760001
571.87/569.83	c cleaning 59000 clauses out of 118004 with flag 5071514/1820001
604.87/602.80	c cleaning 60001 clauses out of 120004 with flag 5198605/1881001
639.37/637.38	c cleaning 60998 clauses out of 122002 with flag 5327736/1943000
676.28/674.25	c cleaning 61999 clauses out of 124004 with flag 5459144/2006000
715.69/713.67	c cleaning 63001 clauses out of 126006 with flag 5592584/2070001
757.68/755.65	c cleaning 64000 clauses out of 128005 with flag 5728027/2135001
801.10/799.04	c cleaning 65000 clauses out of 130005 with flag 5865669/2201001
847.20/845.10	c cleaning 65999 clauses out of 132005 with flag 6005403/2268001
895.01/892.94	c cleaning 67000 clauses out of 134005 with flag 6147024/2336000
947.91/945.87	c cleaning 67999 clauses out of 136005 with flag 6290613/2405000
1003.90/1001.83	c cleaning 68999 clauses out of 138006 with flag 6436391/2475000
1059.69/1057.64	c cleaning 70003 clauses out of 140007 with flag 6584481/2546000
1116.90/1114.87	c cleaning 70999 clauses out of 142004 with flag 6734545/2618000
1175.01/1172.92	c cleaning 72001 clauses out of 144006 with flag 6880897/2691001
1250.00/1247.66	c cleaning 73000 clauses out of 146005 with flag 7028897/2765001
1327.81/1325.48	c cleaning 74001 clauses out of 148005 with flag 7178897/2840001
1399.41/1397.08	c cleaning 74999 clauses out of 150004 with flag 7330897/2916001
1477.32/1474.93	c cleaning 76003 clauses out of 152005 with flag 7484897/2993001
1552.13/1549.80	c cleaning 77001 clauses out of 154002 with flag 7640897/3071001
1635.34/1632.99	c cleaning 77997 clauses out of 156001 with flag 7798897/3150001
1718.23/1715.58	c cleaning 78999 clauses out of 158004 with flag 7958897/3230001
1800.04/1797.30	c starts		: 29101
1800.04/1797.30	c conflicts		: 3311001
1800.04/1797.30	c decisions		: 8375416
1800.04/1797.30	c propagations		: 81722697
1800.04/1797.30	c inspects		: 33641214566
1800.04/1797.30	c shortcuts		: 0
1800.04/1797.30	c learnt literals	: 93
1800.04/1797.30	c learnt binary clauses	: 374
1800.04/1797.30	c learnt ternary clauses	: 61
1800.04/1797.30	c learnt constraints	: 3310908
1800.04/1797.30	c ignored constraints	: 0
1800.04/1797.30	c root simplifications	: 0
1800.04/1797.30	c removed literals (reason simplification)	: 0
1800.04/1797.30	c reason swapping (by a shorter reason)	: 0
1800.04/1797.30	c Calls to reduceDB	: 77
1800.04/1797.30	c Number of update (reduction) of LBD	: 148753
1800.04/1797.30	c Imported unit clauses	: 0
1800.04/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.30	c number of learned constraints concerned by reduction	: 0
1800.04/1797.30	c number of learning phase by resolution	: 0
1800.04/1797.30	c number of learning phase by cutting planes	: 0
1800.04/1797.30	c speed (assignments/second)	: 45496.53554090767
1800.04/1797.30	c non guided choices	1827513
1800.04/1797.33	c learnt constraints type 
1800.04/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 374
1800.04/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159631
1800.04/1797.33	s UNKNOWN
1800.04/1797.33	c Total wall clock time (in seconds): 1797.212

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

pid=19016
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.00 2.00 2.00 3/196 19019
/proc/meminfo: memFree=30617324/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/19019/stat : 19019 (java) R 19016 19019 11773 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 25975978 9445376 93 33554432000 1073741824 1073778376 140736767559664 140736767556792 206399649207 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2306 96 76 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 19019
/proc/meminfo: memFree=30617324/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 4409 0 1 0 7 2 0 0 20 0 18 0 25975978 9787879424 6034 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 19019
/proc/meminfo: memFree=30617324/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 5049 0 1 0 27 2 0 0 20 0 18 0 25975978 9787879424 7434 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2389619 7434 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 19019
/proc/meminfo: memFree=30617324/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 5663 0 1 0 44 3 0 0 20 0 18 0 25975978 9787879424 11799 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2389619 11799 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 19019
/proc/meminfo: memFree=30617324/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 6170 0 1 0 104 7 0 0 20 0 18 0 25975978 9787879424 44400 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2389619 44400 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 19038
/proc/meminfo: memFree=30444928/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 8829 0 1 0 226 8 0 0 20 0 19 0 25975978 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2406260 45928 2274 9 0 2396937 0
[pid=19019/tid=19021] ppid=19016 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/19019/task/19021/stat : 19021 (java) R 19016 19019 11773 0 -1 4202560 2471 0 1 0 139 4 0 0 20 0 19 0 25975979 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157171597480 140157014154744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19022] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19022/stat : 19022 (java) S 19016 19019 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157133089448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19023] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19023/stat : 19023 (java) S 19016 19019 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157132036904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19024] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19024/stat : 19024 (java) S 19016 19019 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157013453736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19025] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19025/stat : 19025 (java) S 19016 19019 11773 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157012401192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19026] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19026/stat : 19026 (java) S 19016 19019 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157011347624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19027] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19027/stat : 19027 (java) S 19016 19019 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157010295080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19028] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19028/stat : 19028 (java) S 19016 19019 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157009242536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19029] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19029/stat : 19029 (java) S 19016 19019 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140157008189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19030] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19030/stat : 19030 (java) S 19016 19019 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 25975981 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156525861480 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19031] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19031/stat : 19031 (java) S 19016 19019 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156524807800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19032] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19032/stat : 19032 (java) S 19016 19019 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156523755144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19033] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19033/stat : 19033 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156522703888 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19034] ppid=19016 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19019/task/19034/stat : 19034 (java) S 19016 19019 11773 0 -1 4202560 2420 0 0 0 38 1 0 0 20 0 19 0 25975984 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156521650232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19035] ppid=19016 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19019/task/19035/stat : 19035 (java) S 19016 19019 11773 0 -1 4202560 2528 0 0 0 35 0 0 0 20 0 19 0 25975984 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156520597688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19036] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19036/stat : 19036 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156519545336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19037] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19037/stat : 19037 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156518493000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 45928 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 19038
/proc/meminfo: memFree=30440828/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9625040 CPUtime=4.4 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 15980 0 1 0 431 9 0 0 20 0 19 0 25975978 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2406260 50121 2278 9 0 2396937 0
[pid=19019/tid=19021] ppid=19016 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/19019/task/19021/stat : 19021 (java) R 19016 19019 11773 0 -1 4202560 2473 0 1 0 299 4 0 0 20 0 19 0 25975979 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157171597528 140157014153028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19022] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19022/stat : 19022 (java) S 19016 19019 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157133089448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19023] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19023/stat : 19023 (java) S 19016 19019 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157132036904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19024] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19024/stat : 19024 (java) S 19016 19019 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157013453736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19025] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19025/stat : 19025 (java) S 19016 19019 11773 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157012401192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19026] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19026/stat : 19026 (java) S 19016 19019 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157011347624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19027] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19027/stat : 19027 (java) S 19016 19019 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157010295080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19028] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19028/stat : 19028 (java) S 19016 19019 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157009242536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19029] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19029/stat : 19029 (java) S 19016 19019 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25975980 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140157008189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19030] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19030/stat : 19030 (java) S 19016 19019 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25975981 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156525861480 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19031] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19031/stat : 19031 (java) S 19016 19019 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156524807800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19032] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19032/stat : 19032 (java) S 19016 19019 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156523755144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19033] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19033/stat : 19033 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156522703888 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19034] ppid=19016 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/19019/task/19034/stat : 19034 (java) S 19016 19019 11773 0 -1 4202560 9564 0 0 0 82 2 0 0 20 0 19 0 25975984 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156521650232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19035] ppid=19016 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19019/task/19035/stat : 19035 (java) S 19016 19019 11773 0 -1 4202560 2532 0 0 0 36 0 0 0 20 0 19 0 25975984 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156520597688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19036] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19036/stat : 19036 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156519545336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19037] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19037/stat : 19037 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156518493000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 50121 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 19038
/proc/meminfo: memFree=30386700/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9625040 CPUtime=7.78 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 16406 0 1 0 764 14 0 0 20 0 19 0 25975978 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2406260 59401 2278 9 0 2396937 0
[pid=19019/tid=19021] ppid=19016 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/19019/task/19021/stat : 19021 (java) R 19016 19019 11773 0 -1 4202560 2476 0 1 0 614 4 0 0 20 0 19 0 25975979 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157171588800 140157014152847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19022] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19022/stat : 19022 (java) S 19016 19019 11773 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157133089448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19023] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19023/stat : 19023 (java) S 19016 19019 11773 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157132036904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19024] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19024/stat : 19024 (java) S 19016 19019 11773 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157013453736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19025] ppid=19016 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/19019/task/19025/stat : 19025 (java) S 19016 19019 11773 0 -1 4202560 125 0 0 0 5 1 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157012401192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19026] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19026/stat : 19026 (java) S 19016 19019 11773 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157011347624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19027] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19027/stat : 19027 (java) S 19016 19019 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157010295080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19028] ppid=19016 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19019/task/19028/stat : 19028 (java) S 19016 19019 11773 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157009242536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19029] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19029/stat : 19029 (java) S 19016 19019 11773 0 -1 4202560 104 0 0 0 1 1 0 0 20 0 19 0 25975980 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140157008189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19030] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19030/stat : 19030 (java) S 19016 19019 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25975981 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156525861480 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19031] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19031/stat : 19031 (java) S 19016 19019 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156524807800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19032] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19032/stat : 19032 (java) S 19016 19019 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156523755144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19033] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19033/stat : 19033 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156522703888 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19034] ppid=19016 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/19019/task/19034/stat : 19034 (java) S 19016 19019 11773 0 -1 4202560 9564 0 0 0 84 2 0 0 20 0 19 0 25975984 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156521650232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19035] ppid=19016 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19019/task/19035/stat : 19035 (java) S 19016 19019 11773 0 -1 4202560 2532 0 0 0 38 0 0 0 20 0 19 0 25975984 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156520597688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19036] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19036/stat : 19036 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156519545336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19037] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19037/stat : 19037 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156518493000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 59401 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9625040


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

[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.05 1.13 1.50 2/191 19137
/proc/meminfo: memFree=30978864/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9625040 CPUtime=1725.03 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 18992 0 1 0 172409 94 0 0 20 0 19 0 25975978 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2406260 231492 2279 9 0 2396937 0
[pid=19019/tid=19021] ppid=19016 vsize=9625040 CPUtime=1717.19 cores=0,2,4,6
/proc/19019/task/19021/stat : 19021 (java) R 19016 19019 11773 0 -1 4202560 2824 0 1 0 171685 34 0 0 20 0 19 0 25975979 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157171588896 140157014131091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19022] ppid=19016 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19019/task/19022/stat : 19022 (java) S 19016 19019 11773 0 -1 4202560 265 0 0 0 10 6 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157133089448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19023] ppid=19016 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19019/task/19023/stat : 19023 (java) S 19016 19019 11773 0 -1 4202560 155 0 0 0 11 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157132036904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19024] ppid=19016 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19019/task/19024/stat : 19024 (java) S 19016 19019 11773 0 -1 4202560 247 0 0 0 15 10 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157013453736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19025] ppid=19016 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19019/task/19025/stat : 19025 (java) S 19016 19019 11773 0 -1 4202560 265 0 0 0 14 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157012401192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19026] ppid=19016 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19019/task/19026/stat : 19026 (java) S 19016 19019 11773 0 -1 4202560 270 0 0 0 12 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157011347624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19027] ppid=19016 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19019/task/19027/stat : 19027 (java) S 19016 19019 11773 0 -1 4202560 270 0 0 0 13 6 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157010295080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19028] ppid=19016 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19019/task/19028/stat : 19028 (java) S 19016 19019 11773 0 -1 4202560 306 0 0 0 14 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157009242536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19029] ppid=19016 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19019/task/19029/stat : 19029 (java) S 19016 19019 11773 0 -1 4202560 370 0 0 0 16 10 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157008189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19030] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19030/stat : 19030 (java) S 19016 19019 11773 0 -1 4202560 543 0 0 0 0 2 0 0 20 0 19 0 25975981 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156525861480 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19031] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19031/stat : 19031 (java) S 19016 19019 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156524807800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19032] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19032/stat : 19032 (java) S 19016 19019 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156523755144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19033] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19033/stat : 19033 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156522703888 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19034] ppid=19016 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/19019/task/19034/stat : 19034 (java) S 19016 19019 11773 0 -1 4202560 9580 0 0 0 93 2 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156521650232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19035] ppid=19016 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19019/task/19035/stat : 19035 (java) S 19016 19019 11773 0 -1 4202560 2532 0 0 0 39 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156520597688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19036] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19036/stat : 19036 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156519545336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19037] ppid=19016 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/19019/task/19037/stat : 19037 (java) S 19016 19019 11773 0 -1 4202560 101 0 0 0 25 33 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156518493000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.02 1.10 1.46 2/190 19138
/proc/meminfo: memFree=30978692/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9625040 CPUtime=1785.04 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 18994 0 1 0 178409 95 0 0 20 0 19 0 25975978 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2406260 231492 2279 9 0 2396937 0
[pid=19019/tid=19021] ppid=19016 vsize=9625040 CPUtime=1777.04 cores=0,2,4,6
/proc/19019/task/19021/stat : 19021 (java) R 19016 19019 11773 0 -1 4202560 2824 0 1 0 177669 35 0 0 20 0 19 0 25975979 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157171588896 140157014131091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19022] ppid=19016 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19019/task/19022/stat : 19022 (java) S 19016 19019 11773 0 -1 4202560 265 0 0 0 10 6 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157133089448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19023] ppid=19016 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19019/task/19023/stat : 19023 (java) S 19016 19019 11773 0 -1 4202560 155 0 0 0 11 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157132036904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19024] ppid=19016 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19019/task/19024/stat : 19024 (java) S 19016 19019 11773 0 -1 4202560 247 0 0 0 15 10 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157013453736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19025] ppid=19016 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19019/task/19025/stat : 19025 (java) S 19016 19019 11773 0 -1 4202560 265 0 0 0 14 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157012401192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19026] ppid=19016 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19019/task/19026/stat : 19026 (java) S 19016 19019 11773 0 -1 4202560 270 0 0 0 12 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157011347624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19027] ppid=19016 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19019/task/19027/stat : 19027 (java) S 19016 19019 11773 0 -1 4202560 270 0 0 0 13 6 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157010295080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19028] ppid=19016 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19019/task/19028/stat : 19028 (java) S 19016 19019 11773 0 -1 4202560 306 0 0 0 14 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157009242536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19029] ppid=19016 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19019/task/19029/stat : 19029 (java) S 19016 19019 11773 0 -1 4202560 370 0 0 0 16 10 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157008189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19030] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19030/stat : 19030 (java) S 19016 19019 11773 0 -1 4202560 543 0 0 0 0 2 0 0 20 0 19 0 25975981 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156525861480 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19031] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19031/stat : 19031 (java) S 19016 19019 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156524807800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19032] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19032/stat : 19032 (java) S 19016 19019 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156523755144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19033] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19033/stat : 19033 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156522703888 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19034] ppid=19016 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/19019/task/19034/stat : 19034 (java) S 19016 19019 11773 0 -1 4202560 9580 0 0 0 93 2 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156521650232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19035] ppid=19016 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19019/task/19035/stat : 19035 (java) S 19016 19019 11773 0 -1 4202560 2532 0 0 0 39 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156520597688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19036] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19036/stat : 19036 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156519545336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19037] ppid=19016 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/19019/task/19037/stat : 19037 (java) S 19016 19019 11773 0 -1 4202560 103 0 0 0 26 34 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156518493000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 1.01 1.10 1.45 2/190 19138
/proc/meminfo: memFree=30978820/32872528 swapFree=7780/7780
[pid=19019] ppid=19016 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/19019/stat : 19019 (java) S 19016 19019 11773 0 -1 4202496 18996 0 1 0 179909 95 0 0 20 0 19 0 25975978 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140736767550800 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19019/statm: 2406260 231492 2279 9 0 2396937 0
[pid=19019/tid=19021] ppid=19016 vsize=9625040 CPUtime=1792 cores=0,2,4,6
/proc/19019/task/19021/stat : 19021 (java) R 19016 19019 11773 0 -1 4202560 2824 0 1 0 179165 35 0 0 20 0 19 0 25975979 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157171588896 140157014385405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19022] ppid=19016 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19019/task/19022/stat : 19022 (java) S 19016 19019 11773 0 -1 4202560 265 0 0 0 10 6 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157133089448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19023] ppid=19016 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19019/task/19023/stat : 19023 (java) S 19016 19019 11773 0 -1 4202560 155 0 0 0 11 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157132036904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19024] ppid=19016 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19019/task/19024/stat : 19024 (java) S 19016 19019 11773 0 -1 4202560 247 0 0 0 15 10 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157013453736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19019/tid=19025] ppid=19016 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19019/task/19025/stat : 19025 (java) S 19016 19019 11773 0 -1 4202560 265 0 0 0 14 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157012401192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19026] ppid=19016 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19019/task/19026/stat : 19026 (java) S 19016 19019 11773 0 -1 4202560 270 0 0 0 12 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157011347624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19027] ppid=19016 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19019/task/19027/stat : 19027 (java) S 19016 19019 11773 0 -1 4202560 270 0 0 0 13 6 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157010295080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19028] ppid=19016 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19019/task/19028/stat : 19028 (java) S 19016 19019 11773 0 -1 4202560 306 0 0 0 14 7 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157009242536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19029] ppid=19016 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19019/task/19029/stat : 19029 (java) S 19016 19019 11773 0 -1 4202560 370 0 0 0 16 10 0 0 20 0 19 0 25975980 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140157008189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19030] ppid=19016 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19019/task/19030/stat : 19030 (java) S 19016 19019 11773 0 -1 4202560 543 0 0 0 0 2 0 0 20 0 19 0 25975981 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156525861480 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19031] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19031/stat : 19031 (java) S 19016 19019 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156524807800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19032] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19032/stat : 19032 (java) S 19016 19019 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25975982 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156523755144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19033] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19033/stat : 19033 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156522703888 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19034] ppid=19016 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/19019/task/19034/stat : 19034 (java) S 19016 19019 11773 0 -1 4202560 9580 0 0 0 93 2 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156521650232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19019/tid=19035] ppid=19016 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19019/task/19035/stat : 19035 (java) S 19016 19019 11773 0 -1 4202560 2532 0 0 0 39 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156520597688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19036] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19036/stat : 19036 (java) S 19016 19019 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156519545336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19019/tid=19037] ppid=19016 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/19019/task/19037/stat : 19037 (java) S 19016 19019 11773 0 -1 4202560 105 0 0 0 27 34 0 0 20 0 19 0 25975984 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156518493000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19019/tid=19038] ppid=19016 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19019/task/19038/stat : 19038 (java) S 19016 19019 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25976085 9856040960 231492 33554432000 1073741824 1073778376 140736767559664 140156517438760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 19019 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 19019 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=478197
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=472776
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.34
CPU time (s): 1800.04
CPU user time (s): 1799.09
CPU system time (s): 0.95
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.47278
maximum resident set size= 1036048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19036
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38266
involuntary context switches= 6512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98348 second user time and 13.484 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 10:41:41
IDJOB=4103460
IDBENCH=2367
IDSOLVER=2546
FILE ID=node133/4103460-1466239300
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 1a4e4bfb1c77b43166d46bacbe01c892
RANDOM SEED=846520437

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:        30617992 kB
Buffers:          108552 kB
Cached:           123936 kB
SwapCached:          892 kB
Active:          1337668 kB
Inactive:         165772 kB
Active(anon):    1272224 kB
Inactive(anon):     1364 kB
Active(file):      65444 kB
Inactive(file):   164408 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              5344 kB
Writeback:             0 kB
AnonPages:       1286912 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             601728 kB
SReclaimable:      44880 kB
SUnreclaim:       556848 kB
KernelStack:        1632 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2133560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1239040 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 11:11:38