Trace number 4117505

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 PB16SAT (TO)70 1800.08 1798.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_003.opb.metafix.opb
MD5SUMfc85ebb3b36c463ab9827197226616c3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark3.16352
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4117505-1467212846.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.14	c ... done. Wall clock time 0.037s.
0.10/0.14	c declared #vars     144
0.10/0.14	c #constraints  140
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5
0.10/0.14	c org.sat4j.minisat.constraints.cnf.UnitClauses => 7
0.10/0.14	c org.sat4j.specs.Constr$1 => 11
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 111
0.10/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.14	c 140 constraints processed.
0.10/0.14	c objective function length is 144 literals
0.10/0.15	c SATISFIABLE
0.10/0.15	c OPTIMIZING...
0.10/0.15	c Got one! Elapsed wall clock time (in seconds):0.046
0.10/0.15	o 70
0.74/0.56	c cleaning 2506 clauses out of 5013 with flag 19738/5013
1.32/0.95	c cleaning 4249 clauses out of 8508 with flag 43256/11014
1.82/1.45	c cleaning 5621 clauses out of 11259 with flag 75510/18014
2.52/2.16	c cleaning 6817 clauses out of 13637 with flag 115152/26013
3.34/2.90	c cleaning 7906 clauses out of 15820 with flag 151878/35013
4.24/3.81	c cleaning 8954 clauses out of 17915 with flag 194200/45014
5.34/4.94	c cleaning 9973 clauses out of 19960 with flag 243521/56013
6.64/6.24	c cleaning 10987 clauses out of 21989 with flag 293379/68015
8.24/7.83	c cleaning 11995 clauses out of 24001 with flag 357167/81014
9.94/9.56	c cleaning 12998 clauses out of 26006 with flag 422185/95014
11.84/11.49	c cleaning 13996 clauses out of 28008 with flag 488142/110014
14.04/13.63	c cleaning 15001 clauses out of 30012 with flag 555060/126014
16.54/16.10	c cleaning 16003 clauses out of 32011 with flag 636068/143014
19.15/18.76	c cleaning 17000 clauses out of 34008 with flag 719485/161014
22.05/21.66	c cleaning 17996 clauses out of 36007 with flag 809103/180013
25.35/24.94	c cleaning 18997 clauses out of 38011 with flag 904843/200013
28.75/28.37	c cleaning 19996 clauses out of 40015 with flag 1011344/221014
32.55/32.19	c cleaning 21004 clauses out of 42019 with flag 1124459/243014
36.86/36.49	c cleaning 22004 clauses out of 44015 with flag 1241397/266014
41.55/41.11	c cleaning 23001 clauses out of 46013 with flag 1369917/290016
46.76/46.31	c cleaning 23992 clauses out of 48009 with flag 1510466/315013
51.75/51.37	c cleaning 25001 clauses out of 50017 with flag 1643457/341013
57.46/57.03	c cleaning 26001 clauses out of 52017 with flag 1787397/368014
63.66/63.24	c cleaning 27006 clauses out of 54019 with flag 1951127/396017
69.96/69.58	c cleaning 28001 clauses out of 56010 with flag 2102013/425014
77.26/76.87	c cleaning 28994 clauses out of 58009 with flag 2290828/455014
85.05/84.60	c cleaning 30002 clauses out of 60016 with flag 2471247/486015
93.15/92.76	c cleaning 30997 clauses out of 62012 with flag 2665808/518013
101.77/101.34	c cleaning 31992 clauses out of 64015 with flag 2853719/551013
111.06/110.67	c cleaning 33005 clauses out of 66023 with flag 3054673/585013
121.06/120.65	c cleaning 34002 clauses out of 68018 with flag 3272815/620013
132.22/131.73	c cleaning 35005 clauses out of 70017 with flag 3494638/656014
142.82/142.32	c cleaning 36001 clauses out of 72011 with flag 3728576/693013
154.12/153.64	c cleaning 37002 clauses out of 74011 with flag 3964756/731014
164.91/164.48	c cleaning 37992 clauses out of 76008 with flag 4218552/770013
176.82/176.38	c cleaning 39003 clauses out of 78017 with flag 4481597/810014
189.62/189.13	c cleaning 39992 clauses out of 80013 with flag 4740119/851013
203.93/203.45	c cleaning 41001 clauses out of 82021 with flag 5008616/893013
218.92/218.48	c cleaning 42004 clauses out of 84022 with flag 5291477/936015
234.33/233.82	c cleaning 43004 clauses out of 86020 with flag 5563087/980017
250.43/249.90	c cleaning 43999 clauses out of 88012 with flag 5860342/1025013
267.43/266.95	c cleaning 45002 clauses out of 90014 with flag 6149890/1071014
285.24/284.77	c cleaning 46005 clauses out of 92012 with flag 6467368/1118014
303.43/303.00	c cleaning 46998 clauses out of 94006 with flag 6792508/1166013
323.43/322.93	c cleaning 48001 clauses out of 96008 with flag 7102324/1215013
343.94/343.46	c cleaning 48998 clauses out of 98009 with flag 7440651/1265015
364.70/364.20	c cleaning 50000 clauses out of 100009 with flag 7774757/1316013
386.89/386.36	c cleaning 51000 clauses out of 102010 with flag 8116163/1368014
409.99/409.42	c cleaning 52000 clauses out of 104010 with flag 8477536/1421014
433.59/433.05	c cleaning 52999 clauses out of 106011 with flag 8842454/1475015
459.31/458.80	c cleaning 53994 clauses out of 108010 with flag 9229672/1530013
486.70/486.14	c cleaning 55000 clauses out of 110016 with flag 9627733/1586013
515.10/514.53	c cleaning 56005 clauses out of 112016 with flag 10006115/1643013
543.60/543.09	c cleaning 56995 clauses out of 114011 with flag 10406559/1701013
576.00/575.49	c cleaning 58007 clauses out of 116018 with flag 10830005/1760015
608.41/607.86	c cleaning 58998 clauses out of 118009 with flag 11253314/1820013
641.70/641.19	c cleaning 60002 clauses out of 120012 with flag 11696153/1881014
676.28/675.62	c cleaning 61002 clauses out of 122010 with flag 12169662/1943014
710.99/710.39	c cleaning 61994 clauses out of 124012 with flag 12612207/2006018
747.69/747.08	c cleaning 63003 clauses out of 126014 with flag 13052286/2070014
785.89/785.25	c cleaning 64001 clauses out of 128010 with flag 13494364/2135013
827.10/826.41	c cleaning 64998 clauses out of 130009 with flag 13980940/2201013
867.61/866.98	c cleaning 65993 clauses out of 132011 with flag 14496607/2268013
912.22/911.52	c cleaning 67006 clauses out of 134019 with flag 14995607/2336014
959.02/958.31	c cleaning 67998 clauses out of 136012 with flag 15482203/2405013
1007.80/1006.63	c cleaning 68996 clauses out of 138016 with flag 15991368/2475015
1055.70/1054.48	c cleaning 70002 clauses out of 140018 with flag 16502288/2546013
1103.82/1102.51	c cleaning 70999 clauses out of 142017 with flag 17038810/2618014
1153.22/1151.99	c cleaning 72002 clauses out of 144017 with flag 17578642/2691013
1206.43/1205.13	c cleaning 73002 clauses out of 146015 with flag 18140336/2765013
1260.13/1258.83	c cleaning 73999 clauses out of 148014 with flag 18721720/2840014
1315.24/1313.96	c cleaning 74996 clauses out of 150014 with flag 19303272/2916013
1373.25/1371.98	c cleaning 76000 clauses out of 152020 with flag 19909161/2993015
1434.44/1433.18	c cleaning 77008 clauses out of 154018 with flag 20489518/3071013
1497.54/1496.13	c cleaning 78002 clauses out of 156010 with flag 21114684/3150013
1561.15/1559.73	c cleaning 79001 clauses out of 158012 with flag 21737392/3230017
1627.17/1625.71	c cleaning 80003 clauses out of 160012 with flag 22388208/3311018
1693.57/1692.11	c cleaning 80992 clauses out of 162004 with flag 22991955/3393013
1761.97/1760.55	c cleaning 82004 clauses out of 164016 with flag 23610153/3476017
1800.08/1798.61	c starts		: 6866
1800.08/1798.61	c conflicts		: 3531034
1800.08/1798.61	c decisions		: 4085449
1800.08/1798.61	c propagations		: 94115331
1800.08/1798.61	c inspects		: 35547554998
1800.08/1798.61	c shortcuts		: 0
1800.08/1798.61	c learnt literals	: 0
1800.08/1798.61	c learnt binary clauses	: 2
1800.08/1798.61	c learnt ternary clauses	: 26
1800.08/1798.61	c learnt constraints	: 3531034
1800.08/1798.61	c ignored constraints	: 0
1800.08/1798.61	c root simplifications	: 0
1800.08/1798.61	c removed literals (reason simplification)	: 0
1800.08/1798.61	c reason swapping (by a shorter reason)	: 0
1800.08/1798.61	c Calls to reduceDB	: 79
1800.08/1798.61	c Number of update (reduction) of LBD	: 836381
1800.08/1798.61	c Imported unit clauses	: 0
1800.08/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.61	c number of learned constraints concerned by reduction	: 0
1800.08/1798.61	c number of learning phase by resolution	: 0
1800.08/1798.61	c number of learning phase by cutting planes	: 0
1800.08/1798.61	c speed (assignments/second)	: 52330.982066353325
1800.08/1798.61	c non guided choices	0
1800.08/1798.64	c learnt constraints type 
1800.08/1798.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.08/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137028
1800.08/1798.64	s SATISFIABLE
1800.08/1798.64	c Found 1 solution(s)
1800.08/1798.64	v -x1 x2 x3 x4 -x5 -x6 x7 x8 -x9 -x10 x11 -x12 x13 x14 x15 -x16 -x17 -x18 x19 -x20 x21 x22 -x23 -x24 x25 x26 -x27 x28 -x29 -x30 x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 x43 x44 x45 x46 -x47 -x48 -x49 x50 x51 -x52 x53 -x54 -x55 x56 x57 x58 -x59 x60 x61 x62 -x63 -x64 x65 -x66 x67 x68 -x69 x70 -x71 -x72 -x73 x74 x75 -x76 -x77 x78 x79 x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 x88 -x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 -x99 -x100 -x101 x102 x103 -x104 -x105 x106 x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 x115 x116 -x117 x118 -x119 -x120 x121 x122 -x123 -x124 -x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 -x139 -x140 -x141 -x142 x143 -x144 
1800.08/1798.64	c objective function=70
1800.08/1798.64	c Total wall clock time (in seconds): 1798.535

Verifier Data

OK	70

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

pid=4150
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.08 2.18 2.25 3/194 4153
/proc/meminfo: memFree=26230716/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4153/stat : 4153 (java) R 4150 4153 3589 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 2243081 23793664 709 33554432000 1073741824 1073778376 140735037942656 140735037931720 226075129192 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 5809 710 525 9 0 128 0

[startup+0.100162 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4153
/proc/meminfo: memFree=26230716/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 4477 0 1 0 9 1 0 0 20 0 18 0 2243081 9787879424 5591 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2389619 5591 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4153
/proc/meminfo: memFree=26230716/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 6206 0 1 0 28 2 0 0 20 0 19 0 2243081 9856040960 7732 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 7732 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.30032 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4153
/proc/meminfo: memFree=26230716/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 6989 0 1 0 49 2 0 0 20 0 19 0 2243081 9856040960 7903 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 7903 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700161 s]
/proc/loadavg: 2.08 2.18 2.25 3/194 4153
/proc/meminfo: memFree=26230716/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 8369 0 1 0 98 2 0 0 20 0 19 0 2243081 9856040960 8682 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 8682 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.08 2.18 2.25 3/213 4172
/proc/meminfo: memFree=26196192/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 10117 0 1 0 189 3 0 0 20 0 19 0 2243081 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 9460 2250 9 0 2396937 0
[pid=4153/tid=4155] ppid=4150 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/4153/task/4155/stat : 4155 (java) R 4150 4153 3589 0 -1 4202560 2461 0 1 0 146 1 0 0 20 0 19 0 2243082 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871919411720 139871791983786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4156] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4156/stat : 4156 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871763389352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4157] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4157/stat : 4157 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871762336808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4158] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4158/stat : 4158 (java) S 4150 4153 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871761283752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4159] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4159/stat : 4159 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871760231208 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4160] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4160/stat : 4160 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871759178152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4161] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4161/stat : 4161 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871758125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4162] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4162/stat : 4162 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871757072552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4163] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4163/stat : 4163 (java) S 4150 4153 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871756020008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4164] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4164/stat : 4164 (java) S 4150 4153 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871743609704 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4165] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4165/stat : 4165 (java) S 4150 4153 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871742556024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4166] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4166/stat : 4166 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871741502856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4167] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4167/stat : 4167 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871740451600 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4168] ppid=4150 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4153/task/4168/stat : 4168 (java) S 4150 4153 3589 0 -1 4202560 1549 0 0 0 13 0 0 0 20 0 19 0 2243087 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871739398456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4169] ppid=4150 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/4153/task/4169/stat : 4169 (java) S 4150 4153 3589 0 -1 4202560 4835 0 0 0 29 0 0 0 20 0 19 0 2243087 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871738345912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4170] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4170/stat : 4170 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871737293048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4171] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4171/stat : 4171 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871736240712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 9460 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.08 2.18 2.25 3/213 4172
/proc/meminfo: memFree=26191728/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 10123 0 1 0 351 3 0 0 20 0 19 0 2243081 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 10488 2250 9 0 2396937 0
[pid=4153/tid=4155] ppid=4150 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/4153/task/4155/stat : 4155 (java) R 4150 4153 3589 0 -1 4202560 2463 0 1 0 305 1 0 0 20 0 19 0 2243082 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871919411448 139871792544369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4156] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4156/stat : 4156 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871763389352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4157] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4157/stat : 4157 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871762336808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4158] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4158/stat : 4158 (java) S 4150 4153 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871761283752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4159] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4159/stat : 4159 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871760231208 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4160] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4160/stat : 4160 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871759178152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4161] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4161/stat : 4161 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871758125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4162] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4162/stat : 4162 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871757072552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4163] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4163/stat : 4163 (java) S 4150 4153 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871756020008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4164] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4164/stat : 4164 (java) S 4150 4153 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871743609704 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4165] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4165/stat : 4165 (java) S 4150 4153 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871742556024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4166] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4166/stat : 4166 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871741502856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4167] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4167/stat : 4167 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871740451600 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4168] ppid=4150 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/4153/task/4168/stat : 4168 (java) S 4150 4153 3589 0 -1 4202560 1553 0 0 0 14 0 0 0 20 0 19 0 2243087 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871739398456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4169] ppid=4150 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/4153/task/4169/stat : 4169 (java) S 4150 4153 3589 0 -1 4202560 4835 0 0 0 29 0 0 0 20 0 19 0 2243087 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871738345912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4170] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4170/stat : 4170 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871737293048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4171] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4171/stat : 4171 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871736240712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 10488 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.07 2.18 2.25 3/213 4172
/proc/meminfo: memFree=26181544/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 10128 0 1 0 671 3 0 0 20 0 19 0 2243081 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 11310 2251 9 0 2396937 0
[pid=4153/tid=4155] ppid=4150 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4153/task/4155/stat : 4155 (java) R 4150 4153 3589 0 -1 4202560 2467 0 1 0 624 1 0 0 20 0 19 0 2243082 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871919402672 139871792408153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4156] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4156/stat : 4156 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871763389352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4157] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4157/stat : 4157 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871762336808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4158] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4158/stat : 4158 (java) S 4150 4153 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871761283752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4159] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4159/stat : 4159 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871760231208 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4160] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4160/stat : 4160 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871759178152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4161] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4161/stat : 4161 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871758125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4162] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4162/stat : 4162 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871757072552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4163] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4163/stat : 4163 (java) S 4150 4153 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2243083 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871756020008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4164] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4164/stat : 4164 (java) S 4150 4153 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871743609704 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4165] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4165/stat : 4165 (java) S 4150 4153 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871742556024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4166] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4166/stat : 4166 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871741502856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4167] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4167/stat : 4167 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871740451600 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4168] ppid=4150 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/4153/task/4168/stat : 4168 (java) S 4150 4153 3589 0 -1 4202560 1553 0 0 0 14 0 0 0 20 0 19 0 2243087 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871739398456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4169] ppid=4150 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/4153/task/4169/stat : 4169 (java) S 4150 4153 3589 0 -1 4202560 4835 0 0 0 29 0 0 0 20 0 19 0 2243087 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871738345912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4170] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4170/stat : 4170 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871737293048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4171] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4171/stat : 4171 (java) S 4150 4153 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871736240712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 11310 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.77
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/213 4216
/proc/meminfo: memFree=25830008/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=1723.78 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 19748 0 1 0 172342 36 0 0 20 0 19 0 2243081 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 55307 2273 9 0 2396937 0
[pid=4153/tid=4155] ppid=4150 vsize=9625040 CPUtime=1717.75 cores=0,2,4,6
/proc/4153/task/4155/stat : 4155 (java) R 4150 4153 3589 0 -1 4202560 2538 0 1 0 171746 29 0 0 20 0 19 0 2243082 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871919402672 139871792372217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4156] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4156/stat : 4156 (java) S 4150 4153 3589 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871763389352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4157] ppid=4150 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4153/task/4157/stat : 4157 (java) S 4150 4153 3589 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871762336808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4158] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4158/stat : 4158 (java) S 4150 4153 3589 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871761283752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4159] ppid=4150 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4153/task/4159/stat : 4159 (java) S 4150 4153 3589 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871760231208 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4160] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4160/stat : 4160 (java) S 4150 4153 3589 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871759178152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4161] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4161/stat : 4161 (java) S 4150 4153 3589 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871758125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4162] ppid=4150 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4153/task/4162/stat : 4162 (java) S 4150 4153 3589 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871757072552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4163] ppid=4150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4153/task/4163/stat : 4163 (java) S 4150 4153 3589 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871756020008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4164] ppid=4150 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4153/task/4164/stat : 4164 (java) S 4150 4153 3589 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871743609704 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4165] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4165/stat : 4165 (java) S 4150 4153 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871742556024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4166] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4166/stat : 4166 (java) S 4150 4153 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871741502856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4167] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4167/stat : 4167 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871740451600 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4168] ppid=4150 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4153/task/4168/stat : 4168 (java) S 4150 4153 3589 0 -1 4202560 1954 0 0 0 18 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871739398456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4169] ppid=4150 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/4153/task/4169/stat : 4169 (java) S 4150 4153 3589 0 -1 4202560 13236 0 0 0 77 2 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871738345912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4170] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4170/stat : 4170 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871737293048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4171] ppid=4150 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/4153/task/4171/stat : 4171 (java) S 4150 4153 3589 0 -1 4202560 100 0 0 0 35 31 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871736240712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.78
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/213 4217
/proc/meminfo: memFree=25829684/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=1783.77 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 19752 0 1 0 178341 36 0 0 20 0 19 0 2243081 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 55307 2273 9 0 2396937 0
[pid=4153/tid=4155] ppid=4150 vsize=9625040 CPUtime=1777.59 cores=0,2,4,6
/proc/4153/task/4155/stat : 4155 (java) R 4150 4153 3589 0 -1 4202560 2538 0 1 0 177729 30 0 0 20 0 19 0 2243082 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871919402672 139871792422432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4156] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4156/stat : 4156 (java) S 4150 4153 3589 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871763389352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4157] ppid=4150 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4153/task/4157/stat : 4157 (java) S 4150 4153 3589 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871762336808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4158] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4158/stat : 4158 (java) S 4150 4153 3589 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871761283752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4159] ppid=4150 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4153/task/4159/stat : 4159 (java) S 4150 4153 3589 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871760231208 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4160] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4160/stat : 4160 (java) S 4150 4153 3589 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871759178152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4161] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4161/stat : 4161 (java) S 4150 4153 3589 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871758125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4162] ppid=4150 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4153/task/4162/stat : 4162 (java) S 4150 4153 3589 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871757072552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4163] ppid=4150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4153/task/4163/stat : 4163 (java) S 4150 4153 3589 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871756020008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4164] ppid=4150 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4153/task/4164/stat : 4164 (java) S 4150 4153 3589 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871743609704 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4165] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4165/stat : 4165 (java) S 4150 4153 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871742556024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4166] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4166/stat : 4166 (java) S 4150 4153 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871741502856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4167] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4167/stat : 4167 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871740451600 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4168] ppid=4150 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4153/task/4168/stat : 4168 (java) S 4150 4153 3589 0 -1 4202560 1954 0 0 0 18 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871739398456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4169] ppid=4150 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/4153/task/4169/stat : 4169 (java) S 4150 4153 3589 0 -1 4202560 13236 0 0 0 77 2 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871738345912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4170] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4170/stat : 4170 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871737293048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4171] ppid=4150 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4153/task/4171/stat : 4171 (java) S 4150 4153 3589 0 -1 4202560 104 0 0 0 36 32 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871736240712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.77
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.20 2.21 2.18 4/207 4342
/proc/meminfo: memFree=26053244/32872528 swapFree=1588980/1719796
[pid=4153] ppid=4150 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/4153/stat : 4153 (java) S 4150 4153 3589 0 -1 4202496 19752 0 1 0 179972 36 0 0 20 0 19 0 2243081 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 140735037933792 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4153/statm: 2406260 55307 2273 9 0 2396937 0
[pid=4153/tid=4155] ppid=4150 vsize=9625040 CPUtime=1793.86 cores=0,2,4,6
/proc/4153/task/4155/stat : 4155 (java) R 4150 4153 3589 0 -1 4202560 2538 0 1 0 179356 30 0 0 20 0 19 0 2243082 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871919402672 139871792422513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4156] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4156/stat : 4156 (java) S 4150 4153 3589 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871763389352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4157] ppid=4150 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4153/task/4157/stat : 4157 (java) S 4150 4153 3589 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871762336808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4158] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4158/stat : 4158 (java) S 4150 4153 3589 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871761283752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4159] ppid=4150 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4153/task/4159/stat : 4159 (java) S 4150 4153 3589 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871760231208 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4160] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4160/stat : 4160 (java) S 4150 4153 3589 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871759178152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4161] ppid=4150 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4153/task/4161/stat : 4161 (java) S 4150 4153 3589 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871758125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4162] ppid=4150 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4153/task/4162/stat : 4162 (java) S 4150 4153 3589 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871757072552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4163] ppid=4150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4153/task/4163/stat : 4163 (java) S 4150 4153 3589 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 2243083 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871756020008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4164] ppid=4150 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4153/task/4164/stat : 4164 (java) S 4150 4153 3589 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871743609704 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4153/tid=4165] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4165/stat : 4165 (java) S 4150 4153 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871742556024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4166] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4166/stat : 4166 (java) S 4150 4153 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2243084 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871741502856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4167] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4167/stat : 4167 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871740451600 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4168] ppid=4150 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4153/task/4168/stat : 4168 (java) S 4150 4153 3589 0 -1 4202560 1954 0 0 0 18 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871739398456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4153/tid=4169] ppid=4150 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/4153/task/4169/stat : 4169 (java) S 4150 4153 3589 0 -1 4202560 13236 0 0 0 77 2 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871738345912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4170] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4170/stat : 4170 (java) S 4150 4153 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871737293048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4153/tid=4171] ppid=4150 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4153/task/4171/stat : 4171 (java) S 4150 4153 3589 0 -1 4202560 104 0 0 0 37 32 0 0 20 0 19 0 2243087 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871736240712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4153/tid=4172] ppid=4150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4153/task/4172/stat : 4172 (java) S 4150 4153 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2243096 9856040960 55307 33554432000 1073741824 1073778376 140735037942656 139871735186984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 4153 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 4153 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=328068
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=844871
# CPU time returned by wait4() is 1796.17
# 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): 1798.65
CPU time (s): 1800.08
CPU user time (s): 1799.72
CPU system time (s): 0.36
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.33
system time used= 0.844871
maximum resident set size= 221524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19843
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38108
involuntary context switches= 2660

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5504 second user time and 13.404 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 17:07:26
IDJOB=4117505
IDBENCH=111582
IDSOLVER=2546
FILE ID=node120/4117505-1467212846
RUNJOBID= node120-1467209132-3606
PBS_JOBID= 19997582
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_003.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117505-1467212846/watcher-4117505-1467212846 -o /tmp/evaluation-result-4117505-1467212846/solver-4117505-1467212846 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3606 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117505-1467212846.opb

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

MD5SUM BENCH= fc85ebb3b36c463ab9827197226616c3
RANDOM SEED=28229249

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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:        26231136 kB
Buffers:           46720 kB
Cached:          4093400 kB
SwapCached:            0 kB
Active:           142300 kB
Inactive:        4057208 kB
Active(anon):      62208 kB
Inactive(anon):        0 kB
Active(file):      80092 kB
Inactive(file):  4057208 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1624 kB
Writeback:             8 kB
AnonPages:       1781184 kB
Mapped:            21932 kB
Shmem:               204 kB
Slab:             586400 kB
SReclaimable:      29800 kB
SUnreclaim:       556600 kB
KernelStack:        1608 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2409628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 71672 MiB
End job on node120 at 2016-06-29 17:37:24