Trace number 4119470

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)6 1800.06 1795.84

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross14-019.opb
MD5SUM6349a302de8f5a326ac0d30f5c192ab1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark145.013
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints1457
Number of constraints which are clauses1456
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 231
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 519
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 519
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)145
Sum of products size (including duplicates)290
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4119470-1467259546.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.24/0.25	c ... done. Wall clock time 0.142s.
0.24/0.25	c declared #vars     183
0.24/0.25	c internal #vars     328
0.24/0.25	c #constraints  1748
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1601
0.24/0.25	c org.sat4j.specs.Constr$1 => 1
0.24/0.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 145
0.24/0.25	c 1748 constraints processed.
0.24/0.25	c objective function length is 231 literals
0.24/0.26	c SATISFIABLE
0.24/0.26	c OPTIMIZING...
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.151
0.24/0.26	o 46
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.24/0.29	o 42
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.18
0.24/0.29	o 35
0.44/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.44/0.32	o 34
0.44/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.44/0.33	o 33
0.44/0.34	c Got one! Elapsed wall clock time (in seconds):0.227
0.44/0.34	o 32
0.44/0.35	c Got one! Elapsed wall clock time (in seconds):0.234
0.44/0.35	o 28
0.44/0.35	c Got one! Elapsed wall clock time (in seconds):0.24
0.44/0.35	o 27
0.44/0.36	c Got one! Elapsed wall clock time (in seconds):0.243
0.44/0.36	o 26
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.284
0.71/0.40	o 25
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.288
0.71/0.40	o 24
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.292
0.71/0.40	o 23
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.297
0.71/0.41	o 22
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.71/0.41	o 21
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.306
0.71/0.42	o 20
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.31
0.71/0.42	o 19
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.315
0.71/0.43	o 18
0.97/0.51	c Got one! Elapsed wall clock time (in seconds):0.398
0.97/0.51	o 17
0.97/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.97/0.58	o 16
1.09/0.61	c Got one! Elapsed wall clock time (in seconds):0.494
1.09/0.61	o 15
1.09/0.62	c Got one! Elapsed wall clock time (in seconds):0.505
1.09/0.62	o 14
1.09/0.62	c Got one! Elapsed wall clock time (in seconds):0.509
1.09/0.62	o 13
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
1.09/0.65	o 11
1.09/0.66	c Got one! Elapsed wall clock time (in seconds):0.545
1.09/0.66	o 10
1.09/0.69	c Got one! Elapsed wall clock time (in seconds):0.582
1.09/0.69	o 9
1.24/0.70	c Got one! Elapsed wall clock time (in seconds):0.59
1.24/0.70	o 8
1.24/0.71	c Got one! Elapsed wall clock time (in seconds):0.593
1.24/0.71	o 7
1.24/0.76	c Got one! Elapsed wall clock time (in seconds):0.648
1.24/0.76	o 6
1.35/0.89	c cleaning 4731 clauses out of 9461 with flag 4256/9461
1.73/1.18	c cleaning 5365 clauses out of 10730 with flag 16954/15461
2.13/1.56	c cleaning 6180 clauses out of 12367 with flag 34429/22463
2.55/1.94	c cleaning 7093 clauses out of 14186 with flag 53396/30462
3.05/2.45	c cleaning 8046 clauses out of 16093 with flag 74274/39462
3.56/2.97	c cleaning 9018 clauses out of 18046 with flag 96780/49461
4.27/3.62	c cleaning 10014 clauses out of 20028 with flag 121702/60461
4.87/4.27	c cleaning 11001 clauses out of 22015 with flag 147447/72462
5.67/5.02	c cleaning 12003 clauses out of 24014 with flag 175963/85462
6.47/5.82	c cleaning 13002 clauses out of 26010 with flag 206849/99461
7.47/6.87	c cleaning 14000 clauses out of 28008 with flag 240634/114461
8.57/7.94	c cleaning 14997 clauses out of 30008 with flag 277691/130461
9.68/9.09	c cleaning 16004 clauses out of 32012 with flag 316261/147462
11.17/10.54	c cleaning 17003 clauses out of 34007 with flag 359472/165461
12.67/12.03	c cleaning 18000 clauses out of 36005 with flag 402931/184462
14.27/13.65	c cleaning 18995 clauses out of 38004 with flag 448230/204461
16.29/15.63	c cleaning 20005 clauses out of 40009 with flag 496202/225461
18.09/17.43	c cleaning 21001 clauses out of 42006 with flag 545205/247463
20.19/19.53	c cleaning 21990 clauses out of 44003 with flag 596461/270461
22.49/21.83	c cleaning 23000 clauses out of 46013 with flag 653165/294461
24.69/24.06	c cleaning 24004 clauses out of 48014 with flag 710446/319462
26.99/26.32	c cleaning 25004 clauses out of 50009 with flag 769024/345461
29.49/28.85	c cleaning 26003 clauses out of 52006 with flag 830948/372462
32.59/31.90	c cleaning 27001 clauses out of 54002 with flag 894523/400461
35.49/34.82	c cleaning 27998 clauses out of 56001 with flag 958501/429461
38.66/37.98	c cleaning 28998 clauses out of 58003 with flag 1026304/459461
42.16/41.43	c cleaning 29998 clauses out of 60005 with flag 1096390/490461
45.56/44.84	c cleaning 31002 clauses out of 62007 with flag 1165336/522461
49.17/48.48	c cleaning 31995 clauses out of 64005 with flag 1235704/555461
52.97/52.29	c cleaning 32997 clauses out of 66011 with flag 1313125/589462
57.07/56.34	c cleaning 34007 clauses out of 68013 with flag 1390022/624461
61.47/60.76	c cleaning 34998 clauses out of 70006 with flag 1466455/660461
65.94/65.12	c cleaning 35993 clauses out of 72009 with flag 1544085/697462
70.45/69.61	c cleaning 37003 clauses out of 74015 with flag 1626913/735461
74.55/73.75	c cleaning 38005 clauses out of 76014 with flag 1711530/774463
79.44/78.61	c cleaning 38996 clauses out of 78008 with flag 1801446/814462
86.17/85.34	c cleaning 40007 clauses out of 80016 with flag 1893469/855466
92.36/91.51	c cleaning 40997 clauses out of 82004 with flag 1986481/897461
98.27/97.34	c cleaning 42004 clauses out of 84008 with flag 2078748/940462
104.77/103.84	c cleaning 43002 clauses out of 86005 with flag 2178587/984463
111.27/110.38	c cleaning 43997 clauses out of 88001 with flag 2274000/1029461
118.28/117.31	c cleaning 44998 clauses out of 90007 with flag 2372369/1075464
125.78/124.89	c cleaning 46001 clauses out of 92006 with flag 2474685/1122461
133.29/132.23	c cleaning 47000 clauses out of 94005 with flag 2574885/1170461
140.79/139.76	c cleaning 47999 clauses out of 96006 with flag 2677872/1219462
149.99/148.95	c cleaning 49000 clauses out of 98007 with flag 2783104/1269462
159.70/158.66	c cleaning 50002 clauses out of 100008 with flag 2890602/1320463
168.70/167.69	c cleaning 51000 clauses out of 102005 with flag 3003873/1372462
178.12/176.93	c cleaning 52002 clauses out of 104004 with flag 3115975/1425461
187.03/185.81	c cleaning 52994 clauses out of 106002 with flag 3231042/1479461
195.73/194.55	c cleaning 54002 clauses out of 108008 with flag 3352252/1534461
205.23/204.06	c cleaning 54998 clauses out of 110007 with flag 3474062/1590462
215.26/213.91	c cleaning 56001 clauses out of 112008 with flag 3597123/1647461
225.66/224.31	c cleaning 57004 clauses out of 114008 with flag 3717209/1705462
236.06/234.72	c cleaning 57996 clauses out of 116003 with flag 3844394/1764461
246.77/245.46	c cleaning 59000 clauses out of 118007 with flag 3974521/1824461
258.81/257.37	c cleaning 60004 clauses out of 120009 with flag 4111486/1885463
270.90/269.46	c cleaning 60996 clauses out of 122003 with flag 4250769/1947461
282.50/281.05	c cleaning 62000 clauses out of 124007 with flag 4387324/2010461
294.35/292.78	c cleaning 62998 clauses out of 126008 with flag 4529948/2074462
308.14/306.58	c cleaning 64003 clauses out of 128009 with flag 4673092/2139461
320.84/319.24	c cleaning 64997 clauses out of 130007 with flag 4816470/2205462
333.99/332.26	c cleaning 66001 clauses out of 132009 with flag 4958751/2272461
347.38/345.69	c cleaning 67003 clauses out of 134009 with flag 5102868/2340462
363.87/362.09	c cleaning 68000 clauses out of 136007 with flag 5250847/2409463
379.07/377.26	c cleaning 68993 clauses out of 138006 with flag 5407199/2479462
394.47/392.69	c cleaning 70000 clauses out of 140012 with flag 5565211/2550461
413.36/411.40	c cleaning 71004 clauses out of 142012 with flag 5728234/2622461
433.36/431.46	c cleaning 71998 clauses out of 144008 with flag 5889202/2695461
451.06/449.07	c cleaning 73005 clauses out of 146011 with flag 6053709/2769462
468.87/466.88	c cleaning 74001 clauses out of 148005 with flag 6225872/2844461
486.37/484.37	c cleaning 74996 clauses out of 150004 with flag 6404618/2920461
505.04/502.92	c cleaning 76002 clauses out of 152008 with flag 6583633/2997461
524.86/522.79	c cleaning 76998 clauses out of 154006 with flag 6757171/3075461
544.86/542.62	c cleaning 78001 clauses out of 156008 with flag 6926979/3154461
564.76/562.56	c cleaning 78993 clauses out of 158007 with flag 7099523/3234461
584.77/582.42	c cleaning 80007 clauses out of 160016 with flag 7273335/3315463
606.48/604.16	c cleaning 80999 clauses out of 162009 with flag 7452211/3397463
628.07/625.64	c cleaning 81998 clauses out of 164008 with flag 7634656/3480461
647.57/645.14	c cleaning 83004 clauses out of 166010 with flag 7820178/3564461
671.26/668.74	c cleaning 84001 clauses out of 168008 with flag 8001315/3649463
693.96/691.47	c cleaning 84997 clauses out of 170005 with flag 8186083/3735461
718.12/715.53	c cleaning 85994 clauses out of 172008 with flag 8374134/3822461
743.93/741.38	c cleaning 87001 clauses out of 174014 with flag 8565951/3910461
769.42/766.78	c cleaning 88001 clauses out of 176013 with flag 8769696/3999461
794.10/791.30	c cleaning 89005 clauses out of 178014 with flag 8977701/4089463
816.99/814.22	c cleaning 89999 clauses out of 180007 with flag 9185200/4180461
843.13/840.38	c cleaning 91002 clauses out of 182009 with flag 9389203/4272462
871.51/868.63	c cleaning 92001 clauses out of 184006 with flag 9590748/4365461
899.32/896.42	c cleaning 93003 clauses out of 186005 with flag 9807434/4459461
926.26/923.38	c cleaning 93999 clauses out of 188002 with flag 10010277/4554461
956.06/953.08	c cleaning 94999 clauses out of 190006 with flag 10227658/4650464
985.76/982.71	c cleaning 95999 clauses out of 192004 with flag 10463863/4747461
1015.22/1012.17	c cleaning 97001 clauses out of 194006 with flag 10677214/4845462
1050.98/1047.83	c cleaning 97999 clauses out of 196005 with flag 10895124/4944462
1084.37/1081.16	c cleaning 98996 clauses out of 198007 with flag 11120949/5044463
1117.98/1114.79	c cleaning 99998 clauses out of 200009 with flag 11348283/5145461
1152.08/1148.77	c cleaning 101000 clauses out of 202012 with flag 11572353/5247462
1187.16/1183.77	c cleaning 102000 clauses out of 204012 with flag 11802296/5350462
1225.05/1221.52	c cleaning 103000 clauses out of 206013 with flag 12027498/5454463
1260.93/1257.38	c cleaning 104002 clauses out of 208011 with flag 12261129/5559461
1295.34/1291.72	c cleaning 105003 clauses out of 210011 with flag 12487834/5665463
1331.38/1327.78	c cleaning 105999 clauses out of 212007 with flag 12733358/5772462
1368.41/1364.76	c cleaning 107000 clauses out of 214007 with flag 12971369/5880461
1403.14/1399.41	c cleaning 107996 clauses out of 216007 with flag 13200811/5989461
1442.50/1438.73	c cleaning 109004 clauses out of 218013 with flag 13447576/6099463
1483.25/1479.40	c cleaning 109999 clauses out of 220009 with flag 13700495/6210463
1520.82/1516.99	c cleaning 110996 clauses out of 222008 with flag 13954873/6322461
1561.98/1558.06	c cleaning 112001 clauses out of 224012 with flag 14196224/6435461
1605.13/1601.13	c cleaning 113001 clauses out of 226012 with flag 14447446/6549462
1648.96/1644.90	c cleaning 114001 clauses out of 228013 with flag 14702944/6664464
1692.89/1688.87	c cleaning 114999 clauses out of 230009 with flag 14964014/6780461
1739.18/1735.08	c cleaning 116002 clauses out of 232010 with flag 15228612/6897461
1788.15/1783.92	c cleaning 117002 clauses out of 234008 with flag 15499124/7015461
1800.06/1795.80	c starts		: 15876
1800.06/1795.80	c conflicts		: 7061710
1800.06/1795.80	c decisions		: 7754679
1800.06/1795.80	c propagations		: 107849407
1800.06/1795.80	c inspects		: 29752964437
1800.06/1795.80	c shortcuts		: 0
1800.06/1795.80	c learnt literals	: 0
1800.06/1795.80	c learnt binary clauses	: 0
1800.06/1795.80	c learnt ternary clauses	: 365
1800.06/1795.80	c learnt constraints	: 7061710
1800.06/1795.80	c ignored constraints	: 0
1800.06/1795.80	c root simplifications	: 0
1800.06/1795.80	c removed literals (reason simplification)	: 0
1800.06/1795.80	c reason swapping (by a shorter reason)	: 0
1800.06/1795.80	c Calls to reduceDB	: 114
1800.06/1795.80	c Number of update (reduction) of LBD	: 90723
1800.06/1795.80	c Imported unit clauses	: 0
1800.06/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.80	c number of learned constraints concerned by reduction	: 0
1800.06/1795.80	c number of learning phase by resolution	: 0
1800.06/1795.80	c number of learning phase by cutting planes	: 0
1800.06/1795.80	c speed (assignments/second)	: 60065.03488636313
1800.06/1795.80	c non guided choices	755
1800.06/1795.83	c learnt constraints type 
1800.06/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163256
1800.06/1795.83	s SATISFIABLE
1800.06/1795.83	c Found 28 solution(s)
1800.06/1795.83	v -x1 x2 -x3 -x4 x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 x56 x57 x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 x84 -x85 -x86 -x87 -x88 x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 x128 x129 x130 x131 x132 -x133 x134 x135 x136 x137 x138 x139 x140 x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 x173 x174 x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 
1800.06/1795.83	c objective function=6
1800.06/1795.83	c Total wall clock time (in seconds): 1795.72

Verifier Data

OK	6

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

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.18 2.18 2/192 8114
/proc/meminfo: memFree=29817076/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8114/stat : 8114 (java) D 8111 8114 6451 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 4980619 9515008 184 33554432000 1073741824 1073778376 140735299312592 140735299303816 227512315319 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2323 184 142 9 0 71 0

[startup+0.100156 s]
/proc/loadavg: 2.15 2.18 2.18 2/192 8114
/proc/meminfo: memFree=29817076/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 4468 0 1 0 8 1 0 0 20 0 18 0 4980619 9787879424 5579 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200304 s]
/proc/loadavg: 2.15 2.18 2.18 2/192 8114
/proc/meminfo: memFree=29817076/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 4793 0 1 0 23 1 0 0 20 0 18 0 4980619 9787879424 6353 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2389619 6353 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.15 2.18 2.18 2/192 8114
/proc/meminfo: memFree=29817076/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 6537 0 1 0 42 2 0 0 20 0 19 0 4980619 9856040960 8510 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 8510 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.700273 s]
/proc/loadavg: 2.15 2.18 2.18 2/192 8114
/proc/meminfo: memFree=29817076/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 10890 0 1 0 122 2 0 0 20 0 19 0 4980619 9856040960 11888 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 11888 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.15 2.18 2.18 3/211 8133
/proc/meminfo: memFree=29774020/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 10918 0 1 0 210 3 0 0 20 0 19 0 4980619 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 13958 2259 9 0 2396937 0
[pid=8114/tid=8116] ppid=8111 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6451 0 -1 4202560 2472 0 1 0 146 0 0 0 20 0 19 0 4980620 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750925541656 139750798679863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750769552168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750768499368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750767447080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750766394280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750765340968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750764288168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750763235880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750762183080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750749772520 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750748718584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980623 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750747666184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750746614672 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6451 0 -1 4202560 4210 0 0 0 29 1 0 0 20 0 19 0 4980625 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750745561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6451 0 -1 4202560 2965 0 0 0 33 0 0 0 20 0 19 0 4980625 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750744508472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750743456376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750742403784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 13958 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.15 2.18 2.18 3/211 8133
/proc/meminfo: memFree=29761980/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 10937 0 1 0 374 3 0 0 20 0 19 0 4980619 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 18575 2260 9 0 2396937 0
[pid=8114/tid=8116] ppid=8111 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6451 0 -1 4202560 2482 0 1 0 304 1 0 0 20 0 19 0 4980620 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750925532864 139750798679863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750769552168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750768499368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750767447080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750766394280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750765340968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750764288168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750763235880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750762183080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750749772520 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750748718584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980623 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750747666184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750746614672 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6451 0 -1 4202560 4211 0 0 0 29 1 0 0 20 0 19 0 4980625 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750745561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6451 0 -1 4202560 2973 0 0 0 37 0 0 0 20 0 19 0 4980625 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750744508472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750743456376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750742403784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 18575 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.14 2.18 2.18 3/211 8133
/proc/meminfo: memFree=29735060/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=6.97 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 10953 0 1 0 694 3 0 0 20 0 19 0 4980619 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 24165 2261 9 0 2396937 0
[pid=8114/tid=8116] ppid=8111 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6451 0 -1 4202560 2497 0 1 0 624 1 0 0 20 0 19 0 4980620 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750925532864 139750798600431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750769552168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750768499368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750767447080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750766394280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750765340968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750764288168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750763235880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4980621 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750762183080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750749772520 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750748718584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980623 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750747666184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750746614672 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6451 0 -1 4202560 4211 0 0 0 29 1 0 0 20 0 19 0 4980625 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750745561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6451 0 -1 4202560 2973 0 0 0 37 0 0 0 20 0 19 0 4980625 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750744508472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750743456376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750742403784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 24165 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 105038 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.37
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/211 8241
/proc/meminfo: memFree=29479776/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1726.41 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 13782 0 1 0 172561 80 0 0 20 0 19 0 4980619 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 105022 2283 9 0 2396937 0
[pid=8114/tid=8116] ppid=8111 vsize=9625040 CPUtime=1716.41 cores=1,3,5,7
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6451 0 -1 4202560 2572 0 1 0 171613 28 0 0 20 0 19 0 4980620 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750925540576 139750798680096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6451 0 -1 4202560 437 0 0 0 53 7 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750769552168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6451 0 -1 4202560 391 0 0 0 45 6 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750768499368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6451 0 -1 4202560 197 0 0 0 41 7 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750767447080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6451 0 -1 4202560 182 0 0 0 43 6 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750766394280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6451 0 -1 4202560 306 0 0 0 39 5 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750765340968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6451 0 -1 4202560 318 0 0 0 43 6 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750764288168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6451 0 -1 4202560 303 0 0 0 51 6 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750763235880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6451 0 -1 4202560 203 0 0 0 56 5 0 0 20 0 19 0 4980621 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750762183080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6451 0 -1 4202560 175 0 0 0 23 3 0 0 20 0 19 0 4980622 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750749772520 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750748718584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4980623 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750747666184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750746614672 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6451 0 -1 4202560 4211 0 0 0 29 1 0 0 20 0 19 0 4980625 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750745561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6451 0 -1 4202560 3130 0 0 0 40 0 0 0 20 0 19 0 4980625 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750744508472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750743456376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6451 0 -1 4202560 100 0 0 0 35 35 0 0 20 0 19 0 4980625 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750742403784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 105022 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/211 8243
/proc/meminfo: memFree=29443584/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1786.55 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 13814 0 1 0 178574 81 0 0 20 0 19 0 4980619 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 105044 2283 9 0 2396937 0
[pid=8114/tid=8116] ppid=8111 vsize=9625040 CPUtime=1776.21 cores=1,3,5,7
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6451 0 -1 4202560 2574 0 1 0 177593 28 0 0 20 0 19 0 4980620 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750925540672 139750798594599 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6451 0 -1 4202560 437 0 0 0 55 7 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750769552168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6451 0 -1 4202560 400 0 0 0 47 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750768499368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6451 0 -1 4202560 197 0 0 0 43 7 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750767447080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6451 0 -1 4202560 182 0 0 0 46 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750766394280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6451 0 -1 4202560 306 0 0 0 40 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750765340968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6451 0 -1 4202560 318 0 0 0 48 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750764288168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6451 0 -1 4202560 303 0 0 0 53 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750763235880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6451 0 -1 4202560 212 0 0 0 58 5 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750762183080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6451 0 -1 4202560 183 0 0 0 24 3 0 0 20 0 19 0 4980622 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750749772520 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750748718584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4980623 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750747666184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750746614672 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6451 0 -1 4202560 4211 0 0 0 29 1 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750745561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6451 0 -1 4202560 3130 0 0 0 40 0 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750744508472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750743456376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6451 0 -1 4202560 104 0 0 0 36 35 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750742403784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.14 2.19 2.18 3/211 8243
/proc/meminfo: memFree=29448296/32872528 swapFree=1298332/1461852
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6451 0 -1 4202496 13814 0 1 0 179924 82 0 0 20 0 19 0 4980619 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 140735472946160 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8114/statm: 2406260 105044 2283 9 0 2396937 0
[pid=8114/tid=8116] ppid=8111 vsize=9625040 CPUtime=1789.67 cores=1,3,5,7
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6451 0 -1 4202560 2574 0 1 0 178938 29 0 0 20 0 19 0 4980620 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750925532960 139750798689438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6451 0 -1 4202560 437 0 0 0 55 7 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750769552168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6451 0 -1 4202560 400 0 0 0 47 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750768499368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6451 0 -1 4202560 197 0 0 0 43 7 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750767447080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6451 0 -1 4202560 182 0 0 0 46 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750766394280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6451 0 -1 4202560 306 0 0 0 40 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750765340968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6451 0 -1 4202560 318 0 0 0 48 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750764288168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6451 0 -1 4202560 303 0 0 0 53 6 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750763235880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6451 0 -1 4202560 212 0 0 0 58 5 0 0 20 0 19 0 4980621 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750762183080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6451 0 -1 4202560 183 0 0 0 24 3 0 0 20 0 19 0 4980622 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750749772520 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4980622 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750748718584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4980623 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750747666184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750746614672 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6451 0 -1 4202560 4211 0 0 0 29 1 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750745561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6451 0 -1 4202560 3130 0 0 0 40 0 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750744508472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750743456376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6451 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 4980625 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750742403784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4980645 9856040960 105044 33554432000 1073741824 1073778376 140735472955024 139750741349800 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 8114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1795.84
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.82
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.3128
maximum resident set size= 575176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13866
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39204
involuntary context switches= 7288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0925 second user time and 13.102 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 06:05:46
IDJOB=4119470
IDBENCH=111738
IDSOLVER=2546
FILE ID=node121/4119470-1467259546
RUNJOBID= node121-1467250272-6981
PBS_JOBID= 20004469
Free space on /tmp= 71700 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-edgecross14-019.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119470-1467259546/watcher-4119470-1467259546 -o /tmp/evaluation-result-4119470-1467259546/solver-4119470-1467259546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467250272-6981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119470-1467259546.opb

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

MD5SUM BENCH= 6349a302de8f5a326ac0d30f5c192ab1
RANDOM SEED=827204850

node121.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		: 2667.172
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	: 5334.34
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		: 2667.172
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		: 2667.172
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.54
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		: 2667.172
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		: 2667.172
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.54
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		: 2667.172
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		: 2667.172
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		: 2667.172
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:        29818008 kB
Buffers:           97316 kB
Cached:           226216 kB
SwapCached:            0 kB
Active:           641164 kB
Inactive:         208032 kB
Active(anon):     512968 kB
Inactive(anon):    15388 kB
Active(file):     128196 kB
Inactive(file):   192644 kB
Unevictable:     1461852 kB
Mlocked:         1298332 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1987288 kB
Mapped:            21992 kB
Shmem:               204 kB
Slab:             607656 kB
SReclaimable:      51888 kB
SUnreclaim:       555768 kB
KernelStack:        1760 kB
PageTables:         7936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2152992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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= 71700 MiB
End job on node121 at 2016-06-30 06:35:42