Trace number 4119589

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)-34 1800.13 900.353

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0077-0777.opb
MD5SUM1813db35f36d13ae3257a1103289ff53
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark0.577912
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints49
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 294
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 294
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 294
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products0
Sum of products size0

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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119589-1467259552.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.07s.
0.09/0.19	c declared #vars     147
0.09/0.19	c internal #vars     441
0.09/0.19	c #constraints  686
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
0.09/0.19	c 686 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
0.09/0.19	c 686 constraints processed.
0.09/0.19	c objective function length is 294 literals
0.23/0.20	c And the winner is solver0
0.23/0.69	c SATISFIABLE
0.23/0.69	c OPTIMIZING...
0.23/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
0.23/0.69	o -30
0.24/0.71	c And the winner is solver0
0.33/1.19	c Got one! Elapsed wall clock time (in seconds):1.077
0.33/1.19	o -31
0.38/1.22	c And the winner is solver0
0.55/1.70	c Got one! Elapsed wall clock time (in seconds):1.579
0.55/1.70	o -32
2.12/2.18	c cleaning 2526 clauses out of 5052 with flag 10352/5052
2.12/2.18	c And the winner is solver0
2.12/2.20	c Got one! Elapsed wall clock time (in seconds):2.082
2.12/2.20	o -33
3.22/2.47	c cleaning 3769 clauses out of 7538 with flag 10388/10064
4.28/2.81	c cleaning 4882 clauses out of 9768 with flag 22821/16063
4.95/3.20	c cleaning 5940 clauses out of 11887 with flag 38104/23064
6.02/3.68	c cleaning 6972 clauses out of 13946 with flag 55927/31063
7.29/4.27	c cleaning 7985 clauses out of 15974 with flag 75935/40063
8.72/4.98	c cleaning 8995 clauses out of 17990 with flag 98789/50064
10.44/5.75	c cleaning 9999 clauses out of 19997 with flag 123117/61066
12.30/6.64	c cleaning 10994 clauses out of 21996 with flag 150459/73064
13.49/7.29	c And the winner is solver1
13.66/7.71	c Got one! Elapsed wall clock time (in seconds):7.588
13.66/7.71	o -34
14.55/8.17	c cleaning 13023 clauses out of 26058 with flag 11405/88120
15.35/8.59	c cleaning 9514 clauses out of 19035 with flag 25758/94120
16.35/9.01	c cleaning 8255 clauses out of 16521 with flag 42065/101120
17.35/9.58	c cleaning 8133 clauses out of 16267 with flag 61494/109121
18.66/10.13	c cleaning 8565 clauses out of 17133 with flag 83547/118120
19.86/10.73	c cleaning 9285 clauses out of 18569 with flag 106450/128121
21.26/11.42	c cleaning 10135 clauses out of 20283 with flag 131632/139120
22.88/12.24	c cleaning 11073 clauses out of 22148 with flag 159146/151120
25.02/13.27	c cleaning 12038 clauses out of 24075 with flag 189513/164120
27.00/14.30	c cleaning 13018 clauses out of 26039 with flag 223724/178122
29.42/15.48	c cleaning 14010 clauses out of 28019 with flag 261693/193120
32.34/16.86	c cleaning 15003 clauses out of 30009 with flag 301280/209120
35.14/18.23	c cleaning 16004 clauses out of 32007 with flag 341706/226121
37.94/19.62	c cleaning 16997 clauses out of 34002 with flag 382999/244120
41.33/21.35	c cleaning 18000 clauses out of 36006 with flag 427180/263121
45.11/23.12	c cleaning 19002 clauses out of 38007 with flag 473690/283122
49.30/25.28	c cleaning 19997 clauses out of 40003 with flag 524399/304120
53.50/27.31	c cleaning 21003 clauses out of 42006 with flag 577842/326120
58.42/29.78	c cleaning 22001 clauses out of 44004 with flag 633663/349121
63.80/32.44	c cleaning 22996 clauses out of 46003 with flag 690354/373121
69.21/35.13	c cleaning 24004 clauses out of 48008 with flag 752821/398122
75.54/38.28	c cleaning 24998 clauses out of 50004 with flag 818194/424122
81.74/41.30	c cleaning 26001 clauses out of 52005 with flag 885873/451121
88.96/44.90	c cleaning 27002 clauses out of 54003 with flag 957388/479120
95.36/48.14	c cleaning 28002 clauses out of 56004 with flag 1028320/508123
101.32/51.10	c cleaning 28995 clauses out of 57999 with flag 1101088/538120
109.53/55.18	c cleaning 30002 clauses out of 60004 with flag 1169472/569120
118.55/59.68	c cleaning 30998 clauses out of 62002 with flag 1238878/601120
128.77/64.93	c cleaning 31999 clauses out of 64005 with flag 1309838/634121
139.15/70.10	c cleaning 33003 clauses out of 66005 with flag 1382750/668120
149.20/75.14	c cleaning 34001 clauses out of 68002 with flag 1462731/703120
158.07/79.57	c cleaning 34998 clauses out of 70003 with flag 1544754/739122
167.07/84.10	c cleaning 36000 clauses out of 72005 with flag 1626660/776122
176.93/88.95	c cleaning 37002 clauses out of 74003 with flag 1713916/814120
185.53/93.22	c cleaning 38000 clauses out of 76001 with flag 1808975/853120
195.93/98.44	c cleaning 38996 clauses out of 78001 with flag 1906529/893120
202.73/101.87	c cleaning 0 clauses out of 5187 with flag 0/5187
206.20/103.24	c cleaning 39999 clauses out of 80005 with flag 1998007/934120
217.55/108.82	c cleaning 40999 clauses out of 82007 with flag 2087859/976121
229.08/114.53	c cleaning 42000 clauses out of 84009 with flag 2184292/1019122
243.41/121.69	c cleaning 43004 clauses out of 86007 with flag 2283015/1063120
260.44/130.40	c cleaning 43999 clauses out of 88004 with flag 2385882/1108121
277.31/138.87	c cleaning 44999 clauses out of 90004 with flag 2501432/1154120
292.99/146.62	c cleaning 46001 clauses out of 92005 with flag 2619698/1201120
311.68/155.91	c cleaning 46999 clauses out of 94006 with flag 2735370/1249122
328.47/164.30	c cleaning 47999 clauses out of 96006 with flag 2849372/1298121
346.27/173.25	c cleaning 49000 clauses out of 98006 with flag 2958554/1348120
361.47/180.89	c cleaning 50000 clauses out of 100007 with flag 3077342/1399121
379.27/189.75	c cleaning 51004 clauses out of 102007 with flag 3203529/1451121
395.47/197.81	c cleaning 51995 clauses out of 104002 with flag 3335928/1504120
410.58/205.38	c cleaning 53004 clauses out of 106007 with flag 3471495/1558120
426.18/213.16	c cleaning 54000 clauses out of 108003 with flag 3617688/1613120
443.38/221.75	c cleaning 55002 clauses out of 110006 with flag 3756598/1669123
460.98/230.53	c cleaning 55994 clauses out of 112002 with flag 3900109/1726121
479.37/239.71	c cleaning 56999 clauses out of 114007 with flag 4043786/1784120
498.57/249.36	c cleaning 58003 clauses out of 116009 with flag 4188660/1843121
518.37/259.24	c cleaning 59002 clauses out of 118006 with flag 4339446/1903121
539.57/269.81	c cleaning 60000 clauses out of 120004 with flag 4504447/1964121
559.96/280.03	c cleaning 60998 clauses out of 122004 with flag 4659201/2026121
578.97/289.51	c cleaning 62004 clauses out of 124007 with flag 4816302/2089122
601.77/300.93	c cleaning 63000 clauses out of 126002 with flag 4973596/2153121
631.17/315.61	c cleaning 63999 clauses out of 128001 with flag 5136197/2218120
654.56/327.30	c cleaning 64997 clauses out of 130002 with flag 5306468/2284120
677.96/339.00	c cleaning 66002 clauses out of 132006 with flag 5473983/2351121
701.55/350.81	c cleaning 67002 clauses out of 134003 with flag 5636224/2419120
725.76/363.00	c cleaning 67995 clauses out of 136002 with flag 5806568/2488121
754.15/377.18	c cleaning 69000 clauses out of 138006 with flag 5982299/2558120
786.75/393.43	c cleaning 69999 clauses out of 140006 with flag 6166387/2629120
816.75/408.50	c cleaning 71001 clauses out of 142007 with flag 6350031/2701120
847.94/424.08	c cleaning 72003 clauses out of 144006 with flag 6536724/2774120
883.15/441.62	c cleaning 72998 clauses out of 146003 with flag 6724639/2848120
920.55/460.34	c cleaning 73999 clauses out of 148005 with flag 6913772/2923120
954.15/477.18	c cleaning 75003 clauses out of 150007 with flag 7106765/2999121
984.94/492.52	c cleaning 76000 clauses out of 152003 with flag 7307991/3076120
1024.17/512.35	c cleaning 77002 clauses out of 154003 with flag 7502944/3154120
1058.76/529.67	c cleaning 77997 clauses out of 156001 with flag 7704846/3233120
1097.95/549.22	c cleaning 79002 clauses out of 158005 with flag 7909546/3313121
1134.55/567.53	c cleaning 79999 clauses out of 160004 with flag 8115333/3394122
1166.56/583.53	c cleaning 81002 clauses out of 162004 with flag 8324261/3476121
1199.96/600.22	c cleaning 81995 clauses out of 164002 with flag 8534377/3559121
1228.96/614.78	c cleaning 82998 clauses out of 166008 with flag 8745225/3643122
1259.15/629.83	c cleaning 84003 clauses out of 168009 with flag 8962986/3728121
1291.16/645.83	c cleaning 85001 clauses out of 170006 with flag 9182523/3814121
1326.16/663.37	c cleaning 85997 clauses out of 172004 with flag 9394738/3901120
1358.15/679.31	c cleaning 87000 clauses out of 174007 with flag 9618933/3989120
1397.95/699.25	c cleaning 88001 clauses out of 176007 with flag 9862160/4078120
1440.34/720.42	c cleaning 89002 clauses out of 178007 with flag 10114943/4168121
1490.15/745.30	c cleaning 90002 clauses out of 180006 with flag 10360504/4259122
1539.14/769.86	c cleaning 90997 clauses out of 182003 with flag 10606040/4351121
1588.74/794.61	c cleaning 92002 clauses out of 184005 with flag 10850914/4444120
1637.94/819.20	c cleaning 92999 clauses out of 186003 with flag 11100336/4538120
1677.14/838.83	c cleaning 93996 clauses out of 188004 with flag 11355610/4633120
1724.94/862.72	c cleaning 95003 clauses out of 190009 with flag 11618007/4729121
1773.54/887.05	c cleaning 95999 clauses out of 192005 with flag 11873745/4826120
1800.13/900.30	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.13/900.30	c starts		: 6697
1800.13/900.30	c conflicts		: 4902834
1800.13/900.30	c decisions		: 6188815
1800.13/900.30	c propagations		: 284193933
1800.13/900.30	c inspects		: 14919534090
1800.13/900.30	c shortcuts		: 0
1800.13/900.30	c learnt literals	: 0
1800.13/900.30	c learnt binary clauses	: 0
1800.13/900.30	c learnt ternary clauses	: 0
1800.13/900.30	c learnt constraints	: 4902834
1800.13/900.30	c ignored constraints	: 0
1800.13/900.30	c root simplifications	: 0
1800.13/900.30	c removed literals (reason simplification)	: 1840012
1800.13/900.30	c reason swapping (by a shorter reason)	: 0
1800.13/900.30	c Calls to reduceDB	: 102
1800.13/900.30	c Number of update (reduction) of LBD	: 189254
1800.13/900.30	c Imported unit clauses	: 0
1800.13/900.30	c number of reductions to clauses (during analyze)	: 0
1800.13/900.30	c number of learned constraints concerned by reduction	: 0
1800.13/900.30	c number of learning phase by resolution	: 0
1800.13/900.30	c number of learning phase by cutting planes	: 0
1800.13/900.30	c speed (assignments/second)	: 318390.3277630641
1800.13/900.30	c non guided choices	7
1800.13/900.33	c learnt constraints type 
1800.13/900.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 172720
1800.13/900.33	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.13/900.33	c starts		: 32
1800.13/900.33	c conflicts		: 6666
1800.13/900.33	c decisions		: 26391
1800.13/900.33	c propagations		: 222604
1800.13/900.33	c inspects		: 119001830
1800.13/900.33	c shortcuts		: 0
1800.13/900.33	c learnt literals	: 0
1800.13/900.33	c learnt binary clauses	: 0
1800.13/900.33	c learnt ternary clauses	: 0
1800.13/900.33	c learnt constraints	: 6665
1800.13/900.33	c ignored constraints	: 0
1800.13/900.33	c root simplifications	: 0
1800.13/900.33	c removed literals (reason simplification)	: 0
1800.13/900.33	c reason swapping (by a shorter reason)	: 0
1800.13/900.33	c Calls to reduceDB	: 1
1800.13/900.33	c Number of update (reduction) of LBD	: 0
1800.13/900.33	c Imported unit clauses	: 0
1800.13/900.33	c number of reductions to clauses (during analyze)	: 0
1800.13/900.33	c number of learned constraints concerned by reduction	: 0
1800.13/900.33	c number of learning phase by resolution	: 0
1800.13/900.33	c number of learning phase by cutting planes	: 0
1800.13/900.33	c speed (assignments/second)	: 247.85414057063326
1800.13/900.33	c non guided choices	0
1800.13/900.33	c learnt constraints type 
1800.13/900.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6665
1800.13/900.33	s SATISFIABLE
1800.13/900.33	c Found 5 solution(s)
1800.13/900.33	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 
1800.13/900.33	c objective function=-34
1800.13/900.33	c Total wall clock time (in seconds): 900.215

Verifier Data

OK	-34

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-4119589-1467259552/watcher-4119589-1467259552 -o /tmp/evaluation-result-4119589-1467259552/solver-4119589-1467259552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119589-1467259552.opb 

pid=16939
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: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/16942/stat : 16942 (java) R 16939 16942 11545 0 -1 4202496 381 0 0 0 0 0 0 0 20 0 1 0 6922603 3653632 53 33554432000 1073741824 1073778376 140734828679600 140734828676728 219504741043 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 1408 56 43 9 0 30 0

[startup+0.100166 s]
/proc/loadavg: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 4407 0 1 0 7 2 0 0 20 0 18 0 6922603 9787879424 6040 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 4705 0 1 0 21 2 0 0 20 0 20 0 6922603 9924202496 7843 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2422901 7843 2197 9 0 2413578 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9691604

############
# WARNING:
# current cumulated CPU time (0.22 s) is less than in the last sample (0.23 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+0.200214 s]
/proc/loadavg: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 4705 0 1 0 21 2 0 0 20 0 20 0 6922603 9924202496 7843 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2422901 7843 2197 9 0 2413578 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9691604

[startup+0.300276 s]
/proc/loadavg: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 4748 0 1 0 20 2 0 0 20 0 19 0 6922603 10060525568 7852 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 7852 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732
#
############


[startup+0.300276 s]
/proc/loadavg: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 4748 0 1 0 20 2 0 0 20 0 19 0 6922603 10060525568 7852 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 7852 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.700224 s]
/proc/loadavg: 4.13 4.21 4.15 4/197 16942
/proc/meminfo: memFree=26203204/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 4754 0 1 0 21 2 0 0 20 0 21 0 6922603 10060525568 8880 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 8880 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.13 4.21 4.15 3/216 16967
/proc/meminfo: memFree=26174652/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 7416 0 1 0 47 7 0 0 20 0 19 0 6922603 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 11185 2240 9 0 2446860 0
[pid=16942/tid=16944] ppid=16939 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/16942/task/16944/stat : 16944 (java) S 16939 16942 11545 0 -1 4202560 2409 0 1 0 15 2 0 0 20 0 19 0 6922604 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679805281144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16945] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16945/stat : 16945 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679794342184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16946] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16946/stat : 16946 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679793289384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16947] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16947/stat : 16947 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679792237096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16948] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16948/stat : 16948 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679791184296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16949] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16949/stat : 16949 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679790132008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16950] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16950/stat : 16950 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679789079208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16951] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16951/stat : 16951 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679788026920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16952] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16952/stat : 16952 (java) S 16939 16942 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6922605 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679786974120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16953] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16953/stat : 16953 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6922606 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679629388008 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16954] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16954/stat : 16954 (java) S 16939 16942 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6922607 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679628334072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16955] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16955/stat : 16955 (java) S 16939 16942 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6922607 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679627281672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16956] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16956/stat : 16956 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922609 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679626230160 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16957] ppid=16939 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16942/task/16957/stat : 16957 (java) S 16939 16942 11545 0 -1 4202560 1420 0 0 0 12 0 0 0 20 0 19 0 6922609 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679625177784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16958] ppid=16939 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16942/task/16958/stat : 16958 (java) S 16939 16942 11545 0 -1 4202560 2226 0 0 0 10 0 0 0 20 0 19 0 6922609 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679624124984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16959] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16959/stat : 16959 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922609 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679623072888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16960] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16960/stat : 16960 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6922609 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679622020296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16964] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16964/stat : 16964 (java) S 16939 16942 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6922623 10060525568 11185 33554432000 1073741824 1073778376 140734828679600 139679617807400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.13 4.21 4.15 5/216 16973
/proc/meminfo: memFree=26095112/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 25729 0 1 0 479 15 0 0 20 0 22 0 6922603 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 51598 2286 9 0 2446860 0
[pid=16942/tid=16944] ppid=16939 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/16942/task/16944/stat : 16944 (java) S 16939 16942 11545 0 -1 4202560 2409 0 1 0 15 2 0 0 20 0 22 0 6922604 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679805281144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16945] ppid=16939 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16942/task/16945/stat : 16945 (java) R 16939 16942 11545 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679794342360 139679812176812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16946] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16946/stat : 16946 (java) R 16939 16942 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679793289560 139679813325986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16947] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16947/stat : 16947 (java) R 16939 16942 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679792237224 219513916551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16948] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16948/stat : 16948 (java) R 16939 16942 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679791184296 219513916551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16949] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16949/stat : 16949 (java) R 16939 16942 11545 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679790132184 139679809037452 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16950] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16950/stat : 16950 (java) R 16939 16942 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679789079208 219513916551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16951] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16951/stat : 16951 (java) R 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679788027048 219513916551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16952] ppid=16939 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16942/task/16952/stat : 16952 (java) R 16939 16942 11545 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 6922605 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679786974120 219513916551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16953] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16953/stat : 16953 (java) S 16939 16942 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6922606 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679629386888 219517334588 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16954] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16954/stat : 16954 (java) S 16939 16942 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679628334072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16955] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16955/stat : 16955 (java) S 16939 16942 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679627281672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16956] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16956/stat : 16956 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679626230160 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16957] ppid=16939 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/16942/task/16957/stat : 16957 (java) S 16939 16942 11545 0 -1 4202560 14326 0 0 0 94 2 0 0 20 0 22 0 6922609 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679625177784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16958] ppid=16939 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/16942/task/16958/stat : 16958 (java) S 16939 16942 11545 0 -1 4202560 7477 0 0 0 87 1 0 0 20 0 22 0 6922609 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679624124984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16959] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16959/stat : 16959 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679623072888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16960] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16960/stat : 16960 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679622020296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16964] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16964/stat : 16964 (java) S 16939 16942 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6922623 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679617807400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16974] ppid=16939 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16942/task/16974/stat : 16974 (java) S 16939 16942 11545 0 -1 4202560 4 0 0 0 82 0 0 0 20 0 22 0 6922824 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679620964104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16975] ppid=16939 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/16942/task/16975/stat : 16975 (java) S 16939 16942 11545 0 -1 4202560 38 0 0 0 84 0 0 0 20 0 22 0 6922824 10060525568 51598 33554432000 1073741824 1073778376 140734828679600 139679618857800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.60 4.31 4.18 5/219 16976
/proc/meminfo: memFree=25828452/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=11.68 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 26580 0 1 0 1141 27 0 0 20 0 22 0 6922603 10060525568 100704 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 100704 2286 9 0 2446860 0
[pid=16942/tid=16944] ppid=16939 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/16942/task/16944/stat : 16944 (java) S 16939 16942 11545 0 -1 4202560 2409 0 1 0 15 2 0 0 20 0 22 0 6922604 10060525568 100704 33554432000 1073741824 1073778376 140734828679600 139679805281144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16945] ppid=16939 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16942/task/16945/stat : 16945 (java) S 16939 16942 11545 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 22 0 6922605 10060525568 100704 33554432000 1073741824 1073778376 140734828679600 139679794342184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16946] ppid=16939 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16942/task/16946/stat : 16946 (java) S 16939 16942 11545 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 22 0 6922605 10060525568 100704 33554432000 1073741824 1073778376 140734828679600 139679793289384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16947] ppid=16939 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

[pid=16942/tid=16952] ppid=16939 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/16942/task/16952/stat : 16952 (java) S 16939 16942 11545 0 -1 4202560 351 0 0 0 50 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679786974120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16953] ppid=16939 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/16942/task/16953/stat : 16953 (java) S 16939 16942 11545 0 -1 4202560 1946 0 0 0 195 5 0 0 20 0 22 0 6922606 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679629388008 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16954] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16954/stat : 16954 (java) S 16939 16942 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679628334072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16955] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16955/stat : 16955 (java) S 16939 16942 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679627281672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16956] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16956/stat : 16956 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679626230160 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16957] ppid=16939 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/16942/task/16957/stat : 16957 (java) S 16939 16942 11545 0 -1 4202560 14328 0 0 0 100 2 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679625177784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16958] ppid=16939 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/16942/task/16958/stat : 16958 (java) S 16939 16942 11545 0 -1 4202560 13656 0 0 0 174 2 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679624124984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16959] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16959/stat : 16959 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679623072888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16960] ppid=16939 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/16942/task/16960/stat : 16960 (java) S 16939 16942 11545 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679622020296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16976] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16976/stat : 16976 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6922824 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679619913256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16977] ppid=16939 vsize=9824732 CPUtime=868.84 cores=0,2,4,6
/proc/16942/task/16977/stat : 16977 (java) R 16939 16942 11545 0 -1 4202560 30 0 0 0 86870 14 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679620955904 139679668618320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16978] ppid=16939 vsize=9824732 CPUtime=868.95 cores=0,2,4,6
/proc/16942/task/16978/stat : 16978 (java) R 16939 16942 11545 0 -1 4202560 904 0 0 0 86854 41 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679618856672 139679668729024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16979] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16979/stat : 16979 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679617807528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1764.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.301 s]
/proc/loadavg: 2.14 2.82 3.56 3/192 17035
/proc/meminfo: memFree=26157096/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 38786 0 1 0 179828 184 0 0 20 0 22 0 6922603 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 865601 2295 9 0 2446860 0
[pid=16942/tid=16944] ppid=16939 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/16942/task/16944/stat : 16944 (java) S 16939 16942 11545 0 -1 4202560 2412 0 1 0 17 3 0 0 20 0 22 0 6922604 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679805281144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16945] ppid=16939 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/16942/task/16945/stat : 16945 (java) S 16939 16942 11545 0 -1 4202560 537 0 0 0 69 24 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679794342184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16946] ppid=16939 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/16942/task/16946/stat : 16946 (java) S 16939 16942 11545 0 -1 4202560 510 0 0 0 51 14 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679793289384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16947] ppid=16939 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/16942/task/16947/stat : 16947 (java) S 16939 16942 11545 0 -1 4202560 462 0 0 0 55 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679792237096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16948] ppid=16939 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/16942/task/16948/stat : 16948 (java) S 16939 16942 11545 0 -1 4202560 298 0 0 0 49 11 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679791184296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16949] ppid=16939 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/16942/task/16949/stat : 16949 (java) S 16939 16942 11545 0 -1 4202560 469 0 0 0 61 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679790132008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16950] ppid=16939 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/16942/task/16950/stat : 16950 (java) S 16939 16942 11545 0 -1 4202560 568 0 0 0 67 18 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679789079208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16951] ppid=16939 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/16942/task/16951/stat : 16951 (java) S 16939 16942 11545 0 -1 4202560 529 0 0 0 67 17 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679788026920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16952] ppid=16939 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/16942/task/16952/stat : 16952 (java) S 16939 16942 11545 0 -1 4202560 351 0 0 0 50 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679786974120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16953] ppid=16939 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/16942/task/16953/stat : 16953 (java) S 16939 16942 11545 0 -1 4202560 1946 0 0 0 195 5 0 0 20 0 22 0 6922606 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679629388008 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16954] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16954/stat : 16954 (java) S 16939 16942 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679628334072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16955] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16955/stat : 16955 (java) S 16939 16942 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679627281672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16956] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16956/stat : 16956 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679626230160 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16957] ppid=16939 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/16942/task/16957/stat : 16957 (java) S 16939 16942 11545 0 -1 4202560 14328 0 0 0 100 2 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679625177784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16958] ppid=16939 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/16942/task/16958/stat : 16958 (java) S 16939 16942 11545 0 -1 4202560 13656 0 0 0 174 2 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679624124984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16959] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16959/stat : 16959 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679623072888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16960] ppid=16939 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16942/task/16960/stat : 16960 (java) S 16939 16942 11545 0 -1 4202560 53 0 0 0 14 15 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679622020296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16976] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16976/stat : 16976 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6922824 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679619913256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16977] ppid=16939 vsize=9824732 CPUtime=886.78 cores=0,2,4,6
/proc/16942/task/16977/stat : 16977 (java) R 16939 16942 11545 0 -1 4202560 30 0 0 0 88664 14 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679620955904 139679668639534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16978] ppid=16939 vsize=9824732 CPUtime=886.9 cores=0,2,4,6
/proc/16942/task/16978/stat : 16978 (java) R 16939 16942 11545 0 -1 4202560 904 0 0 0 88649 41 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679618856672 139679669095519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16979] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16979/stat : 16979 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679617807528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 16942 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.301 s]
/proc/loadavg: 2.14 2.82 3.56 3/192 17035
/proc/meminfo: memFree=26157096/32872528 swapFree=13208/1155804
[pid=16942] ppid=16939 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/16942/stat : 16942 (java) S 16939 16942 11545 0 -1 4202496 38786 0 1 0 179828 184 0 0 20 0 22 0 6922603 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 140734828670736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16942/statm: 2456183 865601 2295 9 0 2446860 0
[pid=16942/tid=16944] ppid=16939 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/16942/task/16944/stat : 16944 (java) S 16939 16942 11545 0 -1 4202560 2412 0 1 0 17 3 0 0 20 0 22 0 6922604 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679805281144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16945] ppid=16939 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/16942/task/16945/stat : 16945 (java) S 16939 16942 11545 0 -1 4202560 537 0 0 0 69 24 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679794342184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16946] ppid=16939 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/16942/task/16946/stat : 16946 (java) S 16939 16942 11545 0 -1 4202560 510 0 0 0 51 14 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679793289384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16947] ppid=16939 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/16942/task/16947/stat : 16947 (java) S 16939 16942 11545 0 -1 4202560 462 0 0 0 55 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679792237096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16948] ppid=16939 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/16942/task/16948/stat : 16948 (java) S 16939 16942 11545 0 -1 4202560 298 0 0 0 49 11 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679791184296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16949] ppid=16939 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/16942/task/16949/stat : 16949 (java) S 16939 16942 11545 0 -1 4202560 469 0 0 0 61 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679790132008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16950] ppid=16939 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/16942/task/16950/stat : 16950 (java) S 16939 16942 11545 0 -1 4202560 568 0 0 0 67 18 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679789079208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16951] ppid=16939 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/16942/task/16951/stat : 16951 (java) S 16939 16942 11545 0 -1 4202560 529 0 0 0 67 17 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679788026920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16952] ppid=16939 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/16942/task/16952/stat : 16952 (java) S 16939 16942 11545 0 -1 4202560 351 0 0 0 50 13 0 0 20 0 22 0 6922605 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679786974120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16953] ppid=16939 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/16942/task/16953/stat : 16953 (java) S 16939 16942 11545 0 -1 4202560 1946 0 0 0 195 5 0 0 20 0 22 0 6922606 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679629388008 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16954] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16954/stat : 16954 (java) S 16939 16942 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679628334072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16955] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16955/stat : 16955 (java) S 16939 16942 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6922607 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679627281672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16956] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16956/stat : 16956 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679626230160 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16957] ppid=16939 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/16942/task/16957/stat : 16957 (java) S 16939 16942 11545 0 -1 4202560 14328 0 0 0 100 2 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679625177784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16958] ppid=16939 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/16942/task/16958/stat : 16958 (java) S 16939 16942 11545 0 -1 4202560 13656 0 0 0 174 2 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679624124984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16959] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16959/stat : 16959 (java) S 16939 16942 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679623072888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16960] ppid=16939 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16942/task/16960/stat : 16960 (java) S 16939 16942 11545 0 -1 4202560 53 0 0 0 14 15 0 0 20 0 22 0 6922609 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679622020296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16942/tid=16976] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16976/stat : 16976 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6922824 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679619913256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16942/tid=16977] ppid=16939 vsize=9824732 CPUtime=886.78 cores=0,2,4,6
/proc/16942/task/16977/stat : 16977 (java) R 16939 16942 11545 0 -1 4202560 30 0 0 0 88664 14 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679620955904 139679668639534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16942/tid=16978] ppid=16939 vsize=9824732 CPUtime=886.9 cores=0,2,4,6
/proc/16942/task/16978/stat : 16978 (java) R 16939 16942 11545 0 -1 4202560 904 0 0 0 88649 41 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679618856672 139679669095519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16942/tid=16979] ppid=16939 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16942/task/16979/stat : 16979 (java) S 16939 16942 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6923374 10060525568 865601 33554432000 1073741824 1073778376 140734828679600 139679617807528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 900.353
CPU time (s): 1800.13
CPU user time (s): 1798.29
CPU system time (s): 1.84
CPU usage (%): 199.936
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 2.34464
maximum resident set size= 3462540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38831
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21943
involuntary context switches= 7559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50016 second user time and 7.28789 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 06:05:52
IDJOB=4119589
IDBENCH=111768
IDSOLVER=2543
FILE ID=node114/4119589-1467259552
RUNJOBID= node114-1467246678-11561
PBS_JOBID= 20004474
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0077-0777.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119589-1467259552/watcher-4119589-1467259552 -o /tmp/evaluation-result-4119589-1467259552/solver-4119589-1467259552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119589-1467259552.opb

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

MD5SUM BENCH= 1813db35f36d13ae3257a1103289ff53
RANDOM SEED=1960780246

node114.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.752
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.50
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.752
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.752
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.752
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.752
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.752
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.56
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.752
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.56
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.752
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:        26203732 kB
Buffers:          124820 kB
Cached:          1213392 kB
SwapCached:            0 kB
Active:          3541060 kB
Inactive:        1215964 kB
Active(anon):    3421272 kB
Inactive(anon):        0 kB
Active(file):     119788 kB
Inactive(file):  1215964 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       4582752 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             608892 kB
SReclaimable:      53096 kB
SUnreclaim:       555796 kB
KernelStack:        1624 kB
PageTables:        13432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4916284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4491264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node114 at 2016-06-30 06:20:52