Trace number 4117703

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.05 1799.04

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_001.opb.metafix.opb
MD5SUMafebd06601c906000ebafbb775d74738
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 benchmark5.56615
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 9
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117703-1467214646.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.045s.
0.10/0.16	c declared #vars     144
0.10/0.16	c #constraints  140
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.10/0.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
0.10/0.16	c org.sat4j.specs.Constr$1 => 6
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.10/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.16	c 140 constraints processed.
0.10/0.16	c objective function length is 144 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.117
0.27/0.23	o 70
0.73/0.56	c cleaning 2612 clauses out of 5235 with flag 17729/5235
1.32/0.94	c cleaning 4307 clauses out of 8624 with flag 41675/11236
1.82/1.42	c cleaning 5653 clauses out of 11316 with flag 70841/18235
2.43/2.03	c cleaning 6829 clauses out of 13666 with flag 105060/26238
3.14/2.75	c cleaning 7912 clauses out of 15835 with flag 145940/35236
4.05/3.67	c cleaning 8955 clauses out of 17924 with flag 193234/45237
5.05/4.67	c cleaning 9979 clauses out of 19968 with flag 241681/56236
6.15/5.77	c cleaning 10989 clauses out of 21990 with flag 297465/68237
7.44/7.07	c cleaning 11988 clauses out of 23999 with flag 363174/81235
8.95/8.53	c cleaning 13003 clauses out of 26011 with flag 438715/95235
10.55/10.19	c cleaning 13994 clauses out of 28009 with flag 507679/110236
12.35/11.99	c cleaning 14998 clauses out of 30015 with flag 585514/126236
14.55/14.17	c cleaning 16006 clauses out of 32020 with flag 684845/143239
16.96/16.55	c cleaning 17001 clauses out of 34011 with flag 783355/161236
19.55/19.12	c cleaning 17999 clauses out of 36010 with flag 892386/180236
22.35/21.95	c cleaning 19001 clauses out of 38011 with flag 995979/200236
25.76/25.37	c cleaning 20008 clauses out of 40016 with flag 1111843/221242
29.06/28.62	c cleaning 20990 clauses out of 42001 with flag 1245796/243235
32.65/32.20	c cleaning 21996 clauses out of 44012 with flag 1390763/266236
36.66/36.25	c cleaning 23000 clauses out of 46015 with flag 1531114/290235
41.36/40.91	c cleaning 24000 clauses out of 48015 with flag 1683209/315235
46.06/45.69	c cleaning 25003 clauses out of 50015 with flag 1831975/341235
51.06/50.64	c cleaning 25998 clauses out of 52013 with flag 2006516/368236
56.56/56.13	c cleaning 26998 clauses out of 54014 with flag 2181693/396235
62.86/62.40	c cleaning 28003 clauses out of 56017 with flag 2365955/425236
69.25/68.86	c cleaning 28996 clauses out of 58013 with flag 2546283/455235
75.96/75.59	c cleaning 30003 clauses out of 60017 with flag 2739873/486235
83.65/83.22	c cleaning 31000 clauses out of 62014 with flag 2962467/518235
91.96/91.55	c cleaning 32005 clauses out of 64014 with flag 3181989/551235
100.57/100.17	c cleaning 32998 clauses out of 66009 with flag 3402365/585235
109.56/109.11	c cleaning 33995 clauses out of 68011 with flag 3618726/620235
118.87/118.48	c cleaning 35005 clauses out of 70016 with flag 3850319/656235
128.11/127.68	c cleaning 36000 clauses out of 72012 with flag 4093872/693236
137.91/137.41	c cleaning 37006 clauses out of 74015 with flag 4346091/731239
148.21/147.79	c cleaning 38000 clauses out of 76007 with flag 4621613/770237
158.91/158.49	c cleaning 38996 clauses out of 78007 with flag 4884088/810237
170.31/169.88	c cleaning 39998 clauses out of 80010 with flag 5171664/851236
182.30/181.86	c cleaning 40999 clauses out of 82013 with flag 5460405/893237
195.22/194.72	c cleaning 42004 clauses out of 84016 with flag 5778417/936239
208.81/208.39	c cleaning 42996 clauses out of 86010 with flag 6080828/980237
223.61/223.16	c cleaning 43995 clauses out of 88012 with flag 6411360/1025235
238.41/237.96	c cleaning 45004 clauses out of 90017 with flag 6754773/1071235
254.02/253.58	c cleaning 45999 clauses out of 92014 with flag 7079611/1118236
270.82/270.39	c cleaning 46997 clauses out of 94014 with flag 7438357/1166235
288.12/287.63	c cleaning 47998 clauses out of 96019 with flag 7793890/1215237
307.32/306.83	c cleaning 49003 clauses out of 98019 with flag 8175352/1265235
327.18/326.60	c cleaning 50004 clauses out of 100016 with flag 8590045/1316235
347.47/346.92	c cleaning 51006 clauses out of 102013 with flag 8995877/1368236
369.17/368.64	c cleaning 51994 clauses out of 104007 with flag 9410579/1421236
392.86/392.32	c cleaning 52998 clauses out of 106015 with flag 9844786/1475238
415.27/414.78	c cleaning 54002 clauses out of 108014 with flag 10277809/1530235
439.47/438.95	c cleaning 54998 clauses out of 110012 with flag 10746544/1586235
465.16/464.66	c cleaning 55997 clauses out of 112015 with flag 11195547/1643236
492.57/492.00	c cleaning 57003 clauses out of 114018 with flag 11675493/1701236
518.97/518.47	c cleaning 58001 clauses out of 116015 with flag 12159243/1760236
548.88/548.35	c cleaning 59006 clauses out of 118020 with flag 12660021/1820242
577.68/577.18	c cleaning 60004 clauses out of 120012 with flag 13145148/1881240
607.16/606.51	c cleaning 60997 clauses out of 122005 with flag 13656942/1943237
638.67/638.09	c cleaning 61996 clauses out of 124008 with flag 14170356/2006237
671.06/670.46	c cleaning 62996 clauses out of 126010 with flag 14693350/2070235
706.18/705.51	c cleaning 64003 clauses out of 128014 with flag 15250470/2135235
742.09/741.47	c cleaning 64999 clauses out of 130011 with flag 15810563/2201235
778.49/777.87	c cleaning 66002 clauses out of 132013 with flag 16392314/2268236
819.89/819.27	c cleaning 67000 clauses out of 134013 with flag 16950727/2336238
861.10/860.43	c cleaning 67999 clauses out of 136011 with flag 17517204/2405236
904.50/903.86	c cleaning 68998 clauses out of 138013 with flag 18136580/2475237
947.76/947.03	c cleaning 70003 clauses out of 140015 with flag 18758715/2546237
992.46/991.76	c cleaning 70997 clauses out of 142010 with flag 19373399/2618235
1040.77/1040.01	c cleaning 71998 clauses out of 144013 with flag 20022955/2691235
1086.87/1086.14	c cleaning 73007 clauses out of 146017 with flag 20641902/2765237
1136.49/1135.74	c cleaning 73998 clauses out of 148009 with flag 21310248/2840236
1189.69/1188.92	c cleaning 74994 clauses out of 150010 with flag 21954655/2916235
1244.59/1243.82	c cleaning 76001 clauses out of 152016 with flag 22608592/2993235
1300.70/1299.90	c cleaning 77002 clauses out of 154015 with flag 23290826/3071235
1355.48/1354.60	c cleaning 78002 clauses out of 156014 with flag 23964341/3150236
1415.59/1414.74	c cleaning 78994 clauses out of 158012 with flag 24682733/3230236
1477.70/1476.84	c cleaning 80003 clauses out of 160020 with flag 25411931/3311238
1540.71/1539.84	c cleaning 81000 clauses out of 162015 with flag 26141065/3393236
1605.11/1604.22	c cleaning 81998 clauses out of 164014 with flag 26808897/3476235
1667.62/1666.72	c cleaning 82999 clauses out of 166017 with flag 27548545/3560236
1733.63/1732.72	c cleaning 84006 clauses out of 168017 with flag 28300941/3645235
1800.05/1799.00	c starts		: 9421
1800.05/1799.00	c conflicts		: 3731235
1800.05/1799.00	c decisions		: 4441587
1800.05/1799.00	c propagations		: 112174604
1800.05/1799.00	c inspects		: 35016686274
1800.05/1799.00	c shortcuts		: 0
1800.05/1799.00	c learnt literals	: 0
1800.05/1799.00	c learnt binary clauses	: 0
1800.05/1799.00	c learnt ternary clauses	: 5
1800.05/1799.00	c learnt constraints	: 3731235
1800.05/1799.00	c ignored constraints	: 0
1800.05/1799.00	c root simplifications	: 0
1800.05/1799.00	c removed literals (reason simplification)	: 0
1800.05/1799.00	c reason swapping (by a shorter reason)	: 0
1800.05/1799.00	c Calls to reduceDB	: 82
1800.05/1799.00	c Number of update (reduction) of LBD	: 993093
1800.05/1799.00	c Imported unit clauses	: 0
1800.05/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1799.00	c number of learned constraints concerned by reduction	: 0
1800.05/1799.00	c number of learning phase by resolution	: 0
1800.05/1799.00	c number of learning phase by cutting planes	: 0
1800.05/1799.00	c speed (assignments/second)	: 62359.30762162123
1800.05/1799.00	c non guided choices	0
1800.05/1799.03	c learnt constraints type 
1800.05/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 170011
1800.05/1799.03	s SATISFIABLE
1800.05/1799.03	c Found 1 solution(s)
1800.05/1799.03	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.05/1799.03	c objective function=70
1800.05/1799.03	c Total wall clock time (in seconds): 1798.922

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

pid=4652
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.18 2.21 2.18 3/194 4655
/proc/meminfo: memFree=26243772/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4655/stat : 4655 (java) R 4652 4655 3589 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 2423151 23793664 713 33554432000 1073741824 1073778376 140735166118960 140735166108024 226075129936 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 5809 713 528 9 0 128 0

[startup+0.100112 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 4655
/proc/meminfo: memFree=26243772/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 4406 0 1 0 9 1 0 0 20 0 18 0 2423151 9787879424 6042 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 4655
/proc/meminfo: memFree=26243772/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 5809 0 1 0 26 1 0 0 20 0 19 0 2423151 9856040960 7489 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 7489 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300231 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 4655
/proc/meminfo: memFree=26243772/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 6922 0 1 0 49 1 0 0 20 0 19 0 2423151 9856040960 8386 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 8386 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70014 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 4655
/proc/meminfo: memFree=26243772/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 8700 0 1 0 102 2 0 0 20 0 19 0 2423151 9856040960 9272 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 9272 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50068 s]
/proc/loadavg: 2.18 2.21 2.18 3/213 4674
/proc/meminfo: memFree=26208108/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 9106 0 1 0 191 2 0 0 20 0 19 0 2423151 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 9843 2250 9 0 2396937 0
[pid=4655/tid=4657] ppid=4652 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) R 4652 4655 3589 0 -1 4202560 2412 0 1 0 145 2 0 0 20 0 19 0 2423152 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519561137840 140519401826554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4658] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519522637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4659] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519521585448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4660] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519520532904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4661] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519401318952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4662] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519400266408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4663] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519399213864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4664] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519398161320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4665] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4652 4655 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140519397108776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4666] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4652 4655 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2423154 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518914779240 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4667] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4652 4655 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518913725560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4668] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518912672904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4669] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518911621648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4670] ppid=4652 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4655/task/4670/stat : 4670 (java) S 4652 4655 3589 0 -1 4202560 3589 0 0 0 26 0 0 0 20 0 19 0 2423157 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518910569016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4671] ppid=4652 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4655/task/4671/stat : 4671 (java) S 4652 4655 3589 0 -1 4202560 1835 0 0 0 16 0 0 0 20 0 19 0 2423157 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518909516472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4672] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4672/stat : 4672 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518908464120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4673] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4673/stat : 4673 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518907411784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 9843 33554432000 1073741824 1073778376 140735166118960 140518906356520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.18 2.21 2.18 3/213 4674
/proc/meminfo: memFree=26203268/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 9108 0 1 0 353 2 0 0 20 0 19 0 2423151 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 10867 2250 9 0 2396937 0
[pid=4655/tid=4657] ppid=4652 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) R 4652 4655 3589 0 -1 4202560 2414 0 1 0 304 2 0 0 20 0 19 0 2423152 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519561146664 140519401765118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4658] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519522637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4659] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519521585448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4660] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519520532904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4661] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519401318952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4662] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519400266408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4663] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519399213864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4664] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519398161320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4665] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4652 4655 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140519397108776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4666] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4652 4655 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2423154 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518914779240 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4667] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4652 4655 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518913725560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4668] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518912672904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4669] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518911621648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4670] ppid=4652 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4655/task/4670/stat : 4670 (java) S 4652 4655 3589 0 -1 4202560 3589 0 0 0 28 0 0 0 20 0 19 0 2423157 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518910569016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4671] ppid=4652 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4655/task/4671/stat : 4671 (java) S 4652 4655 3589 0 -1 4202560 1835 0 0 0 17 0 0 0 20 0 19 0 2423157 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518909516472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4672] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4672/stat : 4672 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518908464120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4673] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4673/stat : 4673 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518907411784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 10867 33554432000 1073741824 1073778376 140735166118960 140518906356520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 4674
/proc/meminfo: memFree=26187252/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 9113 0 1 0 672 2 0 0 20 0 19 0 2423151 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 12404 2251 9 0 2396937 0
[pid=4655/tid=4657] ppid=4652 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) R 4652 4655 3589 0 -1 4202560 2418 0 1 0 623 2 0 0 20 0 19 0 2423152 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519561137840 140519401765168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4658] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519522637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4659] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519521585448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4660] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519520532904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4661] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519401318952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4662] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519400266408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4663] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519399213864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4664] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519398161320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4665] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4652 4655 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2423153 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140519397108776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4666] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4652 4655 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2423154 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518914779240 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4667] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4652 4655 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518913725560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4668] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518912672904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4669] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518911621648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4670] ppid=4652 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4655/task/4670/stat : 4670 (java) S 4652 4655 3589 0 -1 4202560 3589 0 0 0 28 0 0 0 20 0 19 0 2423157 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518910569016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4671] ppid=4652 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4655/task/4671/stat : 4671 (java) S 4652 4655 3589 0 -1 4202560 1835 0 0 0 17 0 0 0 20 0 19 0 2423157 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518909516472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4672] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4672/stat : 4672 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518908464120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4673] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4673/stat : 4673 (java) S 4652 4655 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518907411784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 12404 33554432000 1073741824 1073778376 140735166118960 140518906356520 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=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518906356520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/213 4740
/proc/meminfo: memFree=25778664/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=1723.22 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 9930 0 1 0 172288 34 0 0 20 0 19 0 2423151 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 54412 2266 9 0 2396937 0
[pid=4655/tid=4657] ppid=4652 vsize=9625040 CPUtime=1717.69 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) R 4652 4655 3589 0 -1 4202560 2480 0 1 0 171740 29 0 0 20 0 19 0 2423152 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519561137840 140519401827253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4658] ppid=4652 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4652 4655 3589 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519522637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4659] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4652 4655 3589 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519521585448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4660] ppid=4652 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4652 4655 3589 0 -1 4202560 137 0 0 0 3 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519520532904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4661] ppid=4652 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4652 4655 3589 0 -1 4202560 149 0 0 0 3 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519401318952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4662] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4652 4655 3589 0 -1 4202560 93 0 0 0 3 1 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519400266408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4663] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4652 4655 3589 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519399213864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4664] ppid=4652 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4652 4655 3589 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519398161320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4665] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4652 4655 3589 0 -1 4202560 171 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140519397108776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4666] ppid=4652 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4652 4655 3589 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 2423154 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518914779240 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4667] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4652 4655 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518913725560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4668] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4652 4655 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518912672904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4669] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518911621648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4670] ppid=4652 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4655/task/4670/stat : 4670 (java) S 4652 4655 3589 0 -1 4202560 3600 0 0 0 30 0 0 0 20 0 19 0 2423157 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518910569016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4671] ppid=4652 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4655/task/4671/stat : 4671 (java) S 4652 4655 3589 0 -1 4202560 1835 0 0 0 17 0 0 0 20 0 19 0 2423157 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518909516472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4672] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4672/stat : 4672 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518908464120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4673] ppid=4652 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/4655/task/4673/stat : 4673 (java) S 4652 4655 3589 0 -1 4202560 100 0 0 0 33 33 0 0 20 0 19 0 2423157 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518907411784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 54412 33554432000 1073741824 1073778376 140735166118960 140518906356520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.22
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.26 2.19 3/213 4741
/proc/meminfo: memFree=25757088/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=1783.34 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 10137 0 1 0 178297 37 0 0 20 0 19 0 2423151 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 59697 2266 9 0 2396937 0
[pid=4655/tid=4657] ppid=4652 vsize=9625040 CPUtime=1777.5 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) R 4652 4655 3589 0 -1 4202560 2481 0 1 0 177720 30 0 0 20 0 19 0 2423152 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519561145520 140519401765113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4658] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4652 4655 3589 0 -1 4202560 44 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519522637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4659] ppid=4652 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4652 4655 3589 0 -1 4202560 60 0 0 0 5 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519521585448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4660] ppid=4652 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4652 4655 3589 0 -1 4202560 166 0 0 0 5 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519520532904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4661] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4652 4655 3589 0 -1 4202560 162 0 0 0 3 1 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519401318952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4662] ppid=4652 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4652 4655 3589 0 -1 4202560 120 0 0 0 5 2 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519400266408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4663] ppid=4652 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4652 4655 3589 0 -1 4202560 36 0 0 0 6 1 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519399213864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4664] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4652 4655 3589 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519398161320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4665] ppid=4652 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4652 4655 3589 0 -1 4202560 214 0 0 0 5 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519397108776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4666] ppid=4652 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4652 4655 3589 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 2423154 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518914779240 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4667] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4652 4655 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518913725560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4668] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4652 4655 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518912672904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4669] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518911621648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4670] ppid=4652 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4655/task/4670/stat : 4670 (java) S 4652 4655 3589 0 -1 4202560 3600 0 0 0 30 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518910569016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4671] ppid=4652 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4655/task/4671/stat : 4671 (java) S 4652 4655 3589 0 -1 4202560 1835 0 0 0 17 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518909516472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4672] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4672/stat : 4672 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518908464120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4673] ppid=4652 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/4655/task/4673/stat : 4673 (java) S 4652 4655 3589 0 -1 4202560 104 0 0 0 35 35 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518907411784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518906356520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.34
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.37 2.28 2.20 3/212 4806
/proc/meminfo: memFree=25717320/32872528 swapFree=1588980/1719796
[pid=4655] ppid=4652 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4652 4655 3589 0 -1 4202496 10137 0 1 0 179968 37 0 0 20 0 19 0 2423151 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140735166110096 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4655/statm: 2406260 59697 2266 9 0 2396937 0
[pid=4655/tid=4657] ppid=4652 vsize=9625040 CPUtime=1794.15 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) R 4652 4655 3589 0 -1 4202560 2481 0 1 0 179385 30 0 0 20 0 19 0 2423152 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519561145520 140519401980191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4658] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4652 4655 3589 0 -1 4202560 44 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519522637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4659] ppid=4652 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4652 4655 3589 0 -1 4202560 60 0 0 0 5 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519521585448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4660] ppid=4652 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4652 4655 3589 0 -1 4202560 166 0 0 0 5 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519520532904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4661] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4652 4655 3589 0 -1 4202560 162 0 0 0 3 1 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519401318952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4662] ppid=4652 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4652 4655 3589 0 -1 4202560 120 0 0 0 5 2 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519400266408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4663] ppid=4652 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4652 4655 3589 0 -1 4202560 36 0 0 0 6 1 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519399213864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4664] ppid=4652 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4652 4655 3589 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519398161320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4665] ppid=4652 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4652 4655 3589 0 -1 4202560 214 0 0 0 5 0 0 0 20 0 19 0 2423153 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140519397108776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4655/tid=4666] ppid=4652 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4652 4655 3589 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 2423154 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518914779240 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4667] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4652 4655 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518913725560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4668] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4652 4655 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2423155 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518912672904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4669] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518911621648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4670] ppid=4652 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4655/task/4670/stat : 4670 (java) S 4652 4655 3589 0 -1 4202560 3600 0 0 0 30 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518910569016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4655/tid=4671] ppid=4652 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4655/task/4671/stat : 4671 (java) S 4652 4655 3589 0 -1 4202560 1835 0 0 0 17 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518909516472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4672] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4672/stat : 4672 (java) S 4652 4655 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518908464120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4655/tid=4673] ppid=4652 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/4655/task/4673/stat : 4673 (java) S 4652 4655 3589 0 -1 4202560 104 0 0 0 35 35 0 0 20 0 19 0 2423157 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518907411784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4655/tid=4674] ppid=4652 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4674/stat : 4674 (java) S 4652 4655 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2423168 9856040960 59697 33554432000 1073741824 1073778376 140735166118960 140518906356520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 4655 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 4655 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=258079
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=831873
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.04
CPU time (s): 1800.05
CPU user time (s): 1799.68
CPU system time (s): 0.37
CPU usage (%): 100.056
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.26
system time used= 0.831873
maximum resident set size= 238984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10194
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38144
involuntary context switches= 3891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3544 second user time and 13.7099 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 17:37:26
IDJOB=4117703
IDBENCH=111604
IDSOLVER=2546
FILE ID=node120/4117703-1467214646
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_001.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117703-1467214646/watcher-4117703-1467214646 -o /tmp/evaluation-result-4117703-1467214646/solver-4117703-1467214646 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3606 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117703-1467214646.opb

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

MD5SUM BENCH= afebd06601c906000ebafbb775d74738
RANDOM SEED=1668356495

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:        26244572 kB
Buffers:           48596 kB
Cached:          4093984 kB
SwapCached:            0 kB
Active:           120240 kB
Inactive:        4059316 kB
Active(anon):      39804 kB
Inactive(anon):        0 kB
Active(file):      80436 kB
Inactive(file):  4059316 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1184 kB
Writeback:             4 kB
AnonPages:       1762748 kB
Mapped:            21992 kB
Shmem:               204 kB
Slab:             586824 kB
SReclaimable:      29920 kB
SUnreclaim:       556904 kB
KernelStack:        1696 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2409116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71668 MiB
End job on node120 at 2016-06-29 18:07:26