Trace number 4100653

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.08 1785.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-maros.opb
MD5SUMffbe7c5e96212b70bc71f745eee091ea
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables42240
Total number of constraints836
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 11592
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 532977
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 532977
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100653-1466216020.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.29/0.87	c ... done. Wall clock time 0.745s.
1.29/0.87	c declared #vars     42240
1.29/0.87	c #constraints  1158
1.29/0.87	c constraints type 
1.29/0.87	c org.sat4j.specs.Constr$1 => 13
1.29/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1145
1.29/0.87	c 1158 constraints processed.
1.29/0.87	c objective function length is 10110 literals
3.84/2.84	c cleaning 2487 clauses out of 4974 with flag 14808/5001
6.41/5.36	c cleaning 4244 clauses out of 8487 with flag 35840/11001
8.81/7.72	c cleaning 5621 clauses out of 11242 with flag 59503/18000
11.52/10.36	c cleaning 6812 clauses out of 13623 with flag 81866/26002
15.04/13.85	c cleaning 7901 clauses out of 15809 with flag 107873/35000
18.44/17.12	c cleaning 8946 clauses out of 17908 with flag 140184/45000
22.27/20.92	c cleaning 9977 clauses out of 19962 with flag 180056/56000
27.37/26.05	c cleaning 10993 clauses out of 21985 with flag 225276/68000
30.96/29.62	c cleaning 11990 clauses out of 23992 with flag 265906/81000
34.96/33.57	c cleaning 13002 clauses out of 26004 with flag 309156/95002
39.36/37.95	c cleaning 13991 clauses out of 28000 with flag 359128/110000
43.96/42.54	c cleaning 15000 clauses out of 30009 with flag 418191/126000
49.06/47.63	c cleaning 16005 clauses out of 32009 with flag 480796/143000
54.16/52.73	c cleaning 17001 clauses out of 34004 with flag 537417/161000
59.47/57.97	c cleaning 17983 clauses out of 36003 with flag 586127/180000
67.36/65.82	c cleaning 18994 clauses out of 38020 with flag 640788/200000
73.26/71.73	c cleaning 19999 clauses out of 40027 with flag 716489/221001
79.06/77.56	c cleaning 21012 clauses out of 42028 with flag 792135/243001
85.76/84.28	c cleaning 21993 clauses out of 44016 with flag 862648/266001
92.72/91.02	c cleaning 23002 clauses out of 46022 with flag 949911/290000
99.52/97.86	c cleaning 24000 clauses out of 48020 with flag 1041170/315000
107.32/105.63	c cleaning 24996 clauses out of 50020 with flag 1119352/341000
114.71/113.08	c cleaning 26004 clauses out of 52026 with flag 1205569/368002
122.82/121.15	c cleaning 27007 clauses out of 54023 with flag 1297425/396003
131.52/129.87	c cleaning 28001 clauses out of 56013 with flag 1395773/425000
139.21/137.56	c cleaning 29002 clauses out of 58014 with flag 1492254/455002
148.42/146.65	c cleaning 29996 clauses out of 60012 with flag 1590627/486002
158.72/156.96	c cleaning 30999 clauses out of 62015 with flag 1693286/518001
170.12/168.22	c cleaning 31995 clauses out of 64018 with flag 1776978/551003
183.41/181.44	c cleaning 32996 clauses out of 66020 with flag 1862929/585000
197.67/195.68	c cleaning 33997 clauses out of 68025 with flag 1950522/620001
213.63/211.56	c cleaning 34994 clauses out of 70027 with flag 2074465/656000
231.37/229.21	c cleaning 35995 clauses out of 72033 with flag 2197695/693000
247.93/245.73	c cleaning 37015 clauses out of 74045 with flag 2320988/731007
260.03/257.88	c cleaning 37997 clauses out of 76023 with flag 2442295/770000
283.18/280.83	c cleaning 39020 clauses out of 78041 with flag 2535106/810015
314.91/312.58	c cleaning 40004 clauses out of 80011 with flag 2617113/851005
341.69/339.21	c cleaning 40990 clauses out of 82002 with flag 2701110/893000
370.65/368.10	c cleaning 42003 clauses out of 84012 with flag 2787110/936000
401.84/399.22	c cleaning 43005 clauses out of 86014 with flag 2875120/980005
432.84/430.19	c cleaning 44000 clauses out of 88004 with flag 2965110/1025000
465.26/462.41	c cleaning 44999 clauses out of 90006 with flag 3057114/1071002
500.53/497.62	c cleaning 46001 clauses out of 92006 with flag 3151112/1118001
535.94/532.97	c cleaning 47001 clauses out of 94005 with flag 3247112/1166001
572.08/568.99	c cleaning 47997 clauses out of 96004 with flag 3345112/1215001
609.61/606.36	c cleaning 48997 clauses out of 98006 with flag 3445110/1265000
648.91/645.42	c cleaning 50004 clauses out of 100012 with flag 3547116/1316003
690.71/686.92	c cleaning 51000 clauses out of 102005 with flag 3651110/1368000
734.36/730.10	c cleaning 51998 clauses out of 104006 with flag 3757112/1421001
781.31/776.40	c cleaning 53001 clauses out of 106008 with flag 3865112/1475001
828.57/823.15	c cleaning 53997 clauses out of 108006 with flag 3975110/1530000
877.32/871.48	c cleaning 55002 clauses out of 110012 with flag 4087116/1586003
928.09/921.86	c cleaning 56000 clauses out of 112010 with flag 4201116/1643003
982.48/975.80	c cleaning 57002 clauses out of 114011 with flag 4317118/1701004
1038.26/1031.07	c cleaning 57999 clauses out of 116006 with flag 4435112/1760001
1094.10/1086.39	c cleaning 58997 clauses out of 118008 with flag 4555114/1820002
1151.56/1143.14	c cleaning 60004 clauses out of 120010 with flag 4677112/1881001
1213.23/1204.38	c cleaning 61003 clauses out of 122009 with flag 4801118/1943004
1275.85/1266.45	c cleaning 61991 clauses out of 124004 with flag 4927114/2006002
1343.24/1333.29	c cleaning 63003 clauses out of 126013 with flag 5055114/2070002
1411.93/1401.39	c cleaning 64003 clauses out of 128010 with flag 5185114/2135002
1480.79/1469.79	c cleaning 64999 clauses out of 130005 with flag 5317110/2201000
1554.71/1543.08	c cleaning 65997 clauses out of 132006 with flag 5451110/2268000
1628.12/1615.77	c cleaning 67003 clauses out of 134011 with flag 5587114/2336002
1706.91/1693.72	c cleaning 68005 clauses out of 136011 with flag 5725120/2405005
1787.91/1773.89	c cleaning 68996 clauses out of 138002 with flag 5865112/2475001
1800.08/1785.80	c starts		: 199
1800.08/1785.80	c conflicts		: 2493305
1800.08/1785.80	c decisions		: 2724230
1800.08/1785.80	c propagations		: 261988104
1800.08/1785.80	c inspects		: 25398342157
1800.08/1785.80	c shortcuts		: 0
1800.08/1785.80	c learnt literals	: 27
1800.08/1785.80	c learnt binary clauses	: 19
1800.08/1785.80	c learnt ternary clauses	: 28
1800.08/1785.80	c learnt constraints	: 2493279
1800.08/1785.80	c ignored constraints	: 0
1800.08/1785.80	c root simplifications	: 0
1800.08/1785.80	c removed literals (reason simplification)	: 0
1800.08/1785.80	c reason swapping (by a shorter reason)	: 0
1800.08/1785.80	c Calls to reduceDB	: 66
1800.08/1785.80	c Number of update (reduction) of LBD	: 117924
1800.08/1785.80	c Imported unit clauses	: 0
1800.08/1785.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1785.80	c number of learned constraints concerned by reduction	: 0
1800.08/1785.80	c number of learning phase by resolution	: 0
1800.08/1785.80	c number of learning phase by cutting planes	: 0
1800.08/1785.80	c speed (assignments/second)	: 146786.02668041215
1800.08/1785.80	c non guided choices	0
1800.08/1785.81	c timeout
1800.08/1785.83	c learnt constraints type 
1800.08/1785.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.08/1785.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87292
1800.08/1785.83	s UNKNOWN
1800.08/1785.83	c Total wall clock time (in seconds): 1785.706

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 15876
/proc/meminfo: memFree=30619560/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/15876/stat : 15876 (java) D 15873 15876 11773 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 23647983 2560000 46 33554432000 1073741824 1073778376 140734919517280 140734919514408 206399696167 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 625 46 37 9 0 29 0

[startup+0.100114 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 15876
/proc/meminfo: memFree=30619560/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 23647983 9787879424 5510 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2389619 5510 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 15876
/proc/meminfo: memFree=30619560/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 4926 0 1 0 26 1 0 0 20 0 18 0 23647983 9787879424 6943 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2389619 6943 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 15876
/proc/meminfo: memFree=30619560/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 7509 0 1 0 49 2 0 0 20 0 18 0 23647983 9787879424 10562 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2389619 10562 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700336 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 15876
/proc/meminfo: memFree=30619560/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9558476 CPUtime=1.19 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 9548 0 1 0 113 6 0 0 20 0 18 0 23647983 9787879424 45847 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2389619 45847 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 2.00 5/215 15895
/proc/meminfo: memFree=30443012/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 9856 0 1 0 229 6 0 0 20 0 19 0 23647983 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2406260 46419 2272 9 0 2396937 0
[pid=15876/tid=15878] ppid=15873 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/15876/task/15878/stat : 15878 (java) R 15873 15876 11773 0 -1 4202560 2491 0 1 0 140 3 0 0 20 0 19 0 23647984 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140723075252696 140722942768228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15879] ppid=15873 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15876/task/15879/stat : 15879 (java) S 15873 15876 11773 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140723064314408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15880] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15880/stat : 15880 (java) S 15873 15876 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140723063261608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15881] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15881/stat : 15881 (java) S 15873 15876 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140723062208808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15882] ppid=15873 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15876/task/15882/stat : 15882 (java) S 15873 15876 11773 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140723061156008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15883] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15883/stat : 15883 (java) S 15873 15876 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722914933800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15884] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15884/stat : 15884 (java) S 15873 15876 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722913881000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15885] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15885/stat : 15885 (java) S 15873 15876 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722912828200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15886] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15886/stat : 15886 (java) S 15873 15876 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722911775400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15887] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15887/stat : 15887 (java) S 15873 15876 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722899364328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15888] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15888/stat : 15888 (java) S 15873 15876 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722898310392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15889] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15889/stat : 15889 (java) S 15873 15876 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722897257480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15890] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15890/stat : 15890 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722896205968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15891] ppid=15873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/15876/task/15891/stat : 15891 (java) S 15873 15876 11773 0 -1 4202560 3897 0 0 0 43 0 0 0 20 0 19 0 23647990 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722895154104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15892] ppid=15873 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/15876/task/15892/stat : 15892 (java) S 15873 15876 11773 0 -1 4202560 2072 0 0 0 35 0 0 0 20 0 19 0 23647990 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722894101304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15893] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15893/stat : 15893 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722893048696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15894] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15894/stat : 15894 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722891996104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 46419 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 15895
/proc/meminfo: memFree=30403100/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 11143 0 1 0 408 11 0 0 20 0 19 0 23647983 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2406260 55977 2278 9 0 2396937 0
[pid=15876/tid=15878] ppid=15873 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/15876/task/15878/stat : 15878 (java) R 15873 15876 11773 0 -1 4202560 2493 0 1 0 294 3 0 0 20 0 19 0 23647984 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140723075243712 140722943207223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15879] ppid=15873 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15876/task/15879/stat : 15879 (java) S 15873 15876 11773 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140723064314408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15880] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15880/stat : 15880 (java) S 15873 15876 11773 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140723063261608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15881] ppid=15873 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15876/task/15881/stat : 15881 (java) S 15873 15876 11773 0 -1 4202560 110 0 0 0 4 0 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140723062208808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15882] ppid=15873 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15876/task/15882/stat : 15882 (java) S 15873 15876 11773 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140723061156008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15883] ppid=15873 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15876/task/15883/stat : 15883 (java) S 15873 15876 11773 0 -1 4202560 97 0 0 0 3 2 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722914933800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15884] ppid=15873 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15876/task/15884/stat : 15884 (java) S 15873 15876 11773 0 -1 4202560 99 0 0 0 3 2 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722913881000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15885] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15885/stat : 15885 (java) S 15873 15876 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722912828200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15886] ppid=15873 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15876/task/15886/stat : 15886 (java) S 15873 15876 11773 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 23647985 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722911775400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15887] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15887/stat : 15887 (java) S 15873 15876 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722899364328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15888] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15888/stat : 15888 (java) S 15873 15876 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722898310392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15889] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15889/stat : 15889 (java) S 15873 15876 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722897257480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15890] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15890/stat : 15890 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722896205968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15891] ppid=15873 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15876/task/15891/stat : 15891 (java) S 15873 15876 11773 0 -1 4202560 3897 0 0 0 46 0 0 0 20 0 19 0 23647990 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722895154104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15892] ppid=15873 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15876/task/15892/stat : 15892 (java) S 15873 15876 11773 0 -1 4202560 2954 0 0 0 41 0 0 0 20 0 19 0 23647990 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722894101304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15893] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15893/stat : 15893 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722893048696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15894] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15894/stat : 15894 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722891996104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 55977 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 15895
/proc/meminfo: memFree=30404840/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 11157 0 1 0 729 12 0 0 20 0 19 0 23647983 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2406260 60896 2278 9 0 2396937 0
[pid=15876/tid=15878] ppid=15873 vsize=9625040 CPUtime=6.15 cores=0,2,4,6
/proc/15876/task/15878/stat : 15878 (java) R 15873 15876 11773 0 -1 4202560 2507 0 1 0 612 3 0 0 20 0 19 0 23647984 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140723075250640 140722943176638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15879] ppid=15873 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15876/task/15879/stat : 15879 (java) S 15873 15876 11773 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140723064314408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15880] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15880/stat : 15880 (java) S 15873 15876 11773 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140723063261608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15881] ppid=15873 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15876/task/15881/stat : 15881 (java) S 15873 15876 11773 0 -1 4202560 110 0 0 0 4 0 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140723062208808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15882] ppid=15873 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15876/task/15882/stat : 15882 (java) S 15873 15876 11773 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140723061156008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15883] ppid=15873 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15876/task/15883/stat : 15883 (java) S 15873 15876 11773 0 -1 4202560 97 0 0 0 3 2 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722914933800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15884] ppid=15873 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15876/task/15884/stat : 15884 (java) S 15873 15876 11773 0 -1 4202560 99 0 0 0 3 2 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722913881000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15885] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15885/stat : 15885 (java) S 15873 15876 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722912828200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15886] ppid=15873 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15876/task/15886/stat : 15886 (java) S 15873 15876 11773 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 23647985 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722911775400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15887] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15887/stat : 15887 (java) S 15873 15876 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722899364328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15888] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15888/stat : 15888 (java) S 15873 15876 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722898310392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15889] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15889/stat : 15889 (java) S 15873 15876 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722897257480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15890] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15890/stat : 15890 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722896205968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15891] ppid=15873 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15876/task/15891/stat : 15891 (java) S 15873 15876 11773 0 -1 4202560 3897 0 0 0 47 0 0 0 20 0 19 0 23647990 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722895154104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15892] ppid=15873 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/15876/task/15892/stat : 15892 (java) S 15873 15876 11773 0 -1 4202560 2954 0 0 0 42 0 0 0 20 0 19 0 23647990 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722894101304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15893] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15893/stat : 15893 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722893048696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15894] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15894/stat : 15894 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722891996104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 60896 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040


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

[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 323890 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1675.29
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/215 16005
/proc/meminfo: memFree=30414304/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9625040 CPUtime=1735.9 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 23000 0 1 0 173434 156 0 0 20 0 19 0 23647983 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2406260 321483 2286 9 0 2396937 0
[pid=15876/tid=15878] ppid=15873 vsize=9625040 CPUtime=1710.62 cores=0,2,4,6
/proc/15876/task/15878/stat : 15878 (java) R 15873 15876 11773 0 -1 4202560 4397 0 1 0 171019 43 0 0 20 0 19 0 23647984 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140723075251344 140722943223138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15879] ppid=15873 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/15876/task/15879/stat : 15879 (java) S 15873 15876 11773 0 -1 4202560 360 0 0 0 222 12 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140723064314408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15880] ppid=15873 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/15876/task/15880/stat : 15880 (java) S 15873 15876 11773 0 -1 4202560 386 0 0 0 234 15 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140723063261608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15881] ppid=15873 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/15876/task/15881/stat : 15881 (java) S 15873 15876 11773 0 -1 4202560 523 0 0 0 233 15 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140723062208808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15882] ppid=15873 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/15876/task/15882/stat : 15882 (java) S 15873 15876 11773 0 -1 4202560 243 0 0 0 218 10 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140723061156008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15883] ppid=15873 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/15876/task/15883/stat : 15883 (java) S 15873 15876 11773 0 -1 4202560 464 0 0 0 224 14 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722914933800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15884] ppid=15873 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/15876/task/15884/stat : 15884 (java) S 15873 15876 11773 0 -1 4202560 367 0 0 0 233 12 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722913881000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15885] ppid=15873 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/15876/task/15885/stat : 15885 (java) S 15873 15876 11773 0 -1 4202560 312 0 0 0 228 11 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722912828200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15886] ppid=15873 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/15876/task/15886/stat : 15886 (java) S 15873 15876 11773 0 -1 4202560 380 0 0 0 227 13 0 0 20 0 19 0 23647985 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722911775400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15887] ppid=15873 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/15876/task/15887/stat : 15887 (java) S 15873 15876 11773 0 -1 4202560 7356 0 0 0 44 11 0 0 20 0 19 0 23647987 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722899364328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15888] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15888/stat : 15888 (java) S 15873 15876 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722898310392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15889] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15889/stat : 15889 (java) S 15873 15876 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722897257480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15890] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15890/stat : 15890 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722896205968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15891] ppid=15873 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/15876/task/15891/stat : 15891 (java) S 15873 15876 11773 0 -1 4202560 3900 0 0 0 53 0 0 0 20 0 19 0 23647990 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722895154104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15892] ppid=15873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/15876/task/15892/stat : 15892 (java) S 15873 15876 11773 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 23647990 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722894101304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15893] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15893/stat : 15893 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722893048696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15894] ppid=15873 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/15876/task/15894/stat : 15894 (java) S 15873 15876 11773 0 -1 4202560 99 0 0 0 25 29 0 0 20 0 19 0 23647990 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722891996104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 321483 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1735.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16007
/proc/meminfo: memFree=30418828/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9625040 CPUtime=1796.53 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 23070 0 1 0 179494 159 0 0 20 0 19 0 23647983 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2406260 319558 2287 9 0 2396937 0
[pid=15876/tid=15878] ppid=15873 vsize=9625040 CPUtime=1770.13 cores=0,2,4,6
/proc/15876/task/15878/stat : 15878 (java) R 15873 15876 11773 0 -1 4202560 4443 0 1 0 176969 44 0 0 20 0 19 0 23647984 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140723075251440 140722943072672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15879] ppid=15873 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/15876/task/15879/stat : 15879 (java) S 15873 15876 11773 0 -1 4202560 362 0 0 0 233 12 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140723064314408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15880] ppid=15873 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/15876/task/15880/stat : 15880 (java) S 15873 15876 11773 0 -1 4202560 389 0 0 0 244 15 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140723063261608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15881] ppid=15873 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/15876/task/15881/stat : 15881 (java) S 15873 15876 11773 0 -1 4202560 525 0 0 0 245 15 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140723062208808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15882] ppid=15873 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/15876/task/15882/stat : 15882 (java) S 15873 15876 11773 0 -1 4202560 244 0 0 0 230 10 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140723061156008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15883] ppid=15873 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/15876/task/15883/stat : 15883 (java) S 15873 15876 11773 0 -1 4202560 467 0 0 0 235 14 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722914933800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15884] ppid=15873 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/15876/task/15884/stat : 15884 (java) S 15873 15876 11773 0 -1 4202560 368 0 0 0 244 13 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722913881000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15885] ppid=15873 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/15876/task/15885/stat : 15885 (java) S 15873 15876 11773 0 -1 4202560 314 0 0 0 240 12 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722912828200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15886] ppid=15873 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/15876/task/15886/stat : 15886 (java) S 15873 15876 11773 0 -1 4202560 380 0 0 0 241 13 0 0 20 0 19 0 23647985 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722911775400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15887] ppid=15873 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/15876/task/15887/stat : 15887 (java) S 15873 15876 11773 0 -1 4202560 7361 0 0 0 45 11 0 0 20 0 19 0 23647987 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722899364328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15888] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15888/stat : 15888 (java) S 15873 15876 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722898310392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15889] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15889/stat : 15889 (java) S 15873 15876 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722897257480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15890] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15890/stat : 15890 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722896205968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15891] ppid=15873 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/15876/task/15891/stat : 15891 (java) S 15873 15876 11773 0 -1 4202560 3902 0 0 0 54 0 0 0 20 0 19 0 23647990 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722895154104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15892] ppid=15873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/15876/task/15892/stat : 15892 (java) S 15873 15876 11773 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 23647990 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722894101304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15893] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15893/stat : 15893 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722893048696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15894] ppid=15873 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/15876/task/15894/stat : 15894 (java) S 15873 15876 11773 0 -1 4202560 102 0 0 0 25 31 0 0 20 0 19 0 23647990 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722891996104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 319558 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.8 s]
/proc/loadavg: 2.08 2.04 2.01 3/215 16007
/proc/meminfo: memFree=30419696/32872528 swapFree=7780/7780
[pid=15876] ppid=15873 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/15876/stat : 15876 (java) S 15873 15876 11773 0 -1 4202496 23079 0 1 0 179849 159 0 0 20 0 19 0 23647983 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140734919508416 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15876/statm: 2406260 319289 2287 9 0 2396937 0
[pid=15876/tid=15878] ppid=15873 vsize=9625040 CPUtime=1773.59 cores=0,2,4,6
/proc/15876/task/15878/stat : 15878 (java) R 15873 15876 11773 0 -1 4202560 4449 0 1 0 177315 44 0 0 20 0 19 0 23647984 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140723075251424 140722943218968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15879] ppid=15873 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/15876/task/15879/stat : 15879 (java) S 15873 15876 11773 0 -1 4202560 363 0 0 0 234 12 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140723064314408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15880] ppid=15873 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/15876/task/15880/stat : 15880 (java) S 15873 15876 11773 0 -1 4202560 389 0 0 0 245 15 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140723063261608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15881] ppid=15873 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/15876/task/15881/stat : 15881 (java) S 15873 15876 11773 0 -1 4202560 525 0 0 0 246 15 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140723062208808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15882] ppid=15873 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/15876/task/15882/stat : 15882 (java) S 15873 15876 11773 0 -1 4202560 245 0 0 0 231 10 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140723061156008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15876/tid=15883] ppid=15873 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/15876/task/15883/stat : 15883 (java) S 15873 15876 11773 0 -1 4202560 467 0 0 0 236 14 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722914933800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15884] ppid=15873 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/15876/task/15884/stat : 15884 (java) S 15873 15876 11773 0 -1 4202560 368 0 0 0 245 13 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722913881000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15885] ppid=15873 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/15876/task/15885/stat : 15885 (java) S 15873 15876 11773 0 -1 4202560 315 0 0 0 240 12 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722912828200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15886] ppid=15873 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/15876/task/15886/stat : 15886 (java) S 15873 15876 11773 0 -1 4202560 380 0 0 0 242 13 0 0 20 0 19 0 23647985 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722911775400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15887] ppid=15873 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/15876/task/15887/stat : 15887 (java) S 15873 15876 11773 0 -1 4202560 7361 0 0 0 45 11 0 0 20 0 19 0 23647987 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722899364328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15888] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15888/stat : 15888 (java) S 15873 15876 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722898310392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15889] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15889/stat : 15889 (java) S 15873 15876 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23647987 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722897257480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15890] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15890/stat : 15890 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722896205968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15891] ppid=15873 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/15876/task/15891/stat : 15891 (java) S 15873 15876 11773 0 -1 4202560 3902 0 0 0 54 0 0 0 20 0 19 0 23647990 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722895154104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15876/tid=15892] ppid=15873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/15876/task/15892/stat : 15892 (java) S 15873 15876 11773 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 23647990 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722894101304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15893] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15893/stat : 15893 (java) S 15873 15876 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23647990 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722893048696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15876/tid=15894] ppid=15873 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/15876/task/15894/stat : 15894 (java) S 15873 15876 11773 0 -1 4202560 102 0 0 0 25 31 0 0 20 0 19 0 23647990 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722891996104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15876/tid=15895] ppid=15873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15876/task/15895/stat : 15895 (java) S 15873 15876 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23648081 9856040960 319289 33554432000 1073741824 1073778376 140734919517280 140722890941608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 15876 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 15876 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=169244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=52687
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.84
CPU time (s): 1800.08
CPU user time (s): 1798.49
CPU system time (s): 1.59
CPU usage (%): 100.798
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 2.05269
maximum resident set size= 1504412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23119
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66172
involuntary context switches= 76426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6814 second user time and 13.334 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 04:13:41
IDJOB=4100653
IDBENCH=1644
IDSOLVER=2546
FILE ID=node133/4100653-1466216020
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-maros.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100653-1466216020/watcher-4100653-1466216020 -o /tmp/evaluation-result-4100653-1466216020/solver-4100653-1466216020 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100653-1466216020.opb

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

MD5SUM BENCH= ffbe7c5e96212b70bc71f745eee091ea
RANDOM SEED=287203269

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30620492 kB
Buffers:           82608 kB
Cached:           103900 kB
SwapCached:          892 kB
Active:          1391488 kB
Inactive:         115924 kB
Active(anon):    1321884 kB
Inactive(anon):     1364 kB
Active(file):      69604 kB
Inactive(file):   114560 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              3488 kB
Writeback:            24 kB
AnonPages:       1332392 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             600220 kB
SReclaimable:      43436 kB
SUnreclaim:       556784 kB
KernelStack:        1608 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2782648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1292288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node133 at 2016-06-18 04:43:27