Trace number 4081788

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 Res+CP PB16SAT (TO)-26 1800.15 898.774

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4081788-1465256333.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.70/0.45	c ... done. Wall clock time 0.334s.
0.70/0.45	c declared #vars     200
0.70/0.45	c internal #vars     3308
0.70/0.45	c #constraints  6616
0.70/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.46	c constraints type 
0.70/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
0.70/0.46	c org.sat4j.minisat.constraints.cnf.UnitClauses => 180
0.70/0.46	c org.sat4j.specs.Constr$1 => 208
0.70/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 12
0.70/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
0.70/0.46	c 6616 constraints processed.
0.70/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.46	c constraints type 
0.70/0.46	c org.sat4j.specs.Constr$1 => 208
0.70/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3108
0.70/0.46	c org.sat4j.pb.constraints.pb.UnitClausesPB => 180
0.70/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 12
0.70/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3108
0.70/0.46	c 6616 constraints processed.
0.70/0.46	c objective function length is 200 literals
0.70/0.49	c And the winner is solver0
1.50/0.96	c SATISFIABLE
1.50/0.96	c OPTIMIZING...
1.50/0.96	c Got one! Elapsed wall clock time (in seconds):0.838
1.50/0.96	o -20
1.65/1.00	c And the winner is solver0
1.81/1.46	c Got one! Elapsed wall clock time (in seconds):1.34
1.81/1.46	o -21
1.81/1.48	c And the winner is solver0
1.97/1.96	c Got one! Elapsed wall clock time (in seconds):1.841
1.97/1.96	o -22
2.51/2.17	c And the winner is solver1
3.20/2.46	c Got one! Elapsed wall clock time (in seconds):2.342
3.20/2.46	o -23
3.29/2.50	c And the winner is solver1
3.34/2.96	c Got one! Elapsed wall clock time (in seconds):2.844
3.34/2.96	o -24
3.95/3.23	c And the winner is solver1
4.05/3.46	c Got one! Elapsed wall clock time (in seconds):3.345
4.05/3.46	o -25
4.11/3.58	c cleaning 3205 clauses out of 6410 with flag 2272/6410
4.34/3.60	c And the winner is solver1
4.37/3.97	c Got one! Elapsed wall clock time (in seconds):3.846
4.37/3.97	o -26
5.59/4.45	c cleaning 4271 clauses out of 8541 with flag 11368/11746
6.73/4.97	c cleaning 5130 clauses out of 10269 with flag 25477/17745
8.05/5.59	c cleaning 6070 clauses out of 12139 with flag 40881/24745
9.55/6.27	c cleaning 7036 clauses out of 14071 with flag 57773/32747
11.16/7.05	c cleaning 8017 clauses out of 16034 with flag 76685/41746
13.25/8.06	c cleaning 9005 clauses out of 18017 with flag 97754/51746
15.54/9.19	c cleaning 10003 clauses out of 20011 with flag 121023/62745
18.14/10.45	c cleaning 11005 clauses out of 22009 with flag 146264/74746
21.26/11.99	c cleaning 11998 clauses out of 24003 with flag 173584/87745
24.66/13.62	c cleaning 13003 clauses out of 26005 with flag 202985/101745
28.39/15.48	c cleaning 14000 clauses out of 28002 with flag 234416/116745
32.57/17.60	c cleaning 14994 clauses out of 30002 with flag 267844/132745
37.71/20.09	c cleaning 15999 clauses out of 32008 with flag 303513/149745
42.91/22.61	c cleaning 17004 clauses out of 34010 with flag 340891/167746
48.63/25.43	c cleaning 18004 clauses out of 36007 with flag 380520/186747
54.81/28.55	c cleaning 19000 clauses out of 38002 with flag 422099/206746
61.41/31.85	c cleaning 19998 clauses out of 40002 with flag 466030/227746
69.33/35.75	c cleaning 20998 clauses out of 42005 with flag 512041/249747
77.53/39.85	c cleaning 22001 clauses out of 44006 with flag 560272/272746
86.84/44.40	c cleaning 22994 clauses out of 46004 with flag 610685/296745
95.44/48.71	c cleaning 24001 clauses out of 48010 with flag 663246/321745
105.04/53.53	c cleaning 24997 clauses out of 50010 with flag 717883/347746
115.33/58.64	c cleaning 26004 clauses out of 52013 with flag 774580/374746
126.13/64.06	c cleaning 27003 clauses out of 54009 with flag 833628/402746
131.82/66.88	c cleaning 0 clauses out of 5427 with flag 0/5428
140.19/70.85	c cleaning 27998 clauses out of 56007 with flag 894333/431747
155.16/78.56	c cleaning 29001 clauses out of 58007 with flag 957447/461745
170.09/85.97	c cleaning 30002 clauses out of 60006 with flag 1022806/492745
185.93/93.80	c cleaning 31001 clauses out of 62006 with flag 1089931/524747
202.42/102.09	c cleaning 31999 clauses out of 64004 with flag 1159302/557746
220.31/110.97	c cleaning 33000 clauses out of 66004 with flag 1230680/591745
239.50/120.58	c cleaning 34000 clauses out of 68004 with flag 1303561/626745
260.15/130.83	c cleaning 34996 clauses out of 70005 with flag 1378850/662746
281.42/141.45	c cleaning 36000 clauses out of 72008 with flag 1456571/699745
301.34/151.35	c cleaning 37001 clauses out of 74011 with flag 1536553/737748
323.59/162.44	c cleaning 37999 clauses out of 76007 with flag 1618584/776745
348.24/174.79	c cleaning 38997 clauses out of 78008 with flag 1702500/816745
375.64/188.77	c cleaning 40007 clauses out of 80013 with flag 1788309/857747
403.09/202.48	c cleaning 40999 clauses out of 82004 with flag 1875946/899745
428.75/215.25	c cleaning 41998 clauses out of 84007 with flag 1965157/942747
457.61/229.68	c cleaning 42996 clauses out of 86008 with flag 2056746/986746
487.30/244.48	c cleaning 44007 clauses out of 88014 with flag 2151219/1031748
518.32/259.86	c cleaning 45002 clauses out of 90004 with flag 2247873/1077745
548.45/274.83	c cleaning 46000 clauses out of 92002 with flag 2346341/1124745
584.00/292.50	c cleaning 46991 clauses out of 94003 with flag 2446666/1172746
620.87/310.84	c cleaning 48006 clauses out of 96012 with flag 2549668/1221746
659.80/330.29	c cleaning 48994 clauses out of 98006 with flag 2654331/1271746
695.93/348.19	c cleaning 50003 clauses out of 100011 with flag 2761378/1322745
732.90/366.57	c cleaning 51004 clauses out of 102009 with flag 2870422/1374746
733.30/366.78	c cleaning 0 clauses out of 11427 with flag 0/11428
773.71/386.78	c cleaning 51999 clauses out of 104004 with flag 2981713/1427745
816.62/407.95	c cleaning 52994 clauses out of 106006 with flag 3095035/1481746
867.36/433.61	c cleaning 54004 clauses out of 108012 with flag 3210007/1536746
920.12/459.93	c cleaning 54999 clauses out of 110009 with flag 3327385/1592747
970.52/485.04	c cleaning 56000 clauses out of 112009 with flag 3446831/1649746
1021.59/510.47	c cleaning 56998 clauses out of 114008 with flag 3568400/1707745
1077.43/538.30	c cleaning 58004 clauses out of 116012 with flag 3691885/1766747
1133.26/566.09	c cleaning 59003 clauses out of 118006 with flag 3817523/1826745
1194.40/596.40	c cleaning 59995 clauses out of 120004 with flag 3945379/1887746
1255.61/626.81	c cleaning 61000 clauses out of 122008 with flag 4075169/1949745
1318.38/658.07	c cleaning 62000 clauses out of 124008 with flag 4208250/2012745
1387.93/692.63	c cleaning 63000 clauses out of 126008 with flag 4342977/2076745
1449.21/723.18	c cleaning 64001 clauses out of 128008 with flag 4479247/2141745
1521.12/758.90	c cleaning 65001 clauses out of 130007 with flag 4617381/2207745
1598.25/797.32	c cleaning 65991 clauses out of 132007 with flag 4757651/2274746
1666.32/831.23	c cleaning 67002 clauses out of 134016 with flag 4899866/2342746
1738.73/868.15	c cleaning 68005 clauses out of 136015 with flag 5044224/2411747
1800.15/898.71	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.15/898.71	c starts		: 400
1800.15/898.71	c conflicts		: 2475998
1800.15/898.71	c decisions		: 2590444
1800.15/898.71	c propagations		: 13391115
1800.15/898.71	c inspects		: 10591230487
1800.15/898.71	c shortcuts		: 0
1800.15/898.71	c learnt literals	: 0
1800.15/898.71	c learnt binary clauses	: 0
1800.15/898.71	c learnt ternary clauses	: 0
1800.15/898.71	c learnt constraints	: 2475998
1800.15/898.71	c ignored constraints	: 0
1800.15/898.71	c root simplifications	: 0
1800.15/898.71	c removed literals (reason simplification)	: 97701687
1800.15/898.71	c reason swapping (by a shorter reason)	: 0
1800.15/898.71	c Calls to reduceDB	: 66
1800.15/898.71	c Number of update (reduction) of LBD	: 73838
1800.15/898.71	c Imported unit clauses	: 0
1800.15/898.71	c number of reductions to clauses (during analyze)	: 0
1800.15/898.71	c number of learned constraints concerned by reduction	: 0
1800.15/898.71	c number of learning phase by resolution	: 0
1800.15/898.71	c number of learning phase by cutting planes	: 0
1800.15/898.71	c speed (assignments/second)	: 14966.43952509268
1800.15/898.71	c non guided choices	0
1800.15/898.74	c learnt constraints type 
1800.15/898.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132262
1800.15/898.74	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.15/898.74	c starts		: 51
1800.15/898.74	c conflicts		: 17179
1800.15/898.74	c decisions		: 18956
1800.15/898.74	c propagations		: 172704
1800.15/898.74	c inspects		: 833423862
1800.15/898.74	c shortcuts		: 0
1800.15/898.74	c learnt literals	: 0
1800.15/898.74	c learnt binary clauses	: 0
1800.15/898.74	c learnt ternary clauses	: 0
1800.15/898.74	c learnt constraints	: 17178
1800.15/898.74	c ignored constraints	: 0
1800.15/898.74	c root simplifications	: 0
1800.15/898.74	c removed literals (reason simplification)	: 0
1800.15/898.74	c reason swapping (by a shorter reason)	: 0
1800.15/898.74	c Calls to reduceDB	: 2
1800.15/898.74	c Number of update (reduction) of LBD	: 0
1800.15/898.74	c Imported unit clauses	: 0
1800.15/898.74	c number of reductions to clauses (during analyze)	: 0
1800.15/898.74	c number of learned constraints concerned by reduction	: 0
1800.15/898.74	c number of learning phase by resolution	: 0
1800.15/898.74	c number of learning phase by cutting planes	: 0
1800.15/898.74	c speed (assignments/second)	: 192.58385343894162
1800.15/898.74	c non guided choices	0
1800.15/898.74	c learnt constraints type 
1800.15/898.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 206
1800.15/898.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16972
1800.15/898.74	s SATISFIABLE
1800.15/898.74	c Found 7 solution(s)
1800.15/898.74	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 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 
1800.15/898.74	c objective function=-26
1800.15/898.74	c Total wall clock time (in seconds): 898.624

Verifier Data

OK	-26

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-4081788-1465256333/watcher-4081788-1465256333 -o /tmp/evaluation-result-4081788-1465256333/solver-4081788-1465256333 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081788-1465256333.opb 

pid=20002
running on 4 cores: 1,3,5,7

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: 4.20 4.25 4.23 4/197 20005
/proc/meminfo: memFree=27410396/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=336 CPUtime=0 cores=1,3,5,7
/proc/20005/stat : 20005 (java) R 20002 20005 17726 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 107565629 344064 36 33554432000 1073741824 1073778376 140735994344832 140734596691480 213410418130 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 625 43 34 9 0 25 0

[startup+0.100155 s]
/proc/loadavg: 4.20 4.25 4.23 4/197 20005
/proc/meminfo: memFree=27410396/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 4415 0 1 0 8 0 0 0 20 0 18 0 107565629 9787879424 6044 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.20 4.25 4.23 4/197 20005
/proc/meminfo: memFree=27410396/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 4576 0 1 0 20 0 0 0 20 0 18 0 107565629 9787879424 7196 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2389619 7196 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 4.20 4.25 4.23 4/197 20005
/proc/meminfo: memFree=27410396/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 6257 0 1 0 45 1 0 0 20 0 18 0 107565629 9787879424 9043 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2389619 9043 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700255 s]
/proc/loadavg: 4.20 4.25 4.23 4/197 20005
/proc/meminfo: memFree=27410396/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9759196 CPUtime=1.31 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 21072 0 1 0 126 5 0 0 20 0 19 0 107565629 9993416704 22400 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2439799 22400 2259 9 0 2430476 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9759196

[startup+1.5008 s]
/proc/loadavg: 4.20 4.25 4.23 4/216 20030
/proc/meminfo: memFree=27319100/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 23323 0 1 0 183 9 0 0 20 0 19 0 107565629 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2456183 26404 2267 9 0 2446860 0
[pid=20005/tid=20007] ppid=20002 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/20005/task/20007/stat : 20007 (java) S 20002 20005 17726 0 -1 4202560 2437 0 1 0 43 0 0 0 20 0 19 0 107565630 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307549487992 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20008] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20008/stat : 20008 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307393456552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20009] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20009/stat : 20009 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307392404008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20010] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20010/stat : 20010 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307391350952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20011] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20011/stat : 20011 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307390298408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20012] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20012/stat : 20012 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307389246376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20013] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20013/stat : 20013 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307052096552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20014] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20014/stat : 20014 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307051043496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20015] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20015/stat : 20015 (java) S 20002 20005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107565631 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307049990952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20016] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20016/stat : 20016 (java) S 20002 20005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107565633 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307037792616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20017] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20017/stat : 20017 (java) S 20002 20005 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107565633 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307036738936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20018] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20018/stat : 20018 (java) S 20002 20005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107565633 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307035685768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20019] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20019/stat : 20019 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565635 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307034634512 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20020] ppid=20002 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20005/task/20020/stat : 20020 (java) R 20002 20005 17726 0 -1 4202560 4066 0 0 0 45 0 0 0 20 0 19 0 107565635 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307033582392 140307556225291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20021] ppid=20002 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/20005/task/20021/stat : 20021 (java) R 20002 20005 17726 0 -1 4202560 15468 0 0 0 77 3 0 0 20 0 19 0 107565635 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307032529728 140307552522492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20022] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20022/stat : 20022 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565635 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307031476984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20023] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20023/stat : 20023 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107565635 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307030424648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20026] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20026/stat : 20026 (java) S 20002 20005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107565678 10060525568 26404 33554432000 1073741824 1073778376 140735994344832 140307027165992 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.20 4.25 4.23 6/216 20036
/proc/meminfo: memFree=27289404/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 28794 0 1 0 352 16 0 0 20 0 22 0 107565629 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2456183 48050 2275 9 0 2446860 0
[pid=20005/tid=20007] ppid=20002 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/20005/task/20007/stat : 20007 (java) S 20002 20005 17726 0 -1 4202560 2437 0 1 0 43 0 0 0 20 0 22 0 107565630 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307549487992 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20008] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20008/stat : 20008 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307393456552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20009] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20009/stat : 20009 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307392404008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20010] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20010/stat : 20010 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307391350952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20011] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20011/stat : 20011 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307390298408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20012] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20012/stat : 20012 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307389246376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20013] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20013/stat : 20013 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307052096552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20014] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20014/stat : 20014 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307051043496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20015] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20015/stat : 20015 (java) S 20002 20005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107565631 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307049990952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20016] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20016/stat : 20016 (java) S 20002 20005 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307037792616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20017] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20017/stat : 20017 (java) S 20002 20005 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307036738936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20018] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20018/stat : 20018 (java) S 20002 20005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307035685768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20019] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20019/stat : 20019 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307034634512 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20020] ppid=20002 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/20005/task/20020/stat : 20020 (java) S 20002 20005 17726 0 -1 4202560 8120 0 0 0 85 1 0 0 20 0 22 0 107565635 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307033582392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20021] ppid=20002 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/20005/task/20021/stat : 20021 (java) R 20002 20005 17726 0 -1 4202560 16818 0 0 0 136 3 0 0 20 0 22 0 107565635 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307032529848 140307553605007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20022] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20022/stat : 20022 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307031476984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20023] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20023/stat : 20023 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307030424648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20036] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20036/stat : 20036 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107565826 10060525568 48050 33554432000 1073741824 1073778376 140735994344832 140307028219432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.10 4.23 4.22 6/219 20048
/proc/meminfo: memFree=27027780/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9824732 CPUtime=9.75 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 29962 0 1 0 937 38 0 0 20 0 22 0 107565629 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2456183 106455 2294 9 0 2446860 0
[pid=20005/tid=20007] ppid=20002 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/20005/task/20007/stat : 20007 (java) S 20002 20005 17726 0 -1 4202560 2437 0 1 0 43 0 0 0 20 0 22 0 107565630 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307549487992 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20008] ppid=20002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/20005/task/20008/stat : 20008 (java) S 20002 20005 17726 0 -1 4202560 111 0 0 0 7 4 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307393456552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20009] ppid=20002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20005/task/20009/stat : 20009 (java) S 20002 20005 17726 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307392404008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20010] ppid=20002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20005/task/20010/stat : 20010 (java) S 20002 20005 17726 0 -1 4202560 80 0 0 0 5 2 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307391350952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20011] ppid=20002 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/20005/task/20011/stat : 20011 (java) S 20002 20005 17726 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307390298408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20012] ppid=20002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20005/task/20012/stat : 20012 (java) S 20002 20005 17726 0 -1 4202560 189 0 0 0 4 2 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307389246376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20013] ppid=20002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20005/task/20013/stat : 20013 (java) S 20002 20005 17726 0 -1 4202560 112 0 0 0 6 3 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307052096552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20014] ppid=20002 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20005/task/20014/stat : 20014 (java) S 20002 20005 17726 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307051043496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20015] ppid=20002 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20005/task/20015/stat : 20015 (java) S 20002 20005 17726 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 107565631 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307049990952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20016] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20016/stat : 20016 (java) S 20002 20005 17726 0 -1 4202560 213 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307037792616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20017] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20017/stat : 20017 (java) S 20002 20005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307036738936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20018] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20018/stat : 20018 (java) S 20002 20005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307035685768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20019] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20019/stat : 20019 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307034634512 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20020] ppid=20002 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/20005/task/20020/stat : 20020 (java) S 20002 20005 17726 0 -1 4202560 8368 0 0 0 110 1 0 0 20 0 22 0 107565635 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307033582392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20021] ppid=20002 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/20005/task/20021/stat : 20021 (java) S 20002 20005 17726 0 -1 4202560 16820 0 0 0 166 3 0 0 20 0 22 0 107565635 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307032529848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20022] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20022/stat : 20022 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307031476984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20023] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20023/stat : 20023 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307030424648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20036] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20036/stat : 20036 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107565826 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307028219432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20046] ppid=20002 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/20005/task/20046/stat : 20046 (java) R 20002 20005 17726 0 -1 4202560 9 0 0 0 215 0 0 0 20 0 22 0 107566026 10060525568 106455 33554432000 1073741824 1073778376 140735994344832 140307026111512 140307405111204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20047] ppid=20002 vsize=9824732 CPUtime=2.13 cores=1,3,5,7

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

[pid=20005/tid=20011] ppid=20002 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/20005/task/20011/stat : 20011 (java) S 20002 20005 17726 0 -1 4202560 520 0 0 0 236 15 0 0 20 0 22 0 107565631 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307390298408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20012] ppid=20002 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/20005/task/20012/stat : 20012 (java) S 20002 20005 17726 0 -1 4202560 765 0 0 0 228 17 0 0 20 0 22 0 107565631 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307389246376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20013] ppid=20002 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20005/task/20013/stat : 20013 (java) S 20002 20005 17726 0 -1 4202560 743 0 0 0 252 22 0 0 20 0 22 0 107565631 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307052096552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20014] ppid=20002 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/20005/task/20014/stat : 20014 (java) S 20002 20005 17726 0 -1 4202560 579 0 0 0 230 14 0 0 20 0 22 0 107565631 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307051043496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20015] ppid=20002 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/20005/task/20015/stat : 20015 (java) S 20002 20005 17726 0 -1 4202560 706 0 0 0 242 15 0 0 20 0 22 0 107565631 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307049990952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20016] ppid=20002 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/20005/task/20016/stat : 20016 (java) S 20002 20005 17726 0 -1 4202560 2177 0 0 0 384 9 0 0 20 0 22 0 107565633 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307037792616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20017] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20017/stat : 20017 (java) S 20002 20005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307036738936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20018] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20018/stat : 20018 (java) S 20002 20005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307035685768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20019] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20019/stat : 20019 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307034634512 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20020] ppid=20002 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/20005/task/20020/stat : 20020 (java) S 20002 20005 17726 0 -1 4202560 12240 0 0 0 164 2 0 0 20 0 22 0 107565635 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307033582392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20021] ppid=20002 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/20005/task/20021/stat : 20021 (java) S 20002 20005 17726 0 -1 4202560 16826 0 0 0 176 3 0 0 20 0 22 0 107565635 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307032529848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20022] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20022/stat : 20022 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307031476984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20023] ppid=20002 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20005/task/20023/stat : 20023 (java) S 20002 20005 17726 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 107565635 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307030424648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20036] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20036/stat : 20036 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107565826 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307028219432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20046] ppid=20002 vsize=9824732 CPUtime=866.68 cores=1,3,5,7
/proc/20005/task/20046/stat : 20046 (java) R 20002 20005 17726 0 -1 4202560 71 0 0 0 86654 14 0 0 20 0 22 0 107566026 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307026112176 140307405048247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20047] ppid=20002 vsize=9824732 CPUtime=866.54 cores=1,3,5,7
/proc/20005/task/20047/stat : 20047 (java) R 20002 20005 17726 0 -1 4202560 1258 0 0 0 86614 40 0 0 20 0 22 0 107566026 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307027164016 140307405539203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20048] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20048/stat : 20048 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107566026 10060525568 888858 33554432000 1073741824 1073778376 140735994344832 140307029271592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.701 s]
/proc/loadavg: 3.96 4.07 4.14 5/219 20290
/proc/meminfo: memFree=24092336/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 41727 0 1 0 179809 206 0 0 20 0 22 0 107565629 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2456183 882670 2303 9 0 2446860 0
[pid=20005/tid=20007] ppid=20002 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20005/task/20007/stat : 20007 (java) S 20002 20005 17726 0 -1 4202560 2446 0 1 0 45 3 0 0 20 0 22 0 107565630 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307549487992 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20008] ppid=20002 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/20005/task/20008/stat : 20008 (java) S 20002 20005 17726 0 -1 4202560 592 0 0 0 211 18 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307393456552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20009] ppid=20002 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20005/task/20009/stat : 20009 (java) S 20002 20005 17726 0 -1 4202560 715 0 0 0 254 14 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307392404008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20010] ppid=20002 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20005/task/20010/stat : 20010 (java) S 20002 20005 17726 0 -1 4202560 613 0 0 0 232 15 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307391350952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20011] ppid=20002 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/20005/task/20011/stat : 20011 (java) S 20002 20005 17726 0 -1 4202560 520 0 0 0 238 15 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307390298408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20012] ppid=20002 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20005/task/20012/stat : 20012 (java) S 20002 20005 17726 0 -1 4202560 765 0 0 0 230 17 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307389246376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20013] ppid=20002 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/20005/task/20013/stat : 20013 (java) S 20002 20005 17726 0 -1 4202560 743 0 0 0 256 22 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307052096552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20014] ppid=20002 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/20005/task/20014/stat : 20014 (java) S 20002 20005 17726 0 -1 4202560 579 0 0 0 232 14 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307051043496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20015] ppid=20002 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/20005/task/20015/stat : 20015 (java) S 20002 20005 17726 0 -1 4202560 706 0 0 0 244 15 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307049990952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20016] ppid=20002 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/20005/task/20016/stat : 20016 (java) S 20002 20005 17726 0 -1 4202560 2177 0 0 0 384 9 0 0 20 0 22 0 107565633 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307037792616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20017] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20017/stat : 20017 (java) S 20002 20005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307036738936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20018] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20018/stat : 20018 (java) S 20002 20005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307035685768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20019] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20019/stat : 20019 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307034634512 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20020] ppid=20002 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/20005/task/20020/stat : 20020 (java) S 20002 20005 17726 0 -1 4202560 12240 0 0 0 164 2 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307033582392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20021] ppid=20002 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/20005/task/20021/stat : 20021 (java) S 20002 20005 17726 0 -1 4202560 16826 0 0 0 176 3 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307032529848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20022] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20022/stat : 20022 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307031476984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20023] ppid=20002 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20005/task/20023/stat : 20023 (java) S 20002 20005 17726 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307030424648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20036] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20036/stat : 20036 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107565826 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307028219432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20046] ppid=20002 vsize=9824732 CPUtime=882.99 cores=1,3,5,7
/proc/20005/task/20046/stat : 20046 (java) R 20002 20005 17726 0 -1 4202560 71 0 0 0 88285 14 0 0 20 0 22 0 107566026 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307026111312 140307405045173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20047] ppid=20002 vsize=9824732 CPUtime=882.85 cores=1,3,5,7
/proc/20005/task/20047/stat : 20047 (java) R 20002 20005 17726 0 -1 4202560 1259 0 0 0 88245 40 0 0 20 0 22 0 107566026 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307027164832 140307405343819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20048] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20048/stat : 20048 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107566026 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307029271592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

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 20005 sig 9
??? kill -20005 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.701 s]
/proc/loadavg: 3.96 4.07 4.14 5/219 20290
/proc/meminfo: memFree=24092336/32872528 swapFree=16636/1570076
[pid=20005] ppid=20002 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/20005/stat : 20005 (java) S 20002 20005 17726 0 -1 4202496 41727 0 1 0 179809 206 0 0 20 0 22 0 107565629 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140735994335968 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20005/statm: 2456183 882670 2303 9 0 2446860 0
[pid=20005/tid=20007] ppid=20002 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20005/task/20007/stat : 20007 (java) S 20002 20005 17726 0 -1 4202560 2446 0 1 0 45 3 0 0 20 0 22 0 107565630 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307549487992 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20008] ppid=20002 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/20005/task/20008/stat : 20008 (java) S 20002 20005 17726 0 -1 4202560 592 0 0 0 211 18 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307393456552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20009] ppid=20002 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20005/task/20009/stat : 20009 (java) S 20002 20005 17726 0 -1 4202560 715 0 0 0 254 14 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307392404008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20010] ppid=20002 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20005/task/20010/stat : 20010 (java) S 20002 20005 17726 0 -1 4202560 613 0 0 0 232 15 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307391350952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20011] ppid=20002 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/20005/task/20011/stat : 20011 (java) S 20002 20005 17726 0 -1 4202560 520 0 0 0 238 15 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307390298408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20012] ppid=20002 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20005/task/20012/stat : 20012 (java) S 20002 20005 17726 0 -1 4202560 765 0 0 0 230 17 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307389246376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20013] ppid=20002 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/20005/task/20013/stat : 20013 (java) S 20002 20005 17726 0 -1 4202560 743 0 0 0 256 22 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307052096552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20014] ppid=20002 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/20005/task/20014/stat : 20014 (java) S 20002 20005 17726 0 -1 4202560 579 0 0 0 232 14 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307051043496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20015] ppid=20002 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/20005/task/20015/stat : 20015 (java) S 20002 20005 17726 0 -1 4202560 706 0 0 0 244 15 0 0 20 0 22 0 107565631 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307049990952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20016] ppid=20002 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/20005/task/20016/stat : 20016 (java) S 20002 20005 17726 0 -1 4202560 2177 0 0 0 384 9 0 0 20 0 22 0 107565633 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307037792616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20017] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20017/stat : 20017 (java) S 20002 20005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307036738936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20018] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20018/stat : 20018 (java) S 20002 20005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107565633 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307035685768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20019] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20019/stat : 20019 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307034634512 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20020] ppid=20002 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/20005/task/20020/stat : 20020 (java) S 20002 20005 17726 0 -1 4202560 12240 0 0 0 164 2 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307033582392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20005/tid=20021] ppid=20002 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/20005/task/20021/stat : 20021 (java) S 20002 20005 17726 0 -1 4202560 16826 0 0 0 176 3 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307032529848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20022] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20022/stat : 20022 (java) S 20002 20005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307031476984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20023] ppid=20002 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20005/task/20023/stat : 20023 (java) S 20002 20005 17726 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 107565635 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307030424648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20005/tid=20036] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20036/stat : 20036 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107565826 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307028219432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20046] ppid=20002 vsize=9824732 CPUtime=882.99 cores=1,3,5,7
/proc/20005/task/20046/stat : 20046 (java) R 20002 20005 17726 0 -1 4202560 71 0 0 0 88285 14 0 0 20 0 22 0 107566026 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307026111312 140307405045173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20005/tid=20047] ppid=20002 vsize=9824732 CPUtime=882.85 cores=1,3,5,7
/proc/20005/task/20047/stat : 20047 (java) R 20002 20005 17726 0 -1 4202560 1259 0 0 0 88245 40 0 0 20 0 22 0 107566026 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307027164832 140307405343819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20005/tid=20048] ppid=20002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20005/task/20048/stat : 20048 (java) S 20002 20005 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107566026 10060525568 882670 33554432000 1073741824 1073778376 140735994344832 140307029271592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20005 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=648324
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=572608
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.774
CPU time (s): 1800.15
CPU user time (s): 1798.09
CPU system time (s): 2.06
CPU usage (%): 200.29
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 2.57261
maximum resident set size= 3675992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23852
involuntary context switches= 29168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74313 second user time and 7.64484 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 01:38:53
IDJOB=4081788
IDBENCH=48212
IDSOLVER=2543
FILE ID=node140/4081788-1465256333
RUNJOBID= node140-1465252001-17743
PBS_JOBID= 19843256
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081788-1465256333/watcher-4081788-1465256333 -o /tmp/evaluation-result-4081788-1465256333/solver-4081788-1465256333 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081788-1465256333.opb

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=1309317147

node140.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.768
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.53
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27411576 kB
Buffers:           65216 kB
Cached:            80324 kB
SwapCached:         1744 kB
Active:          3082480 kB
Inactive:         100572 kB
Active(anon):    3037264 kB
Inactive(anon):     2608 kB
Active(file):      45216 kB
Inactive(file):    97964 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098608 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       4606840 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             568680 kB
SReclaimable:      12676 kB
SUnreclaim:       556004 kB
KernelStack:        1624 kB
PageTables:        13000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4902572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4538368 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= 71740 MiB
End job on node140 at 2016-06-07 01:53:52