Trace number 4090034

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.67 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v101-n2.opb
MD5SUM6cfe05e4c3b2b7813db81d670e2a8e1d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.269958
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090034-1466036852.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     303
0.09/0.15	c #constraints  202
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
0.09/0.15	c 202 constraints processed.
0.75/0.54	c cleaning 2496 clauses out of 5001 with flag 28980/5001
1.31/0.92	c cleaning 4249 clauses out of 8504 with flag 67703/11000
1.91/1.55	c cleaning 5622 clauses out of 11255 with flag 118101/18000
2.41/2.10	c cleaning 6811 clauses out of 13633 with flag 173500/26000
3.12/2.75	c cleaning 7909 clauses out of 15823 with flag 232745/35001
3.92/3.58	c cleaning 8935 clauses out of 17914 with flag 306904/45001
4.93/4.55	c cleaning 9981 clauses out of 19979 with flag 395783/56001
6.53/6.10	c cleaning 10991 clauses out of 21997 with flag 510985/68000
7.83/7.46	c cleaning 11996 clauses out of 24006 with flag 625291/81000
9.13/8.75	c cleaning 13003 clauses out of 26010 with flag 745231/95000
10.73/10.32	c cleaning 13985 clauses out of 28007 with flag 878835/110000
12.43/12.09	c cleaning 14978 clauses out of 30023 with flag 1050178/126001
15.13/14.79	c cleaning 16001 clauses out of 32044 with flag 1283420/143000
17.63/17.24	c cleaning 17023 clauses out of 34045 with flag 1497379/161002
20.24/19.81	c cleaning 17980 clauses out of 36020 with flag 1728634/180000
23.13/22.78	c cleaning 18979 clauses out of 38040 with flag 1966093/200000
26.83/26.42	c cleaning 19986 clauses out of 40061 with flag 2265191/221000
30.43/30.01	c cleaning 20994 clauses out of 42075 with flag 2562712/243000
34.03/33.64	c cleaning 21987 clauses out of 44081 with flag 2845277/266000
38.63/38.25	c cleaning 23005 clauses out of 46096 with flag 3118010/290002
43.47/43.08	c cleaning 24013 clauses out of 48090 with flag 3468226/315001
48.46/48.06	c cleaning 24984 clauses out of 50076 with flag 3836364/341000
53.66/53.25	c cleaning 26014 clauses out of 52092 with flag 4205908/368000
59.46/59.00	c cleaning 27009 clauses out of 54079 with flag 4576854/396001
66.76/66.37	c cleaning 28004 clauses out of 56071 with flag 4971437/425002
75.27/74.80	c cleaning 29001 clauses out of 58065 with flag 5358588/455000
83.68/83.22	c cleaning 30001 clauses out of 60064 with flag 5776321/486000
90.87/90.41	c cleaning 30979 clauses out of 62063 with flag 6224064/518000
100.47/100.05	c cleaning 31993 clauses out of 64085 with flag 6678739/551001
109.22/108.73	c cleaning 33017 clauses out of 66091 with flag 7153578/585000
117.42/116.96	c cleaning 33984 clauses out of 68074 with flag 7634647/620000
125.32/124.83	c cleaning 35015 clauses out of 70090 with flag 8138040/656000
134.62/134.15	c cleaning 36011 clauses out of 72076 with flag 8649964/693001
144.72/144.27	c cleaning 36997 clauses out of 74066 with flag 9168438/731002
155.52/155.09	c cleaning 38008 clauses out of 76072 with flag 9727967/770005
167.82/167.35	c cleaning 38990 clauses out of 78060 with flag 10313041/810001
180.15/179.69	c cleaning 39994 clauses out of 80069 with flag 10879008/851000
192.45/191.98	c cleaning 40997 clauses out of 82075 with flag 11448531/893000
206.36/205.81	c cleaning 42011 clauses out of 84079 with flag 12066360/936001
221.35/220.84	c cleaning 42989 clauses out of 86068 with flag 12640888/980001
237.16/236.65	c cleaning 44001 clauses out of 88078 with flag 13268740/1025000
254.36/253.82	c cleaning 45010 clauses out of 90077 with flag 13930221/1071000
272.08/271.52	c cleaning 45999 clauses out of 92068 with flag 14610005/1118001
290.29/289.70	c cleaning 47002 clauses out of 94070 with flag 15297956/1166002
309.79/309.22	c cleaning 48007 clauses out of 96066 with flag 15996815/1215000
328.49/327.92	c cleaning 48990 clauses out of 98061 with flag 16750144/1265002
344.08/343.53	c cleaning 50016 clauses out of 100070 with flag 17425988/1316001
363.15/362.56	c cleaning 50978 clauses out of 102054 with flag 18110029/1368001
382.95/382.37	c cleaning 51997 clauses out of 104077 with flag 18826293/1421002
405.46/404.85	c cleaning 53001 clauses out of 106079 with flag 19559844/1475001
429.35/428.71	c cleaning 53999 clauses out of 108079 with flag 20290956/1530002
455.75/455.19	c cleaning 54992 clauses out of 110078 with flag 21032297/1586000
482.48/481.72	c cleaning 55995 clauses out of 112086 with flag 21819956/1643000
510.69/509.98	c cleaning 57000 clauses out of 114091 with flag 22598256/1701000
534.40/533.66	c cleaning 58026 clauses out of 116092 with flag 23396855/1760001
555.49/554.64	c cleaning 59022 clauses out of 118067 with flag 24160040/1820002
578.41/577.60	c cleaning 60004 clauses out of 120044 with flag 24903417/1881001
609.70/608.81	c cleaning 61008 clauses out of 122039 with flag 25700807/1943000
642.40/641.33	c cleaning 62009 clauses out of 124031 with flag 26550023/2006000
674.69/673.63	c cleaning 62999 clauses out of 126022 with flag 27421707/2070000
709.49/708.50	c cleaning 64005 clauses out of 128026 with flag 28347110/2135003
749.39/748.26	c cleaning 65000 clauses out of 130019 with flag 29209707/2201001
789.38/788.28	c cleaning 65996 clauses out of 132019 with flag 30092781/2268001
824.35/823.08	c cleaning 66995 clauses out of 134022 with flag 31023541/2336000
863.55/862.28	c cleaning 68006 clauses out of 136027 with flag 31940728/2405000
899.73/898.26	c cleaning 69006 clauses out of 138024 with flag 32906106/2475003
925.13/923.65	c cleaning 69980 clauses out of 140016 with flag 33826641/2546001
955.67/954.08	c cleaning 70998 clauses out of 142035 with flag 34732463/2618000
987.58/985.94	c cleaning 72004 clauses out of 144039 with flag 35747670/2691002
1031.17/1029.41	c cleaning 72989 clauses out of 146034 with flag 36793371/2765001
1069.48/1067.70	c cleaning 74000 clauses out of 148048 with flag 37830473/2840004
1100.22/1098.34	c cleaning 74989 clauses out of 150045 with flag 38876101/2916001
1139.33/1137.43	c cleaning 76019 clauses out of 152056 with flag 40048520/2993001
1194.68/1192.71	c cleaning 77013 clauses out of 154038 with flag 41220522/3071002
1253.38/1251.39	c cleaning 77999 clauses out of 156025 with flag 42461784/3150002
1312.79/1310.71	c cleaning 79005 clauses out of 158024 with flag 43668362/3230000
1375.76/1373.64	c cleaning 80000 clauses out of 160019 with flag 44881999/3311000
1438.53/1436.38	c cleaning 80995 clauses out of 162019 with flag 46083821/3393000
1507.32/1505.14	c cleaning 81998 clauses out of 164024 with flag 47372459/3476000
1575.91/1573.66	c cleaning 83002 clauses out of 166026 with flag 48659894/3560000
1645.58/1643.28	c cleaning 84003 clauses out of 168025 with flag 49954998/3645001
1712.59/1710.20	c cleaning 85002 clauses out of 170022 with flag 51250542/3731001
1754.32/1751.98	c cleaning 85978 clauses out of 172019 with flag 52457502/3818000
1800.06/1797.60	c starts		: 4535
1800.06/1797.60	c conflicts		: 3893405
1800.06/1797.60	c decisions		: 4901663
1800.06/1797.60	c propagations		: 110627986
1800.06/1797.60	c inspects		: 35871338559
1800.06/1797.60	c shortcuts		: 0
1800.06/1797.60	c learnt literals	: 0
1800.06/1797.60	c learnt binary clauses	: 0
1800.06/1797.60	c learnt ternary clauses	: 0
1800.06/1797.60	c learnt constraints	: 3893405
1800.06/1797.60	c timeout
1800.06/1797.60	c ignored constraints	: 0
1800.06/1797.60	c root simplifications	: 0
1800.06/1797.60	c removed literals (reason simplification)	: 0
1800.06/1797.60	c reason swapping (by a shorter reason)	: 0
1800.06/1797.60	c Calls to reduceDB	: 83
1800.06/1797.60	c Number of update (reduction) of LBD	: 1431840
1800.06/1797.60	c Imported unit clauses	: 0
1800.06/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.60	c number of learned constraints concerned by reduction	: 0
1800.06/1797.60	c number of learning phase by resolution	: 0
1800.06/1797.60	c number of learning phase by cutting planes	: 0
1800.06/1797.60	c speed (assignments/second)	: 61547.286790653634
1800.06/1797.60	c non guided choices	182
1800.06/1797.63	c learnt constraints type 
1800.06/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161446
1800.06/1797.63	s UNKNOWN
1800.06/1797.63	c Total wall clock time (in seconds): 1797.512

Verifier Data

ERROR: no interpretation found !

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-4090034-1466036852/watcher-4090034-1466036852 -o /tmp/evaluation-result-4090034-1466036852/solver-4090034-1466036852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090034-1466036852.opb 

pid=9441
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.02 2.07 2.03 3/194 9444
/proc/meminfo: memFree=31280660/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9444/stat : 9444 (java) D 9441 9444 6151 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 5730829 9515008 183 33554432000 1073741824 1073778376 140735868308800 140735868299832 206629060277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2323 183 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.02 2.07 2.03 3/194 9444
/proc/meminfo: memFree=31280660/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 4451 0 1 0 8 1 0 0 20 0 18 0 5730829 9787879424 5571 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2389619 5571 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.02 2.07 2.03 3/194 9444
/proc/meminfo: memFree=31280660/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 6447 0 1 0 25 1 0 0 20 0 19 0 5730829 9856040960 6946 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 6946 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300277 s]
/proc/loadavg: 2.02 2.07 2.03 3/194 9444
/proc/meminfo: memFree=31280660/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 7123 0 1 0 51 2 0 0 20 0 19 0 5730829 9856040960 7592 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 7592 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700219 s]
/proc/loadavg: 2.02 2.07 2.03 3/194 9444
/proc/meminfo: memFree=31280660/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 8355 0 1 0 101 2 0 0 20 0 19 0 5730829 9856040960 8534 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 8534 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.02 2.07 2.03 3/213 9463
/proc/meminfo: memFree=31252572/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 8904 0 1 0 189 2 0 0 20 0 19 0 5730829 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 9657 2250 9 0 2396937 0
[pid=9444/tid=9446] ppid=9441 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9444/task/9446/stat : 9446 (java) R 9441 9444 6151 0 -1 4202560 2452 0 1 0 146 0 0 0 20 0 19 0 5730830 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301820295600 140301692930112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301664049704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301662996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301661944104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301660891304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301659839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301658786728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301657733928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301656681128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5730832 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301644483048 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1339 0 0 0 14 0 0 0 20 0 19 0 5730835 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3843 0 0 0 27 0 0 0 20 0 19 0 5730835 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 9657 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.02 2.07 2.03 3/213 9463
/proc/meminfo: memFree=31247980/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 8912 0 1 0 350 2 0 0 20 0 19 0 5730829 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 11197 2250 9 0 2396937 0
[pid=9444/tid=9446] ppid=9441 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9444/task/9446/stat : 9446 (java) R 9441 9444 6151 0 -1 4202560 2456 0 1 0 305 1 0 0 20 0 19 0 5730830 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301820297480 140301692477346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301664049704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301662996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301661944104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301660891304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301659839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301658786728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301657733928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301656681128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5730832 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301644483048 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1343 0 0 0 15 0 0 0 20 0 19 0 5730835 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3843 0 0 0 27 0 0 0 20 0 19 0 5730835 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 11197 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.02 2.07 2.03 4/213 9463
/proc/meminfo: memFree=31233468/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 8920 0 1 0 670 3 0 0 20 0 19 0 5730829 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 14223 2251 9 0 2396937 0
[pid=9444/tid=9446] ppid=9441 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/9444/task/9446/stat : 9446 (java) R 9441 9444 6151 0 -1 4202560 2463 0 1 0 625 2 0 0 20 0 19 0 5730830 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301820288704 140301692891690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301664049704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301662996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301661944104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301660891304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301659839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301658786728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301657733928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5730831 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301656681128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5730832 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301644483048 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1343 0 0 0 15 0 0 0 20 0 19 0 5730835 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3843 0 0 0 27 0 0 0 20 0 19 0 5730835 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 14223 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1343 0 0 0 15 0 0 0 20 0 19 0 5730835 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3852 0 0 0 30 0 0 0 20 0 19 0 5730835 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 96 0 0 0 26 27 0 0 20 0 19 0 5730835 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 121124 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.69
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/213 10026
/proc/meminfo: memFree=30449936/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1724.73 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 11535 0 1 0 172396 77 0 0 20 0 19 0 5730829 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 114874 2277 9 0 2396937 0
[pid=9444/tid=9446] ppid=9441 vsize=9625040 CPUtime=1721.32 cores=0,2,4,6
/proc/9444/task/9446/stat : 9446 (java) R 9441 9444 6151 0 -1 4202560 2535 0 1 0 172098 34 0 0 20 0 19 0 5730830 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301820296400 140301692861042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 6151 0 -1 4202560 206 0 0 0 22 6 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301664049704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 6151 0 -1 4202560 222 0 0 0 34 6 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301662996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 6151 0 -1 4202560 381 0 0 0 23 4 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301661944104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 6151 0 -1 4202560 243 0 0 0 28 7 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301660891304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 6151 0 -1 4202560 420 0 0 0 26 6 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301659839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 6151 0 -1 4202560 405 0 0 0 25 4 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301658786728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 6151 0 -1 4202560 333 0 0 0 23 6 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301657733928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 6151 0 -1 4202560 104 0 0 0 26 4 0 0 20 0 19 0 5730831 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301656681128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 6151 0 -1 4202560 133 0 0 0 17 2 0 0 20 0 19 0 5730832 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301644483048 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1343 0 0 0 15 0 0 0 20 0 19 0 5730835 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3852 0 0 0 30 0 0 0 20 0 19 0 5730835 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 100 0 0 0 27 29 0 0 20 0 19 0 5730835 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 114874 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/213 10027
/proc/meminfo: memFree=30398552/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1784.76 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 11563 0 1 0 178398 78 0 0 20 0 19 0 5730829 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 114156 2277 9 0 2396937 0
[pid=9444/tid=9446] ppid=9441 vsize=9625040 CPUtime=1781.31 cores=0,2,4,6
/proc/9444/task/9446/stat : 9446 (java) R 9441 9444 6151 0 -1 4202560 2536 0 1 0 178096 35 0 0 20 0 19 0 5730830 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301820296400 140301692903545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 6151 0 -1 4202560 227 0 0 0 23 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301664049704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 6151 0 -1 4202560 222 0 0 0 34 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301662996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 6151 0 -1 4202560 381 0 0 0 24 4 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301661944104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 6151 0 -1 4202560 243 0 0 0 28 7 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301660891304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 6151 0 -1 4202560 420 0 0 0 27 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301659839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 6151 0 -1 4202560 405 0 0 0 25 4 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301658786728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 6151 0 -1 4202560 333 0 0 0 24 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301657733928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 6151 0 -1 4202560 104 0 0 0 26 4 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301656681128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 6151 0 -1 4202560 135 0 0 0 17 2 0 0 20 0 19 0 5730832 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301644483048 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1343 0 0 0 15 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3852 0 0 0 30 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 104 0 0 0 28 29 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.05 2.07 2.02 3/213 10027
/proc/meminfo: memFree=30398552/32872528 swapFree=532444/565148
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/9444/stat : 9444 (java) S 9441 9444 6151 0 -1 4202496 11563 0 1 0 179928 78 0 0 20 0 19 0 5730829 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140735189757712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9444/statm: 2406260 114156 2277 9 0 2396937 0
[pid=9444/tid=9446] ppid=9441 vsize=9625040 CPUtime=1796.61 cores=0,2,4,6
/proc/9444/task/9446/stat : 9446 (java) R 9441 9444 6151 0 -1 4202560 2536 0 1 0 179626 35 0 0 20 0 19 0 5730830 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301820296400 140301692903545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 6151 0 -1 4202560 227 0 0 0 23 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301664049704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 6151 0 -1 4202560 222 0 0 0 34 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301662996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 6151 0 -1 4202560 381 0 0 0 24 4 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301661944104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 6151 0 -1 4202560 243 0 0 0 28 7 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301660891304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 6151 0 -1 4202560 420 0 0 0 27 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301659839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 6151 0 -1 4202560 405 0 0 0 25 4 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301658786728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 6151 0 -1 4202560 333 0 0 0 24 6 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301657733928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 6151 0 -1 4202560 104 0 0 0 26 4 0 0 20 0 19 0 5730831 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301656681128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 6151 0 -1 4202560 135 0 0 0 17 2 0 0 20 0 19 0 5730832 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301644483048 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301643429112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5730833 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301642376200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301641324688 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 6151 0 -1 4202560 1343 0 0 0 15 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301640272824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 6151 0 -1 4202560 3852 0 0 0 30 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301639220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301638167416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 6151 0 -1 4202560 104 0 0 0 28 30 0 0 20 0 19 0 5730835 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301637114824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5730845 9856040960 114156 33554432000 1073741824 1073778376 140735189766576 140301636060328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1797.64
CPU time (s): 1800.67
CPU user time (s): 1799.43
CPU system time (s): 1.24181
CPU usage (%): 100.169
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.24181
maximum resident set size= 591540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11610
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38600
involuntary context switches= 13833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.15161 second user time and 14.7528 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 02:27:32
IDJOB=4090034
IDBENCH=107491
IDSOLVER=2546
FILE ID=node138/4090034-1466036852
RUNJOBID= node138-1466015679-6167
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v101-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090034-1466036852/watcher-4090034-1466036852 -o /tmp/evaluation-result-4090034-1466036852/solver-4090034-1466036852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090034-1466036852.opb

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

MD5SUM BENCH= 6cfe05e4c3b2b7813db81d670e2a8e1d
RANDOM SEED=1793429243

node138.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.395
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	: 5332.79
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.395
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.395
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.395
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.395
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.395
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.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31281188 kB
Buffers:           26160 kB
Cached:            43092 kB
SwapCached:         1268 kB
Active:           270040 kB
Inactive:          45668 kB
Active(anon):     246736 kB
Inactive(anon):     1960 kB
Active(file):      23304 kB
Inactive(file):    43708 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        818640 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             565836 kB
SReclaimable:       9588 kB
SUnreclaim:       556248 kB
KernelStack:        1760 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1303344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 71748 MiB
End job on node138 at 2016-06-16 02:57:30