Trace number 4119346

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)-31 1800.04 1793.05

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0334-0334.opb
MD5SUM9cc18ca5d51035b7790e9a9627e4f083
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36
Best CPU time to get the best result obtained on this benchmark6.41602
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)324
Sum of products size (including duplicates)648
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@23174b07
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4119346-1467255642.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     108
0.10/0.16	c internal #vars     432
0.10/0.16	c #constraints  720
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 324
0.10/0.16	c 720 constraints processed.
0.10/0.16	c objective function length is 324 literals
0.10/0.17	c SATISFIABLE
0.10/0.17	c OPTIMIZING...
0.10/0.17	c Got one! Elapsed wall clock time (in seconds):0.064
0.10/0.17	o -27
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.082
0.10/0.19	o -28
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.1
0.25/0.20	o -29
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.135
0.25/0.24	o -30
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.147
0.25/0.25	o -31
0.87/0.56	c cleaning 2558 clauses out of 5115 with flag 10785/5115
1.22/0.86	c cleaning 4280 clauses out of 8559 with flag 24406/11117
1.54/1.18	c cleaning 5635 clauses out of 11278 with flag 39976/18116
1.95/1.53	c cleaning 6821 clauses out of 13642 with flag 57723/26115
2.46/2.01	c cleaning 7910 clauses out of 15822 with flag 77564/35116
2.96/2.53	c cleaning 8956 clauses out of 17913 with flag 100233/45117
3.66/3.21	c cleaning 9977 clauses out of 19956 with flag 125290/56116
4.36/3.98	c cleaning 10981 clauses out of 21978 with flag 152394/68115
5.16/4.77	c cleaning 11999 clauses out of 23997 with flag 181690/81115
6.06/5.65	c cleaning 12999 clauses out of 25998 with flag 213897/95115
6.96/6.55	c cleaning 14000 clauses out of 27999 with flag 246012/110115
8.07/7.69	c cleaning 14999 clauses out of 29999 with flag 281146/126115
9.37/8.93	c cleaning 15997 clauses out of 32001 with flag 319239/143116
10.66/10.27	c cleaning 17002 clauses out of 34004 with flag 359093/161116
12.16/11.74	c cleaning 17999 clauses out of 36003 with flag 401775/180117
13.56/13.19	c cleaning 18996 clauses out of 38002 with flag 448490/200115
15.50/15.08	c cleaning 20001 clauses out of 40007 with flag 500508/221116
17.40/16.97	c cleaning 20996 clauses out of 42005 with flag 553034/243115
19.20/18.78	c cleaning 22005 clauses out of 44009 with flag 606653/266115
21.10/20.64	c cleaning 22999 clauses out of 46004 with flag 661543/290115
23.10/22.69	c cleaning 24001 clauses out of 48006 with flag 718430/315116
25.40/24.92	c cleaning 24998 clauses out of 50005 with flag 777773/341116
27.69/27.29	c cleaning 26003 clauses out of 52007 with flag 840418/368116
30.20/29.75	c cleaning 27001 clauses out of 54003 with flag 903863/396115
32.69/32.26	c cleaning 27999 clauses out of 56003 with flag 968729/425116
35.30/34.71	c cleaning 29002 clauses out of 58008 with flag 1031702/455120
38.12/37.55	c cleaning 29998 clauses out of 60002 with flag 1099225/486116
40.91/40.34	c cleaning 31001 clauses out of 62004 with flag 1168693/518116
43.91/43.40	c cleaning 31997 clauses out of 64002 with flag 1239949/551115
47.61/47.08	c cleaning 33003 clauses out of 66005 with flag 1311217/585115
51.71/51.12	c cleaning 34001 clauses out of 68002 with flag 1385459/620115
55.61/55.04	c cleaning 35001 clauses out of 70002 with flag 1462544/656116
59.96/59.24	c cleaning 36001 clauses out of 72001 with flag 1542211/693116
64.06/63.36	c cleaning 37000 clauses out of 73999 with flag 1621127/731115
67.97/67.28	c cleaning 37998 clauses out of 75999 with flag 1703208/770115
72.66/71.96	c cleaning 38997 clauses out of 78001 with flag 1788403/810115
77.77/77.09	c cleaning 40002 clauses out of 80005 with flag 1877318/851116
83.16/82.40	c cleaning 41002 clauses out of 82006 with flag 1969055/893119
88.41/87.58	c cleaning 42002 clauses out of 84003 with flag 2062894/936118
93.11/92.25	c cleaning 42996 clauses out of 85999 with flag 2158353/980116
98.11/97.30	c cleaning 43997 clauses out of 88002 with flag 2254071/1025115
103.32/102.45	c cleaning 44998 clauses out of 90005 with flag 2350864/1071115
107.91/107.06	c cleaning 46002 clauses out of 92007 with flag 2449756/1118115
113.96/112.91	c cleaning 47002 clauses out of 94005 with flag 2549181/1166115
120.06/119.06	c cleaning 48002 clauses out of 96004 with flag 2652856/1215116
126.07/125.05	c cleaning 48996 clauses out of 98001 with flag 2757851/1265115
132.87/131.90	c cleaning 50003 clauses out of 100006 with flag 2865412/1316116
139.85/138.63	c cleaning 50996 clauses out of 102003 with flag 2975382/1368116
146.45/145.26	c cleaning 52001 clauses out of 104007 with flag 3097292/1421116
158.24/157.06	c cleaning 52994 clauses out of 106005 with flag 3259867/1475115
171.85/170.63	c cleaning 54007 clauses out of 108014 with flag 3437385/1530118
180.60/179.13	c cleaning 55000 clauses out of 110007 with flag 3600098/1586118
188.60/187.14	c cleaning 55994 clauses out of 112004 with flag 3745227/1643115
202.09/200.61	c cleaning 57003 clauses out of 114012 with flag 3956314/1701117
217.20/215.79	c cleaning 58004 clauses out of 116008 with flag 4177623/1760116
229.04/227.37	c cleaning 58995 clauses out of 118004 with flag 4395697/1820116
242.24/240.52	c cleaning 60002 clauses out of 120012 with flag 4612077/1881119
258.05/256.16	c cleaning 60997 clauses out of 122006 with flag 4849466/1943115
270.55/268.68	c cleaning 62003 clauses out of 124009 with flag 5055073/2006115
281.15/279.29	c cleaning 63000 clauses out of 126007 with flag 5227712/2070116
292.07/289.92	c cleaning 64003 clauses out of 128007 with flag 5383182/2135116
301.06/298.92	c cleaning 64997 clauses out of 130003 with flag 5540479/2201115
310.82/308.67	c cleaning 66001 clauses out of 132006 with flag 5711238/2268115
319.82/317.69	c cleaning 66999 clauses out of 134007 with flag 5874696/2336117
329.12/326.91	c cleaning 68003 clauses out of 136006 with flag 6029719/2405115
340.30/338.00	c cleaning 69001 clauses out of 138003 with flag 6194289/2475115
351.00/348.77	c cleaning 69999 clauses out of 140002 with flag 6360277/2546115
362.22/359.82	c cleaning 70999 clauses out of 142005 with flag 6527963/2618117
374.02/371.61	c cleaning 71999 clauses out of 144004 with flag 6706198/2691115
387.31/384.84	c cleaning 72998 clauses out of 146005 with flag 6889179/2765115
399.12/396.69	c cleaning 74005 clauses out of 148009 with flag 7067850/2840117
410.99/408.41	c cleaning 75001 clauses out of 150003 with flag 7252827/2916116
425.19/422.60	c cleaning 75998 clauses out of 152001 with flag 7432847/2993115
438.46/435.84	c cleaning 76998 clauses out of 154003 with flag 7616644/3071115
453.65/450.99	c cleaning 77992 clauses out of 156006 with flag 7807422/3150116
468.25/465.55	c cleaning 79003 clauses out of 158013 with flag 8000131/3230115
485.34/482.51	c cleaning 80002 clauses out of 160010 with flag 8195054/3311115
500.44/497.64	c cleaning 81001 clauses out of 162008 with flag 8389546/3393115
515.06/512.18	c cleaning 81998 clauses out of 164008 with flag 8593297/3476116
530.70/527.67	c cleaning 83001 clauses out of 166009 with flag 8784697/3560115
546.20/543.18	c cleaning 84003 clauses out of 168009 with flag 8970854/3645116
561.35/558.22	c cleaning 84995 clauses out of 170006 with flag 9167200/3731116
579.24/576.06	c cleaning 86002 clauses out of 172011 with flag 9360219/3818116
598.74/595.55	c cleaning 87001 clauses out of 174010 with flag 9557683/3906117
616.32/613.04	c cleaning 87999 clauses out of 176007 with flag 9760844/3995115
633.71/630.31	c cleaning 89004 clauses out of 178008 with flag 9957013/4085115
655.69/652.26	c cleaning 90002 clauses out of 180005 with flag 10170767/4176116
676.59/673.13	c cleaning 91000 clauses out of 182002 with flag 10376008/4268115
701.18/697.68	c cleaning 92000 clauses out of 184003 with flag 10579472/4361116
724.08/720.50	c cleaning 93000 clauses out of 186002 with flag 10789457/4455115
745.30/741.51	c cleaning 93997 clauses out of 188002 with flag 11002067/4550115
766.67/762.87	c cleaning 94997 clauses out of 190005 with flag 11233382/4646115
791.14/787.26	c cleaning 96003 clauses out of 192008 with flag 11466867/4743115
811.34/807.32	c cleaning 97003 clauses out of 194005 with flag 11700294/4841115
828.52/824.48	c cleaning 98000 clauses out of 196002 with flag 11932626/4940115
851.32/847.10	c cleaning 99000 clauses out of 198003 with flag 12169043/5040116
873.18/868.87	c cleaning 99997 clauses out of 200002 with flag 12399727/5141115
894.08/889.63	c cleaning 100998 clauses out of 202005 with flag 12635206/5243115
916.49/911.93	c cleaning 102000 clauses out of 204007 with flag 12855926/5346115
939.38/934.75	c cleaning 103002 clauses out of 206007 with flag 13083122/5450115
964.97/960.29	c cleaning 104000 clauses out of 208005 with flag 13322510/5555115
991.96/987.11	c cleaning 104995 clauses out of 210005 with flag 13555117/5661115
1015.24/1010.34	c cleaning 106007 clauses out of 212013 with flag 13797342/5768118
1041.11/1036.14	c cleaning 107000 clauses out of 214003 with flag 14048261/5876115
1068.52/1063.41	c cleaning 107998 clauses out of 216006 with flag 14291377/5985118
1095.47/1090.24	c cleaning 109000 clauses out of 218005 with flag 14533549/6095115
1125.66/1120.32	c cleaning 110003 clauses out of 220005 with flag 14783855/6206115
1158.61/1153.28	c cleaning 111000 clauses out of 222006 with flag 15035667/6318119
1198.24/1192.72	c cleaning 112000 clauses out of 224004 with flag 15283679/6431117
1234.03/1228.43	c cleaning 113001 clauses out of 226002 with flag 15536255/6545115
1274.76/1269.02	c cleaning 113998 clauses out of 228002 with flag 15783442/6660116
1309.89/1304.01	c cleaning 115000 clauses out of 230005 with flag 16035652/6776117
1344.77/1338.73	c cleaning 116001 clauses out of 232003 with flag 16308003/6893115
1383.35/1377.24	c cleaning 116998 clauses out of 234004 with flag 16589167/7011117
1418.55/1412.39	c cleaning 117999 clauses out of 236005 with flag 16872113/7130116
1483.47/1477.04	c cleaning 118996 clauses out of 238005 with flag 17292157/7250115
1557.71/1551.11	c cleaning 119998 clauses out of 240009 with flag 17742964/7371115
1629.21/1622.51	c cleaning 121007 clauses out of 242018 with flag 18215513/7493122
1696.47/1689.68	c cleaning 121996 clauses out of 244005 with flag 18684226/7616116
1770.67/1763.73	c cleaning 123001 clauses out of 246008 with flag 19158574/7740115
1800.04/1793.01	c starts		: 21178
1800.04/1793.01	c conflicts		: 7812234
1800.04/1793.01	c decisions		: 10401954
1800.04/1793.01	c propagations		: 228958307
1800.04/1793.01	c inspects		: 28934088792
1800.04/1793.01	c shortcuts		: 0
1800.04/1793.01	c learnt literals	: 0
1800.04/1793.01	c learnt binary clauses	: 0
1800.04/1793.01	c learnt ternary clauses	: 0
1800.04/1793.01	c learnt constraints	: 7812234
1800.04/1793.01	c ignored constraints	: 0
1800.04/1793.01	c root simplifications	: 0
1800.04/1793.01	c removed literals (reason simplification)	: 0
1800.04/1793.01	c reason swapping (by a shorter reason)	: 0
1800.04/1793.01	c Calls to reduceDB	: 120
1800.04/1793.01	c Number of update (reduction) of LBD	: 254306
1800.04/1793.01	c Imported unit clauses	: 0
1800.04/1793.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.01	c number of learned constraints concerned by reduction	: 0
1800.04/1793.01	c number of learning phase by resolution	: 0
1800.04/1793.01	c number of learning phase by cutting planes	: 0
1800.04/1793.01	c speed (assignments/second)	: 127706.47985774589
1800.04/1793.01	c non guided choices	1
1800.04/1793.04	c learnt constraints type 
1800.04/1793.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 195126
1800.04/1793.04	s SATISFIABLE
1800.04/1793.04	c Found 5 solution(s)
1800.04/1793.04	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 
1800.04/1793.04	c objective function=-31
1800.04/1793.04	c Total wall clock time (in seconds): 1792.935

Verifier Data

OK	-31

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

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

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


[startup+0 s]
/proc/loadavg: 2.36 2.30 2.25 4/195 7139
/proc/meminfo: memFree=28133356/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7139/stat : 7139 (java) R 7136 7139 5948 0 -1 4202496 926 0 0 0 0 0 0 0 20 0 1 0 4591815 23793664 576 33554432000 1073741824 1073778376 140734621686512 140734621675576 270320843329 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 5809 588 440 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.36 2.30 2.25 4/195 7139
/proc/meminfo: memFree=28133356/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 4591815 9787879424 6074 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2389619 6074 2147 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.36 2.30 2.25 4/195 7139
/proc/meminfo: memFree=28133356/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 5388 0 1 0 24 1 0 0 20 0 19 0 4591815 9856040960 7761 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 7761 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300207 s]
/proc/loadavg: 2.36 2.30 2.25 4/195 7139
/proc/meminfo: memFree=28133356/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 7762 0 1 0 54 1 0 0 20 0 19 0 4591815 9856040960 8850 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 8850 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700164 s]
/proc/loadavg: 2.36 2.30 2.25 4/195 7139
/proc/meminfo: memFree=28133356/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 8967 0 1 0 110 1 0 0 20 0 19 0 4591815 9856040960 9668 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 9668 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.41 2.31 2.25 4/214 7158
/proc/meminfo: memFree=28059992/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 8977 0 1 0 193 2 0 0 20 0 19 0 4591815 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 12232 2257 9 0 2396937 0
[pid=7139/tid=7141] ppid=7136 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7139/task/7141/stat : 7141 (java) R 7136 7139 5948 0 -1 4202560 2419 0 1 0 145 1 0 0 20 0 19 0 4591816 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701873328424 140701736545707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7142] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7142/stat : 7142 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701862390440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7143] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7143/stat : 7143 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701861337896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7144] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7144/stat : 7144 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701860285352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7145] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7145/stat : 7145 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701859232808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7146] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7146/stat : 7146 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701858179240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7147] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7147/stat : 7147 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701857126696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7148] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7148/stat : 7148 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701856074152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7149] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7149/stat : 7149 (java) S 7136 7139 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701855021608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7150] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7150/stat : 7150 (java) S 7136 7139 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701697387112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7151] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7151/stat : 7151 (java) S 7136 7139 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701696333432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7152] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7152/stat : 7152 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701695280776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7153] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7153/stat : 7153 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701694229520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7154] ppid=7136 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7139/task/7154/stat : 7154 (java) S 7136 7139 5948 0 -1 4202560 3702 0 0 0 25 0 0 0 20 0 19 0 4591820 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701693175864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7155] ppid=7136 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7139/task/7155/stat : 7155 (java) S 7136 7139 5948 0 -1 4202560 1583 0 0 0 19 0 0 0 20 0 19 0 4591820 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701692123320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7156] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7156/stat : 7156 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701691070968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7157] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7157/stat : 7157 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701690018632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7158] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 12232 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.41 2.31 2.25 3/214 7158
/proc/meminfo: memFree=28010096/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 8986 0 1 0 354 2 0 0 20 0 19 0 4591815 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 16329 2257 9 0 2396937 0
[pid=7139/tid=7141] ppid=7136 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7139/task/7141/stat : 7141 (java) R 7136 7139 5948 0 -1 4202560 2427 0 1 0 305 2 0 0 20 0 19 0 4591816 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701873319632 140701736602998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7142] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7142/stat : 7142 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701862390440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7143] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7143/stat : 7143 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701861337896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7144] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7144/stat : 7144 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701860285352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7145] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7145/stat : 7145 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701859232808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7146] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7146/stat : 7146 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701858179240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7147] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7147/stat : 7147 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701857126696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7148] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7148/stat : 7148 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701856074152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7149] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7149/stat : 7149 (java) S 7136 7139 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701855021608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7150] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7150/stat : 7150 (java) S 7136 7139 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701697387112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7151] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7151/stat : 7151 (java) S 7136 7139 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701696333432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7152] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7152/stat : 7152 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701695280776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7153] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7153/stat : 7153 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701694229520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7154] ppid=7136 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7139/task/7154/stat : 7154 (java) S 7136 7139 5948 0 -1 4202560 3703 0 0 0 26 0 0 0 20 0 19 0 4591820 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701693175864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7155] ppid=7136 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7139/task/7155/stat : 7155 (java) S 7136 7139 5948 0 -1 4202560 1583 0 0 0 20 0 0 0 20 0 19 0 4591820 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701692123320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7156] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7156/stat : 7156 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701691070968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7157] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7157/stat : 7157 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701690018632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7158] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 16329 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.41 2.31 2.25 4/213 7158
/proc/meminfo: memFree=27771668/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 9003 0 1 0 673 3 0 0 20 0 19 0 4591815 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 24009 2258 9 0 2396937 0
[pid=7139/tid=7141] ppid=7136 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7139/task/7141/stat : 7141 (java) R 7136 7139 5948 0 -1 4202560 2443 0 1 0 623 2 0 0 20 0 19 0 4591816 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701873319632 140701736601782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7142] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7142/stat : 7142 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701862390440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7143] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7143/stat : 7143 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701861337896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7144] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7144/stat : 7144 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701860285352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7145] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7145/stat : 7145 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701859232808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7146] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7146/stat : 7146 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701858179240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7147] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7147/stat : 7147 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701857126696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7148] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7148/stat : 7148 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701856074152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7149] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7149/stat : 7149 (java) S 7136 7139 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4591817 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701855021608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7150] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7150/stat : 7150 (java) S 7136 7139 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701697387112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7151] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7151/stat : 7151 (java) S 7136 7139 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701696333432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7152] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7152/stat : 7152 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701695280776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7153] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7153/stat : 7153 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701694229520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7154] ppid=7136 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7139/task/7154/stat : 7154 (java) S 7136 7139 5948 0 -1 4202560 3703 0 0 0 26 0 0 0 20 0 19 0 4591820 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701693175864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7155] ppid=7136 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7139/task/7155/stat : 7155 (java) S 7136 7139 5948 0 -1 4202560 1583 0 0 0 20 0 0 0 20 0 19 0 4591820 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701692123320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7156] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7156/stat : 7156 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701691070968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7157] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7157/stat : 7157 (java) S 7136 7139 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701690018632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7158] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 24009 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1669.16
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/213 7221
/proc/meminfo: memFree=25297388/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=1729.18 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 14919 0 1 0 172817 101 0 0 20 0 19 0 4591815 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 112800 2280 9 0 2396937 0
[pid=7139/tid=7141] ppid=7136 vsize=9625040 CPUtime=1714.23 cores=0,2,4,6
/proc/7139/task/7141/stat : 7141 (java) R 7136 7139 5948 0 -1 4202560 2541 0 1 0 171392 31 0 0 20 0 19 0 4591816 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701873327408 140701736613359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7142] ppid=7136 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7139/task/7142/stat : 7142 (java) S 7136 7139 5948 0 -1 4202560 730 0 0 0 100 7 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701862390440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7143] ppid=7136 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7139/task/7143/stat : 7143 (java) S 7136 7139 5948 0 -1 4202560 702 0 0 0 109 9 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701861337896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7144] ppid=7136 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/7139/task/7144/stat : 7144 (java) S 7136 7139 5948 0 -1 4202560 569 0 0 0 87 7 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701860285352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7145] ppid=7136 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7139/task/7145/stat : 7145 (java) S 7136 7139 5948 0 -1 4202560 826 0 0 0 106 12 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701859232808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7146] ppid=7136 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/7139/task/7146/stat : 7146 (java) S 7136 7139 5948 0 -1 4202560 594 0 0 0 89 10 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701858179240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7147] ppid=7136 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7139/task/7147/stat : 7147 (java) S 7136 7139 5948 0 -1 4202560 682 0 0 0 90 8 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701857126696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7148] ppid=7136 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/7139/task/7148/stat : 7148 (java) S 7136 7139 5948 0 -1 4202560 524 0 0 0 102 7 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701856074152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7149] ppid=7136 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/7139/task/7149/stat : 7149 (java) S 7136 7139 5948 0 -1 4202560 584 0 0 0 111 10 0 0 20 0 19 0 4591817 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701855021608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7150] ppid=7136 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7139/task/7150/stat : 7150 (java) S 7136 7139 5948 0 -1 4202560 335 0 0 0 104 3 0 0 20 0 19 0 4591818 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701697387112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7151] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7151/stat : 7151 (java) S 7136 7139 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701696333432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7152] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7152/stat : 7152 (java) S 7136 7139 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701695280776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7153] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7153/stat : 7153 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701694229520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7154] ppid=7136 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7139/task/7154/stat : 7154 (java) S 7136 7139 5948 0 -1 4202560 3703 0 0 0 26 0 0 0 20 0 19 0 4591820 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701693175864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7155] ppid=7136 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7139/task/7155/stat : 7155 (java) S 7136 7139 5948 0 -1 4202560 1770 0 0 0 23 0 0 0 20 0 19 0 4591820 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701692123320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7156] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7156/stat : 7156 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701691070968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7157] ppid=7136 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/7139/task/7157/stat : 7157 (java) S 7136 7139 5948 0 -1 4202560 100 0 0 0 30 31 0 0 20 0 19 0 4591820 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701690018632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7158] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 112800 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1729.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/214 7291
/proc/meminfo: memFree=27903288/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=1789.33 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 14929 0 1 0 178830 103 0 0 20 0 19 0 4591815 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 111854 2280 9 0 2396937 0
[pid=7139/tid=7141] ppid=7136 vsize=9625040 CPUtime=1774 cores=0,2,4,6
/proc/7139/task/7141/stat : 7141 (java) R 7136 7139 5948 0 -1 4202560 2543 0 1 0 177369 31 0 0 20 0 19 0 4591816 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701873327408 140701736613369 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7142] ppid=7136 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/7139/task/7142/stat : 7142 (java) S 7136 7139 5948 0 -1 4202560 730 0 0 0 104 7 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701862390440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7143] ppid=7136 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7139/task/7143/stat : 7143 (java) S 7136 7139 5948 0 -1 4202560 702 0 0 0 110 9 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701861337896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7144] ppid=7136 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7139/task/7144/stat : 7144 (java) S 7136 7139 5948 0 -1 4202560 569 0 0 0 91 7 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701860285352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7145] ppid=7136 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/7139/task/7145/stat : 7145 (java) S 7136 7139 5948 0 -1 4202560 826 0 0 0 108 12 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701859232808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7146] ppid=7136 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7139/task/7146/stat : 7146 (java) S 7136 7139 5948 0 -1 4202560 594 0 0 0 91 10 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701858179240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7147] ppid=7136 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7139/task/7147/stat : 7147 (java) S 7136 7139 5948 0 -1 4202560 682 0 0 0 92 8 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701857126696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7148] ppid=7136 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/7139/task/7148/stat : 7148 (java) S 7136 7139 5948 0 -1 4202560 524 0 0 0 105 7 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701856074152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7149] ppid=7136 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/7139/task/7149/stat : 7149 (java) S 7136 7139 5948 0 -1 4202560 584 0 0 0 115 10 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701855021608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7150] ppid=7136 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7139/task/7150/stat : 7150 (java) S 7136 7139 5948 0 -1 4202560 339 0 0 0 104 3 0 0 20 0 19 0 4591818 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701697387112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7151] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7151/stat : 7151 (java) S 7136 7139 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701696333432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7152] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7152/stat : 7152 (java) S 7136 7139 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701695280776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7153] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7153/stat : 7153 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701694229520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7154] ppid=7136 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7139/task/7154/stat : 7154 (java) S 7136 7139 5948 0 -1 4202560 3703 0 0 0 26 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701693175864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7155] ppid=7136 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7139/task/7155/stat : 7155 (java) S 7136 7139 5948 0 -1 4202560 1770 0 0 0 23 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701692123320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7156] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7156/stat : 7156 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701691070968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7157] ppid=7136 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7139/task/7157/stat : 7157 (java) S 7136 7139 5948 0 -1 4202560 104 0 0 0 30 32 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701690018632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7158] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1789.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793 s]
/proc/loadavg: 2.16 2.19 2.18 3/214 7291
/proc/meminfo: memFree=27882276/32872528 swapFree=1555460/1718980
[pid=7139] ppid=7136 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/7139/stat : 7139 (java) S 7136 7139 5948 0 -1 4202496 14929 0 1 0 179900 104 0 0 20 0 19 0 4591815 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140734621677648 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 2406260 111854 2280 9 0 2396937 0
[pid=7139/tid=7141] ppid=7136 vsize=9625040 CPUtime=1784.68 cores=0,2,4,6
/proc/7139/task/7141/stat : 7141 (java) R 7136 7139 5948 0 -1 4202560 2543 0 1 0 178436 32 0 0 20 0 19 0 4591816 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701873327408 140701736613369 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7142] ppid=7136 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/7139/task/7142/stat : 7142 (java) S 7136 7139 5948 0 -1 4202560 730 0 0 0 104 7 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701862390440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7143] ppid=7136 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7139/task/7143/stat : 7143 (java) S 7136 7139 5948 0 -1 4202560 702 0 0 0 110 9 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701861337896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7139/tid=7144] ppid=7136 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7139/task/7144/stat : 7144 (java) S 7136 7139 5948 0 -1 4202560 569 0 0 0 91 7 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701860285352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7145] ppid=7136 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/7139/task/7145/stat : 7145 (java) S 7136 7139 5948 0 -1 4202560 826 0 0 0 108 12 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701859232808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7146] ppid=7136 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7139/task/7146/stat : 7146 (java) S 7136 7139 5948 0 -1 4202560 594 0 0 0 91 10 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701858179240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7139/tid=7147] ppid=7136 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7139/task/7147/stat : 7147 (java) S 7136 7139 5948 0 -1 4202560 682 0 0 0 92 8 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701857126696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7148] ppid=7136 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/7139/task/7148/stat : 7148 (java) S 7136 7139 5948 0 -1 4202560 524 0 0 0 105 7 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701856074152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7149] ppid=7136 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/7139/task/7149/stat : 7149 (java) S 7136 7139 5948 0 -1 4202560 584 0 0 0 115 10 0 0 20 0 19 0 4591817 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701855021608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7150] ppid=7136 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7139/task/7150/stat : 7150 (java) S 7136 7139 5948 0 -1 4202560 339 0 0 0 104 3 0 0 20 0 19 0 4591818 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701697387112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7151] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7151/stat : 7151 (java) S 7136 7139 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701696333432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7152] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7152/stat : 7152 (java) S 7136 7139 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4591818 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701695280776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7153] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7153/stat : 7153 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701694229520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7154] ppid=7136 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7139/task/7154/stat : 7154 (java) S 7136 7139 5948 0 -1 4202560 3703 0 0 0 26 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701693175864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7155] ppid=7136 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7139/task/7155/stat : 7155 (java) S 7136 7139 5948 0 -1 4202560 1770 0 0 0 23 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701692123320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7156] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7156/stat : 7156 (java) S 7136 7139 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701691070968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7139/tid=7157] ppid=7136 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7139/task/7157/stat : 7157 (java) S 7136 7139 5948 0 -1 4202560 104 0 0 0 31 32 0 0 20 0 19 0 4591820 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701690018632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7139/tid=7158] ppid=7136 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7139/task/7158/stat : 7158 (java) S 7136 7139 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4591832 9856040960 111854 33554432000 1073741824 1073778376 140734621686512 140701688964392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 7139 sig 9
??? kill -7139 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 7139 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=558185
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=511770
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.05
CPU time (s): 1800.04
CPU user time (s): 1799
CPU system time (s): 1.04
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.51177
maximum resident set size= 754084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14977
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39943
involuntary context switches= 24081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.83666 second user time and 8.11177 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 05:00:42
IDJOB=4119346
IDBENCH=111707
IDSOLVER=2546
FILE ID=node117/4119346-1467255642
RUNJOBID= node117-1467250272-6475
PBS_JOBID= 20004471
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 9cc18ca5d51035b7790e9a9627e4f083
RANDOM SEED=659752978

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28133512 kB
Buffers:          121648 kB
Cached:          1773472 kB
SwapCached:            0 kB
Active:           510412 kB
Inactive:        1745020 kB
Active(anon):     362756 kB
Inactive(anon):        4 kB
Active(file):     147656 kB
Inactive(file):  1745016 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1476 kB
Writeback:             0 kB
AnonPages:       2046204 kB
Mapped:            22240 kB
Shmem:               204 kB
Slab:             611832 kB
SReclaimable:      55868 kB
SUnreclaim:       555964 kB
KernelStack:        1768 kB
PageTables:         8432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2540364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node117 at 2016-06-30 05:30:35