Trace number 4101154

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 Res+CP PB16? (TO) 1800 894.471

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-boeing2.opb
MD5SUMe6740c9c0edd31ac7988f4b277cae1d5
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 variables3371
Total number of constraints197
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 constraints197
Minimum length of a constraint12
Maximum length of a constraint1921
Number of terms in the objective function 3114
Biggest coefficient in the objective function 8335
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 526865
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262133
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526865
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101154-1466212867.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.82/0.41	c ... done. Wall clock time 0.289s.
0.82/0.41	c declared #vars     3371
0.82/0.41	c #constraints  201
0.82/0.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.82/0.41	c constraints type 
0.82/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 201
0.82/0.41	c 201 constraints processed.
0.82/0.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.82/0.41	c constraints type 
0.82/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 201
0.82/0.41	c 201 constraints processed.
0.82/0.41	c objective function length is 3114 literals
4.08/1.39	c cleaning 2501 clauses out of 5001 with flag 10764/5001
5.77/1.96	c cleaning 4245 clauses out of 8500 with flag 23831/11001
7.72/2.80	c cleaning 5625 clauses out of 11255 with flag 39257/18001
10.01/3.90	c cleaning 6812 clauses out of 13632 with flag 57096/26003
12.47/5.14	c cleaning 7905 clauses out of 15817 with flag 78907/35000
15.55/6.70	c cleaning 8956 clauses out of 17912 with flag 102222/45000
19.14/8.49	c cleaning 9975 clauses out of 19956 with flag 127732/56000
21.99/9.90	c cleaning 10986 clauses out of 21981 with flag 159026/68000
25.80/11.75	c cleaning 11998 clauses out of 23996 with flag 196660/81001
28.60/13.14	c cleaning 0 clauses out of 5001 with flag 0/5001
29.98/13.65	c cleaning 12996 clauses out of 25998 with flag 236940/95001
34.17/15.64	c cleaning 14001 clauses out of 28001 with flag 276546/110000
38.57/17.89	c cleaning 14995 clauses out of 30000 with flag 329347/126000
43.63/20.31	c cleaning 15991 clauses out of 32005 with flag 396082/143000
48.43/22.76	c cleaning 17008 clauses out of 34015 with flag 453819/161001
54.50/25.70	c cleaning 18004 clauses out of 36008 with flag 516449/180002
61.91/29.42	c cleaning 19001 clauses out of 38005 with flag 575018/200003
69.95/33.45	c cleaning 19996 clauses out of 40001 with flag 640134/221000
79.15/38.05	c cleaning 20995 clauses out of 42005 with flag 691615/243000
87.79/42.34	c cleaning 22004 clauses out of 44012 with flag 745571/266002
97.38/47.13	c cleaning 22998 clauses out of 46006 with flag 806583/290000
100.42/48.66	c cleaning 0 clauses out of 11000 with flag 0/11000
107.42/52.12	c cleaning 24002 clauses out of 48011 with flag 878506/315003
117.30/57.02	c cleaning 24990 clauses out of 50006 with flag 969882/341000
127.69/62.22	c cleaning 26005 clauses out of 52016 with flag 1068673/368000
138.96/67.88	c cleaning 27000 clauses out of 54013 with flag 1170834/396002
150.42/73.57	c cleaning 28001 clauses out of 56013 with flag 1282943/425002
163.07/79.83	c cleaning 28996 clauses out of 58011 with flag 1371403/455001
176.27/86.44	c cleaning 30001 clauses out of 60014 with flag 1464047/486000
190.11/93.34	c cleaning 30996 clauses out of 62014 with flag 1563416/518001
205.59/101.06	c cleaning 32004 clauses out of 64017 with flag 1652614/551000
225.43/110.98	c cleaning 33003 clauses out of 66014 with flag 1735419/585001
241.30/118.81	c cleaning 0 clauses out of 18001 with flag 0/18001
247.33/121.88	c cleaning 33995 clauses out of 68010 with flag 1816972/620000
270.03/133.16	c cleaning 34999 clauses out of 70017 with flag 1905181/656002
293.29/144.79	c cleaning 36005 clauses out of 72018 with flag 1994631/693002
316.15/156.17	c cleaning 37001 clauses out of 74011 with flag 2087416/731000
340.86/168.43	c cleaning 38001 clauses out of 76010 with flag 2179327/770000
367.64/181.70	c cleaning 38996 clauses out of 78011 with flag 2275369/810002
393.56/194.64	c cleaning 40004 clauses out of 80013 with flag 2376607/851000
423.90/209.61	c cleaning 41000 clauses out of 82011 with flag 2479051/893002
453.15/224.12	c cleaning 42002 clauses out of 84010 with flag 2586921/936001
481.55/238.22	c cleaning 42998 clauses out of 86008 with flag 2694439/980001
511.14/252.98	c cleaning 44001 clauses out of 88009 with flag 2800931/1025000
525.88/260.26	c cleaning 0 clauses out of 26000 with flag 0/26000
538.63/266.56	c cleaning 44995 clauses out of 90010 with flag 2950775/1071002
564.00/279.14	c cleaning 46004 clauses out of 92015 with flag 3104353/1118002
588.15/291.30	c cleaning 47004 clauses out of 94009 with flag 3269154/1166000
617.91/306.13	c cleaning 48002 clauses out of 96008 with flag 3384934/1215003
656.18/325.11	c cleaning 49001 clauses out of 98004 with flag 3499447/1265001
685.49/339.70	c cleaning 49990 clauses out of 100003 with flag 3666533/1316001
721.50/357.62	c cleaning 51001 clauses out of 102012 with flag 3806947/1368000
751.48/372.59	c cleaning 51997 clauses out of 104011 with flag 3979853/1421000
782.06/387.73	c cleaning 53003 clauses out of 106015 with flag 4172438/1475001
818.72/405.96	c cleaning 54003 clauses out of 108013 with flag 4350839/1530002
860.11/426.56	c cleaning 54991 clauses out of 110008 with flag 4527637/1586000
895.10/443.91	c cleaning 55999 clauses out of 112019 with flag 4724391/1643002
932.57/462.81	c cleaning 0 clauses out of 35000 with flag 0/35000
944.03/468.51	c cleaning 56999 clauses out of 114019 with flag 4874942/1701001
992.83/492.84	c cleaning 58004 clauses out of 116019 with flag 5008252/1760000
1046.49/519.50	c cleaning 59002 clauses out of 118015 with flag 5150013/1820000
1090.93/541.67	c cleaning 60007 clauses out of 120013 with flag 5329670/1881000
1135.81/563.92	c cleaning 61001 clauses out of 122006 with flag 5542526/1943000
1188.64/590.21	c cleaning 61998 clauses out of 124007 with flag 5709413/2006002
1253.87/622.62	c cleaning 63002 clauses out of 126011 with flag 5854447/2070004
1319.97/655.60	c cleaning 63996 clauses out of 128008 with flag 6000190/2135003
1374.88/682.86	c cleaning 64999 clauses out of 130010 with flag 6175169/2201001
1429.47/709.98	c cleaning 66001 clauses out of 132011 with flag 6408375/2268001
1472.90/731.53	c cleaning 66988 clauses out of 134009 with flag 6640017/2336000
1526.25/758.09	c cleaning 67999 clauses out of 136021 with flag 6818938/2405000
1585.32/787.71	c cleaning 69000 clauses out of 138023 with flag 6994219/2475001
1607.50/798.71	c cleaning 0 clauses out of 45000 with flag 0/45000
1652.71/821.22	c cleaning 70005 clauses out of 140024 with flag 7176263/2546002
1732.76/861.09	c cleaning 71004 clauses out of 142019 with flag 7361438/2618002
1800.00/894.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.41	c starts		: 1009
1800.00/894.41	c conflicts		: 2689099
1800.00/894.41	c decisions		: 3710118
1800.00/894.41	c propagations		: 110965471
1800.00/894.41	c inspects		: 11869310937
1800.00/894.41	c shortcuts		: 0
1800.00/894.41	c learnt literals	: 0
1800.00/894.41	c learnt binary clauses	: 0
1800.00/894.41	c learnt ternary clauses	: 1
1800.00/894.41	c learnt constraints	: 2689099
1800.00/894.41	c ignored constraints	: 0
1800.00/894.41	c root simplifications	: 0
1800.00/894.41	c removed literals (reason simplification)	: 3506756
1800.00/894.41	c reason swapping (by a shorter reason)	: 0
1800.00/894.41	c Calls to reduceDB	: 68
1800.00/894.41	c Number of update (reduction) of LBD	: 513623
1800.00/894.41	c Imported unit clauses	: 0
1800.00/894.41	c number of reductions to clauses (during analyze)	: 0
1800.00/894.41	c number of learned constraints concerned by reduction	: 0
1800.00/894.41	c number of learning phase by resolution	: 0
1800.00/894.41	c number of learning phase by cutting planes	: 0
1800.00/894.41	c speed (assignments/second)	: 124127.17150316678
1800.00/894.41	c non guided choices	571
1800.00/894.43	c learnt constraints type 
1800.00/894.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142112
1800.00/894.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.44	c starts		: 66
1800.00/894.44	c conflicts		: 46899
1800.00/894.44	c decisions		: 66339
1800.00/894.44	c propagations		: 311091
1800.00/894.44	c inspects		: 946311743
1800.00/894.44	c shortcuts		: 0
1800.00/894.44	c learnt literals	: 0
1800.00/894.44	c learnt binary clauses	: 0
1800.00/894.44	c learnt ternary clauses	: 0
1800.00/894.44	c learnt constraints	: 46899
1800.00/894.44	c ignored constraints	: 0
1800.00/894.44	c root simplifications	: 0
1800.00/894.44	c removed literals (reason simplification)	: 0
1800.00/894.44	c reason swapping (by a shorter reason)	: 0
1800.00/894.44	c Calls to reduceDB	: 6
1800.00/894.44	c Number of update (reduction) of LBD	: 0
1800.00/894.44	c Imported unit clauses	: 0
1800.00/894.44	c number of reductions to clauses (during analyze)	: 0
1800.00/894.44	c number of learned constraints concerned by reduction	: 0
1800.00/894.44	c number of learning phase by resolution	: 0
1800.00/894.44	c number of learning phase by cutting planes	: 0
1800.00/894.44	c speed (assignments/second)	: 347.981180955449
1800.00/894.44	c non guided choices	0
1800.00/894.45	c learnt constraints type 
1800.00/894.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1756
1800.00/894.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 45143
1800.00/894.45	s UNKNOWN
1800.00/894.45	c Total wall clock time (in seconds): 894.335

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

pid=18671
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: 4.30 4.35 4.32 4/197 18674
/proc/meminfo: memFree=25985280/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/18674/stat : 18674 (java) R 18671 18674 16262 0 -1 4202496 420 0 0 0 0 0 0 0 20 0 1 0 23335318 9445376 90 33554432000 1073741824 1073778376 140733591483616 140733591480744 270320842167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2306 93 75 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.30 4.35 4.32 4/197 18674
/proc/meminfo: memFree=25985280/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 4468 0 1 0 8 1 0 0 20 0 18 0 23335318 9787879424 5578 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2389619 5578 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200553 s]
/proc/loadavg: 4.30 4.35 4.32 4/197 18674
/proc/meminfo: memFree=25985280/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 5097 0 1 0 26 1 0 0 20 0 18 0 23335318 9787879424 6490 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2389619 6490 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 4.30 4.35 4.32 4/197 18674
/proc/meminfo: memFree=25985280/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 11214 0 1 0 50 2 0 0 20 0 18 0 23335318 9787879424 13542 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2389619 13543 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 4.30 4.35 4.32 4/197 18674
/proc/meminfo: memFree=25985280/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 19978 0 1 0 192 4 0 0 20 0 22 0 23335318 10060525568 20836 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2456183 20836 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 4.30 4.35 4.32 7/219 18696
/proc/meminfo: memFree=25858864/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 30318 0 1 0 474 9 0 0 20 0 22 0 23335318 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2456183 49226 2284 9 0 2446860 0
[pid=18674/tid=18676] ppid=18671 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18674/task/18676/stat : 18676 (java) S 18671 18674 16262 0 -1 4202560 2485 0 1 0 37 1 0 0 20 0 22 0 23335319 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330206581624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18677] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18677/stat : 18677 (java) S 18671 18674 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330050607912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18678] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18678/stat : 18678 (java) S 18671 18674 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330049555112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18679] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18679/stat : 18679 (java) S 18671 18674 16262 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330048502824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18680] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18680/stat : 18680 (java) S 18671 18674 16262 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330047450024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18681] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18681/stat : 18681 (java) S 18671 18674 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330046396712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18682] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18682/stat : 18682 (java) S 18671 18674 16262 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330045343912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18683] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18683/stat : 18683 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330044291624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18684] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18684/stat : 18684 (java) S 18671 18674 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23335320 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330043238824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18685] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18685/stat : 18685 (java) S 18671 18674 16262 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23335321 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330030828264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18686] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18686/stat : 18686 (java) S 18671 18674 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330029774328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18687] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18687/stat : 18687 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330028721928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18688] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18688/stat : 18688 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330027670416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18689] ppid=18671 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/18674/task/18689/stat : 18689 (java) R 18671 18674 16262 0 -1 4202560 18301 0 0 0 113 3 0 0 20 0 22 0 23335324 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330026595128 140330212424958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18690] ppid=18671 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/18674/task/18690/stat : 18690 (java) S 18671 18674 16262 0 -1 4202560 8044 0 0 0 109 1 0 0 20 0 22 0 23335324 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330025564216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18691] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18691/stat : 18691 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330024512120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18692] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18692/stat : 18692 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330023459528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18693] ppid=18671 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/18674/task/18693/stat : 18693 (java) R 18671 18674 16262 0 -1 4202560 33 0 0 0 103 0 0 0 20 0 22 0 23335360 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330022347024 140330078619568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18694] ppid=18671 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/18674/task/18694/stat : 18694 (java) R 18671 18674 16262 0 -1 4202560 69 0 0 0 99 1 0 0 20 0 22 0 23335360 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330021301416 140330079193289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18695] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18695/stat : 18695 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330020251304 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18696] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18696/stat : 18696 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 49226 33554432000 1073741824 1073778376 140733591483616 140330019198504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.30 4.35 4.32 6/219 18696
/proc/meminfo: memFree=25656052/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9824732 CPUtime=8.33 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 30696 0 1 0 816 17 0 0 20 0 22 0 23335318 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2456183 90702 2284 9 0 2446860 0
[pid=18674/tid=18676] ppid=18671 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18674/task/18676/stat : 18676 (java) S 18671 18674 16262 0 -1 4202560 2485 0 1 0 37 1 0 0 20 0 22 0 23335319 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330206581624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18677] ppid=18671 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18674/task/18677/stat : 18677 (java) S 18671 18674 16262 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330050607912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18678] ppid=18671 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18674/task/18678/stat : 18678 (java) S 18671 18674 16262 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330049555112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18679] ppid=18671 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18674/task/18679/stat : 18679 (java) S 18671 18674 16262 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330048502824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18680] ppid=18671 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18674/task/18680/stat : 18680 (java) S 18671 18674 16262 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330047450024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18681] ppid=18671 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18674/task/18681/stat : 18681 (java) S 18671 18674 16262 0 -1 4202560 41 0 0 0 5 1 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330046396712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18682] ppid=18671 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18674/task/18682/stat : 18682 (java) S 18671 18674 16262 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330045343912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18683] ppid=18671 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18674/task/18683/stat : 18683 (java) S 18671 18674 16262 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330044291624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18684] ppid=18671 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18674/task/18684/stat : 18684 (java) S 18671 18674 16262 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 23335320 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330043238824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18685] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18685/stat : 18685 (java) S 18671 18674 16262 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23335321 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330030828264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18686] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18686/stat : 18686 (java) S 18671 18674 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330029774328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18687] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18687/stat : 18687 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330028721928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18688] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18688/stat : 18688 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330027670416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18689] ppid=18671 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/18674/task/18689/stat : 18689 (java) S 18671 18674 16262 0 -1 4202560 18325 0 0 0 122 3 0 0 20 0 22 0 23335324 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330026617016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18690] ppid=18671 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/18674/task/18690/stat : 18690 (java) S 18671 18674 16262 0 -1 4202560 8050 0 0 0 115 1 0 0 20 0 22 0 23335324 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330025564216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18691] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18691/stat : 18691 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330024512120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18692] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18692/stat : 18692 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330023459528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18693] ppid=18671 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/18674/task/18693/stat : 18693 (java) R 18671 18674 16262 0 -1 4202560 36 0 0 0 253 0 0 0 20 0 22 0 23335360 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330022347040 140330079082712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18694] ppid=18671 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/18674/task/18694/stat : 18694 (java) R 18671 18674 16262 0 -1 4202560 127 0 0 0 248 2 0 0 20 0 22 0 23335360 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330021302040 140330079107600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18695] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18695/stat : 18695 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330020251304 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18696] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18696/stat : 18696 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 90702 33554432000 1073741824 1073778376 140733591483616 140330019198504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.28 4.34 4.32 5/219 18696
/proc/meminfo: memFree=25358732/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9824732 CPUtime=14.88 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 31841 0 1 0 1456 32 0 0 20 0 22 0 23335318 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2456183 251523 2284 9 0 2446860 0
[pid=18674/tid=18676] ppid=18671 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18674/task/18676/stat : 18676 (java) S 18671 18674 16262 0 -1 4202560 2485 0 1 0 37 1 0 0 20 0 22 0 23335319 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330206581624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18677] ppid=18671 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18674/task/18677/stat : 18677 (java) S 18671 18674 16262 0 -1 4202560 42 0 0 0 4 3 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330050607912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18678] ppid=18671 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18674/task/18678/stat : 18678 (java) S 18671 18674 16262 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330049555112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18679] ppid=18671 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18674/task/18679/stat : 18679 (java) S 18671 18674 16262 0 -1 4202560 65 0 0 0 7 2 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330048502824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18680] ppid=18671 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18674/task/18680/stat : 18680 (java) S 18671 18674 16262 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330047450024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18681] ppid=18671 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/18674/task/18681/stat : 18681 (java) S 18671 18674 16262 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330046396712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18682] ppid=18671 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18674/task/18682/stat : 18682 (java) S 18671 18674 16262 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330045343912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18683] ppid=18671 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18674/task/18683/stat : 18683 (java) S 18671 18674 16262 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330044291624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18684] ppid=18671 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18674/task/18684/stat : 18684 (java) S 18671 18674 16262 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 23335320 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330043238824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18685] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18685/stat : 18685 (java) S 18671 18674 16262 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 22 0 23335321 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330030828264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18686] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18686/stat : 18686 (java) S 18671 18674 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330029774328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18687] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18687/stat : 18687 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330028721928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18688] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18688/stat : 18688 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 251523 33554432000 1073741824 1073778376 140733591483616 140330027670416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18689] ppid=18671 vsize=9824732 CPUtime=1.28 cores=1,3,5,7

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

/proc/18674/task/18679/stat : 18679 (java) S 18671 18674 16262 0 -1 4202560 390 0 0 0 256 8 0 0 20 0 22 0 23335320 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330048502824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18680] ppid=18671 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/18674/task/18680/stat : 18680 (java) S 18671 18674 16262 0 -1 4202560 393 0 0 0 246 8 0 0 20 0 22 0 23335320 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330047450024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18681] ppid=18671 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/18674/task/18681/stat : 18681 (java) S 18671 18674 16262 0 -1 4202560 423 0 0 0 272 10 0 0 20 0 22 0 23335320 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330046396712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18682] ppid=18671 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/18674/task/18682/stat : 18682 (java) S 18671 18674 16262 0 -1 4202560 413 0 0 0 275 9 0 0 20 0 22 0 23335320 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330045343912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18683] ppid=18671 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/18674/task/18683/stat : 18683 (java) S 18671 18674 16262 0 -1 4202560 385 0 0 0 274 7 0 0 20 0 22 0 23335320 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330044291624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18684] ppid=18671 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18674/task/18684/stat : 18684 (java) S 18671 18674 16262 0 -1 4202560 374 0 0 0 261 7 0 0 20 0 22 0 23335320 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330043238824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18685] ppid=18671 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/18674/task/18685/stat : 18685 (java) S 18671 18674 16262 0 -1 4202560 2326 0 0 0 182 18 0 0 20 0 22 0 23335321 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330030828264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18686] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18686/stat : 18686 (java) S 18671 18674 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330029774328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18687] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18687/stat : 18687 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330028721928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18688] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18688/stat : 18688 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330027670416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18689] ppid=18671 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/18674/task/18689/stat : 18689 (java) S 18671 18674 16262 0 -1 4202560 23649 0 0 0 205 5 0 0 20 0 22 0 23335324 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330026617016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18690] ppid=18671 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/18674/task/18690/stat : 18690 (java) S 18671 18674 16262 0 -1 4202560 8050 0 0 0 122 1 0 0 20 0 22 0 23335324 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330025564216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18691] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18691/stat : 18691 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330024512120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18692] ppid=18671 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18674/task/18692/stat : 18692 (java) S 18671 18674 16262 0 -1 4202560 46 0 0 0 13 22 0 0 20 0 22 0 23335324 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330023459528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18693] ppid=18671 vsize=9824732 CPUtime=811.7 cores=1,3,5,7
/proc/18674/task/18693/stat : 18693 (java) R 18671 18674 16262 0 -1 4202560 216 0 0 0 81155 15 0 0 20 0 22 0 23335360 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330022354072 140330079094712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18694] ppid=18671 vsize=9824732 CPUtime=811.7 cores=1,3,5,7
/proc/18674/task/18694/stat : 18694 (java) R 18671 18674 16262 0 -1 4202560 1700 0 0 0 81124 46 0 0 20 0 22 0 23335360 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330021301888 140330079135678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18695] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18695/stat : 18695 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330020251304 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18696] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18696/stat : 18696 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 586788 33554432000 1073741824 1073778376 140733591483616 140330019198504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.20 4.25 5/219 18785
/proc/meminfo: memFree=23752848/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9824732 CPUtime=1775.66 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 42941 0 1 0 177418 148 0 0 20 0 22 0 23335318 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2456183 575630 2293 9 0 2446860 0
[pid=18674/tid=18676] ppid=18671 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/18674/task/18676/stat : 18676 (java) S 18671 18674 16262 0 -1 4202560 2498 0 1 0 40 3 0 0 20 0 22 0 23335319 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330206581624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18677] ppid=18671 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/18674/task/18677/stat : 18677 (java) S 18671 18674 16262 0 -1 4202560 404 0 0 0 265 11 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330050607912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18678] ppid=18671 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/18674/task/18678/stat : 18678 (java) S 18671 18674 16262 0 -1 4202560 389 0 0 0 259 8 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330049555112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18679] ppid=18671 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/18674/task/18679/stat : 18679 (java) S 18671 18674 16262 0 -1 4202560 390 0 0 0 273 8 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330048502824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18680] ppid=18671 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/18674/task/18680/stat : 18680 (java) S 18671 18674 16262 0 -1 4202560 393 0 0 0 265 8 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330047450024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18681] ppid=18671 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/18674/task/18681/stat : 18681 (java) S 18671 18674 16262 0 -1 4202560 423 0 0 0 295 10 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330046396712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18682] ppid=18671 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/18674/task/18682/stat : 18682 (java) S 18671 18674 16262 0 -1 4202560 413 0 0 0 301 9 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330045343912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18683] ppid=18671 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/18674/task/18683/stat : 18683 (java) S 18671 18674 16262 0 -1 4202560 385 0 0 0 293 7 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330044291624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18684] ppid=18671 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/18674/task/18684/stat : 18684 (java) S 18671 18674 16262 0 -1 4202560 374 0 0 0 279 7 0 0 20 0 22 0 23335320 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330043238824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18685] ppid=18671 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/18674/task/18685/stat : 18685 (java) S 18671 18674 16262 0 -1 4202560 2330 0 0 0 182 20 0 0 20 0 22 0 23335321 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330030828264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18686] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18686/stat : 18686 (java) S 18671 18674 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330029774328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18687] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18687/stat : 18687 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330028721928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18688] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18688/stat : 18688 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330027670416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18689] ppid=18671 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/18674/task/18689/stat : 18689 (java) S 18671 18674 16262 0 -1 4202560 23649 0 0 0 205 5 0 0 20 0 22 0 23335324 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330026617016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18690] ppid=18671 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/18674/task/18690/stat : 18690 (java) S 18671 18674 16262 0 -1 4202560 8050 0 0 0 122 1 0 0 20 0 22 0 23335324 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330025564216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18691] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18691/stat : 18691 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330024512120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18692] ppid=18671 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18674/task/18692/stat : 18692 (java) S 18671 18674 16262 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 23335324 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330023459528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18693] ppid=18671 vsize=9824732 CPUtime=871.15 cores=1,3,5,7
/proc/18674/task/18693/stat : 18693 (java) R 18671 18674 16262 0 -1 4202560 222 0 0 0 87099 16 0 0 20 0 22 0 23335360 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330022353952 140330079082351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18694] ppid=18671 vsize=9824732 CPUtime=871.13 cores=1,3,5,7
/proc/18674/task/18694/stat : 18694 (java) R 18671 18674 16262 0 -1 4202560 1706 0 0 0 87066 47 0 0 20 0 22 0 23335360 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330021301920 140330079135844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18695] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18695/stat : 18695 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330020251304 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18696] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18696/stat : 18696 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 575630 33554432000 1073741824 1073778376 140733591483616 140330019198504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.408 s]
/proc/loadavg: 4.12 4.19 4.24 5/219 18785
/proc/meminfo: memFree=23763828/32872528 swapFree=1556504/1720024
[pid=18674] ppid=18671 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/18674/stat : 18674 (java) S 18671 18674 16262 0 -1 4202496 42946 0 1 0 179852 148 0 0 20 0 22 0 23335318 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140733591474752 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18674/statm: 2456183 572777 2293 9 0 2446860 0
[pid=18674/tid=18676] ppid=18671 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/18674/task/18676/stat : 18676 (java) S 18671 18674 16262 0 -1 4202560 2498 0 1 0 40 3 0 0 20 0 22 0 23335319 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330206581624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18677] ppid=18671 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/18674/task/18677/stat : 18677 (java) S 18671 18674 16262 0 -1 4202560 404 0 0 0 268 11 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330050607912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18678] ppid=18671 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/18674/task/18678/stat : 18678 (java) S 18671 18674 16262 0 -1 4202560 389 0 0 0 261 8 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330049555112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18679] ppid=18671 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/18674/task/18679/stat : 18679 (java) S 18671 18674 16262 0 -1 4202560 390 0 0 0 278 8 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330048502824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18680] ppid=18671 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/18674/task/18680/stat : 18680 (java) S 18671 18674 16262 0 -1 4202560 393 0 0 0 268 8 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330047450024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18681] ppid=18671 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/18674/task/18681/stat : 18681 (java) S 18671 18674 16262 0 -1 4202560 423 0 0 0 300 10 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330046396712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18682] ppid=18671 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/18674/task/18682/stat : 18682 (java) S 18671 18674 16262 0 -1 4202560 413 0 0 0 305 9 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330045343912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18683] ppid=18671 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/18674/task/18683/stat : 18683 (java) S 18671 18674 16262 0 -1 4202560 385 0 0 0 298 7 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330044291624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18684] ppid=18671 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/18674/task/18684/stat : 18684 (java) S 18671 18674 16262 0 -1 4202560 374 0 0 0 284 7 0 0 20 0 22 0 23335320 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330043238824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18685] ppid=18671 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/18674/task/18685/stat : 18685 (java) S 18671 18674 16262 0 -1 4202560 2330 0 0 0 182 20 0 0 20 0 22 0 23335321 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330030828264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18686] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18686/stat : 18686 (java) S 18671 18674 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330029774328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18687] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18687/stat : 18687 (java) S 18671 18674 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335322 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330028721928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18688] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18688/stat : 18688 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330027670416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18689] ppid=18671 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/18674/task/18689/stat : 18689 (java) S 18671 18674 16262 0 -1 4202560 23649 0 0 0 205 5 0 0 20 0 22 0 23335324 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330026617016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18690] ppid=18671 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/18674/task/18690/stat : 18690 (java) S 18671 18674 16262 0 -1 4202560 8050 0 0 0 122 1 0 0 20 0 22 0 23335324 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330025564216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18674/tid=18691] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18691/stat : 18691 (java) S 18671 18674 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335324 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330024512120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18692] ppid=18671 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18674/task/18692/stat : 18692 (java) S 18671 18674 16262 0 -1 4202560 52 0 0 0 14 24 0 0 20 0 22 0 23335324 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330023459528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18693] ppid=18671 vsize=9824732 CPUtime=883.11 cores=1,3,5,7
/proc/18674/task/18693/stat : 18693 (java) R 18671 18674 16262 0 -1 4202560 222 0 0 0 88295 16 0 0 20 0 22 0 23335360 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330022353952 140330079206112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18674/tid=18694] ppid=18671 vsize=9824732 CPUtime=883.11 cores=1,3,5,7
/proc/18674/task/18694/stat : 18694 (java) R 18671 18674 16262 0 -1 4202560 1709 0 0 0 88264 47 0 0 20 0 22 0 23335360 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330021301888 140330079107321 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18674/tid=18695] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18695/stat : 18695 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330020251304 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18674/tid=18696] ppid=18671 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18674/task/18696/stat : 18696 (java) S 18671 18674 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335363 10060525568 572777 33554432000 1073741824 1073778376 140733591483616 140330019198504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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 18674 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 18674 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=119252
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=11694
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.471
CPU time (s): 1800
CPU user time (s): 1798.52
CPU system time (s): 1.48
CPU usage (%): 201.236
Max. virtual memory (cumulated for all children) (KiB): 9826248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 2.01169
maximum resident set size= 2872552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42989
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27317
involuntary context switches= 50967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9431 second user time and 7.38388 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 03:21:07
IDJOB=4101154
IDBENCH=1707
IDSOLVER=2543
FILE ID=node117/4101154-1466212867
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP 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-boeing2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101154-1466212867/watcher-4101154-1466212867 -o /tmp/evaluation-result-4101154-1466212867/solver-4101154-1466212867 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101154-1466212867.opb

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

MD5SUM BENCH= e6740c9c0edd31ac7988f4b277cae1d5
RANDOM SEED=6752506

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        25985296 kB
Buffers:          147744 kB
Cached:          1761868 kB
SwapCached:            0 kB
Active:          2607380 kB
Inactive:        1795088 kB
Active(anon):    2495464 kB
Inactive(anon):        0 kB
Active(file):     111916 kB
Inactive(file):  1795088 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       4183952 kB
Mapped:            21172 kB
Shmem:               204 kB
Slab:             620652 kB
SReclaimable:      64668 kB
SUnreclaim:       555984 kB
KernelStack:        1808 kB
PageTables:        12684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4375856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2545664 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= 71736 MiB
End job on node117 at 2016-06-18 03:36:01