Trace number 4119474

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-32 1800 1790.74

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0344-0344.opb
MD5SUMe0cfa7e0f91acf3ca1d071a8433d14be
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-48
Best CPU time to get the best result obtained on this benchmark525.266
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints48
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
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 432
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 432
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 432
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)432
Sum of products size (including duplicates)864
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4119474-1467259582.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.07/0.19	c ... done. Wall clock time 0.067s.
0.07/0.19	c declared #vars     144
0.07/0.19	c internal #vars     576
0.07/0.19	c #constraints  960
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.07/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 432
0.07/0.19	c 960 constraints processed.
0.07/0.19	c objective function length is 432 literals
0.22/0.20	c SATISFIABLE
0.22/0.20	c OPTIMIZING...
0.22/0.20	c Got one! Elapsed wall clock time (in seconds):0.08
0.22/0.20	o -26
0.22/0.23	c Got one! Elapsed wall clock time (in seconds):0.105
0.22/0.23	o -27
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.225
0.49/0.35	o -28
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.257
0.49/0.38	o -29
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.315
0.73/0.44	o -30
0.73/0.49	c Got one! Elapsed wall clock time (in seconds):0.365
0.73/0.49	o -31
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.392
0.85/0.51	o -32
1.14/0.71	c cleaning 3186 clauses out of 6380 with flag 6440/6380
1.66/1.04	c cleaning 4594 clauses out of 9193 with flag 19649/12379
2.06/1.48	c cleaning 5798 clauses out of 11598 with flag 35042/19378
2.56/1.93	c cleaning 6901 clauses out of 13801 with flag 52124/27379
3.09/2.45	c cleaning 7948 clauses out of 15899 with flag 71740/36378
3.79/3.12	c cleaning 8976 clauses out of 17951 with flag 93969/46378
4.49/3.86	c cleaning 9986 clauses out of 19976 with flag 118758/57379
5.28/4.69	c cleaning 10993 clauses out of 21991 with flag 144684/69380
6.20/5.58	c cleaning 11996 clauses out of 23996 with flag 173251/82378
7.30/6.60	c cleaning 13000 clauses out of 26000 with flag 204878/96378
8.39/7.73	c cleaning 14002 clauses out of 28003 with flag 238008/111381
9.69/9.00	c cleaning 14998 clauses out of 30001 with flag 274525/127381
11.09/10.41	c cleaning 15993 clauses out of 32000 with flag 314768/144378
12.66/11.93	c cleaning 17003 clauses out of 34009 with flag 357770/162380
14.15/13.46	c cleaning 18000 clauses out of 36005 with flag 403850/181379
15.75/15.05	c cleaning 18997 clauses out of 38004 with flag 452374/201378
17.55/16.83	c cleaning 20001 clauses out of 40007 with flag 504620/222378
19.35/18.62	c cleaning 21004 clauses out of 42007 with flag 560960/244379
21.15/20.49	c cleaning 21999 clauses out of 44003 with flag 617455/267379
23.25/22.52	c cleaning 23002 clauses out of 46003 with flag 677647/291378
25.55/24.82	c cleaning 24001 clauses out of 48002 with flag 740724/316379
28.15/27.31	c cleaning 24993 clauses out of 50001 with flag 806253/342379
30.85/30.02	c cleaning 26004 clauses out of 52007 with flag 875006/369378
33.35/32.57	c cleaning 26998 clauses out of 54003 with flag 949302/397378
36.06/35.22	c cleaning 28001 clauses out of 56007 with flag 1023803/426380
38.85/38.03	c cleaning 28995 clauses out of 58005 with flag 1102091/456379
41.66/40.81	c cleaning 30001 clauses out of 60009 with flag 1181723/487378
45.08/44.11	c cleaning 31002 clauses out of 62010 with flag 1266418/519380
48.47/47.51	c cleaning 32003 clauses out of 64006 with flag 1350289/552378
52.78/51.85	c cleaning 33001 clauses out of 66005 with flag 1440902/586380
57.27/56.39	c cleaning 34002 clauses out of 68003 with flag 1535283/621379
61.97/61.05	c cleaning 34998 clauses out of 70001 with flag 1627763/657379
66.81/65.70	c cleaning 35997 clauses out of 72003 with flag 1728633/694379
71.41/70.33	c cleaning 36999 clauses out of 74005 with flag 1830666/732378
76.41/75.32	c cleaning 38004 clauses out of 76007 with flag 1936586/771379
81.71/80.70	c cleaning 38994 clauses out of 78002 with flag 2047840/811378
87.69/86.42	c cleaning 40001 clauses out of 80008 with flag 2164370/852378
93.19/92.00	c cleaning 41004 clauses out of 82007 with flag 2277473/894378
98.99/97.71	c cleaning 42000 clauses out of 84004 with flag 2393144/937379
104.79/103.58	c cleaning 43001 clauses out of 86004 with flag 2516206/981379
111.56/110.19	c cleaning 43997 clauses out of 88005 with flag 2644948/1026381
118.36/116.92	c cleaning 44997 clauses out of 90005 with flag 2766069/1072378
125.56/124.12	c cleaning 45999 clauses out of 92008 with flag 2894156/1119378
132.57/130.97	c cleaning 47002 clauses out of 94009 with flag 3022378/1167378
140.06/138.45	c cleaning 48001 clauses out of 96007 with flag 3160159/1216378
148.76/147.11	c cleaning 49001 clauses out of 98006 with flag 3299684/1266378
158.92/157.01	c cleaning 50003 clauses out of 100007 with flag 3433375/1317380
169.72/167.80	c cleaning 50995 clauses out of 102003 with flag 3579972/1369379
179.43/177.38	c cleaning 52004 clauses out of 104008 with flag 3722057/1422379
188.43/186.32	c cleaning 52999 clauses out of 106003 with flag 3855213/1476378
197.72/195.59	c cleaning 53995 clauses out of 108006 with flag 3998119/1531380
206.12/203.97	c cleaning 54996 clauses out of 110009 with flag 4149580/1587378
217.21/214.97	c cleaning 56004 clauses out of 112014 with flag 4314625/1644379
226.91/224.62	c cleaning 57005 clauses out of 114009 with flag 4478341/1702378
237.35/235.05	c cleaning 57997 clauses out of 116006 with flag 4659884/1761380
248.67/246.23	c cleaning 59000 clauses out of 118007 with flag 4839287/1821378
259.27/256.85	c cleaning 60004 clauses out of 120009 with flag 5002508/1882380
271.56/269.09	c cleaning 60996 clauses out of 122003 with flag 5174758/1944378
282.25/279.78	c cleaning 62000 clauses out of 124008 with flag 5352341/2007379
294.61/292.06	c cleaning 63003 clauses out of 126007 with flag 5534547/2071378
306.20/303.53	c cleaning 63997 clauses out of 128005 with flag 5715097/2136379
319.34/316.69	c cleaning 65000 clauses out of 130007 with flag 5901136/2202378
332.14/329.45	c cleaning 65997 clauses out of 132007 with flag 6089923/2269378
346.30/343.53	c cleaning 66999 clauses out of 134010 with flag 6285379/2337378
363.08/360.23	c cleaning 67999 clauses out of 136011 with flag 6477593/2406378
378.78/375.83	c cleaning 69003 clauses out of 138012 with flag 6671414/2476378
394.68/391.73	c cleaning 70001 clauses out of 140009 with flag 6889540/2547378
409.16/406.18	c cleaning 70999 clauses out of 142009 with flag 7098497/2619379
425.15/422.02	c cleaning 72002 clauses out of 144013 with flag 7312854/2692382
439.90/436.78	c cleaning 72999 clauses out of 146008 with flag 7556380/2766379
457.76/454.59	c cleaning 73999 clauses out of 148008 with flag 7771905/2841378
478.03/474.75	c cleaning 75005 clauses out of 150010 with flag 7989028/2917379
495.83/492.49	c cleaning 75999 clauses out of 152004 with flag 8218032/2994378
511.90/508.48	c cleaning 77003 clauses out of 154005 with flag 8441307/3072378
528.98/525.43	c cleaning 78001 clauses out of 156004 with flag 8653051/3151380
551.56/547.96	c cleaning 79001 clauses out of 158001 with flag 8888404/3231378
577.05/573.33	c cleaning 79993 clauses out of 160000 with flag 9125856/3312378
600.10/596.38	c cleaning 81004 clauses out of 162007 with flag 9359713/3394378
627.53/623.68	c cleaning 81999 clauses out of 164003 with flag 9611986/3477378
650.52/646.58	c cleaning 82998 clauses out of 166005 with flag 9877784/3561379
672.01/667.94	c cleaning 83996 clauses out of 168006 with flag 10142573/3646378
696.78/692.61	c cleaning 85001 clauses out of 170011 with flag 10396809/3732379
719.98/715.74	c cleaning 86002 clauses out of 172009 with flag 10659403/3819378
746.34/742.04	c cleaning 87001 clauses out of 174008 with flag 10925600/3907379
771.72/767.36	c cleaning 87998 clauses out of 176006 with flag 11182718/3996378
799.06/794.52	c cleaning 88997 clauses out of 178009 with flag 11459606/4086379
823.63/819.05	c cleaning 90001 clauses out of 180012 with flag 11740114/4177379
852.93/848.22	c cleaning 91000 clauses out of 182011 with flag 12019382/4269379
882.95/878.04	c cleaning 92001 clauses out of 184010 with flag 12301752/4362378
914.40/909.40	c cleaning 92999 clauses out of 186010 with flag 12595262/4456379
946.29/941.26	c cleaning 94001 clauses out of 188013 with flag 12874197/4551381
975.87/970.67	c cleaning 94998 clauses out of 190009 with flag 13132997/4647378
1006.73/1001.33	c cleaning 96005 clauses out of 192012 with flag 13399781/4744379
1038.37/1032.83	c cleaning 96999 clauses out of 194006 with flag 13672234/4842378
1072.78/1067.10	c cleaning 98004 clauses out of 196007 with flag 13944802/4941378
1107.30/1101.44	c cleaning 98996 clauses out of 198003 with flag 14226781/5041378
1140.65/1134.62	c cleaning 100001 clauses out of 200007 with flag 14517995/5142378
1174.04/1167.92	c cleaning 101001 clauses out of 202009 with flag 14828653/5244381
1206.04/1199.77	c cleaning 102000 clauses out of 204006 with flag 15131797/5347379
1240.92/1234.51	c cleaning 102997 clauses out of 206005 with flag 15438861/5451378
1268.77/1262.29	c cleaning 104002 clauses out of 208009 with flag 15727211/5556379
1302.63/1295.96	c cleaning 104997 clauses out of 210007 with flag 16036544/5662379
1338.25/1331.41	c cleaning 106000 clauses out of 212009 with flag 16348886/5769378
1372.66/1365.71	c cleaning 107001 clauses out of 214009 with flag 16670115/5877378
1409.32/1402.29	c cleaning 107995 clauses out of 216008 with flag 16980918/5986378
1443.72/1436.45	c cleaning 109003 clauses out of 218016 with flag 17323678/6096381
1475.70/1468.26	c cleaning 110004 clauses out of 220013 with flag 17612756/6207381
1514.54/1506.86	c cleaning 110996 clauses out of 222006 with flag 17947191/6319378
1552.88/1544.99	c cleaning 112004 clauses out of 224010 with flag 18280372/6432378
1595.81/1587.68	c cleaning 112998 clauses out of 226006 with flag 18618369/6546378
1637.65/1629.35	c cleaning 114005 clauses out of 228011 with flag 18950811/6661381
1678.51/1669.91	c cleaning 114995 clauses out of 230003 with flag 19283390/6777378
1722.05/1713.33	c cleaning 116000 clauses out of 232011 with flag 19632849/6894381
1761.50/1752.50	c cleaning 117002 clauses out of 234009 with flag 19982351/7012379
1796.66/1787.41	c cleaning 117994 clauses out of 236008 with flag 20332452/7131380
1800.00/1790.70	c starts		: 196
1800.00/1790.70	c conflicts		: 7151392
1800.00/1790.70	c decisions		: 7625978
1800.00/1790.70	c propagations		: 239899093
1800.00/1790.70	c inspects		: 28388872722
1800.00/1790.70	c shortcuts		: 0
1800.00/1790.70	c learnt literals	: 0
1800.00/1790.70	c learnt binary clauses	: 0
1800.00/1790.70	c learnt ternary clauses	: 0
1800.00/1790.70	c learnt constraints	: 7151392
1800.00/1790.70	c ignored constraints	: 0
1800.00/1790.70	c root simplifications	: 0
1800.00/1790.70	c removed literals (reason simplification)	: 0
1800.00/1790.70	c reason swapping (by a shorter reason)	: 0
1800.00/1790.70	c Calls to reduceDB	: 115
1800.00/1790.70	c Number of update (reduction) of LBD	: 290498
1800.00/1790.70	c Imported unit clauses	: 0
1800.00/1790.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1790.70	c number of learned constraints concerned by reduction	: 0
1800.00/1790.70	c number of learning phase by resolution	: 0
1800.00/1790.70	c number of learning phase by cutting planes	: 0
1800.00/1790.70	c speed (assignments/second)	: 133983.74037773616
1800.00/1790.70	c non guided choices	0
1800.00/1790.73	c learnt constraints type 
1800.00/1790.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138026
1800.00/1790.73	s SATISFIABLE
1800.00/1790.73	c Found 7 solution(s)
1800.00/1790.73	v -x1 x2 -x3 x4 -x5 -x6 x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 x20 -x21 x22 -x23 -x24 -x25 x26 -x27 x28 -x29 -x30 x31 -x32 -x33 -x34 x35 -x36 x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 x56 -x57 -x58 x59 -x60 -x61 -x62 x63 x64 -x65 -x66 -x67 -x68 x69 -x70 x71 -x72 x73 -x74 -x75 x76 -x77 -x78 -x79 x80 -x81 x82 -x83 -x84 -x85 -x86 x87 x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 x96 -x97 x98 -x99 -x100 x101 -x102 -x103 x104 -x105 -x106 -x107 x108 -x109 x110 -x111 x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 x120 x121 -x122 -x123 x124 -x125 -x126 -x127 x128 -x129 x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 x140 -x141 -x142 x143 -x144 
1800.00/1790.73	c objective function=-32
1800.00/1790.73	c Total wall clock time (in seconds): 1790.609

Verifier Data

OK	-32

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-4119474-1467259582/watcher-4119474-1467259582 -o /tmp/evaluation-result-4119474-1467259582/solver-4119474-1467259582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6475 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119474-1467259582.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.20 2.20 3/194 7674
/proc/meminfo: memFree=27714764/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7674/stat : 7674 (java) D 7671 7674 5948 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 4985842 9515008 175 33554432000 1073741824 1073778376 140736562019472 140736562002200 270330053520 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/7674/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.15 2.20 2.20 3/194 7674
/proc/meminfo: memFree=27714764/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 4351 0 1 0 7 0 0 0 20 0 18 0 4985842 9787879424 5482 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2389619 5482 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.15 2.20 2.20 3/194 7674
/proc/meminfo: memFree=27714764/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 4712 0 1 0 21 1 0 0 20 0 19 0 4985842 9856040960 7319 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 7319 2202 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300201 s]
/proc/loadavg: 2.15 2.20 2.20 3/194 7674
/proc/meminfo: memFree=27714764/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 7370 0 1 0 48 1 0 0 20 0 19 0 4985842 9856040960 8648 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 8648 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 2.15 2.20 2.20 3/194 7674
/proc/meminfo: memFree=27714764/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 9749 0 1 0 112 2 0 0 20 0 19 0 4985842 9856040960 10738 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 10738 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.15 2.20 2.20 3/213 7693
/proc/meminfo: memFree=27663232/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 16432 0 1 0 213 3 0 0 20 0 19 0 4985842 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 17901 2258 9 0 2396937 0
[pid=7674/tid=7676] ppid=7671 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/7674/task/7676/stat : 7676 (java) R 7671 7674 5948 0 -1 4202560 2459 0 1 0 145 0 0 0 20 0 19 0 4985843 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350341243160 140350213894068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7677] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7677/stat : 7677 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350184999720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7678] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7678/stat : 7678 (java) S 7671 7674 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350183946920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7679] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7679/stat : 7679 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350182894632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7680] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7680/stat : 7680 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350181841832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7681] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7681/stat : 7681 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350180788520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7682] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7682/stat : 7682 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350179735720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7683] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7683/stat : 7683 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350178683432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7684] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7684/stat : 7684 (java) S 7671 7674 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350177630632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7685] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7685/stat : 7685 (java) S 7671 7674 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4985846 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350165433064 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7686] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7686/stat : 7686 (java) S 7671 7674 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350164379128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7687] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7687/stat : 7687 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350163326728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7688] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7688/stat : 7688 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350162275216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7689] ppid=7671 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7674/task/7689/stat : 7689 (java) S 7671 7674 5948 0 -1 4202560 4142 0 0 0 31 0 0 0 20 0 19 0 4985849 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350161221816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7690] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7690/stat : 7690 (java) S 7671 7674 5948 0 -1 4202560 8558 0 0 0 35 1 0 0 20 0 19 0 4985849 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350160169016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7691] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7691/stat : 7691 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350159116920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7692] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7692/stat : 7692 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350158064328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 17901 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.14 2.20 2.20 3/213 7693
/proc/meminfo: memFree=27648028/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 16449 0 1 0 376 3 0 0 20 0 19 0 4985842 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 23028 2258 9 0 2396937 0
[pid=7674/tid=7676] ppid=7671 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/7674/task/7676/stat : 7676 (java) R 7671 7674 5948 0 -1 4202560 2469 0 1 0 304 0 0 0 20 0 19 0 4985843 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350341234368 140350213893939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7677] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7677/stat : 7677 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350184999720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7678] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7678/stat : 7678 (java) S 7671 7674 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350183946920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7679] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7679/stat : 7679 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350182894632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7680] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7680/stat : 7680 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350181841832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7681] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7681/stat : 7681 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350180788520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7682] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7682/stat : 7682 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350179735720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7683] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7683/stat : 7683 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350178683432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7684] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7684/stat : 7684 (java) S 7671 7674 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350177630632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7685] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7685/stat : 7685 (java) S 7671 7674 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4985846 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350165433064 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7686] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7686/stat : 7686 (java) S 7671 7674 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350164379128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7687] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7687/stat : 7687 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350163326728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7688] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7688/stat : 7688 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350162275216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7689] ppid=7671 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7674/task/7689/stat : 7689 (java) S 7671 7674 5948 0 -1 4202560 4149 0 0 0 34 0 0 0 20 0 19 0 4985849 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350161221816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7690] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7690/stat : 7690 (java) S 7671 7674 5948 0 -1 4202560 8558 0 0 0 35 1 0 0 20 0 19 0 4985849 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350160169016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7691] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7691/stat : 7691 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350159116920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7692] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7692/stat : 7692 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350158064328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 23028 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.14 2.20 2.20 3/213 7693
/proc/meminfo: memFree=27615444/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=6.99 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 16469 0 1 0 695 4 0 0 20 0 19 0 4985842 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 30780 2259 9 0 2396937 0
[pid=7674/tid=7676] ppid=7671 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/7674/task/7676/stat : 7676 (java) R 7671 7674 5948 0 -1 4202560 2488 0 1 0 622 1 0 0 20 0 19 0 4985843 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350341243192 140350213872130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7677] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7677/stat : 7677 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350184999720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7678] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7678/stat : 7678 (java) S 7671 7674 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350183946920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7679] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7679/stat : 7679 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350182894632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7680] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7680/stat : 7680 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350181841832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7681] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7681/stat : 7681 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350180788520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7682] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7682/stat : 7682 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350179735720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7683] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7683/stat : 7683 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350178683432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7684] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7684/stat : 7684 (java) S 7671 7674 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4985845 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350177630632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7685] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7685/stat : 7685 (java) S 7671 7674 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4985846 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350165433064 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7686] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7686/stat : 7686 (java) S 7671 7674 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350164379128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7687] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7687/stat : 7687 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350163326728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7688] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7688/stat : 7688 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350162275216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7689] ppid=7671 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7674/task/7689/stat : 7689 (java) S 7671 7674 5948 0 -1 4202560 4149 0 0 0 34 0 0 0 20 0 19 0 4985849 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350161221816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7690] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7690/stat : 7690 (java) S 7671 7674 5948 0 -1 4202560 8558 0 0 0 35 1 0 0 20 0 19 0 4985849 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350160169016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7691] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7691/stat : 7691 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350159116920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7692] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7692/stat : 7692 (java) S 7671 7674 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350158064328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 30780 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 94651 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1731.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.27 2.22 4/213 7802
/proc/meminfo: memFree=27198944/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=1791.52 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 20852 0 1 0 179041 111 0 0 20 0 19 0 4985842 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 93044 2281 9 0 2396937 0
[pid=7674/tid=7676] ppid=7671 vsize=9625040 CPUtime=1771.95 cores=0,2,4,6
/proc/7674/task/7676/stat : 7676 (java) R 7671 7674 5948 0 -1 4202560 2641 0 1 0 177163 32 0 0 20 0 19 0 4985843 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350341242064 140350213893939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7677] ppid=7671 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/7674/task/7677/stat : 7677 (java) S 7671 7674 5948 0 -1 4202560 587 0 0 0 142 11 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350184999720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7678] ppid=7671 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/7674/task/7678/stat : 7678 (java) S 7671 7674 5948 0 -1 4202560 394 0 0 0 135 6 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350183946920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7679] ppid=7671 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7674/task/7679/stat : 7679 (java) S 7671 7674 5948 0 -1 4202560 323 0 0 0 137 10 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350182894632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7680] ppid=7671 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/7674/task/7680/stat : 7680 (java) S 7671 7674 5948 0 -1 4202560 470 0 0 0 147 12 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350181841832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7681] ppid=7671 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7674/task/7681/stat : 7681 (java) S 7671 7674 5948 0 -1 4202560 522 0 0 0 135 11 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350180788520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7682] ppid=7671 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/7674/task/7682/stat : 7682 (java) S 7671 7674 5948 0 -1 4202560 485 0 0 0 134 11 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350179735720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7683] ppid=7671 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/7674/task/7683/stat : 7683 (java) S 7671 7674 5948 0 -1 4202560 367 0 0 0 142 9 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350178683432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7684] ppid=7671 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/7674/task/7684/stat : 7684 (java) S 7671 7674 5948 0 -1 4202560 474 0 0 0 126 7 0 0 20 0 19 0 4985845 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350177630632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7685] ppid=7671 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/7674/task/7685/stat : 7685 (java) S 7671 7674 5948 0 -1 4202560 502 0 0 0 214 4 0 0 20 0 19 0 4985846 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350165433064 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7686] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7686/stat : 7686 (java) S 7671 7674 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350164379128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7687] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7687/stat : 7687 (java) S 7671 7674 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350163326728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7688] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7688/stat : 7688 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350162275216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7689] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7689/stat : 7689 (java) S 7671 7674 5948 0 -1 4202560 4167 0 0 0 36 0 0 0 20 0 19 0 4985849 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350161221816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7690] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7690/stat : 7690 (java) S 7671 7674 5948 0 -1 4202560 8558 0 0 0 35 1 0 0 20 0 19 0 4985849 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350160169016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7691] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7691/stat : 7691 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350159116920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7692] ppid=7671 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7674/task/7692/stat : 7692 (java) S 7671 7674 5948 0 -1 4202560 104 0 0 0 29 29 0 0 20 0 19 0 4985849 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350158064328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 93044 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.7 s]
/proc/loadavg: 2.31 2.28 2.23 4/213 7803
/proc/meminfo: memFree=27201236/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 20854 0 1 0 179889 111 0 0 20 0 19 0 4985842 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 92820 2281 9 0 2396937 0
[pid=7674/tid=7676] ppid=7671 vsize=9625040 CPUtime=1780.3 cores=0,2,4,6
/proc/7674/task/7676/stat : 7676 (java) R 7671 7674 5948 0 -1 4202560 2643 0 1 0 177997 33 0 0 20 0 19 0 4985843 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350341242064 140350213872130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7677] ppid=7671 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/7674/task/7677/stat : 7677 (java) S 7671 7674 5948 0 -1 4202560 587 0 0 0 144 11 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350184999720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7678] ppid=7671 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/7674/task/7678/stat : 7678 (java) S 7671 7674 5948 0 -1 4202560 394 0 0 0 135 6 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350183946920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7679] ppid=7671 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/7674/task/7679/stat : 7679 (java) S 7671 7674 5948 0 -1 4202560 323 0 0 0 138 10 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350182894632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7680] ppid=7671 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/7674/task/7680/stat : 7680 (java) S 7671 7674 5948 0 -1 4202560 470 0 0 0 148 12 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350181841832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7681] ppid=7671 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7674/task/7681/stat : 7681 (java) S 7671 7674 5948 0 -1 4202560 522 0 0 0 136 11 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350180788520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7682] ppid=7671 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7674/task/7682/stat : 7682 (java) S 7671 7674 5948 0 -1 4202560 485 0 0 0 136 11 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350179735720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7683] ppid=7671 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/7674/task/7683/stat : 7683 (java) S 7671 7674 5948 0 -1 4202560 367 0 0 0 144 9 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350178683432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7684] ppid=7671 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/7674/task/7684/stat : 7684 (java) S 7671 7674 5948 0 -1 4202560 474 0 0 0 127 7 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350177630632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7685] ppid=7671 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/7674/task/7685/stat : 7685 (java) S 7671 7674 5948 0 -1 4202560 502 0 0 0 214 4 0 0 20 0 19 0 4985846 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350165433064 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7686] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7686/stat : 7686 (java) S 7671 7674 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350164379128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7687] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7687/stat : 7687 (java) S 7671 7674 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350163326728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7688] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7688/stat : 7688 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350162275216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7689] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7689/stat : 7689 (java) S 7671 7674 5948 0 -1 4202560 4167 0 0 0 36 0 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350161221816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7690] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7690/stat : 7690 (java) S 7671 7674 5948 0 -1 4202560 8558 0 0 0 35 1 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350160169016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7691] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7691/stat : 7691 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350159116920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7692] ppid=7671 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7674/task/7692/stat : 7692 (java) S 7671 7674 5948 0 -1 4202560 104 0 0 0 30 29 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350158064328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7674 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1790.7 s]
/proc/loadavg: 2.31 2.28 2.23 4/213 7803
/proc/meminfo: memFree=27201236/32872528 swapFree=1555460/1718980
[pid=7674] ppid=7671 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7674/stat : 7674 (java) S 7671 7674 5948 0 -1 4202496 20854 0 1 0 179889 111 0 0 20 0 19 0 4985842 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140735812191488 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7674/statm: 2406260 92820 2281 9 0 2396937 0
[pid=7674/tid=7676] ppid=7671 vsize=9625040 CPUtime=1780.3 cores=0,2,4,6
/proc/7674/task/7676/stat : 7676 (java) R 7671 7674 5948 0 -1 4202560 2643 0 1 0 177997 33 0 0 20 0 19 0 4985843 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350341242064 140350213872130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7677] ppid=7671 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/7674/task/7677/stat : 7677 (java) S 7671 7674 5948 0 -1 4202560 587 0 0 0 144 11 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350184999720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7678] ppid=7671 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/7674/task/7678/stat : 7678 (java) S 7671 7674 5948 0 -1 4202560 394 0 0 0 135 6 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350183946920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7679] ppid=7671 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/7674/task/7679/stat : 7679 (java) S 7671 7674 5948 0 -1 4202560 323 0 0 0 138 10 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350182894632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7680] ppid=7671 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/7674/task/7680/stat : 7680 (java) S 7671 7674 5948 0 -1 4202560 470 0 0 0 148 12 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350181841832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7681] ppid=7671 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7674/task/7681/stat : 7681 (java) S 7671 7674 5948 0 -1 4202560 522 0 0 0 136 11 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350180788520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7674/tid=7682] ppid=7671 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7674/task/7682/stat : 7682 (java) S 7671 7674 5948 0 -1 4202560 485 0 0 0 136 11 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350179735720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7683] ppid=7671 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/7674/task/7683/stat : 7683 (java) S 7671 7674 5948 0 -1 4202560 367 0 0 0 144 9 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350178683432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7684] ppid=7671 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/7674/task/7684/stat : 7684 (java) S 7671 7674 5948 0 -1 4202560 474 0 0 0 127 7 0 0 20 0 19 0 4985845 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350177630632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7674/tid=7685] ppid=7671 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/7674/task/7685/stat : 7685 (java) S 7671 7674 5948 0 -1 4202560 502 0 0 0 214 4 0 0 20 0 19 0 4985846 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350165433064 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7686] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7686/stat : 7686 (java) S 7671 7674 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350164379128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7687] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7687/stat : 7687 (java) S 7671 7674 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4985847 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350163326728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7688] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7688/stat : 7688 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350162275216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7689] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7689/stat : 7689 (java) S 7671 7674 5948 0 -1 4202560 4167 0 0 0 36 0 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350161221816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7674/tid=7690] ppid=7671 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7674/task/7690/stat : 7690 (java) S 7671 7674 5948 0 -1 4202560 8558 0 0 0 35 1 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350160169016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7691] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7691/stat : 7691 (java) S 7671 7674 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350159116920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7692] ppid=7671 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7674/task/7692/stat : 7692 (java) S 7671 7674 5948 0 -1 4202560 104 0 0 0 30 29 0 0 20 0 19 0 4985849 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350158064328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7674/tid=7693] ppid=7671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7674/task/7693/stat : 7693 (java) S 7671 7674 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4985862 9856040960 92820 33554432000 1073741824 1073778376 140735812200352 140350157010344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7674 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=399209
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=580759
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.74
CPU time (s): 1800
CPU user time (s): 1798.89
CPU system time (s): 1.11
CPU usage (%): 100.517
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.58076
maximum resident set size= 728616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20901
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41816
involuntary context switches= 34465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.83526 second user time and 6.72998 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 06:06:22
IDJOB=4119474
IDBENCH=111739
IDSOLVER=2546
FILE ID=node117/4119474-1467259582
RUNJOBID= node117-1467250272-6475
PBS_JOBID= 20004471
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0344-0344.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119474-1467259582/watcher-4119474-1467259582 -o /tmp/evaluation-result-4119474-1467259582/solver-4119474-1467259582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6475 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119474-1467259582.opb

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

MD5SUM BENCH= e0cfa7e0f91acf3ca1d071a8433d14be
RANDOM SEED=827204850

node117.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.714
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.42
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.714
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.714
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.45
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.714
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.714
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.714
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.714
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.714
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:        27715688 kB
Buffers:          126408 kB
Cached:          1774800 kB
SwapCached:            0 kB
Active:           940488 kB
Inactive:        1750996 kB
Active(anon):     792288 kB
Inactive(anon):      420 kB
Active(file):     148200 kB
Inactive(file):  1750576 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       2529060 kB
Mapped:            22236 kB
Shmem:               204 kB
Slab:             611708 kB
SReclaimable:      55944 kB
SUnreclaim:       555764 kB
KernelStack:        1760 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2647428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    927744 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= 71624 MiB
End job on node117 at 2016-06-30 06:36:13