Trace number 4103340

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.07 1790.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos2.opb
MD5SUM44facea850693084b6f9bb62059a35af
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 variables32294
Total number of constraints1133
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints1120
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 124
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 8589934588
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4103340-1466236662.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  objective function found
1.32/0.68	c ... done. Wall clock time 0.568s.
1.32/0.68	c declared #vars     32294
1.32/0.68	c #constraints  1176
1.32/0.68	c constraints type 
1.32/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
1.32/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
1.32/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1139
1.32/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1.32/0.68	c 1176 constraints processed.
1.32/0.68	c objective function length is 124 literals
5.55/4.24	c cleaning 2497 clauses out of 5000 with flag 10842/5000
8.63/7.28	c cleaning 4252 clauses out of 8504 with flag 23609/11001
12.44/11.06	c cleaning 5623 clauses out of 11252 with flag 38631/18001
16.53/15.17	c cleaning 6815 clauses out of 13630 with flag 55629/26002
21.99/20.40	c cleaning 7905 clauses out of 15814 with flag 74674/35001
28.38/26.86	c cleaning 8955 clauses out of 17909 with flag 95948/45001
35.28/33.79	c cleaning 9974 clauses out of 19954 with flag 119005/56001
42.39/40.82	c cleaning 10991 clauses out of 21982 with flag 143866/68003
49.29/47.79	c cleaning 11983 clauses out of 23988 with flag 171048/81000
58.79/57.27	c cleaning 13005 clauses out of 26010 with flag 201068/95005
67.99/66.40	c cleaning 13998 clauses out of 28004 with flag 232634/110004
77.13/75.38	c cleaning 14997 clauses out of 30004 with flag 266311/126002
86.53/84.80	c cleaning 16001 clauses out of 32005 with flag 302061/143000
96.13/94.36	c cleaning 17001 clauses out of 34005 with flag 339653/161001
106.43/104.61	c cleaning 17998 clauses out of 36003 with flag 379048/180000
119.25/117.20	c cleaning 19003 clauses out of 38005 with flag 421635/200000
131.55/129.56	c cleaning 20002 clauses out of 40006 with flag 465905/221004
144.35/142.30	c cleaning 20995 clauses out of 42000 with flag 511576/243000
157.35/155.39	c cleaning 21997 clauses out of 44005 with flag 559300/266000
171.42/169.39	c cleaning 22996 clauses out of 46008 with flag 609318/290000
186.02/183.96	c cleaning 24003 clauses out of 48018 with flag 661706/315006
202.12/200.04	c cleaning 25001 clauses out of 50009 with flag 716828/341000
217.91/215.54	c cleaning 26004 clauses out of 52009 with flag 773660/368001
235.51/233.18	c cleaning 27002 clauses out of 54008 with flag 833645/396004
254.40/251.79	c cleaning 28002 clauses out of 56006 with flag 894851/425004
274.70/272.05	c cleaning 28995 clauses out of 58002 with flag 958438/455002
296.29/293.62	c cleaning 29997 clauses out of 60005 with flag 1024275/486000
318.65/315.79	c cleaning 31002 clauses out of 62008 with flag 1092549/518000
340.26/337.04	c cleaning 32004 clauses out of 64010 with flag 1163148/551004
361.46/358.22	c cleaning 32995 clauses out of 66002 with flag 1234327/585000
384.93/381.65	c cleaning 34000 clauses out of 68008 with flag 1308269/620001
408.02/404.76	c cleaning 34997 clauses out of 70007 with flag 1384789/656000
431.10/427.73	c cleaning 36003 clauses out of 72010 with flag 1462336/693000
454.84/451.30	c cleaning 37003 clauses out of 74012 with flag 1542617/731005
478.37/474.73	c cleaning 38001 clauses out of 76005 with flag 1625475/770001
505.17/501.50	c cleaning 39000 clauses out of 78003 with flag 1710607/810000
531.09/527.49	c cleaning 39999 clauses out of 80003 with flag 1796282/851000
560.45/556.74	c cleaning 41001 clauses out of 82006 with flag 1885270/893002
592.35/588.58	c cleaning 41999 clauses out of 84007 with flag 1978381/936004
624.23/620.35	c cleaning 43002 clauses out of 86004 with flag 2071415/980000
657.52/653.60	c cleaning 43997 clauses out of 88004 with flag 2164981/1025002
691.21/687.15	c cleaning 44996 clauses out of 90005 with flag 2261243/1071000
726.17/722.05	c cleaning 46001 clauses out of 92009 with flag 2359680/1118000
761.47/757.24	c cleaning 46997 clauses out of 94009 with flag 2460879/1166001
798.74/794.38	c cleaning 48006 clauses out of 96015 with flag 2565376/1215004
836.98/832.50	c cleaning 48998 clauses out of 98006 with flag 2670227/1265001
875.27/870.64	c cleaning 50000 clauses out of 100009 with flag 2777814/1316002
916.01/911.17	c cleaning 50999 clauses out of 102009 with flag 2889527/1368002
956.63/951.67	c cleaning 52003 clauses out of 104010 with flag 3000829/1421002
996.39/991.25	c cleaning 53000 clauses out of 106007 with flag 3113650/1475002
1037.56/1032.35	c cleaning 54001 clauses out of 108005 with flag 3228957/1530000
1076.70/1071.36	c cleaning 54998 clauses out of 110006 with flag 3347838/1586002
1114.95/1109.49	c cleaning 56004 clauses out of 112007 with flag 3469092/1643001
1153.63/1147.96	c cleaning 57001 clauses out of 114002 with flag 3594051/1701000
1194.44/1188.53	c cleaning 57989 clauses out of 116001 with flag 3719374/1760000
1237.47/1231.43	c cleaning 59002 clauses out of 118015 with flag 3847352/1820003
1280.98/1274.82	c cleaning 60001 clauses out of 120011 with flag 3978503/1881001
1328.26/1321.91	c cleaning 61002 clauses out of 122009 with flag 4111985/1943000
1371.63/1365.19	c cleaning 62003 clauses out of 124014 with flag 4245854/2006007
1418.40/1411.71	c cleaning 63002 clauses out of 126005 with flag 4381817/2070001
1466.22/1459.11	c cleaning 64000 clauses out of 128003 with flag 4520194/2135001
1520.90/1513.52	c cleaning 64992 clauses out of 130002 with flag 4660327/2201000
1577.27/1569.47	c cleaning 65999 clauses out of 132017 with flag 4805434/2268007
1636.04/1627.83	c cleaning 67006 clauses out of 134012 with flag 4953971/2336001
1693.36/1684.71	c cleaning 68002 clauses out of 136012 with flag 5104742/2405007
1749.16/1739.97	c cleaning 68999 clauses out of 138003 with flag 5256418/2475000
1800.07/1790.40	c starts		: 15
1800.07/1790.40	c conflicts		: 2540113
1800.07/1790.40	c decisions		: 2799855
1800.07/1790.40	c propagations		: 25645437
1800.07/1790.40	c inspects		: 10910350873
1800.07/1790.40	c shortcuts		: 0
1800.07/1790.40	c learnt literals	: 0
1800.07/1790.40	c learnt binary clauses	: 7
1800.07/1790.40	c learnt ternary clauses	: 6
1800.07/1790.40	c learnt constraints	: 2540113
1800.07/1790.40	c ignored constraints	: 0
1800.07/1790.40	c root simplifications	: 0
1800.07/1790.40	c removed literals (reason simplification)	: 0
1800.07/1790.40	c reason swapping (by a shorter reason)	: 0
1800.07/1790.40	c Calls to reduceDB	: 66
1800.07/1790.40	c Number of update (reduction) of LBD	: 277524
1800.07/1790.40	c Imported unit clauses	: 0
1800.07/1790.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1790.40	c number of learned constraints concerned by reduction	: 0
1800.07/1790.40	c number of learning phase by resolution	: 0
1800.07/1790.40	c number of learning phase by cutting planes	: 0
1800.07/1790.40	c speed (assignments/second)	: 14330.710505022507
1800.07/1790.40	c non guided choices	2013
1800.07/1790.40	c timeout
1800.07/1790.43	c learnt constraints type 
1800.07/1790.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.07/1790.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134110
1800.07/1790.43	s UNKNOWN
1800.07/1790.43	c Total wall clock time (in seconds): 1790.315

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-4103340-1466236662/watcher-4103340-1466236662 -o /tmp/evaluation-result-4103340-1466236662/solver-4103340-1466236662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103340-1466236662.opb 

pid=10885
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.28 2.28 2.26 3/196 10888
/proc/meminfo: memFree=29987408/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/10888/stat : 10888 (java) R 10885 10888 4518 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 25712610 5767168 52 33554432000 1073741824 1073778376 140736111178912 140736111176040 273896533895 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 1408 55 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.28 2.28 2.26 3/196 10888
/proc/meminfo: memFree=29987408/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 4451 0 1 0 8 0 0 0 20 0 18 0 25712610 9787879424 5581 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2389619 5581 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.28 2.28 2.26 3/196 10888
/proc/meminfo: memFree=29987408/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 5129 0 1 0 28 1 0 0 20 0 18 0 25712610 9787879424 6499 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2389619 6499 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.28 2.28 2.26 3/196 10888
/proc/meminfo: memFree=29987408/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 11890 0 1 0 55 2 0 0 20 0 18 0 25712610 9787879424 13150 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2389619 13150 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 2.28 2.28 2.26 3/196 10888
/proc/meminfo: memFree=29987408/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 16398 0 1 0 139 4 0 0 20 0 18 0 25712610 9787879424 42064 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2389619 42064 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.50 2.32 2.28 10/215 10907
/proc/meminfo: memFree=29797652/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 16682 0 1 0 270 6 0 0 20 0 19 0 25712610 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 50499 2272 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 4518 0 -1 4202560 2534 0 1 0 140 3 0 0 20 0 19 0 25712611 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234984595720 140234857257269 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234828106792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234827053992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234826001192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 4518 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234824948392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234823895592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234822842792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234821789992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234820737192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 4518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25712613 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234808540136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234807486200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234806433288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234805381776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 4518 0 -1 4202560 6840 0 0 0 59 0 0 0 20 0 19 0 25712616 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234804328888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 4518 0 -1 4202560 5919 0 0 0 61 0 0 0 20 0 19 0 25712616 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234803276088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234802223480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234801170888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 50499 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.50 2.32 2.28 4/215 10907
/proc/meminfo: memFree=29792812/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9625040 CPUtime=4.46 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 16701 0 1 0 440 6 0 0 20 0 19 0 25712610 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 50517 2274 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 4518 0 -1 4202560 2535 0 1 0 298 4 0 0 20 0 19 0 25712611 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234984595440 140234857325784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234828106792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234827053992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234826001192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 4518 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234824948392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234823895592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234822842792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234821789992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234820737192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 4518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25712613 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234808540136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234807486200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234806433288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234805381776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 4518 0 -1 4202560 6840 0 0 0 60 0 0 0 20 0 19 0 25712616 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234804328888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 4518 0 -1 4202560 5937 0 0 0 71 0 0 0 20 0 19 0 25712616 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234803276088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234802223480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234801170888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 50517 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.54 2.33 2.28 4/215 10907
/proc/meminfo: memFree=29796836/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9625040 CPUtime=7.7 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 16712 0 1 0 763 7 0 0 20 0 19 0 25712610 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 49330 2278 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 4518 0 -1 4202560 2538 0 1 0 616 4 0 0 20 0 19 0 25712611 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234984593712 140234857459403 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234828106792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234827053992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234826001192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 4518 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234824948392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234823895592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234822842792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234821789992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25712612 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234820737192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 4518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25712613 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234808540136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234807486200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234806433288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234805381776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 4518 0 -1 4202560 6844 0 0 0 62 0 0 0 20 0 19 0 25712616 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234804328888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 4518 0 -1 4202560 5941 0 0 0 74 0 0 0 20 0 19 0 25712616 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234803276088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234802223480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234801170888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 49330 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9625040


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

[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 170990 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1670.75
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.33 2.27 2.24 4/215 11040
/proc/meminfo: memFree=29351920/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1731.43 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 22032 0 1 0 173003 140 0 0 20 0 19 0 25712610 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 168789 2287 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1712.1 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 4518 0 -1 4202560 2689 0 1 0 171178 32 0 0 20 0 19 0 25712611 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234984594640 140234857249034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 4518 0 -1 4202560 421 0 0 0 108 12 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234828106792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 4518 0 -1 4202560 411 0 0 0 120 15 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234827053992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 4518 0 -1 4202560 571 0 0 0 111 16 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234826001192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 4518 0 -1 4202560 478 0 0 0 111 12 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234824948392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 4518 0 -1 4202560 620 0 0 0 114 15 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234823895592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 4518 0 -1 4202560 627 0 0 0 130 17 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234822842792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 4518 0 -1 4202560 698 0 0 0 122 15 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234821789992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 4518 0 -1 4202560 530 0 0 0 123 13 0 0 20 0 19 0 25712612 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234820737192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=2.67 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 4518 0 -1 4202560 819 0 0 0 264 3 0 0 20 0 19 0 25712613 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234808540136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234807486200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234806433288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234805381776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 4518 0 -1 4202560 6864 0 0 0 68 0 0 0 20 0 19 0 25712616 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234804328888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 4518 0 -1 4202560 5943 0 0 0 76 0 0 0 20 0 19 0 25712616 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234803276088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234802223480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 4518 0 -1 4202560 99 0 0 0 22 21 0 0 20 0 19 0 25712616 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234801170888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 168789 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1731.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.28 2.24 3/215 11041
/proc/meminfo: memFree=29487472/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1791.91 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 22425 0 1 0 179049 142 0 0 20 0 19 0 25712610 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 129237 2287 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1771.6 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 4518 0 -1 4202560 2710 0 1 0 177128 32 0 0 20 0 19 0 25712611 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234984594640 140234856957372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 4518 0 -1 4202560 493 0 0 0 114 12 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234828106792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 4518 0 -1 4202560 412 0 0 0 129 15 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234827053992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 4518 0 -1 4202560 770 0 0 0 118 16 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234826001192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 4518 0 -1 4202560 567 0 0 0 121 12 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234824948392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 4518 0 -1 4202560 621 0 0 0 122 16 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234823895592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 4518 0 -1 4202560 627 0 0 0 138 17 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234822842792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 4518 0 -1 4202560 699 0 0 0 132 15 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234821789992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 4518 0 -1 4202560 531 0 0 0 134 13 0 0 20 0 19 0 25712612 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234820737192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=2.8 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 4518 0 -1 4202560 823 0 0 0 277 3 0 0 20 0 19 0 25712613 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234808540136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234807486200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234806433288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234805381776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 4518 0 -1 4202560 6864 0 0 0 68 0 0 0 20 0 19 0 25712616 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234804328888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 4518 0 -1 4202560 5943 0 0 0 76 0 0 0 20 0 19 0 25712616 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234803276088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234802223480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 4518 0 -1 4202560 103 0 0 0 23 22 0 0 20 0 19 0 25712616 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234801170888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 129237 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 2.36 2.29 2.24 3/215 11041
/proc/meminfo: memFree=29487732/32872528 swapFree=1482636/1662508
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 4518 0 -1 4202496 22506 0 1 0 179865 142 0 0 20 0 19 0 25712610 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140736111170048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 126734 2287 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1779.48 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 4518 0 -1 4202560 2713 0 1 0 177915 33 0 0 20 0 19 0 25712611 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234984594640 140234857459403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 4518 0 -1 4202560 493 0 0 0 115 12 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234828106792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 4518 0 -1 4202560 412 0 0 0 130 15 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234827053992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 4518 0 -1 4202560 770 0 0 0 120 16 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234826001192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 4518 0 -1 4202560 567 0 0 0 122 12 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234824948392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 4518 0 -1 4202560 621 0 0 0 124 16 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234823895592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 4518 0 -1 4202560 627 0 0 0 139 17 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234822842792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 4518 0 -1 4202560 699 0 0 0 134 15 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234821789992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 4518 0 -1 4202560 531 0 0 0 135 13 0 0 20 0 19 0 25712612 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234820737192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 4518 0 -1 4202560 901 0 0 0 292 4 0 0 20 0 19 0 25712613 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234808540136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234807486200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25712614 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234806433288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234805381776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 4518 0 -1 4202560 6864 0 0 0 68 0 0 0 20 0 19 0 25712616 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234804328888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 4518 0 -1 4202560 5943 0 0 0 76 0 0 0 20 0 19 0 25712616 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234803276088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25712616 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234802223480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 4518 0 -1 4202560 103 0 0 0 23 22 0 0 20 0 19 0 25712616 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234801170888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25712697 9856040960 126734 33554432000 1073741824 1073778376 140736111178912 140234800117416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 10888 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 10888 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=110253
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=901710
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.44
CPU time (s): 1800.07
CPU user time (s): 1798.65
CPU system time (s): 1.42
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.90171
maximum resident set size= 1117976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41721
involuntary context switches= 21308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99248 second user time and 13.5439 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 09:57:42
IDJOB=4103340
IDBENCH=2332
IDSOLVER=2546
FILE ID=node134/4103340-1466236662
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71716 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/milp/normalized-mps-v2-20-10-neos2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103340-1466236662/watcher-4103340-1466236662 -o /tmp/evaluation-result-4103340-1466236662/solver-4103340-1466236662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103340-1466236662.opb

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

MD5SUM BENCH= 44facea850693084b6f9bb62059a35af
RANDOM SEED=1261773938

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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.55
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.020
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.020
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.020
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.54
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.020
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.020
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:        29987772 kB
Buffers:          123256 kB
Cached:           142108 kB
SwapCached:         1008 kB
Active:           274612 kB
Inactive:         201464 kB
Active(anon):     211832 kB
Inactive(anon):     1616 kB
Active(file):      62780 kB
Inactive(file):   199848 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              2680 kB
Writeback:             0 kB
AnonPages:       1883096 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             601208 kB
SReclaimable:      44748 kB
SUnreclaim:       556460 kB
KernelStack:        1640 kB
PageTables:         8184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2460832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71716 MiB
End job on node134 at 2016-06-18 10:27:32