Trace number 4100805

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 PB16? (TO) 1800.05 1783.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-lotfi.opb
MD5SUM76d897d8437070b9cbeb866c2620c3bc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 32769
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524520
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527485
Number of bits of the biggest sum of numbers20
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.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4100805-1466217121.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.57/0.38	c ... done. Wall clock time 0.264s.
0.57/0.38	c declared #vars     9240
0.57/0.38	c #constraints  240
0.57/0.38	c constraints type 
0.57/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
0.57/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 239
0.57/0.38	c 240 constraints processed.
0.57/0.38	c objective function length is 240 literals
2.87/2.16	c cleaning 2497 clauses out of 5011 with flag 11796/5011
4.80/3.97	c cleaning 4257 clauses out of 8514 with flag 24019/11011
7.40/6.52	c cleaning 5641 clauses out of 11284 with flag 38573/18038
10.70/9.89	c cleaning 6804 clauses out of 13607 with flag 54706/26002
15.19/14.22	c cleaning 7911 clauses out of 15821 with flag 73169/35020
19.44/18.47	c cleaning 8945 clauses out of 17891 with flag 93260/45001
23.84/22.88	c cleaning 9975 clauses out of 19965 with flag 115476/56020
29.28/28.22	c cleaning 10990 clauses out of 21979 with flag 140202/68009
36.14/35.09	c cleaning 11999 clauses out of 23997 with flag 166977/81017
41.64/40.56	c cleaning 13005 clauses out of 26010 with flag 195582/95029
48.63/47.45	c cleaning 13990 clauses out of 27981 with flag 225947/110005
56.78/55.50	c cleaning 14991 clauses out of 29988 with flag 258390/126002
64.64/63.30	c cleaning 15998 clauses out of 31995 with flag 292581/143000
71.83/70.47	c cleaning 17001 clauses out of 34003 with flag 328936/161006
80.99/79.46	c cleaning 17996 clauses out of 36026 with flag 368066/180030
91.42/89.89	c cleaning 18997 clauses out of 38011 with flag 408601/200011
99.90/98.21	c cleaning 20001 clauses out of 40005 with flag 450875/221002
111.23/109.57	c cleaning 21015 clauses out of 42030 with flag 495728/243028
123.20/121.40	c cleaning 21995 clauses out of 43989 with flag 542717/266002
134.37/132.59	c cleaning 22985 clauses out of 45992 with flag 591229/290000
146.15/144.24	c cleaning 24011 clauses out of 48025 with flag 642087/315018
159.95/157.98	c cleaning 25009 clauses out of 50018 with flag 695196/341022
174.44/172.35	c cleaning 26000 clauses out of 52001 with flag 750328/368014
190.21/188.04	c cleaning 27000 clauses out of 54000 with flag 808096/396013
206.11/203.83	c cleaning 27993 clauses out of 55989 with flag 866486/425002
223.39/221.07	c cleaning 29020 clauses out of 58040 with flag 928027/455046
241.37/238.91	c cleaning 30000 clauses out of 60000 with flag 992046/486026
258.44/255.93	c cleaning 30985 clauses out of 61981 with flag 1056415/518007
277.42/274.84	c cleaning 31996 clauses out of 64003 with flag 1123812/551014
297.81/295.09	c cleaning 32991 clauses out of 66002 with flag 1193117/585009
318.98/316.12	c cleaning 34009 clauses out of 68020 with flag 1263812/620018
341.91/338.96	c cleaning 34974 clauses out of 69999 with flag 1338634/656006
364.14/361.05	c cleaning 36021 clauses out of 72041 with flag 1414656/693022
388.20/384.94	c cleaning 36999 clauses out of 74004 with flag 1493247/731006
414.18/410.75	c cleaning 38004 clauses out of 76007 with flag 1576133/770008
440.59/436.93	c cleaning 38996 clauses out of 77998 with flag 1657723/810003
465.15/461.31	c cleaning 39998 clauses out of 80008 with flag 1740110/851009
491.04/487.06	c cleaning 40992 clauses out of 82006 with flag 1824449/893005
519.05/514.89	c cleaning 42009 clauses out of 84021 with flag 1910880/936012
550.53/546.19	c cleaning 43009 clauses out of 86018 with flag 1999298/980018
583.14/578.57	c cleaning 43993 clauses out of 87991 with flag 2092091/1025000
619.23/614.35	c cleaning 44996 clauses out of 89998 with flag 2186063/1071000
654.73/649.51	c cleaning 45999 clauses out of 92002 with flag 2281329/1118000
693.33/687.82	c cleaning 47004 clauses out of 94009 with flag 2380370/1166006
730.38/724.36	c cleaning 47989 clauses out of 96000 with flag 2498592/1215001
769.86/763.58	c cleaning 48986 clauses out of 98012 with flag 2602321/1265002
823.05/816.39	c cleaning 50015 clauses out of 100035 with flag 2705303/1316011
863.28/856.25	c cleaning 51009 clauses out of 102017 with flag 2811466/1368008
908.58/901.05	c cleaning 51997 clauses out of 104010 with flag 2919989/1421010
962.74/954.78	c cleaning 52994 clauses out of 106015 with flag 3031532/1475012
1011.03/1002.51	c cleaning 54005 clauses out of 108041 with flag 3152203/1530032
1058.68/1049.67	c cleaning 55001 clauses out of 110004 with flag 3285489/1586000
1102.09/1092.59	c cleaning 55994 clauses out of 112003 with flag 3413515/1643000
1154.18/1144.03	c cleaning 57001 clauses out of 114011 with flag 3532892/1701002
1211.39/1200.68	c cleaning 57994 clauses out of 116008 with flag 3658269/1760000
1268.27/1256.92	c cleaning 59001 clauses out of 118026 with flag 3783314/1820012
1327.84/1316.04	c cleaning 59992 clauses out of 120020 with flag 3912257/1881007
1378.41/1366.11	c cleaning 61008 clauses out of 122031 with flag 4042410/1943010
1437.58/1424.76	c cleaning 62005 clauses out of 124042 with flag 4172719/2006029
1496.65/1483.12	c cleaning 63003 clauses out of 126015 with flag 4306549/2070007
1559.40/1545.45	c cleaning 64000 clauses out of 128005 with flag 4438478/2135000
1621.75/1607.01	c cleaning 65010 clauses out of 130021 with flag 4576138/2201016
1688.98/1673.62	c cleaning 65974 clauses out of 131995 with flag 4716282/2268000
1757.64/1741.65	c cleaning 67005 clauses out of 134032 with flag 4860985/2336011
1800.05/1783.60	c starts		: 73
1800.05/1783.60	c conflicts		: 2386421
1800.05/1783.60	c decisions		: 2947400
1800.05/1783.60	c propagations		: 120095215
1800.05/1783.60	c inspects		: 18438432748
1800.05/1783.60	c shortcuts		: 0
1800.05/1783.60	c learnt literals	: 0
1800.05/1783.60	c learnt binary clauses	: 1
1800.05/1783.60	c learnt ternary clauses	: 3
1800.05/1783.60	c learnt constraints	: 2386421
1800.05/1783.60	c ignored constraints	: 0
1800.05/1783.60	c root simplifications	: 0
1800.05/1783.60	c removed literals (reason simplification)	: 0
1800.05/1783.60	c reason swapping (by a shorter reason)	: 0
1800.05/1783.60	c Calls to reduceDB	: 64
1800.05/1783.60	c Number of update (reduction) of LBD	: 87409
1800.05/1783.60	c Imported unit clauses	: 0
1800.05/1783.60	c number of reductions to clauses (during analyze)	: 0
1800.05/1783.60	c number of learned constraints concerned by reduction	: 0
1800.05/1783.60	c number of learning phase by resolution	: 0
1800.05/1783.60	c number of learning phase by cutting planes	: 0
1800.05/1783.60	c speed (assignments/second)	: 67347.99720054463
1800.05/1783.60	c non guided choices	213
1800.05/1783.60	c timeout
1800.05/1783.63	c learnt constraints type 
1800.05/1783.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1783.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117437
1800.05/1783.63	s UNKNOWN
1800.05/1783.63	c Total wall clock time (in seconds): 1783.511

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-4100805-1466217121/watcher-4100805-1466217121 -o /tmp/evaluation-result-4100805-1466217121/solver-4100805-1466217121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100805-1466217121.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 15969
/proc/meminfo: memFree=30609976/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/15969/stat : 15969 (java) D 15966 15969 11773 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 23758065 278528 33 33554432000 1073741824 1073778376 140734839469440 140734839466616 206399696167 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 68 33 25 9 0 25 0

[startup+0.100168 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 15969
/proc/meminfo: memFree=30609976/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 4399 0 1 0 7 1 0 0 20 0 18 0 23758065 9787879424 6030 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 15969
/proc/meminfo: memFree=30609976/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 5154 0 1 0 26 1 0 0 20 0 18 0 23758065 9787879424 7163 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2389619 7163 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300292 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 15969
/proc/meminfo: memFree=30609976/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 9012 0 1 0 55 2 0 0 20 0 18 0 23758065 9787879424 11615 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2389619 11615 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 15969
/proc/meminfo: memFree=30609976/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 12129 0 1 0 137 2 0 0 20 0 19 0 23758065 9856040960 17239 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 17239 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 15988
/proc/meminfo: memFree=30531856/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 13160 0 1 0 223 3 0 0 20 0 19 0 23758065 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 24938 2262 9 0 2396937 0
[pid=15969/tid=15971] ppid=15966 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/15969/task/15971/stat : 15971 (java) R 15966 15969 11773 0 -1 4202560 2443 0 1 0 144 2 0 0 20 0 19 0 23758066 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925454692616 139925287179357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15972] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15972/stat : 15972 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925416184744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15973] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15973/stat : 15973 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925415132200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15974] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15974/stat : 15974 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925414079144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15975] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15975/stat : 15975 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925413026600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15976] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15976/stat : 15976 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925411973544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15977] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15977/stat : 15977 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925410921000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15978] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15978/stat : 15978 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925409867944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15979] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15979/stat : 15979 (java) S 15966 15969 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925408815400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15980] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15980/stat : 15980 (java) S 15966 15969 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23758068 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925278124904 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15981] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15981/stat : 15981 (java) S 15966 15969 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925277071224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15982] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15982/stat : 15982 (java) S 15966 15969 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925276018056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15983] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15983/stat : 15983 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925274966800 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15984] ppid=15966 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15969/task/15984/stat : 15984 (java) S 15966 15969 11773 0 -1 4202560 5657 0 0 0 42 0 0 0 20 0 19 0 23758071 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925273913656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15985] ppid=15966 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/15969/task/15985/stat : 15985 (java) S 15966 15969 11773 0 -1 4202560 3784 0 0 0 35 0 0 0 20 0 19 0 23758071 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925272861112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15986] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15986/stat : 15986 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139925271808248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15987] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15987/stat : 15987 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139924263135816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 24938 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 15988
/proc/meminfo: memFree=30490276/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 13192 0 1 0 387 4 0 0 20 0 19 0 23758065 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 38766 2266 9 0 2396937 0
[pid=15969/tid=15971] ppid=15966 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/15969/task/15971/stat : 15971 (java) R 15966 15969 11773 0 -1 4202560 2471 0 1 0 303 2 0 0 20 0 19 0 23758066 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925454683856 139925287179333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15972] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15972/stat : 15972 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925416184744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15973] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15973/stat : 15973 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925415132200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15974] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15974/stat : 15974 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925414079144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15975] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15975/stat : 15975 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925413026600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15976] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15976/stat : 15976 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925411973544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15977] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15977/stat : 15977 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925410921000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15978] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15978/stat : 15978 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925409867944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15979] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15979/stat : 15979 (java) S 15966 15969 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925408815400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15980] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15980/stat : 15980 (java) S 15966 15969 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23758068 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925278124904 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15981] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15981/stat : 15981 (java) S 15966 15969 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925277071224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15982] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15982/stat : 15982 (java) S 15966 15969 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925276018056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15983] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15983/stat : 15983 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925274966800 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15984] ppid=15966 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15969/task/15984/stat : 15984 (java) S 15966 15969 11773 0 -1 4202560 5661 0 0 0 43 0 0 0 20 0 19 0 23758071 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925273913656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15985] ppid=15966 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15969/task/15985/stat : 15985 (java) S 15966 15969 11773 0 -1 4202560 3784 0 0 0 37 0 0 0 20 0 19 0 23758071 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925272861112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15986] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15986/stat : 15986 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139925271808248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15987] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15987/stat : 15987 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139924263135816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 38766 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 15988
/proc/meminfo: memFree=30439772/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=7.2 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 13238 0 1 0 715 5 0 0 20 0 19 0 23758065 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 44242 2280 9 0 2396937 0
[pid=15969/tid=15971] ppid=15966 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/15969/task/15971/stat : 15971 (java) R 15966 15969 11773 0 -1 4202560 2483 0 1 0 620 3 0 0 20 0 19 0 23758066 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925454690704 139925287303447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15972] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15972/stat : 15972 (java) S 15966 15969 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925416184744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15973] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15973/stat : 15973 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925415132200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15974] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15974/stat : 15974 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925414079144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15975] ppid=15966 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15969/task/15975/stat : 15975 (java) S 15966 15969 11773 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925413026600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15976] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15976/stat : 15976 (java) S 15966 15969 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925411973544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15977] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15977/stat : 15977 (java) S 15966 15969 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925410921000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15978] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15978/stat : 15978 (java) S 15966 15969 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925409867944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15979] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15979/stat : 15979 (java) S 15966 15969 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23758067 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925408815400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15980] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15980/stat : 15980 (java) S 15966 15969 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23758068 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925278124904 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15981] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15981/stat : 15981 (java) S 15966 15969 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925277071224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15982] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15982/stat : 15982 (java) S 15966 15969 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925276018056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15983] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15983/stat : 15983 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925274966800 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15984] ppid=15966 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/15969/task/15984/stat : 15984 (java) S 15966 15969 11773 0 -1 4202560 5661 0 0 0 45 0 0 0 20 0 19 0 23758071 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925273913656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15985] ppid=15966 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/15969/task/15985/stat : 15985 (java) S 15966 15969 11773 0 -1 4202560 3784 0 0 0 39 0 0 0 20 0 19 0 23758071 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925272861112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15986] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15986/stat : 15986 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139925271808248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15987] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15987/stat : 15987 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139924263135816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 44242 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 57748 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1677.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/216 16099
/proc/meminfo: memFree=30301296/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=1738.25 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 32019 0 1 0 173707 118 0 0 20 0 19 0 23758065 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 70855 2288 9 0 2396937 0
[pid=15969/tid=15971] ppid=15966 vsize=9625040 CPUtime=1707.93 cores=1,3,5,7
/proc/15969/task/15971/stat : 15971 (java) R 15966 15969 11773 0 -1 4202560 3917 0 1 0 170762 31 0 0 20 0 19 0 23758066 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925454691408 139925287303526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15972] ppid=15966 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/15969/task/15972/stat : 15972 (java) S 15966 15969 11773 0 -1 4202560 2593 0 0 0 276 13 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925416184744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15973] ppid=15966 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/15969/task/15973/stat : 15973 (java) S 15966 15969 11773 0 -1 4202560 1711 0 0 0 269 8 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925415132200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15974] ppid=15966 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/15969/task/15974/stat : 15974 (java) S 15966 15969 11773 0 -1 4202560 1978 0 0 0 275 10 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925414079144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15975] ppid=15966 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/15969/task/15975/stat : 15975 (java) S 15966 15969 11773 0 -1 4202560 1953 0 0 0 278 11 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925413026600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15976] ppid=15966 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/15969/task/15976/stat : 15976 (java) S 15966 15969 11773 0 -1 4202560 1954 0 0 0 271 11 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925411973544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15977] ppid=15966 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/15969/task/15977/stat : 15977 (java) S 15966 15969 11773 0 -1 4202560 2402 0 0 0 278 12 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925410921000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15978] ppid=15966 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/15969/task/15978/stat : 15978 (java) S 15966 15969 11773 0 -1 4202560 1784 0 0 0 267 12 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925409867944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15979] ppid=15966 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/15969/task/15979/stat : 15979 (java) S 15966 15969 11773 0 -1 4202560 2267 0 0 0 280 9 0 0 20 0 19 0 23758067 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925408815400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15980] ppid=15966 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/15969/task/15980/stat : 15980 (java) S 15966 15969 11773 0 -1 4202560 653 0 0 0 219 8 0 0 20 0 19 0 23758068 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925278124904 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15981] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15981/stat : 15981 (java) S 15966 15969 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925277071224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15982] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15982/stat : 15982 (java) S 15966 15969 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925276018056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15983] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15983/stat : 15983 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925274966800 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15984] ppid=15966 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/15969/task/15984/stat : 15984 (java) S 15966 15969 11773 0 -1 4202560 5662 0 0 0 48 0 0 0 20 0 19 0 23758071 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925273913656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15985] ppid=15966 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/15969/task/15985/stat : 15985 (java) S 15966 15969 11773 0 -1 4202560 3784 0 0 0 40 0 0 0 20 0 19 0 23758071 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925272861112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15986] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15986/stat : 15986 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139925271808248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15987] ppid=15966 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15969/task/15987/stat : 15987 (java) S 15966 15969 11773 0 -1 4202560 99 0 0 0 19 23 0 0 20 0 19 0 23758071 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139924263135816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 70855 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1738.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 10/216 16123
/proc/meminfo: memFree=30355192/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=1798.73 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 33082 0 1 0 179752 121 0 0 20 0 19 0 23758065 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 65762 2288 9 0 2396937 0
[pid=15969/tid=15971] ppid=15966 vsize=9625040 CPUtime=1767.44 cores=1,3,5,7
/proc/15969/task/15971/stat : 15971 (java) R 15966 15969 11773 0 -1 4202560 3945 0 1 0 176712 32 0 0 20 0 19 0 23758066 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925454691424 139925287038127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15972] ppid=15966 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/15969/task/15972/stat : 15972 (java) S 15966 15969 11773 0 -1 4202560 3010 0 0 0 285 13 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925416184744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15973] ppid=15966 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/15969/task/15973/stat : 15973 (java) S 15966 15969 11773 0 -1 4202560 1737 0 0 0 278 8 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925415132200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15974] ppid=15966 vsize=9625040 CPUtime=2.94 cores=1,3,5,7
/proc/15969/task/15974/stat : 15974 (java) S 15966 15969 11773 0 -1 4202560 2119 0 0 0 284 10 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925414079144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15975] ppid=15966 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/15969/task/15975/stat : 15975 (java) S 15966 15969 11773 0 -1 4202560 1953 0 0 0 287 11 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925413026600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15976] ppid=15966 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/15969/task/15976/stat : 15976 (java) S 15966 15969 11773 0 -1 4202560 1954 0 0 0 279 11 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925411973544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15977] ppid=15966 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/15969/task/15977/stat : 15977 (java) S 15966 15969 11773 0 -1 4202560 2781 0 0 0 287 12 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925410921000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15978] ppid=15966 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/15969/task/15978/stat : 15978 (java) S 15966 15969 11773 0 -1 4202560 1809 0 0 0 278 13 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925409867944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15979] ppid=15966 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/15969/task/15979/stat : 15979 (java) S 15966 15969 11773 0 -1 4202560 2303 0 0 0 288 9 0 0 20 0 19 0 23758067 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925408815400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15980] ppid=15966 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/15969/task/15980/stat : 15980 (java) S 15966 15969 11773 0 -1 4202560 660 0 0 0 226 9 0 0 20 0 19 0 23758068 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925278124904 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15981] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15981/stat : 15981 (java) S 15966 15969 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925277071224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15982] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15982/stat : 15982 (java) S 15966 15969 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925276018056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15983] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15983/stat : 15983 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925274966800 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15984] ppid=15966 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/15969/task/15984/stat : 15984 (java) S 15966 15969 11773 0 -1 4202560 5662 0 0 0 48 0 0 0 20 0 19 0 23758071 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925273913656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15985] ppid=15966 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/15969/task/15985/stat : 15985 (java) S 15966 15969 11773 0 -1 4202560 3784 0 0 0 40 0 0 0 20 0 19 0 23758071 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925272861112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15986] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15986/stat : 15986 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139925271808248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15987] ppid=15966 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/15969/task/15987/stat : 15987 (java) S 15966 15969 11773 0 -1 4202560 103 0 0 0 20 24 0 0 20 0 19 0 23758071 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139924263135816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 65762 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.6 s]
/proc/loadavg: 2.04 2.02 2.00 3/216 16123
/proc/meminfo: memFree=30355440/32872528 swapFree=7780/7780
[pid=15969] ppid=15966 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/15969/stat : 15969 (java) S 15966 15969 11773 0 -1 4202496 33083 0 1 0 179884 121 0 0 20 0 19 0 23758065 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 140735757106592 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15969/statm: 2406260 65666 2288 9 0 2396937 0
[pid=15969/tid=15971] ppid=15966 vsize=9625040 CPUtime=1768.72 cores=1,3,5,7
/proc/15969/task/15971/stat : 15971 (java) R 15966 15969 11773 0 -1 4202560 3946 0 1 0 176840 32 0 0 20 0 19 0 23758066 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925454691656 139925287303307 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15972] ppid=15966 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/15969/task/15972/stat : 15972 (java) S 15966 15969 11773 0 -1 4202560 3010 0 0 0 285 13 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925416184744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15973] ppid=15966 vsize=9625040 CPUtime=2.87 cores=1,3,5,7
/proc/15969/task/15973/stat : 15973 (java) S 15966 15969 11773 0 -1 4202560 1737 0 0 0 279 8 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925415132200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15974] ppid=15966 vsize=9625040 CPUtime=2.94 cores=1,3,5,7
/proc/15969/task/15974/stat : 15974 (java) S 15966 15969 11773 0 -1 4202560 2119 0 0 0 284 10 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925414079144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15969/tid=15975] ppid=15966 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/15969/task/15975/stat : 15975 (java) S 15966 15969 11773 0 -1 4202560 1953 0 0 0 288 11 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925413026600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15976] ppid=15966 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/15969/task/15976/stat : 15976 (java) S 15966 15969 11773 0 -1 4202560 1954 0 0 0 280 11 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925411973544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15977] ppid=15966 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/15969/task/15977/stat : 15977 (java) S 15966 15969 11773 0 -1 4202560 2781 0 0 0 287 12 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925410921000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15978] ppid=15966 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/15969/task/15978/stat : 15978 (java) S 15966 15969 11773 0 -1 4202560 1809 0 0 0 278 13 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925409867944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15979] ppid=15966 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/15969/task/15979/stat : 15979 (java) S 15966 15969 11773 0 -1 4202560 2303 0 0 0 288 9 0 0 20 0 19 0 23758067 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925408815400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15980] ppid=15966 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/15969/task/15980/stat : 15980 (java) S 15966 15969 11773 0 -1 4202560 660 0 0 0 226 9 0 0 20 0 19 0 23758068 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925278124904 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15981] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15981/stat : 15981 (java) S 15966 15969 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925277071224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15982] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15982/stat : 15982 (java) S 15966 15969 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23758069 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925276018056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15983] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15983/stat : 15983 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925274966800 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15984] ppid=15966 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/15969/task/15984/stat : 15984 (java) S 15966 15969 11773 0 -1 4202560 5662 0 0 0 48 0 0 0 20 0 19 0 23758071 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925273913656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15969/tid=15985] ppid=15966 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/15969/task/15985/stat : 15985 (java) S 15966 15969 11773 0 -1 4202560 3784 0 0 0 40 0 0 0 20 0 19 0 23758071 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925272861112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15986] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15986/stat : 15986 (java) S 15966 15969 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23758071 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139925271808248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15969/tid=15987] ppid=15966 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/15969/task/15987/stat : 15987 (java) S 15966 15969 11773 0 -1 4202560 103 0 0 0 20 24 0 0 20 0 19 0 23758071 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139924263135816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15969/tid=15988] ppid=15966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15969/task/15988/stat : 15988 (java) S 15966 15969 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23758105 9856040960 65666 33554432000 1073741824 1073778376 140735757115456 139924262082088 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 15969 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 15969 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=619176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=661747
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.64
CPU time (s): 1800.05
CPU user time (s): 1798.84
CPU system time (s): 1.21
CPU usage (%): 100.92
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.66175
maximum resident set size= 483684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33123
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65697
involuntary context switches= 88126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0425 second user time and 13.4939 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 04:32:02
IDJOB=4100805
IDBENCH=1663
IDSOLVER=2546
FILE ID=node133/4100805-1466217121
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-lotfi.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100805-1466217121/watcher-4100805-1466217121 -o /tmp/evaluation-result-4100805-1466217121/solver-4100805-1466217121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100805-1466217121.opb

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

MD5SUM BENCH= 76d897d8437070b9cbeb866c2620c3bc
RANDOM SEED=138971137

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        30610900 kB
Buffers:           83652 kB
Cached:            92952 kB
SwapCached:          892 kB
Active:          1401448 kB
Inactive:         118612 kB
Active(anon):    1343428 kB
Inactive(anon):     2704 kB
Active(file):      58020 kB
Inactive(file):   115908 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       1373600 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             600096 kB
SReclaimable:      43484 kB
SUnreclaim:       556612 kB
KernelStack:        1776 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1543080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1331200 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= 71712 MiB
End job on node133 at 2016-06-18 05:01:45