Trace number 4118533

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)-28 1800.03 1797.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament12.lin.opb
MD5SUM5cb211b3bc341dd745e6cb19ab700d55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark0.009997
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables186
Total number of constraints240
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 166
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 178
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4118533-1467231226.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.043s.
0.09/0.16	c declared #vars     186
0.09/0.16	c #constraints  240
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
0.09/0.16	c 240 constraints processed.
0.09/0.16	c objective function length is 166 literals
0.09/0.16	c SATISFIABLE
0.09/0.16	c OPTIMIZING...
0.09/0.16	c Got one! Elapsed wall clock time (in seconds):0.049
0.09/0.16	o -21
0.09/0.17	c Got one! Elapsed wall clock time (in seconds):0.06
0.09/0.17	o -22
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.188
0.51/0.30	o -23
0.61/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.61/0.42	o -24
0.75/0.54	c cleaning 3051 clauses out of 6101 with flag 4017/6101
1.05/0.77	c cleaning 4520 clauses out of 9052 with flag 16124/12103
1.35/1.03	c cleaning 5758 clauses out of 11531 with flag 30245/19102
1.46/1.20	c Got one! Elapsed wall clock time (in seconds):1.089
1.46/1.20	o -25
1.58/1.26	c cleaning 5871 clauses out of 11759 with flag 2094/25088
1.92/1.50	c cleaning 5941 clauses out of 11887 with flag 14489/31087
2.12/1.77	c cleaning 6466 clauses out of 12946 with flag 28764/38087
2.52/2.11	c cleaning 7237 clauses out of 14481 with flag 45024/46088
2.92/2.53	c cleaning 8114 clauses out of 16244 with flag 63299/55088
3.42/3.06	c cleaning 9059 clauses out of 18129 with flag 83652/65087
3.72/3.39	c Got one! Elapsed wall clock time (in seconds):3.281
3.72/3.39	o -26
4.12/3.74	c cleaning 10472 clauses out of 20943 with flag 10172/76960
4.42/4.08	c cleaning 8229 clauses out of 16471 with flag 22344/82960
4.72/4.39	c cleaning 7613 clauses out of 15242 with flag 36512/89960
5.12/4.79	c cleaning 7809 clauses out of 15629 with flag 52835/97960
5.62/5.28	c cleaning 8406 clauses out of 16820 with flag 71093/106960
6.22/5.84	c cleaning 9199 clauses out of 18413 with flag 91409/116959
6.92/6.50	c cleaning 10099 clauses out of 20214 with flag 113754/127959
7.62/7.27	c cleaning 11051 clauses out of 22116 with flag 138158/139960
8.52/8.13	c cleaning 12024 clauses out of 24066 with flag 164490/152961
9.42/9.01	c cleaning 13011 clauses out of 26040 with flag 192791/166959
10.43/10.01	c cleaning 14007 clauses out of 28029 with flag 223208/181959
11.43/11.07	c cleaning 15002 clauses out of 30022 with flag 255450/197959
11.62/11.25	c Got one! Elapsed wall clock time (in seconds):11.141
11.62/11.25	o -27
11.72/11.35	c cleaning 10255 clauses out of 20526 with flag 2115/203465
12.02/11.63	c cleaning 8124 clauses out of 16272 with flag 14312/209466
12.33/11.91	c cleaning 7565 clauses out of 15149 with flag 28535/216467
12.64/12.25	c cleaning 7780 clauses out of 15582 with flag 44781/224465
13.03/12.67	c cleaning 8391 clauses out of 16803 with flag 63033/233466
13.23/12.89	c Got one! Elapsed wall clock time (in seconds):12.778
13.23/12.89	o -28
13.53/13.17	c cleaning 9401 clauses out of 18821 with flag 10163/243875
13.83/13.44	c cleaning 7699 clauses out of 15420 with flag 22267/249875
14.13/13.74	c cleaning 7351 clauses out of 14720 with flag 36387/256874
14.53/14.11	c cleaning 7675 clauses out of 15370 with flag 52598/264875
14.93/14.55	c cleaning 8340 clauses out of 16694 with flag 70849/273874
15.43/15.10	c cleaning 9168 clauses out of 18354 with flag 91024/283874
16.13/15.71	c cleaning 10083 clauses out of 20186 with flag 113285/294874
16.73/16.39	c cleaning 11045 clauses out of 22103 with flag 137525/306874
17.54/17.16	c cleaning 12019 clauses out of 24058 with flag 163596/319874
18.43/18.06	c cleaning 13013 clauses out of 26039 with flag 191716/333874
19.43/19.06	c cleaning 14008 clauses out of 28027 with flag 221800/348875
20.53/20.13	c cleaning 15004 clauses out of 30018 with flag 253886/364874
21.63/21.24	c cleaning 16002 clauses out of 32016 with flag 288037/381876
22.83/22.45	c cleaning 16998 clauses out of 34012 with flag 324103/399874
24.14/23.79	c cleaning 17999 clauses out of 36015 with flag 362207/418875
25.64/25.24	c cleaning 19002 clauses out of 38015 with flag 402339/438874
27.23/26.85	c cleaning 20002 clauses out of 40014 with flag 444532/459875
29.23/28.87	c cleaning 20998 clauses out of 42012 with flag 488874/481875
31.34/30.97	c cleaning 21997 clauses out of 44015 with flag 535185/504876
33.83/33.48	c cleaning 23002 clauses out of 46017 with flag 583590/528875
36.63/36.30	c cleaning 24005 clauses out of 48014 with flag 633993/553874
39.43/39.08	c cleaning 24998 clauses out of 50009 with flag 686461/579874
42.53/42.14	c cleaning 26001 clauses out of 52013 with flag 740997/606876
45.95/45.52	c cleaning 26997 clauses out of 54011 with flag 797436/634875
49.45/49.03	c cleaning 27999 clauses out of 56013 with flag 855668/663874
52.75/52.33	c cleaning 28995 clauses out of 58014 with flag 915887/693874
56.10/55.68	c cleaning 30002 clauses out of 60019 with flag 978174/724874
59.90/59.42	c cleaning 30996 clauses out of 62017 with flag 1042361/756874
64.31/63.87	c cleaning 32003 clauses out of 64021 with flag 1108637/789874
68.80/68.36	c cleaning 33001 clauses out of 66019 with flag 1176968/823875
73.52/73.08	c cleaning 33998 clauses out of 68018 with flag 1247212/858875
78.92/78.41	c cleaning 35001 clauses out of 70019 with flag 1319536/894874
84.63/84.14	c cleaning 35998 clauses out of 72018 with flag 1393873/931874
90.63/90.18	c cleaning 37002 clauses out of 74020 with flag 1470118/969874
97.33/96.87	c cleaning 38005 clauses out of 76019 with flag 1548396/1008875
103.63/103.18	c cleaning 38995 clauses out of 78014 with flag 1628767/1048875
110.98/110.48	c cleaning 39997 clauses out of 80018 with flag 1711079/1089874
118.29/117.76	c cleaning 40999 clauses out of 82023 with flag 1795445/1131876
125.08/124.57	c cleaning 42000 clauses out of 84023 with flag 1881717/1174875
133.58/133.06	c cleaning 43001 clauses out of 86022 with flag 1970122/1218874
142.19/141.65	c cleaning 44001 clauses out of 88022 with flag 2060567/1263875
150.39/149.88	c cleaning 45002 clauses out of 90021 with flag 2152872/1309875
158.79/158.24	c cleaning 46000 clauses out of 92019 with flag 2247402/1356875
168.09/167.57	c cleaning 47004 clauses out of 94019 with flag 2343777/1404875
177.99/177.49	c cleaning 48000 clauses out of 96014 with flag 2442585/1453874
188.04/187.40	c cleaning 48997 clauses out of 98014 with flag 2542988/1503874
197.45/196.81	c cleaning 50000 clauses out of 100018 with flag 2645569/1554875
207.46/206.83	c cleaning 50998 clauses out of 102017 with flag 2749865/1606874
218.95/218.36	c cleaning 52005 clauses out of 104019 with flag 2856285/1659874
230.66/230.01	c cleaning 52998 clauses out of 106015 with flag 2964620/1713875
242.67/242.04	c cleaning 54000 clauses out of 108018 with flag 3075192/1768876
255.06/254.40	c cleaning 54998 clauses out of 110016 with flag 3187661/1824874
267.64/266.98	c cleaning 55996 clauses out of 112020 with flag 3302869/1881876
280.74/280.06	c cleaning 57007 clauses out of 114022 with flag 3419947/1939874
295.24/294.57	c cleaning 57998 clauses out of 116015 with flag 3538530/1998874
310.95/310.28	c cleaning 59004 clauses out of 118018 with flag 3659060/2058875
326.15/325.47	c cleaning 60000 clauses out of 120014 with flag 3781470/2119875
341.55/340.86	c cleaning 61003 clauses out of 122014 with flag 3906131/2181875
360.29/359.48	c cleaning 61997 clauses out of 124011 with flag 4033461/2244875
380.79/379.93	c cleaning 62998 clauses out of 126013 with flag 4162507/2308874
399.30/398.45	c cleaning 63998 clauses out of 128015 with flag 4292990/2373874
418.20/417.32	c cleaning 65002 clauses out of 130018 with flag 4425428/2439875
435.70/434.87	c cleaning 65997 clauses out of 132015 with flag 4559894/2506874
457.19/456.24	c cleaning 66998 clauses out of 134018 with flag 4696898/2574874
478.10/477.12	c cleaning 68002 clauses out of 136020 with flag 4835597/2643874
501.30/500.32	c cleaning 69001 clauses out of 138018 with flag 4976401/2713874
528.01/527.01	c cleaning 70000 clauses out of 140019 with flag 5119588/2784876
554.21/553.24	c cleaning 70998 clauses out of 142018 with flag 5264039/2856875
578.69/577.59	c cleaning 71999 clauses out of 144020 with flag 5410671/2929875
603.49/602.36	c cleaning 73000 clauses out of 146020 with flag 5559522/3003874
633.19/632.03	c cleaning 73998 clauses out of 148020 with flag 5710459/3078874
661.30/660.18	c cleaning 75002 clauses out of 150022 with flag 5863028/3154874
690.92/689.61	c cleaning 75999 clauses out of 152020 with flag 6017564/3231874
717.22/715.91	c cleaning 76999 clauses out of 154022 with flag 6174075/3309875
747.24/745.97	c cleaning 78001 clauses out of 156022 with flag 6332664/3388874
782.04/780.75	c cleaning 79003 clauses out of 158021 with flag 6493410/3468874
815.13/813.69	c cleaning 79996 clauses out of 160019 with flag 6655945/3549875
848.33/846.81	c cleaning 80998 clauses out of 162022 with flag 6820529/3631874
879.94/878.40	c cleaning 81999 clauses out of 164025 with flag 6987099/3714875
914.34/912.89	c cleaning 83004 clauses out of 166025 with flag 7156293/3798874
953.34/951.73	c cleaning 84000 clauses out of 168022 with flag 7327712/3883875
995.65/994.00	c cleaning 85001 clauses out of 170021 with flag 7500996/3969874
1039.86/1038.22	c cleaning 85997 clauses out of 172020 with flag 7675726/4056874
1080.86/1079.13	c cleaning 87001 clauses out of 174023 with flag 7852228/4144874
1119.96/1118.24	c cleaning 88000 clauses out of 176022 with flag 8030843/4233874
1160.88/1159.15	c cleaning 89002 clauses out of 178023 with flag 8211739/4323875
1199.09/1197.34	c cleaning 90004 clauses out of 180020 with flag 8397839/4414874
1213.08/1211.21	c cleaning 91006 clauses out of 182017 with flag 8590163/4506875
1229.38/1227.52	c cleaning 92003 clauses out of 184010 with flag 8780049/4599874
1246.88/1245.05	c cleaning 92998 clauses out of 186008 with flag 8969156/4693875
1266.46/1264.53	c cleaning 94001 clauses out of 188009 with flag 9160002/4788874
1287.57/1285.68	c cleaning 95004 clauses out of 190008 with flag 9353313/4884874
1310.78/1308.83	c cleaning 96001 clauses out of 192006 with flag 9549523/4981876
1333.50/1331.53	c cleaning 96999 clauses out of 194004 with flag 9747992/5079875
1359.20/1357.21	c cleaning 97999 clauses out of 196006 with flag 9948643/5178876
1384.28/1382.22	c cleaning 98999 clauses out of 198005 with flag 10150096/5278874
1408.89/1406.88	c cleaning 100000 clauses out of 200008 with flag 10354202/5379876
1433.78/1431.75	c cleaning 101001 clauses out of 202006 with flag 10560204/5481874
1460.51/1458.36	c cleaning 102001 clauses out of 204005 with flag 10767499/5584874
1486.41/1484.21	c cleaning 102999 clauses out of 206004 with flag 10978189/5688874
1513.03/1510.85	c cleaning 103996 clauses out of 208005 with flag 11188916/5793874
1540.08/1537.83	c cleaning 105002 clauses out of 210009 with flag 11401547/5899874
1570.89/1568.69	c cleaning 105997 clauses out of 212008 with flag 11617280/6006875
1602.41/1600.04	c cleaning 107004 clauses out of 214012 with flag 11835083/6114876
1627.81/1625.49	c cleaning 108001 clauses out of 216006 with flag 12054492/6223874
1660.44/1657.90	c cleaning 108999 clauses out of 218005 with flag 12276922/6333874
1689.75/1687.29	c cleaning 109996 clauses out of 220007 with flag 12499978/6444875
1721.55/1719.03	c cleaning 111004 clauses out of 222010 with flag 12725611/6556874
1752.95/1750.37	c cleaning 111998 clauses out of 224006 with flag 12952883/6669874
1784.55/1781.90	c cleaning 113000 clauses out of 226008 with flag 13181607/6783874
1800.03/1797.30	c starts		: 1666
1800.03/1797.30	c conflicts		: 6851911
1800.03/1797.30	c decisions		: 7352726
1800.03/1797.30	c propagations		: 75871532
1800.03/1797.30	c inspects		: 35258792956
1800.03/1797.30	c shortcuts		: 0
1800.03/1797.30	c learnt literals	: 0
1800.03/1797.30	c learnt binary clauses	: 0
1800.03/1797.30	c learnt ternary clauses	: 0
1800.03/1797.30	c learnt constraints	: 6851911
1800.03/1797.30	c ignored constraints	: 0
1800.03/1797.30	c root simplifications	: 0
1800.03/1797.30	c removed literals (reason simplification)	: 0
1800.03/1797.30	c reason swapping (by a shorter reason)	: 0
1800.03/1797.30	c Calls to reduceDB	: 136
1800.03/1797.30	c Number of update (reduction) of LBD	: 55145
1800.03/1797.30	c Imported unit clauses	: 0
1800.03/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.30	c number of learned constraints concerned by reduction	: 0
1800.03/1797.30	c number of learning phase by resolution	: 0
1800.03/1797.30	c number of learning phase by cutting planes	: 0
1800.03/1797.30	c speed (assignments/second)	: 42217.86079349278
1800.03/1797.30	c non guided choices	0
1800.03/1797.33	c learnt constraints type 
1800.03/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 181046
1800.03/1797.33	s SATISFIABLE
1800.03/1797.33	c Found 8 solution(s)
1800.03/1797.33	v -x1 x2 -x3 -x4 x5 -x6 -x7 x8 x9 x10 x11 -x12 x13 x14 -x15 x16 -x17 x18 x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 -x28 x29 -x30 x31 x32 -x33 x34 x35 -x36 -x37 -x38 x39 -x40 x41 x42 -x43 x44 x45 -x46 x47 -x48 x49 -x50 x51 x52 x53 -x54 -x55 -x56 x57 x58 x59 x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 x115 -x116 x117 x118 -x119 x120 -x121 -x122 x123 x124 -x125 -x126 x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 x145 -x146 -x147 -x148 x149 x150 x151 x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 x165 -x166 x167 -x168 -x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 x181 x182 -x183 x184 -x185 -x186 
1800.03/1797.33	c objective function=-28
1800.03/1797.33	c Total wall clock time (in seconds): 1797.218

Verifier Data

OK	-28

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-4118533-1467231226/watcher-4118533-1467231226 -o /tmp/evaluation-result-4118533-1467231226/solver-4118533-1467231226 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118533-1467231226.opb 

pid=7984
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.35 2.30 2.26 3/196 7987
/proc/meminfo: memFree=26875948/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7987/stat : 7987 (java) R 7984 7987 4818 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 4075083 9515008 185 33554432000 1073741824 1073778376 140733518710992 140733518693720 273896533287 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2323 185 143 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 2.35 2.30 2.26 3/196 7987
/proc/meminfo: memFree=26875948/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 4447 0 1 0 8 1 0 0 20 0 18 0 4075083 9787879424 5569 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2389619 5569 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.35 2.30 2.26 3/196 7987
/proc/meminfo: memFree=26875948/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 5999 0 1 0 24 2 0 0 20 0 19 0 4075083 9856040960 7136 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 7136 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300232 s]
/proc/loadavg: 2.35 2.30 2.26 3/196 7987
/proc/meminfo: memFree=26875948/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 7513 0 1 0 49 2 0 0 20 0 19 0 4075083 9856040960 8485 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 8485 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700288 s]
/proc/loadavg: 2.35 2.30 2.26 3/196 7987
/proc/meminfo: memFree=26875948/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 8741 0 1 0 103 2 0 0 20 0 19 0 4075083 9856040960 9606 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 9606 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.35 2.30 2.26 3/215 8006
/proc/meminfo: memFree=26841692/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 9610 0 1 0 190 2 0 0 20 0 19 0 4075083 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 11182 2250 9 0 2396937 0
[pid=7987/tid=7989] ppid=7984 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/7987/task/7989/stat : 7989 (java) R 7984 7987 4818 0 -1 4202560 2466 0 1 0 145 1 0 0 20 0 19 0 4075084 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952793997912 139952666105772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7990] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7990/stat : 7990 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952637475496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7991] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7991/stat : 7991 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952636422952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7992] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7992/stat : 7992 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952635370408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7993] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7993/stat : 7993 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952634317864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7994] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7994/stat : 7994 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952633264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7995] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7995/stat : 7995 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952632211752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7996] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7996/stat : 7996 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952631159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7997] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7997/stat : 7997 (java) S 7984 7987 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952630106664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7998] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7998/stat : 7998 (java) S 7984 7987 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952617908840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7999] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7999/stat : 7999 (java) S 7984 7987 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952616855160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8000] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8000/stat : 8000 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952615802504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8001] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8001/stat : 8001 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952614751248 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8002] ppid=7984 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7987/task/8002/stat : 8002 (java) S 7984 7987 4818 0 -1 4202560 2587 0 0 0 21 0 0 0 20 0 19 0 4075089 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952613697592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8003] ppid=7984 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7987/task/8003/stat : 8003 (java) S 7984 7987 4818 0 -1 4202560 3287 0 0 0 20 0 0 0 20 0 19 0 4075089 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952612645048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8004] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8004/stat : 8004 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952611592696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8005] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8005/stat : 8005 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952610540360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 11182 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.35 2.30 2.26 4/215 8006
/proc/meminfo: memFree=26830460/32872528 swapFree=1483900/1661728
[pid=7987] ppid=7984 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 9617 0 1 0 350 2 0 0 20 0 19 0 4075083 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 14766 2250 9 0 2396937 0
[pid=7987/tid=7989] ppid=7984 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7987/task/7989/stat : 7989 (java) R 7984 7987 4818 0 -1 4202560 2473 0 1 0 305 1 0 0 20 0 19 0 4075084 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952793988816 139952666326918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7990] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7990/stat : 7990 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952637475496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7991] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7991/stat : 7991 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952636422952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7992] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7992/stat : 7992 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952635370408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7993] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7993/stat : 7993 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952634317864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7994] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7994/stat : 7994 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952633264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7995] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7995/stat : 7995 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952632211752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7996] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7996/stat : 7996 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952631159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7997] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7997/stat : 7997 (java) S 7984 7987 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952630106664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7998] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7998/stat : 7998 (java) S 7984 7987 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952617908840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7999] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7999/stat : 7999 (java) S 7984 7987 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952616855160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8000] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8000/stat : 8000 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952615802504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8001] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8001/stat : 8001 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952614751248 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8002] ppid=7984 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7987/task/8002/stat : 8002 (java) S 7984 7987 4818 0 -1 4202560 2587 0 0 0 21 0 0 0 20 0 19 0 4075089 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952613697592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8003] ppid=7984 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7987/task/8003/stat : 8003 (java) S 7984 7987 4818 0 -1 4202560 3287 0 0 0 20 0 0 0 20 0 19 0 4075089 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952612645048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8004] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8004/stat : 8004 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952611592696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8005] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8005/stat : 8005 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952610540360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 14766 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.40 2.31 2.26 4/215 8006
/proc/meminfo: memFree=26807908/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 9629 0 1 0 670 2 0 0 20 0 19 0 4075083 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 19810 2251 9 0 2396937 0
[pid=7987/tid=7989] ppid=7984 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/7987/task/7989/stat : 7989 (java) R 7984 7987 4818 0 -1 4202560 2484 0 1 0 624 1 0 0 20 0 19 0 4075084 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952793988800 139952666347852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7990] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7990/stat : 7990 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952637475496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7991] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7991/stat : 7991 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952636422952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7992] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7992/stat : 7992 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952635370408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7993] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7993/stat : 7993 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952634317864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7994] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7994/stat : 7994 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952633264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7995] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7995/stat : 7995 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952632211752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7996] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7996/stat : 7996 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952631159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7997] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7997/stat : 7997 (java) S 7984 7987 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4075085 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952630106664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7998] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7998/stat : 7998 (java) S 7984 7987 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952617908840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7999] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7999/stat : 7999 (java) S 7984 7987 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952616855160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8000] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8000/stat : 8000 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952615802504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8001] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8001/stat : 8001 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952614751248 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8002] ppid=7984 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7987/task/8002/stat : 8002 (java) S 7984 7987 4818 0 -1 4202560 2587 0 0 0 21 0 0 0 20 0 19 0 4075089 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952613697592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8003] ppid=7984 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7987/task/8003/stat : 8003 (java) S 7984 7987 4818 0 -1 4202560 3287 0 0 0 20 0 0 0 20 0 19 0 4075089 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952612645048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8004] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8004/stat : 8004 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952611592696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8005] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8005/stat : 8005 (java) S 7984 7987 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952610540360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 19810 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 136278 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.31 2.28 3/215 8116
/proc/meminfo: memFree=26392300/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=1784.95 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 11942 0 1 0 178418 77 0 0 20 0 19 0 4075083 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 139323 2266 9 0 2396937 0
[pid=7987/tid=7989] ppid=7984 vsize=9625040 CPUtime=1776.91 cores=1,3,5,7
/proc/7987/task/7989/stat : 7989 (java) R 7984 7987 4818 0 -1 4202560 2547 0 1 0 177662 29 0 0 20 0 19 0 4075084 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952793988800 139952666347852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7990] ppid=7984 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7987/task/7990/stat : 7990 (java) S 7984 7987 4818 0 -1 4202560 261 0 0 0 24 5 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952637475496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7991] ppid=7984 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7987/task/7991/stat : 7991 (java) S 7984 7987 4818 0 -1 4202560 174 0 0 0 27 6 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952636422952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7992] ppid=7984 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7987/task/7992/stat : 7992 (java) S 7984 7987 4818 0 -1 4202560 272 0 0 0 22 5 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952635370408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7993] ppid=7984 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7987/task/7993/stat : 7993 (java) S 7984 7987 4818 0 -1 4202560 292 0 0 0 32 7 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952634317864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7994] ppid=7984 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7987/task/7994/stat : 7994 (java) S 7984 7987 4818 0 -1 4202560 164 0 0 0 26 6 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952633264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7995] ppid=7984 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7987/task/7995/stat : 7995 (java) S 7984 7987 4818 0 -1 4202560 331 0 0 0 27 7 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952632211752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7996] ppid=7984 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/7987/task/7996/stat : 7996 (java) S 7984 7987 4818 0 -1 4202560 248 0 0 0 21 3 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952631159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7997] ppid=7984 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7987/task/7997/stat : 7997 (java) S 7984 7987 4818 0 -1 4202560 208 0 0 0 27 5 0 0 20 0 19 0 4075085 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952630106664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7998] ppid=7984 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7987/task/7998/stat : 7998 (java) S 7984 7987 4818 0 -1 4202560 97 0 0 0 1 2 0 0 20 0 19 0 4075086 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952617908840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7999] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7999/stat : 7999 (java) S 7984 7987 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952616855160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8000] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8000/stat : 8000 (java) S 7984 7987 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952615802504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8001] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8001/stat : 8001 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952614751248 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8002] ppid=7984 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7987/task/8002/stat : 8002 (java) S 7984 7987 4818 0 -1 4202560 2587 0 0 0 21 0 0 0 20 0 19 0 4075089 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952613697592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8003] ppid=7984 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7987/task/8003/stat : 8003 (java) S 7984 7987 4818 0 -1 4202560 3399 0 0 0 23 0 0 0 20 0 19 0 4075089 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952612645048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8004] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8004/stat : 8004 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952611592696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8005] ppid=7984 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/7987/task/8005/stat : 8005 (java) S 7984 7987 4818 0 -1 4202560 104 0 0 0 32 44 0 0 20 0 19 0 4075089 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952610540360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 139323 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.32 2.29 2.27 4/215 8116
/proc/meminfo: memFree=26462304/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 11994 0 1 0 179924 79 0 0 20 0 19 0 4075083 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 120857 2277 9 0 2396937 0
[pid=7987/tid=7989] ppid=7984 vsize=9625040 CPUtime=1791.73 cores=1,3,5,7
/proc/7987/task/7989/stat : 7989 (java) R 7984 7987 4818 0 -1 4202560 2548 0 1 0 179144 29 0 0 20 0 19 0 4075084 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952793996496 139952666290151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7990] ppid=7984 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7987/task/7990/stat : 7990 (java) S 7984 7987 4818 0 -1 4202560 273 0 0 0 26 5 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952637475496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7991] ppid=7984 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7987/task/7991/stat : 7991 (java) S 7984 7987 4818 0 -1 4202560 176 0 0 0 28 6 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952636422952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7992] ppid=7984 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7987/task/7992/stat : 7992 (java) S 7984 7987 4818 0 -1 4202560 279 0 0 0 24 5 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952635370408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7993] ppid=7984 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/7987/task/7993/stat : 7993 (java) S 7984 7987 4818 0 -1 4202560 292 0 0 0 33 7 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952634317864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7994] ppid=7984 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7987/task/7994/stat : 7994 (java) S 7984 7987 4818 0 -1 4202560 168 0 0 0 27 6 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952633264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7995] ppid=7984 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7987/task/7995/stat : 7995 (java) S 7984 7987 4818 0 -1 4202560 331 0 0 0 28 7 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952632211752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7996] ppid=7984 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7987/task/7996/stat : 7996 (java) S 7984 7987 4818 0 -1 4202560 250 0 0 0 22 3 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952631159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7997] ppid=7984 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7987/task/7997/stat : 7997 (java) S 7984 7987 4818 0 -1 4202560 208 0 0 0 27 5 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952630106664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7998] ppid=7984 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7987/task/7998/stat : 7998 (java) S 7984 7987 4818 0 -1 4202560 121 0 0 0 12 2 0 0 20 0 19 0 4075086 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952617908840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7999] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7999/stat : 7999 (java) S 7984 7987 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952616855160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8000] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8000/stat : 8000 (java) S 7984 7987 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952615802504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8001] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8001/stat : 8001 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952614751248 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8002] ppid=7984 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7987/task/8002/stat : 8002 (java) S 7984 7987 4818 0 -1 4202560 2587 0 0 0 21 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952613697592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8003] ppid=7984 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7987/task/8003/stat : 8003 (java) S 7984 7987 4818 0 -1 4202560 3399 0 0 0 23 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952612645048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8004] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8004/stat : 8004 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952611592696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8005] ppid=7984 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7987/task/8005/stat : 8005 (java) S 7984 7987 4818 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952610540360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7987 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.32 2.29 2.27 4/215 8116
/proc/meminfo: memFree=26462304/32872528 swapFree=1483896/1661724
[pid=7987] ppid=7984 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7987/stat : 7987 (java) S 7984 7987 4818 0 -1 4202496 11994 0 1 0 179924 79 0 0 20 0 19 0 4075083 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 140733518702128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7987/statm: 2406260 120857 2277 9 0 2396937 0
[pid=7987/tid=7989] ppid=7984 vsize=9625040 CPUtime=1791.73 cores=1,3,5,7
/proc/7987/task/7989/stat : 7989 (java) R 7984 7987 4818 0 -1 4202560 2548 0 1 0 179144 29 0 0 20 0 19 0 4075084 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952793996496 139952666290151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7990] ppid=7984 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7987/task/7990/stat : 7990 (java) S 7984 7987 4818 0 -1 4202560 273 0 0 0 26 5 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952637475496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7991] ppid=7984 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7987/task/7991/stat : 7991 (java) S 7984 7987 4818 0 -1 4202560 176 0 0 0 28 6 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952636422952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7992] ppid=7984 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7987/task/7992/stat : 7992 (java) S 7984 7987 4818 0 -1 4202560 279 0 0 0 24 5 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952635370408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=7993] ppid=7984 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/7987/task/7993/stat : 7993 (java) S 7984 7987 4818 0 -1 4202560 292 0 0 0 33 7 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952634317864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7994] ppid=7984 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7987/task/7994/stat : 7994 (java) S 7984 7987 4818 0 -1 4202560 168 0 0 0 27 6 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952633264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=7995] ppid=7984 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7987/task/7995/stat : 7995 (java) S 7984 7987 4818 0 -1 4202560 331 0 0 0 28 7 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952632211752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7996] ppid=7984 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7987/task/7996/stat : 7996 (java) S 7984 7987 4818 0 -1 4202560 250 0 0 0 22 3 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952631159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7997] ppid=7984 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7987/task/7997/stat : 7997 (java) S 7984 7987 4818 0 -1 4202560 208 0 0 0 27 5 0 0 20 0 19 0 4075085 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952630106664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7987/tid=7998] ppid=7984 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7987/task/7998/stat : 7998 (java) S 7984 7987 4818 0 -1 4202560 121 0 0 0 12 2 0 0 20 0 19 0 4075086 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952617908840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=7999] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/7999/stat : 7999 (java) S 7984 7987 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952616855160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8000] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8000/stat : 8000 (java) S 7984 7987 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4075086 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952615802504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8001] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8001/stat : 8001 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952614751248 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8002] ppid=7984 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7987/task/8002/stat : 8002 (java) S 7984 7987 4818 0 -1 4202560 2587 0 0 0 21 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952613697592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7987/tid=8003] ppid=7984 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7987/task/8003/stat : 8003 (java) S 7984 7987 4818 0 -1 4202560 3399 0 0 0 23 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952612645048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8004] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8004/stat : 8004 (java) S 7984 7987 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952611592696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7987/tid=8005] ppid=7984 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7987/task/8005/stat : 8005 (java) S 7984 7987 4818 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 4075089 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952610540360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7987/tid=8006] ppid=7984 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7987/task/8006/stat : 8006 (java) S 7984 7987 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4075099 9856040960 120857 33554432000 1073741824 1073778376 140733518710992 139952609486120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.34
CPU time (s): 1800.03
CPU user time (s): 1799.24
CPU system time (s): 0.79
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.3398
maximum resident set size= 573692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12046
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38640
involuntary context switches= 5509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4414 second user time and 7.98978 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 22:13:46
IDJOB=4118533
IDBENCH=111504
IDSOLVER=2546
FILE ID=node134/4118533-1467231226
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament12.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118533-1467231226/watcher-4118533-1467231226 -o /tmp/evaluation-result-4118533-1467231226/solver-4118533-1467231226 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118533-1467231226.opb

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

MD5SUM BENCH= 5cb211b3bc341dd745e6cb19ab700d55
RANDOM SEED=2056653953

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26876748 kB
Buffers:          139200 kB
Cached:          2992976 kB
SwapCached:            0 kB
Active:           588196 kB
Inactive:        3000088 kB
Active(anon):     458808 kB
Inactive(anon):        0 kB
Active(file):     129388 kB
Inactive(file):  3000088 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       2117972 kB
Mapped:            21532 kB
Shmem:               216 kB
Slab:             611908 kB
SReclaimable:      55708 kB
SUnreclaim:       556200 kB
KernelStack:        1584 kB
PageTables:         8088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2243844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 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= 71708 MiB
End job on node134 at 2016-06-29 22:43:43