Trace number 4084509

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.01 1797.23

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
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 benchmark1569.11
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
Number of bits of the biggest sum of numbers9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084509-1465273913.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.90/0.56	c ... done. Wall clock time 0.456s.
0.90/0.56	c declared #vars     11712
0.90/0.56	c #constraints  38651
0.90/0.56	c constraints type 
0.90/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
0.90/0.56	c org.sat4j.specs.Constr$1 => 4111
0.90/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
0.90/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 1705
0.90/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
0.90/0.56	c 38651 constraints processed.
2.90/1.98	c cleaning 2498 clauses out of 4998 with flag 26029/5000
4.50/3.40	c cleaning 4247 clauses out of 8500 with flag 64063/11000
6.09/5.02	c cleaning 5625 clauses out of 11253 with flag 114037/18000
8.10/7.05	c cleaning 6805 clauses out of 13629 with flag 173370/26001
10.31/9.27	c cleaning 7904 clauses out of 15823 with flag 245313/35000
13.11/12.10	c cleaning 8947 clauses out of 17919 with flag 340068/45000
16.11/15.10	c cleaning 9982 clauses out of 19975 with flag 452272/56003
19.32/18.21	c cleaning 10989 clauses out of 21990 with flag 578430/68000
23.02/21.98	c cleaning 11998 clauses out of 24001 with flag 716811/81000
26.92/25.84	c cleaning 12996 clauses out of 26003 with flag 853868/95000
31.53/30.43	c cleaning 13999 clauses out of 28007 with flag 1010967/110000
36.17/35.04	c cleaning 14998 clauses out of 30009 with flag 1177180/126001
40.97/39.81	c cleaning 15995 clauses out of 32010 with flag 1370036/143000
46.17/45.02	c cleaning 16995 clauses out of 34015 with flag 1596353/161000
51.37/50.28	c cleaning 18004 clauses out of 36023 with flag 1792090/180003
57.38/56.23	c cleaning 18999 clauses out of 38016 with flag 2004660/200000
63.97/62.88	c cleaning 20004 clauses out of 40019 with flag 2257234/221002
70.97/69.82	c cleaning 20994 clauses out of 42014 with flag 2519150/243001
79.17/78.08	c cleaning 22004 clauses out of 44020 with flag 2800726/266001
87.76/86.65	c cleaning 23006 clauses out of 46018 with flag 3139306/290003
96.66/95.52	c cleaning 24004 clauses out of 48010 with flag 3465123/315001
105.46/104.40	c cleaning 24995 clauses out of 50006 with flag 3780122/341001
114.86/113.74	c cleaning 26000 clauses out of 52011 with flag 4115433/368001
125.16/124.00	c cleaning 26987 clauses out of 54011 with flag 4505963/396001
135.73/134.58	c cleaning 27996 clauses out of 56024 with flag 4846421/425001
146.73/145.54	c cleaning 29007 clauses out of 58028 with flag 5270985/455001
157.94/156.71	c cleaning 30005 clauses out of 60021 with flag 5732235/486001
170.44/169.24	c cleaning 31003 clauses out of 62015 with flag 6255319/518000
182.85/181.65	c cleaning 31997 clauses out of 64014 with flag 6687607/551002
195.74/194.57	c cleaning 33004 clauses out of 66015 with flag 7173131/585000
209.76/208.59	c cleaning 33999 clauses out of 68012 with flag 7720642/620001
224.06/222.88	c cleaning 35001 clauses out of 70013 with flag 8261686/656001
240.82/239.57	c cleaning 35991 clauses out of 72011 with flag 8771690/693000
256.71/255.49	c cleaning 37007 clauses out of 74022 with flag 9351994/731002
273.12/271.83	c cleaning 38000 clauses out of 76013 with flag 9929156/770000
290.72/289.47	c cleaning 39000 clauses out of 78015 with flag 10578754/810002
308.42/307.13	c cleaning 39994 clauses out of 80013 with flag 11208142/851000
326.82/325.59	c cleaning 41007 clauses out of 82023 with flag 11802269/893004
346.07/344.79	c cleaning 41997 clauses out of 84014 with flag 12465819/936002
365.68/364.36	c cleaning 43001 clauses out of 86015 with flag 13085574/980000
386.78/385.49	c cleaning 44000 clauses out of 88014 with flag 13758729/1025000
408.58/407.25	c cleaning 45000 clauses out of 90015 with flag 14451011/1071001
430.49/429.15	c cleaning 45999 clauses out of 92014 with flag 15154738/1118000
454.08/452.71	c cleaning 47001 clauses out of 94016 with flag 15839386/1166001
478.02/476.61	c cleaning 47995 clauses out of 96015 with flag 16647284/1215001
504.42/503.01	c cleaning 49006 clauses out of 98020 with flag 17477607/1265001
529.33/527.96	c cleaning 49996 clauses out of 100016 with flag 18174801/1316003
554.13/552.76	c cleaning 50994 clauses out of 102019 with flag 18826181/1368002
582.47/580.98	c cleaning 52001 clauses out of 104023 with flag 19629180/1421000
612.07/610.53	c cleaning 53004 clauses out of 106021 with flag 20512714/1475000
640.96/639.48	c cleaning 53996 clauses out of 108017 with flag 21268190/1530000
671.37/669.88	c cleaning 55009 clauses out of 110024 with flag 22069188/1586003
703.16/701.57	c cleaning 55999 clauses out of 112012 with flag 22889113/1643000
737.67/736.08	c cleaning 56991 clauses out of 114013 with flag 23717812/1701000
775.57/773.94	c cleaning 58005 clauses out of 116022 with flag 24603106/1760000
811.51/809.74	c cleaning 58998 clauses out of 118017 with flag 25542781/1820000
848.40/846.60	c cleaning 59996 clauses out of 120019 with flag 26429261/1881000
885.91/884.02	c cleaning 60999 clauses out of 122025 with flag 27319148/1943002
924.60/922.77	c cleaning 61997 clauses out of 124024 with flag 28255257/2006000
964.11/962.29	c cleaning 62998 clauses out of 126030 with flag 29207831/2070003
1004.54/1002.51	c cleaning 64010 clauses out of 128029 with flag 30134697/2135000
1045.84/1043.90	c cleaning 65003 clauses out of 130019 with flag 31130388/2201000
1091.42/1089.39	c cleaning 66004 clauses out of 132018 with flag 32161674/2268002
1136.43/1134.34	c cleaning 66986 clauses out of 134013 with flag 33248167/2336001
1181.72/1179.56	c cleaning 68009 clauses out of 136027 with flag 34310484/2405001
1229.73/1227.52	c cleaning 69007 clauses out of 138017 with flag 35440543/2475000
1277.93/1275.64	c cleaning 70004 clauses out of 140010 with flag 36479608/2546000
1328.05/1325.72	c cleaning 70999 clauses out of 142007 with flag 37692573/2618001
1382.95/1380.50	c cleaning 71999 clauses out of 144007 with flag 38777100/2691000
1436.26/1433.86	c cleaning 72981 clauses out of 146008 with flag 39731220/2765000
1494.67/1492.13	c cleaning 74007 clauses out of 148028 with flag 40810593/2840001
1551.67/1549.18	c cleaning 74999 clauses out of 150020 with flag 41950297/2916000
1611.58/1608.93	c cleaning 76003 clauses out of 152022 with flag 43043737/2993001
1676.49/1673.87	c cleaning 76994 clauses out of 154018 with flag 44166317/3071000
1744.69/1741.98	c cleaning 78008 clauses out of 156024 with flag 45368233/3150000
1800.01/1797.20	c starts		: 9612
1800.01/1797.20	c conflicts		: 3220395
1800.01/1797.20	c decisions		: 4379762
1800.01/1797.20	c propagations		: 1377680294
1800.01/1797.20	c inspects		: 22739137623
1800.01/1797.20	c shortcuts		: 0
1800.01/1797.20	c learnt literals	: 3
1800.01/1797.20	c learnt binary clauses	: 21
1800.01/1797.20	c learnt ternary clauses	: 1044
1800.01/1797.20	c learnt constraints	: 3220392
1800.01/1797.20	c ignored constraints	: 0
1800.01/1797.20	c root simplifications	: 0
1800.01/1797.20	c removed literals (reason simplification)	: 0
1800.01/1797.20	c reason swapping (by a shorter reason)	: 0
1800.01/1797.20	c Calls to reduceDB	: 75
1800.01/1797.20	c Number of update (reduction) of LBD	: 1296977
1800.01/1797.20	c Imported unit clauses	: 0
1800.01/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.20	c number of learned constraints concerned by reduction	: 0
1800.01/1797.20	c number of learning phase by resolution	: 0
1800.01/1797.20	c number of learning phase by cutting planes	: 0
1800.01/1797.20	c speed (assignments/second)	: 766828.9518945293
1800.01/1797.20	c non guided choices	20
1800.01/1797.20	c timeout
1800.01/1797.23	c learnt constraints type 
1800.01/1797.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.01/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 148390
1800.01/1797.23	s UNKNOWN
1800.01/1797.23	c Total wall clock time (in seconds): 1797.124

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-4084509-1465273913/watcher-4084509-1465273913 -o /tmp/evaluation-result-4084509-1465273913/solver-4084509-1465273913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084509-1465273913.opb 

pid=8413
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.00 2.02 2.00 3/194 8416
/proc/meminfo: memFree=31286688/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 109326809 98570240 978 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 24065 978 743 9 0 16771 0
[pid=8416/tid=8417] ppid=8413 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109326810 98570240 978 33554432000 1073741824 1073778376 140734954282192 140704785022504 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 8416
/proc/meminfo: memFree=31286688/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 109326809 9787879424 6084 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2389619 6084 2155 9 0 2380296 0
[pid=8416/tid=8417] ppid=8413 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 109326810 9787879424 6084 33554432000 1073741824 1073778376 140734954282192 140704785026776 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 8416
/proc/meminfo: memFree=31286688/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 4972 0 1 0 25 1 0 0 20 0 18 0 109326809 9787879424 7009 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2389619 7009 2214 9 0 2380296 0
[pid=8416/tid=8417] ppid=8413 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 109326810 9787879424 7009 33554432000 1073741824 1073778376 140734954282192 140704785026776 140704792792880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 8416
/proc/meminfo: memFree=31286688/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 6450 0 1 0 47 2 0 0 20 0 18 0 109326809 9787879424 9396 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2389619 9396 2233 9 0 2380296 0
[pid=8416/tid=8417] ppid=8413 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 109326810 9787879424 9396 33554432000 1073741824 1073778376 140734954282192 140704785026776 140704621812078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 8416
/proc/meminfo: memFree=31286688/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 12855 0 1 0 142 5 0 0 20 0 19 0 109326809 9856040960 30533 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 30533 2261 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2447 0 1 0 64 3 0 0 20 0 19 0 109326810 9856040960 30533 33554432000 1073741824 1073778376 140734954282192 140704785019032 140704621902436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 8435
/proc/meminfo: memFree=31173360/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 12887 0 1 0 240 5 0 0 20 0 19 0 109326809 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 31075 2264 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2449 0 1 0 144 3 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704785027352 140704622576641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8419] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8419/stat : 8419 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704746519592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8420] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8420/stat : 8420 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704745466792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8421] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8421/stat : 8421 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704744413992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8422] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8422/stat : 8422 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704743361192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8423] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8423/stat : 8423 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704742308392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8424] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8424/stat : 8424 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704741255592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8425] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8425/stat : 8425 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704621783336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8426] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8426/stat : 8426 (java) S 8413 8416 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704620730536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8427] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8427/stat : 8427 (java) S 8413 8416 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704608533480 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8428] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8428/stat : 8428 (java) S 8413 8416 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704607479544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8429] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8429/stat : 8429 (java) S 8413 8416 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140704606426632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8430] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8430/stat : 8430 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140703866808976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8431] ppid=8413 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/8416/task/8431/stat : 8431 (java) S 8413 8416 5384 0 -1 4202560 4211 0 0 0 46 0 0 0 20 0 19 0 109326814 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140703865756088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8432] ppid=8413 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8416/task/8432/stat : 8432 (java) S 8413 8416 5384 0 -1 4202560 4948 0 0 0 48 0 0 0 20 0 19 0 109326814 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140703864703288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8433] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8433/stat : 8433 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140703863650680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8434] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8434/stat : 8434 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140703862598088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8435] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (java) S 8413 8416 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109326870 9856040960 31075 33554432000 1073741824 1073778376 140734954282192 140703861544616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 8435
/proc/meminfo: memFree=31170312/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 13426 0 1 0 410 5 0 0 20 0 19 0 109326809 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 31594 2271 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2451 0 1 0 304 3 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704785027080 140704622585546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8419] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8419/stat : 8419 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704746519592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8420] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8420/stat : 8420 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704745466792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8421] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8421/stat : 8421 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704744413992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8422] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8422/stat : 8422 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704743361192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8423] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8423/stat : 8423 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704742308392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8424] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8424/stat : 8424 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704741255592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8425] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8425/stat : 8425 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704621783336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8426] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8426/stat : 8426 (java) S 8413 8416 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704620730536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8427] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8427/stat : 8427 (java) S 8413 8416 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704608533480 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8428] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8428/stat : 8428 (java) S 8413 8416 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704607479544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8429] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8429/stat : 8429 (java) S 8413 8416 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140704606426632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8430] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8430/stat : 8430 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140703866808976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8431] ppid=8413 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/8416/task/8431/stat : 8431 (java) S 8413 8416 5384 0 -1 4202560 4747 0 0 0 52 0 0 0 20 0 19 0 109326814 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140703865756088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8432] ppid=8413 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/8416/task/8432/stat : 8432 (java) S 8413 8416 5384 0 -1 4202560 4949 0 0 0 52 0 0 0 20 0 19 0 109326814 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140703864703288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8433] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8433/stat : 8433 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140703863650680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8434] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8434/stat : 8434 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140703862598088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8435] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (java) S 8413 8416 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109326870 9856040960 31594 33554432000 1073741824 1073778376 140734954282192 140703861544616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 8435
/proc/meminfo: memFree=31149648/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=7.4 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 13429 0 1 0 735 5 0 0 20 0 19 0 109326809 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 32357 2271 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2454 0 1 0 623 3 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704785018576 140704622583440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8419] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8419/stat : 8419 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704746519592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8420] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8420/stat : 8420 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704745466792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8421] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8421/stat : 8421 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704744413992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8422] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8422/stat : 8422 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704743361192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8423] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8423/stat : 8423 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704742308392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8424] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8424/stat : 8424 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704741255592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8425] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8425/stat : 8425 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704621783336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8426] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8426/stat : 8426 (java) S 8413 8416 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109326810 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704620730536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8427] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8427/stat : 8427 (java) S 8413 8416 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704608533480 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8428] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8428/stat : 8428 (java) S 8413 8416 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704607479544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8429] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8429/stat : 8429 (java) S 8413 8416 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140704606426632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8430] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8430/stat : 8430 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140703866808976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8431] ppid=8413 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/8416/task/8431/stat : 8431 (java) S 8413 8416 5384 0 -1 4202560 4747 0 0 0 54 0 0 0 20 0 19 0 109326814 9856040960 32357 33554432000 1073741824 1073778376 140734954282192 140703865756088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8432] ppid=8413 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

[pid=8416/tid=8435] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (java) S 8413 8416 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109326870 9856040960 125667 33554432000 1073741824 1073778376 140734954282192 140703861544616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.11 2.05 3/214 8545
/proc/meminfo: memFree=30422064/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=1725.09 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 15750 0 1 0 172451 58 0 0 20 0 19 0 109326809 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 129934 2285 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=1717.29 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2499 0 1 0 171698 31 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704785026272 140704622623911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8419] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8419/stat : 8419 (java) S 8413 8416 5384 0 -1 4202560 296 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704746519592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8420] ppid=8413 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8416/task/8420/stat : 8420 (java) S 8413 8416 5384 0 -1 4202560 199 0 0 0 18 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704745466792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8421] ppid=8413 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8416/task/8421/stat : 8421 (java) S 8413 8416 5384 0 -1 4202560 251 0 0 0 15 4 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704744413992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8422] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8422/stat : 8422 (java) S 8413 8416 5384 0 -1 4202560 304 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704743361192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8423] ppid=8413 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8416/task/8423/stat : 8423 (java) S 8413 8416 5384 0 -1 4202560 187 0 0 0 20 4 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704742308392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8424] ppid=8413 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8416/task/8424/stat : 8424 (java) S 8413 8416 5384 0 -1 4202560 479 0 0 0 25 6 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704741255592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8425] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8425/stat : 8425 (java) S 8413 8416 5384 0 -1 4202560 163 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704621783336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8426] ppid=8413 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8416/task/8426/stat : 8426 (java) S 8413 8416 5384 0 -1 4202560 214 0 0 0 19 3 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704620730536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8427] ppid=8413 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8416/task/8427/stat : 8427 (java) S 8413 8416 5384 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704608533480 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8428] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8428/stat : 8428 (java) S 8413 8416 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704607479544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8429] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8429/stat : 8429 (java) S 8413 8416 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704606426632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8430] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8430/stat : 8430 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703866808976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8431] ppid=8413 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8416/task/8431/stat : 8431 (java) S 8413 8416 5384 0 -1 4202560 4750 0 0 0 60 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703865756088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8432] ppid=8413 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8416/task/8432/stat : 8432 (java) S 8413 8416 5384 0 -1 4202560 4949 0 0 0 55 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703864703288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8433] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8433/stat : 8433 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703863650680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8434] ppid=8413 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8416/task/8434/stat : 8434 (java) S 8413 8416 5384 0 -1 4202560 99 0 0 0 40 24 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703862598088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8435] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (java) S 8413 8416 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109326870 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703861544616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.09
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.09 2.05 3/214 8569
/proc/meminfo: memFree=30421520/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=1785.1 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 15754 0 1 0 178451 59 0 0 20 0 19 0 109326809 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 129934 2285 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=1777.14 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2499 0 1 0 177682 32 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704785018560 140704622623911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8419] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8419/stat : 8419 (java) S 8413 8416 5384 0 -1 4202560 296 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704746519592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8420] ppid=8413 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8416/task/8420/stat : 8420 (java) S 8413 8416 5384 0 -1 4202560 199 0 0 0 18 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704745466792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8421] ppid=8413 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8416/task/8421/stat : 8421 (java) S 8413 8416 5384 0 -1 4202560 251 0 0 0 15 4 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704744413992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8422] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8422/stat : 8422 (java) S 8413 8416 5384 0 -1 4202560 304 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704743361192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8423] ppid=8413 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8416/task/8423/stat : 8423 (java) S 8413 8416 5384 0 -1 4202560 187 0 0 0 20 4 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704742308392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8424] ppid=8413 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8416/task/8424/stat : 8424 (java) S 8413 8416 5384 0 -1 4202560 479 0 0 0 25 6 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704741255592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8425] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8425/stat : 8425 (java) S 8413 8416 5384 0 -1 4202560 163 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704621783336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8426] ppid=8413 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8416/task/8426/stat : 8426 (java) S 8413 8416 5384 0 -1 4202560 214 0 0 0 19 3 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704620730536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8427] ppid=8413 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8416/task/8427/stat : 8427 (java) S 8413 8416 5384 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704608533480 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8428] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8428/stat : 8428 (java) S 8413 8416 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704607479544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8429] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8429/stat : 8429 (java) S 8413 8416 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704606426632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8430] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8430/stat : 8430 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703866808976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8431] ppid=8413 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8416/task/8431/stat : 8431 (java) S 8413 8416 5384 0 -1 4202560 4750 0 0 0 60 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703865756088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8432] ppid=8413 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8416/task/8432/stat : 8432 (java) S 8413 8416 5384 0 -1 4202560 4949 0 0 0 55 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703864703288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8433] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8433/stat : 8433 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703863650680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8434] ppid=8413 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/8416/task/8434/stat : 8434 (java) S 8413 8416 5384 0 -1 4202560 103 0 0 0 41 24 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703862598088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8435] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (java) S 8413 8416 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109326870 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703861544616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.10 2.10 2.05 3/214 8569
/proc/meminfo: memFree=30421648/32872528 swapFree=10676/249824
[pid=8416] ppid=8413 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/8416/stat : 8416 (java) S 8413 8416 5384 0 -1 4202496 15754 0 1 0 179942 59 0 0 20 0 19 0 109326809 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140734954273328 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8416/statm: 2406260 129934 2285 9 0 2396937 0
[pid=8416/tid=8417] ppid=8413 vsize=9625040 CPUtime=1792 cores=0,2,4,6
/proc/8416/task/8417/stat : 8417 (java) R 8413 8416 5384 0 -1 4202560 2499 0 1 0 179168 32 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704785018560 140704622623911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8419] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8419/stat : 8419 (java) S 8413 8416 5384 0 -1 4202560 296 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704746519592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8420] ppid=8413 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8416/task/8420/stat : 8420 (java) S 8413 8416 5384 0 -1 4202560 199 0 0 0 18 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704745466792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8421] ppid=8413 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8416/task/8421/stat : 8421 (java) S 8413 8416 5384 0 -1 4202560 251 0 0 0 15 4 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704744413992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8422] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8422/stat : 8422 (java) S 8413 8416 5384 0 -1 4202560 304 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704743361192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8423] ppid=8413 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8416/task/8423/stat : 8423 (java) S 8413 8416 5384 0 -1 4202560 187 0 0 0 20 4 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704742308392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8424] ppid=8413 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8416/task/8424/stat : 8424 (java) S 8413 8416 5384 0 -1 4202560 479 0 0 0 25 6 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704741255592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8416/tid=8425] ppid=8413 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8416/task/8425/stat : 8425 (java) S 8413 8416 5384 0 -1 4202560 163 0 0 0 20 5 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704621783336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8416/tid=8426] ppid=8413 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8416/task/8426/stat : 8426 (java) S 8413 8416 5384 0 -1 4202560 214 0 0 0 19 3 0 0 20 0 19 0 109326810 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704620730536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8427] ppid=8413 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8416/task/8427/stat : 8427 (java) S 8413 8416 5384 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704608533480 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8428] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8428/stat : 8428 (java) S 8413 8416 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704607479544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8429] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8429/stat : 8429 (java) S 8413 8416 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109326812 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140704606426632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8430] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8430/stat : 8430 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703866808976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8431] ppid=8413 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8416/task/8431/stat : 8431 (java) S 8413 8416 5384 0 -1 4202560 4750 0 0 0 60 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703865756088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8432] ppid=8413 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8416/task/8432/stat : 8432 (java) S 8413 8416 5384 0 -1 4202560 4949 0 0 0 55 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703864703288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8433] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8433/stat : 8433 (java) S 8413 8416 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703863650680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8416/tid=8434] ppid=8413 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8416/task/8434/stat : 8434 (java) S 8413 8416 5384 0 -1 4202560 103 0 0 0 42 25 0 0 20 0 19 0 109326814 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703862598088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8416/tid=8435] ppid=8413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (java) S 8413 8416 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109326870 9856040960 129934 33554432000 1073741824 1073778376 140734954282192 140703861544616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 8416 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 8416 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=7117
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=82835
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.23
CPU time (s): 1800.01
CPU user time (s): 1799.42
CPU system time (s): 0.59
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.08283
maximum resident set size= 521100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38482
involuntary context switches= 4747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9823 second user time and 12.6741 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 06:31:53
IDJOB=4084509
IDBENCH=76228
IDSOLVER=2546
FILE ID=node103/4084509-1465273913
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084509-1465273913/watcher-4084509-1465273913 -o /tmp/evaluation-result-4084509-1465273913/solver-4084509-1465273913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084509-1465273913.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=31333288

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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:        31287332 kB
Buffers:          131604 kB
Cached:           142100 kB
SwapCached:         1720 kB
Active:           430532 kB
Inactive:         171100 kB
Active(anon):     329208 kB
Inactive(anon):     1216 kB
Active(file):     101324 kB
Inactive(file):   169884 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:        591532 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             601132 kB
SReclaimable:      44012 kB
SUnreclaim:       557120 kB
KernelStack:        1752 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     928864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 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= 71728 MiB
End job on node103 at 2016-06-07 07:01:51