Trace number 4103428

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.01 1797.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dg012142.opb
MD5SUM4f88b3d47f6404caca0c9a65b4bd3b5a
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 variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 1036222338778688
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 1036222338778688
Number of bits of the biggest sum of numbers50
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103428-1466238383.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.36/0.88	c ... done. Wall clock time 0.764s.
1.36/0.88	c declared #vars     41920
1.36/0.88	c #constraints  2777
1.36/0.88	c constraints type 
1.36/0.88	c org.sat4j.specs.Constr$1 => 6
1.36/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
1.36/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2731
1.36/0.88	c 2777 constraints processed.
1.36/0.88	c objective function length is 22720 literals
3.28/2.19	c cleaning 2493 clauses out of 4996 with flag 19409/5002
4.50/3.27	c cleaning 4237 clauses out of 8502 with flag 39095/11001
5.10/3.85	c cleaning 5629 clauses out of 11264 with flag 54336/18000
5.81/4.59	c cleaning 6818 clauses out of 13636 with flag 70930/26001
6.85/5.54	c cleaning 7909 clauses out of 15818 with flag 89584/35001
7.95/6.68	c cleaning 8955 clauses out of 17909 with flag 109941/45001
9.44/8.17	c cleaning 9977 clauses out of 19954 with flag 131942/56001
11.24/9.96	c cleaning 10989 clauses out of 21977 with flag 155942/68001
13.24/11.95	c cleaning 11993 clauses out of 23988 with flag 181942/81001
15.75/14.35	c cleaning 12997 clauses out of 25995 with flag 209942/95001
18.34/16.91	c cleaning 13997 clauses out of 27998 with flag 239942/110001
21.44/20.00	c cleaning 15001 clauses out of 30001 with flag 271942/126001
25.04/23.62	c cleaning 15999 clauses out of 32000 with flag 305942/143001
28.95/27.53	c cleaning 16999 clauses out of 34001 with flag 341942/161001
33.14/31.73	c cleaning 17999 clauses out of 36002 with flag 379942/180001
37.94/36.53	c cleaning 19000 clauses out of 38003 with flag 419942/200001
43.20/41.61	c cleaning 20001 clauses out of 40003 with flag 461942/221001
48.91/47.40	c cleaning 20998 clauses out of 42002 with flag 505942/243001
55.61/54.02	c cleaning 22002 clauses out of 44004 with flag 551942/266001
62.30/60.71	c cleaning 23001 clauses out of 46002 with flag 599942/290001
69.40/67.80	c cleaning 24000 clauses out of 48001 with flag 649942/315001
77.60/76.01	c cleaning 24998 clauses out of 50001 with flag 701942/341001
86.50/84.98	c cleaning 25998 clauses out of 52003 with flag 755942/368001
96.40/94.81	c cleaning 27001 clauses out of 54005 with flag 811942/396001
107.01/105.42	c cleaning 28001 clauses out of 56004 with flag 869942/425001
119.01/117.20	c cleaning 29000 clauses out of 58003 with flag 929942/455001
132.81/131.06	c cleaning 29999 clauses out of 60003 with flag 991942/486001
147.60/145.89	c cleaning 30999 clauses out of 62004 with flag 1055942/518001
162.01/160.24	c cleaning 32002 clauses out of 64005 with flag 1121942/551001
176.62/174.80	c cleaning 32999 clauses out of 66003 with flag 1189942/585001
192.12/190.32	c cleaning 34000 clauses out of 68004 with flag 1259942/620001
208.32/206.59	c cleaning 34999 clauses out of 70004 with flag 1331942/656001
225.62/223.89	c cleaning 35999 clauses out of 72005 with flag 1405942/693001
243.69/241.71	c cleaning 37001 clauses out of 74006 with flag 1481942/731001
262.90/260.97	c cleaning 38003 clauses out of 76005 with flag 1559942/770001
284.00/282.02	c cleaning 38999 clauses out of 78002 with flag 1639942/810001
306.90/304.98	c cleaning 40001 clauses out of 80003 with flag 1721942/851001
332.91/330.96	c cleaning 40998 clauses out of 82002 with flag 1805942/893001
360.91/358.92	c cleaning 42002 clauses out of 84004 with flag 1891942/936001
392.12/390.17	c cleaning 42998 clauses out of 86002 with flag 1979942/980001
425.53/423.58	c cleaning 44000 clauses out of 88004 with flag 2069942/1025001
458.06/455.88	c cleaning 45001 clauses out of 90004 with flag 2161942/1071001
489.16/486.92	c cleaning 45998 clauses out of 92003 with flag 2255942/1118001
521.66/519.43	c cleaning 47000 clauses out of 94005 with flag 2351942/1166001
557.36/555.17	c cleaning 48002 clauses out of 96005 with flag 2449942/1215001
594.37/592.18	c cleaning 49000 clauses out of 98003 with flag 2549942/1265001
632.87/630.62	c cleaning 49996 clauses out of 100003 with flag 2651942/1316001
673.58/671.35	c cleaning 50999 clauses out of 102007 with flag 2755942/1368001
715.29/713.06	c cleaning 52003 clauses out of 104008 with flag 2861942/1421001
760.81/758.56	c cleaning 53002 clauses out of 106005 with flag 2969942/1475001
806.82/804.57	c cleaning 54001 clauses out of 108003 with flag 3079942/1530001
854.12/851.82	c cleaning 54996 clauses out of 110002 with flag 3191942/1586001
907.52/904.99	c cleaning 56000 clauses out of 112006 with flag 3305942/1643001
964.64/962.01	c cleaning 57000 clauses out of 114006 with flag 3421942/1701001
1023.95/1021.32	c cleaning 58000 clauses out of 116006 with flag 3539942/1760001
1087.27/1084.69	c cleaning 59001 clauses out of 118006 with flag 3659942/1820001
1155.49/1152.90	c cleaning 59998 clauses out of 120005 with flag 3781942/1881001
1229.93/1227.22	c cleaning 61003 clauses out of 122007 with flag 3905942/1943001
1308.55/1305.87	c cleaning 61997 clauses out of 124004 with flag 4031942/2006001
1390.16/1387.46	c cleaning 63000 clauses out of 126007 with flag 4159942/2070001
1470.78/1468.08	c cleaning 64001 clauses out of 128007 with flag 4289942/2135001
1548.40/1545.67	c cleaning 64998 clauses out of 130006 with flag 4421942/2201001
1629.74/1626.89	c cleaning 65999 clauses out of 132008 with flag 4555942/2268001
1707.28/1704.30	c cleaning 67002 clauses out of 134009 with flag 4691942/2336001
1786.31/1783.30	c cleaning 67999 clauses out of 136007 with flag 4829942/2405001
1800.01/1797.00	c starts		: 563
1800.01/1797.00	c conflicts		: 2429574
1800.01/1797.00	c decisions		: 2626946
1800.01/1797.00	c propagations		: 13010836
1800.01/1797.00	c inspects		: 33260710988
1800.01/1797.00	c shortcuts		: 0
1800.01/1797.00	c learnt literals	: 6
1800.01/1797.00	c learnt binary clauses	: 3
1800.01/1797.00	c learnt ternary clauses	: 4
1800.01/1797.00	c learnt constraints	: 2429568
1800.01/1797.00	c ignored constraints	: 0
1800.01/1797.00	c root simplifications	: 0
1800.01/1797.00	c removed literals (reason simplification)	: 0
1800.01/1797.00	c reason swapping (by a shorter reason)	: 0
1800.01/1797.00	c Calls to reduceDB	: 65
1800.01/1797.00	c Number of update (reduction) of LBD	: 2227
1800.01/1797.00	c Imported unit clauses	: 0
1800.01/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.00	c number of learned constraints concerned by reduction	: 0
1800.01/1797.00	c number of learning phase by resolution	: 0
1800.01/1797.00	c number of learning phase by cutting planes	: 0
1800.01/1797.00	c speed (assignments/second)	: 7244.181087280907
1800.01/1797.00	c non guided choices	58202
1800.01/1797.01	c timeout
1800.01/1797.03	c learnt constraints type 
1800.01/1797.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.01/1797.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92579
1800.01/1797.03	s UNKNOWN
1800.01/1797.03	c Total wall clock time (in seconds): 1796.911

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-4103428-1466238383/watcher-4103428-1466238383 -o /tmp/evaluation-result-4103428-1466238383/solver-4103428-1466238383 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103428-1466238383.opb 

pid=11808
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.26 2.31 2.28 3/194 11811
/proc/meminfo: memFree=28140740/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11811/stat : 11811 (java) R 11808 11811 5878 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 25886614 9515008 182 33554432000 1073741824 1073778376 140735163320160 140735163311192 226084339381 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11811/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.26 2.31 2.28 3/194 11811
/proc/meminfo: memFree=28140740/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 25886614 9787879424 5575 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2389619 5575 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.26 2.31 2.28 3/194 11811
/proc/meminfo: memFree=28140740/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 5113 0 1 0 28 1 0 0 20 0 18 0 25886614 9787879424 6561 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2389619 6561 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.26 2.31 2.28 3/194 11811
/proc/meminfo: memFree=28140740/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 6151 0 1 0 49 1 0 0 20 0 18 0 25886614 9787879424 10313 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2389619 10313 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.26 2.31 2.28 3/194 11811
/proc/meminfo: memFree=28140740/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 10516 0 1 0 120 6 0 0 20 0 18 0 25886614 9787879424 47160 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2389619 47160 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.24 2.31 2.27 3/213 11830
/proc/meminfo: memFree=27929308/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 10830 0 1 0 247 7 0 0 20 0 19 0 25886614 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2406260 47839 2274 9 0 2396937 0
[pid=11811/tid=11813] ppid=11808 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/11811/task/11813/stat : 11813 (java) R 11808 11811 5878 0 -1 4202560 2532 0 1 0 139 3 0 0 20 0 19 0 25886615 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362560332112 140362433246925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11814] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11814/stat : 11814 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362404199080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11815] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11815/stat : 11815 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362403146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11816] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11816/stat : 11816 (java) S 11808 11811 5878 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362402093992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11817] ppid=11808 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11811/task/11817/stat : 11817 (java) S 11808 11811 5878 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362401041448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11818] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11818/stat : 11818 (java) S 11808 11811 5878 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362399987880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11819] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11819/stat : 11819 (java) S 11808 11811 5878 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362398935336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11820] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11820/stat : 11820 (java) S 11808 11811 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362397882792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11821] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11821/stat : 11821 (java) S 11808 11811 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25886616 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362396830248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11822] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11822/stat : 11822 (java) S 11808 11811 5878 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 25886617 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362384419432 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11823] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11823/stat : 11823 (java) S 11808 11811 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362383365752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11824] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11824/stat : 11824 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362382313096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11825] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11825/stat : 11825 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362381261840 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11826] ppid=11808 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11811/task/11826/stat : 11826 (java) S 11808 11811 5878 0 -1 4202560 2714 0 0 0 48 0 0 0 20 0 19 0 25886620 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362380208184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11827] ppid=11808 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11811/task/11827/stat : 11827 (java) S 11808 11811 5878 0 -1 4202560 4180 0 0 0 46 0 0 0 20 0 19 0 25886620 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362379155640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11828] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11828/stat : 11828 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362378103288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11829] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11829/stat : 11829 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362377050952 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 47839 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.24 2.31 2.27 4/213 11830
/proc/meminfo: memFree=27862028/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 11266 0 1 0 424 10 0 0 20 0 19 0 25886614 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2406260 56913 2278 9 0 2396937 0
[pid=11811/tid=11813] ppid=11808 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/11811/task/11813/stat : 11813 (java) R 11808 11811 5878 0 -1 4202560 2535 0 1 0 295 3 0 0 20 0 19 0 25886615 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362560332040 140362433246139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11814] ppid=11808 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11811/task/11814/stat : 11814 (java) S 11808 11811 5878 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362404199080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11815] ppid=11808 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11811/task/11815/stat : 11815 (java) S 11808 11811 5878 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362403146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11816] ppid=11808 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11811/task/11816/stat : 11816 (java) S 11808 11811 5878 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362402093992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11817] ppid=11808 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11811/task/11817/stat : 11817 (java) S 11808 11811 5878 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362401041448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11818] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11818/stat : 11818 (java) S 11808 11811 5878 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362399987880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11819] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11819/stat : 11819 (java) S 11808 11811 5878 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362398935336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11820] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11820/stat : 11820 (java) S 11808 11811 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362397882792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11821] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11821/stat : 11821 (java) S 11808 11811 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362396830248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11822] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11822/stat : 11822 (java) S 11808 11811 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25886617 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362384419432 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11823] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11823/stat : 11823 (java) S 11808 11811 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362383365752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11824] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11824/stat : 11824 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362382313096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11825] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11825/stat : 11825 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362381261840 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11826] ppid=11808 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11811/task/11826/stat : 11826 (java) S 11808 11811 5878 0 -1 4202560 2721 0 0 0 53 0 0 0 20 0 19 0 25886620 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362380208184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11827] ppid=11808 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/11811/task/11827/stat : 11827 (java) S 11808 11811 5878 0 -1 4202560 4186 0 0 0 49 0 0 0 20 0 19 0 25886620 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362379155640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11828] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11828/stat : 11828 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362378103288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11829] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11829/stat : 11829 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362377050952 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 56913 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.24 2.31 2.27 3/212 11830
/proc/meminfo: memFree=27775212/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9625040 CPUtime=7.64 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 11287 0 1 0 754 10 0 0 20 0 19 0 25886614 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2406260 58862 2278 9 0 2396937 0
[pid=11811/tid=11813] ppid=11808 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/11811/task/11813/stat : 11813 (java) R 11808 11811 5878 0 -1 4202560 2540 0 1 0 614 3 0 0 20 0 19 0 25886615 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362560323264 140362433320701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11814] ppid=11808 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11811/task/11814/stat : 11814 (java) S 11808 11811 5878 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362404199080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11815] ppid=11808 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11811/task/11815/stat : 11815 (java) S 11808 11811 5878 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362403146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11816] ppid=11808 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11811/task/11816/stat : 11816 (java) S 11808 11811 5878 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362402093992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11817] ppid=11808 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11811/task/11817/stat : 11817 (java) S 11808 11811 5878 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362401041448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11818] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11818/stat : 11818 (java) S 11808 11811 5878 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362399987880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11819] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11819/stat : 11819 (java) S 11808 11811 5878 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362398935336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11820] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11820/stat : 11820 (java) S 11808 11811 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362397882792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11821] ppid=11808 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11811/task/11821/stat : 11821 (java) S 11808 11811 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25886616 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362396830248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11822] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11822/stat : 11822 (java) S 11808 11811 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25886617 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362384419432 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11823] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11823/stat : 11823 (java) S 11808 11811 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362383365752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11824] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11824/stat : 11824 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362382313096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11825] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11825/stat : 11825 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362381261840 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11826] ppid=11808 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11811/task/11826/stat : 11826 (java) S 11808 11811 5878 0 -1 4202560 2723 0 0 0 57 0 0 0 20 0 19 0 25886620 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362380208184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11827] ppid=11808 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11811/task/11827/stat : 11827 (java) S 11808 11811 5878 0 -1 4202560 4200 0 0 0 56 0 0 0 20 0 19 0 25886620 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362379155640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11828] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11828/stat : 11828 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362378103288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11829] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11829/stat : 11829 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362377050952 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 58862 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9625040


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

[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.27
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.58 2.03 2.14 2/188 11905
/proc/meminfo: memFree=28571588/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9625040 CPUtime=1725.28 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 14446 0 1 0 172432 96 0 0 20 0 19 0 25886614 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2406260 365617 2287 9 0 2396937 0
[pid=11811/tid=11813] ppid=11808 vsize=9625040 CPUtime=1717.03 cores=0,2,4,6
/proc/11811/task/11813/stat : 11813 (java) R 11808 11811 5878 0 -1 4202560 3575 0 1 0 171662 41 0 0 20 0 19 0 25886615 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362560323264 140362433320755 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11814] ppid=11808 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11811/task/11814/stat : 11814 (java) S 11808 11811 5878 0 -1 4202560 285 0 0 0 22 10 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362404199080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11815] ppid=11808 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11815/stat : 11815 (java) S 11808 11811 5878 0 -1 4202560 254 0 0 0 17 5 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362403146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11816] ppid=11808 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11811/task/11816/stat : 11816 (java) S 11808 11811 5878 0 -1 4202560 220 0 0 0 17 7 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362402093992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11817] ppid=11808 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11811/task/11817/stat : 11817 (java) S 11808 11811 5878 0 -1 4202560 322 0 0 0 21 9 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362401041448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11818] ppid=11808 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11811/task/11818/stat : 11818 (java) S 11808 11811 5878 0 -1 4202560 155 0 0 0 14 6 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362399987880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11819] ppid=11808 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11811/task/11819/stat : 11819 (java) S 11808 11811 5878 0 -1 4202560 256 0 0 0 14 6 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362398935336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11820] ppid=11808 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11811/task/11820/stat : 11820 (java) S 11808 11811 5878 0 -1 4202560 292 0 0 0 18 8 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362397882792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11821] ppid=11808 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11811/task/11821/stat : 11821 (java) S 11808 11811 5878 0 -1 4202560 237 0 0 0 21 8 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362396830248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11822] ppid=11808 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11811/task/11822/stat : 11822 (java) S 11808 11811 5878 0 -1 4202560 565 0 0 0 23 2 0 0 20 0 19 0 25886617 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362384419432 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11823] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11823/stat : 11823 (java) S 11808 11811 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362383365752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11824] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11824/stat : 11824 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362382313096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11825] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11825/stat : 11825 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362381261840 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11826] ppid=11808 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11811/task/11826/stat : 11826 (java) S 11808 11811 5878 0 -1 4202560 2723 0 0 0 57 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362380208184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11827] ppid=11808 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11811/task/11827/stat : 11827 (java) S 11808 11811 5878 0 -1 4202560 4203 0 0 0 58 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362379155640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11828] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11828/stat : 11828 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362378103288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11829] ppid=11808 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11811/task/11829/stat : 11829 (java) S 11808 11811 5878 0 -1 4202560 99 0 0 0 40 28 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362377050952 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.27 1.86 2.07 2/188 11906
/proc/meminfo: memFree=28571472/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9625040 CPUtime=1785.31 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 14450 0 1 0 178433 98 0 0 20 0 19 0 25886614 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2406260 365617 2287 9 0 2396937 0
[pid=11811/tid=11813] ppid=11808 vsize=9625040 CPUtime=1776.87 cores=0,2,4,6
/proc/11811/task/11813/stat : 11813 (java) R 11808 11811 5878 0 -1 4202560 3575 0 1 0 177645 42 0 0 20 0 19 0 25886615 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362560323264 140362433521153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11814] ppid=11808 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11811/task/11814/stat : 11814 (java) S 11808 11811 5878 0 -1 4202560 285 0 0 0 22 10 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362404199080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11815] ppid=11808 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11815/stat : 11815 (java) S 11808 11811 5878 0 -1 4202560 254 0 0 0 17 5 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362403146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11816] ppid=11808 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11811/task/11816/stat : 11816 (java) S 11808 11811 5878 0 -1 4202560 220 0 0 0 17 7 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362402093992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11817] ppid=11808 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11811/task/11817/stat : 11817 (java) S 11808 11811 5878 0 -1 4202560 322 0 0 0 21 9 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362401041448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11818] ppid=11808 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11811/task/11818/stat : 11818 (java) S 11808 11811 5878 0 -1 4202560 155 0 0 0 14 6 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362399987880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11819] ppid=11808 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11811/task/11819/stat : 11819 (java) S 11808 11811 5878 0 -1 4202560 256 0 0 0 14 6 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362398935336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11820] ppid=11808 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11811/task/11820/stat : 11820 (java) S 11808 11811 5878 0 -1 4202560 292 0 0 0 18 8 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362397882792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11821] ppid=11808 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11811/task/11821/stat : 11821 (java) S 11808 11811 5878 0 -1 4202560 237 0 0 0 21 8 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362396830248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11822] ppid=11808 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11811/task/11822/stat : 11822 (java) S 11808 11811 5878 0 -1 4202560 565 0 0 0 23 2 0 0 20 0 19 0 25886617 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362384419432 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11823] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11823/stat : 11823 (java) S 11808 11811 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362383365752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11824] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11824/stat : 11824 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362382313096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11825] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11825/stat : 11825 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362381261840 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11826] ppid=11808 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11811/task/11826/stat : 11826 (java) S 11808 11811 5878 0 -1 4202560 2723 0 0 0 57 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362380208184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11827] ppid=11808 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11811/task/11827/stat : 11827 (java) S 11808 11811 5878 0 -1 4202560 4203 0 0 0 58 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362379155640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11828] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11828/stat : 11828 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362378103288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11829] ppid=11808 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11811/task/11829/stat : 11829 (java) S 11808 11811 5878 0 -1 4202560 103 0 0 0 42 29 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362377050952 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.28 1.83 2.06 2/188 11907
/proc/meminfo: memFree=28571352/32872528 swapFree=1590032/1720848
[pid=11811] ppid=11808 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 5878 0 -1 4202496 14450 0 1 0 179903 98 0 0 20 0 19 0 25886614 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140734274534016 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11811/statm: 2406260 365617 2287 9 0 2396937 0
[pid=11811/tid=11813] ppid=11808 vsize=9625040 CPUtime=1791.53 cores=0,2,4,6
/proc/11811/task/11813/stat : 11813 (java) R 11808 11811 5878 0 -1 4202560 3575 0 1 0 179111 42 0 0 20 0 19 0 25886615 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362560323264 140362433320755 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11814] ppid=11808 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11811/task/11814/stat : 11814 (java) S 11808 11811 5878 0 -1 4202560 285 0 0 0 22 10 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362404199080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11815] ppid=11808 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11815/stat : 11815 (java) S 11808 11811 5878 0 -1 4202560 254 0 0 0 17 5 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362403146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11816] ppid=11808 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11811/task/11816/stat : 11816 (java) S 11808 11811 5878 0 -1 4202560 220 0 0 0 17 7 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362402093992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11817] ppid=11808 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11811/task/11817/stat : 11817 (java) S 11808 11811 5878 0 -1 4202560 322 0 0 0 21 9 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362401041448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11818] ppid=11808 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11811/task/11818/stat : 11818 (java) S 11808 11811 5878 0 -1 4202560 155 0 0 0 14 6 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362399987880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11811/tid=11819] ppid=11808 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11811/task/11819/stat : 11819 (java) S 11808 11811 5878 0 -1 4202560 256 0 0 0 14 6 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362398935336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11820] ppid=11808 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11811/task/11820/stat : 11820 (java) S 11808 11811 5878 0 -1 4202560 292 0 0 0 18 8 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362397882792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11821] ppid=11808 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11811/task/11821/stat : 11821 (java) S 11808 11811 5878 0 -1 4202560 237 0 0 0 21 8 0 0 20 0 19 0 25886616 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362396830248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11811/tid=11822] ppid=11808 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11811/task/11822/stat : 11822 (java) S 11808 11811 5878 0 -1 4202560 565 0 0 0 23 2 0 0 20 0 19 0 25886617 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362384419432 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11823] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11823/stat : 11823 (java) S 11808 11811 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362383365752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11824] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11824/stat : 11824 (java) S 11808 11811 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25886618 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362382313096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11825] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11825/stat : 11825 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362381261840 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11826] ppid=11808 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11811/task/11826/stat : 11826 (java) S 11808 11811 5878 0 -1 4202560 2723 0 0 0 57 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362380208184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11827] ppid=11808 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11811/task/11827/stat : 11827 (java) S 11808 11811 5878 0 -1 4202560 4203 0 0 0 58 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362379155640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11828] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11828/stat : 11828 (java) S 11808 11811 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362378103288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11811/tid=11829] ppid=11808 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11811/task/11829/stat : 11829 (java) S 11808 11811 5878 0 -1 4202560 103 0 0 0 42 29 0 0 20 0 19 0 25886620 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362377050952 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11811/tid=11830] ppid=11808 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11811/task/11830/stat : 11830 (java) S 11808 11811 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25886711 9856040960 365617 33554432000 1073741824 1073778376 140734274542880 140362375996712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 11811 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 11811 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=529190
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=470776
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.04
CPU time (s): 1800.01
CPU user time (s): 1799.03
CPU system time (s): 0.98
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.47078
maximum resident set size= 1503828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38273
involuntary context switches= 3793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76152 second user time and 14.3038 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 10:26:23
IDJOB=4103428
IDBENCH=2355
IDSOLVER=2546
FILE ID=node120/4103428-1466238383
RUNJOBID= node120-1466206086-5894
PBS_JOBID= 19918157
Free space on /tmp= 71720 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-dg012142.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103428-1466238383/watcher-4103428-1466238383 -o /tmp/evaluation-result-4103428-1466238383/solver-4103428-1466238383 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103428-1466238383.opb

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

MD5SUM BENCH= 4f88b3d47f6404caca0c9a65b4bd3b5a
RANDOM SEED=1873675721

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28141120 kB
Buffers:          122780 kB
Cached:           250564 kB
SwapCached:         1812 kB
Active:          1961380 kB
Inactive:         294968 kB
Active(anon):    1884384 kB
Inactive(anon):     1244 kB
Active(file):      76996 kB
Inactive(file):   293724 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:              4372 kB
Writeback:             0 kB
AnonPages:       3593096 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             614640 kB
SReclaimable:      58504 kB
SUnreclaim:       556136 kB
KernelStack:        1592 kB
PageTables:        11392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4388288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 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= 71728 MiB
End job on node120 at 2016-06-18 10:56:20