Trace number 4101282

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.18 897.276

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-beaconfd.opb
MD5SUM6927d145bd65464e16bb11d2b0c90152
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 919
Optimality of the best value was proved NO
Number of variables7860
Total number of constraints173
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 constraints173
Minimum length of a constraint30
Maximum length of a constraint4620
Number of terms in the objective function 2880
Biggest coefficient in the objective function 56798
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 526611
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527918
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	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.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4101282-1466213444.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.58/0.82	c ... done. Wall clock time 0.69s.
1.58/0.82	c declared #vars     7860
1.58/0.82	c #constraints  313
1.58/0.82	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.58/0.82	c constraints type 
1.58/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1.58/0.82	c org.sat4j.specs.Constr$1 => 41
1.58/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 270
1.58/0.82	c 313 constraints processed.
1.58/0.82	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.58/0.82	c constraints type 
1.58/0.82	c org.sat4j.specs.Constr$1 => 41
1.58/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1.58/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 270
1.58/0.82	c 313 constraints processed.
1.58/0.82	c objective function length is 2880 literals
7.91/3.47	c cleaning 2492 clauses out of 5000 with flag 12574/5000
13.41/6.03	c cleaning 4255 clauses out of 8514 with flag 26908/11006
19.91/9.28	c cleaning 5627 clauses out of 11253 with flag 43270/18000
27.63/13.07	c cleaning 6810 clauses out of 13627 with flag 62450/26001
40.44/19.34	c cleaning 7904 clauses out of 15816 with flag 86466/35000
58.13/28.12	c cleaning 8955 clauses out of 17915 with flag 117881/45003
68.77/33.31	c cleaning 9978 clauses out of 19965 with flag 146099/56008
82.21/40.06	c cleaning 10990 clauses out of 21979 with flag 177074/68000
94.85/46.36	c cleaning 11984 clauses out of 23989 with flag 209491/81000
112.50/55.14	c cleaning 12971 clauses out of 26006 with flag 243750/95001
129.67/63.74	c cleaning 14012 clauses out of 28034 with flag 280782/110000
142.90/70.35	c cleaning 14993 clauses out of 30022 with flag 321921/126000
159.92/78.83	c cleaning 16039 clauses out of 32078 with flag 364571/143049
178.58/88.15	c cleaning 16971 clauses out of 33990 with flag 406687/161000
192.19/94.96	c cleaning 17980 clauses out of 36019 with flag 455217/180000
210.20/103.98	c cleaning 19015 clauses out of 38042 with flag 505430/200003
232.44/115.02	c cleaning 20006 clauses out of 40024 with flag 554906/221000
250.66/124.16	c cleaning 20971 clauses out of 42018 with flag 611330/243000
273.27/135.42	c cleaning 22041 clauses out of 44081 with flag 672121/266034
299.49/148.54	c cleaning 22990 clauses out of 46014 with flag 728832/290008
326.92/162.28	c cleaning 24004 clauses out of 48017 with flag 790046/315001
347.53/172.56	c cleaning 25004 clauses out of 50013 with flag 849107/341001
394.60/196.02	c cleaning 26027 clauses out of 52054 with flag 928380/368046
446.66/222.02	c cleaning 26991 clauses out of 53981 with flag 1017766/396000
495.29/246.39	c cleaning 27994 clauses out of 55994 with flag 1107997/425004
558.16/277.76	c cleaning 28959 clauses out of 57996 with flag 1196761/455000
633.35/315.16	c cleaning 29996 clauses out of 60037 with flag 1299881/486000
727.17/361.87	c cleaning 30986 clauses out of 62041 with flag 1406566/518000
749.98/373.11	c cleaning 0 clauses out of 5000 with flag 0/5000
839.59/417.65	c cleaning 32029 clauses out of 64057 with flag 1516030/551002
953.11/474.32	c cleaning 33010 clauses out of 66027 with flag 1632181/585001
1083.95/539.56	c cleaning 33996 clauses out of 68016 with flag 1751188/620000
1169.75/582.48	c cleaning 35005 clauses out of 70021 with flag 1845662/656001
1249.31/622.20	c cleaning 36003 clauses out of 72017 with flag 1944498/693002
1303.48/649.25	c cleaning 37005 clauses out of 74015 with flag 2034638/731003
1348.62/672.01	c cleaning 37996 clauses out of 76007 with flag 2113911/770000
1393.76/694.54	c cleaning 38997 clauses out of 78012 with flag 2197335/810001
1434.29/714.74	c cleaning 39995 clauses out of 80018 with flag 2281329/851004
1481.80/738.40	c cleaning 40997 clauses out of 82025 with flag 2366797/893006
1531.93/763.44	c cleaning 42001 clauses out of 84023 with flag 2458482/936001
1586.85/790.86	c cleaning 43002 clauses out of 86024 with flag 2549890/980003
1642.61/818.67	c cleaning 44000 clauses out of 88021 with flag 2642292/1025002
1705.13/849.84	c cleaning 45003 clauses out of 90025 with flag 2737448/1071006
1774.75/884.55	c cleaning 46004 clauses out of 92018 with flag 2833340/1118002
1800.18/897.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.20	c starts		: 7992
1800.18/897.20	c conflicts		: 1142375
1800.18/897.20	c decisions		: 5954230
1800.18/897.20	c propagations		: 24577941
1800.18/897.20	c inspects		: 3827561438
1800.18/897.20	c shortcuts		: 0
1800.18/897.20	c learnt literals	: 0
1800.18/897.20	c learnt binary clauses	: 0
1800.18/897.20	c learnt ternary clauses	: 0
1800.18/897.20	c learnt constraints	: 1142375
1800.18/897.20	c ignored constraints	: 0
1800.18/897.20	c root simplifications	: 0
1800.18/897.20	c removed literals (reason simplification)	: 3875875
1800.18/897.20	c reason swapping (by a shorter reason)	: 0
1800.18/897.20	c Calls to reduceDB	: 43
1800.18/897.20	c Number of update (reduction) of LBD	: 276163
1800.18/897.20	c Imported unit clauses	: 0
1800.18/897.20	c number of reductions to clauses (during analyze)	: 0
1800.18/897.20	c number of learned constraints concerned by reduction	: 0
1800.18/897.20	c number of learning phase by resolution	: 0
1800.18/897.20	c number of learning phase by cutting planes	: 0
1800.18/897.20	c speed (assignments/second)	: 27422.045914018327
1800.18/897.20	c non guided choices	16581
1800.18/897.23	c learnt constraints type 
1800.18/897.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70387
1800.18/897.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.23	c starts		: 1
1800.18/897.23	c conflicts		: 7500
1800.18/897.23	c decisions		: 379035
1800.18/897.23	c propagations		: 464277
1800.18/897.23	c inspects		: 722814396
1800.18/897.23	c shortcuts		: 0
1800.18/897.23	c learnt literals	: 0
1800.18/897.23	c learnt binary clauses	: 0
1800.18/897.23	c learnt ternary clauses	: 0
1800.18/897.23	c learnt constraints	: 7499
1800.18/897.23	c ignored constraints	: 0
1800.18/897.23	c root simplifications	: 0
1800.18/897.23	c removed literals (reason simplification)	: 0
1800.18/897.23	c reason swapping (by a shorter reason)	: 0
1800.18/897.23	c Calls to reduceDB	: 1
1800.18/897.23	c Number of update (reduction) of LBD	: 0
1800.18/897.23	c Imported unit clauses	: 0
1800.18/897.23	c number of reductions to clauses (during analyze)	: 0
1800.18/897.23	c number of learned constraints concerned by reduction	: 0
1800.18/897.23	c number of learning phase by resolution	: 0
1800.18/897.23	c number of learning phase by cutting planes	: 0
1800.18/897.23	c speed (assignments/second)	: 518.004996212117
1800.18/897.23	c non guided choices	127
1800.18/897.25	c learnt constraints type 
1800.18/897.25	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 81
1800.18/897.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7418
1800.18/897.25	s UNKNOWN
1800.18/897.25	c Total wall clock time (in seconds): 897.125

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

pid=18753
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: 4.24 4.24 4.27 4/198 18756
/proc/meminfo: memFree=26044404/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18756/stat : 18756 (java) D 18753 18756 16262 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 23393032 9515008 182 33554432000 1073741824 1073778376 140735428995936 140735428986968 270330052277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2323 182 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 4.24 4.24 4.27 4/198 18756
/proc/meminfo: memFree=26044404/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 23393032 9787879424 5512 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2389619 5512 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 4.24 4.24 4.27 4/198 18756
/proc/meminfo: memFree=26044404/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 4994 0 1 0 26 1 0 0 20 0 18 0 23393032 9787879424 6950 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2389619 6950 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300293 s]
/proc/loadavg: 4.24 4.24 4.27 4/198 18756
/proc/meminfo: memFree=26044404/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 6601 0 1 0 47 1 0 0 20 0 18 0 23393032 9787879424 9458 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2389619 9458 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 4.24 4.24 4.27 4/198 18756
/proc/meminfo: memFree=26044404/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 15239 0 1 0 132 4 0 0 20 0 18 0 23393032 9787879424 42255 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2389619 42255 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558476

[startup+1.50091 s]
/proc/loadavg: 4.24 4.24 4.27 5/220 18778
/proc/meminfo: memFree=25842468/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 15576 0 1 0 366 8 0 0 20 0 22 0 23393032 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2456183 52758 2278 9 0 2446860 0
[pid=18756/tid=18758] ppid=18753 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/18756/task/18758/stat : 18758 (java) S 18753 18756 16262 0 -1 4202560 2489 0 1 0 71 3 0 0 20 0 22 0 23393034 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036452496248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18759] ppid=18753 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18756/task/18759/stat : 18759 (java) S 18753 18756 16262 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036413987368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18760] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18760/stat : 18760 (java) S 18753 18756 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036412934568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18761] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18761/stat : 18761 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036411881768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18762] ppid=18753 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18756/task/18762/stat : 18762 (java) S 18753 18756 16262 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036410828968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18763] ppid=18753 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18756/task/18763/stat : 18763 (java) S 18753 18756 16262 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036409777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18764] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18764/stat : 18764 (java) S 18753 18756 16262 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036408724392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18765] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18765/stat : 18765 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036407671592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18766] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18766/stat : 18766 (java) S 18753 18756 16262 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23393035 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036406618792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18767] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18767/stat : 18767 (java) S 18753 18756 16262 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036276185576 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18768] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18768/stat : 18768 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036275131640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18769] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18769/stat : 18769 (java) S 18753 18756 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036274078728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18770] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18770/stat : 18770 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036273027216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18771] ppid=18753 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/18756/task/18771/stat : 18771 (java) R 18753 18756 16262 0 -1 4202560 4187 0 0 0 69 0 0 0 20 0 22 0 23393039 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036271975352 140036456585187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18772] ppid=18753 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/18756/task/18772/stat : 18772 (java) S 18753 18756 16262 0 -1 4202560 7426 0 0 0 76 1 0 0 20 0 22 0 23393039 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036270922552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18773] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18773/stat : 18773 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140036269869944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18774] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18774/stat : 18774 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140035261197256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18775] ppid=18753 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/18756/task/18775/stat : 18775 (java) R 18753 18756 16262 0 -1 4202560 21 0 0 0 66 0 0 0 20 0 22 0 23393115 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140035260142344 140036285399704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18776] ppid=18753 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/18756/task/18776/stat : 18776 (java) R 18753 18756 16262 0 -1 4202560 25 0 0 0 65 0 0 0 20 0 22 0 23393115 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140035259088792 140036285589723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18777] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18777/stat : 18777 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393125 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140035258037160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18778] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18778/stat : 18778 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393128 10060525568 52758 33554432000 1073741824 1073778376 140736592727088 140035256984360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.30 4.25 4.27 5/220 18778
/proc/meminfo: memFree=25841560/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9824732 CPUtime=7.29 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 16012 0 1 0 717 12 0 0 20 0 22 0 23393032 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2456183 61325 2280 9 0 2446860 0
[pid=18756/tid=18758] ppid=18753 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/18756/task/18758/stat : 18758 (java) S 18753 18756 16262 0 -1 4202560 2489 0 1 0 71 3 0 0 20 0 22 0 23393034 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036452496248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18759] ppid=18753 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18756/task/18759/stat : 18759 (java) S 18753 18756 16262 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036413987368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18760] ppid=18753 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18756/task/18760/stat : 18760 (java) S 18753 18756 16262 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036412934568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18761] ppid=18753 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18756/task/18761/stat : 18761 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036411881768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18762] ppid=18753 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18756/task/18762/stat : 18762 (java) S 18753 18756 16262 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036410828968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18763] ppid=18753 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18756/task/18763/stat : 18763 (java) S 18753 18756 16262 0 -1 4202560 122 0 0 0 4 1 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036409777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18764] ppid=18753 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18756/task/18764/stat : 18764 (java) S 18753 18756 16262 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036408724392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18765] ppid=18753 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18756/task/18765/stat : 18765 (java) S 18753 18756 16262 0 -1 4202560 94 0 0 0 3 1 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036407671592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18766] ppid=18753 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18756/task/18766/stat : 18766 (java) S 18753 18756 16262 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 22 0 23393035 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036406618792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18767] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18767/stat : 18767 (java) S 18753 18756 16262 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036276185576 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18768] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18768/stat : 18768 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036275131640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18769] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18769/stat : 18769 (java) S 18753 18756 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036274078728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18770] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18770/stat : 18770 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036273027216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18771] ppid=18753 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/18756/task/18771/stat : 18771 (java) S 18753 18756 16262 0 -1 4202560 4211 0 0 0 83 0 0 0 20 0 22 0 23393039 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036271975352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18772] ppid=18753 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/18756/task/18772/stat : 18772 (java) S 18753 18756 16262 0 -1 4202560 7426 0 0 0 89 2 0 0 20 0 22 0 23393039 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036270922552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18773] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18773/stat : 18773 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140036269869944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18774] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18774/stat : 18774 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140035261197256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18775] ppid=18753 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/18756/task/18775/stat : 18775 (java) R 18753 18756 16262 0 -1 4202560 23 0 0 0 220 0 0 0 20 0 22 0 23393115 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140035260142376 140036285437755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18776] ppid=18753 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/18756/task/18776/stat : 18776 (java) R 18753 18756 16262 0 -1 4202560 25 0 0 0 219 0 0 0 20 0 22 0 23393115 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140035259089432 140036285597508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18777] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18777/stat : 18777 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393125 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140035258037160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18778] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18778/stat : 18778 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393128 10060525568 61325 33554432000 1073741824 1073778376 140736592727088 140035256984360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.30 4.25 4.27 6/220 18778
/proc/meminfo: memFree=25677780/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9824732 CPUtime=14 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 16440 0 1 0 1382 18 0 0 20 0 22 0 23393032 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2456183 95254 2284 9 0 2446860 0
[pid=18756/tid=18758] ppid=18753 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/18756/task/18758/stat : 18758 (java) S 18753 18756 16262 0 -1 4202560 2489 0 1 0 71 3 0 0 20 0 22 0 23393034 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036452496248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18759] ppid=18753 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18756/task/18759/stat : 18759 (java) S 18753 18756 16262 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036413987368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18760] ppid=18753 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18756/task/18760/stat : 18760 (java) S 18753 18756 16262 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036412934568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18761] ppid=18753 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18756/task/18761/stat : 18761 (java) S 18753 18756 16262 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036411881768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18762] ppid=18753 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18756/task/18762/stat : 18762 (java) S 18753 18756 16262 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036410828968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18763] ppid=18753 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18756/task/18763/stat : 18763 (java) S 18753 18756 16262 0 -1 4202560 129 0 0 0 6 1 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036409777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18764] ppid=18753 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18756/task/18764/stat : 18764 (java) S 18753 18756 16262 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036408724392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18765] ppid=18753 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18756/task/18765/stat : 18765 (java) S 18753 18756 16262 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036407671592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18766] ppid=18753 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18756/task/18766/stat : 18766 (java) S 18753 18756 16262 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 22 0 23393035 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036406618792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18767] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18767/stat : 18767 (java) S 18753 18756 16262 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036276185576 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18768] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18768/stat : 18768 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036275131640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18769] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18769/stat : 18769 (java) S 18753 18756 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036274078728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18770] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18770/stat : 18770 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 95254 33554432000 1073741824 1073778376 140736592727088 140036273027216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18771] ppid=18753 vsize=9824732 CPUtime=0.95 cores=0,2,4,6

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

/proc/18756/task/18761/stat : 18761 (java) S 18753 18756 16262 0 -1 4202560 301 0 0 0 163 7 0 0 20 0 22 0 23393035 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036411881768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18762] ppid=18753 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/18756/task/18762/stat : 18762 (java) S 18753 18756 16262 0 -1 4202560 506 0 0 0 173 9 0 0 20 0 22 0 23393035 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036410828968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18763] ppid=18753 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/18756/task/18763/stat : 18763 (java) S 18753 18756 16262 0 -1 4202560 391 0 0 0 180 7 0 0 20 0 22 0 23393035 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036409777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18764] ppid=18753 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/18756/task/18764/stat : 18764 (java) S 18753 18756 16262 0 -1 4202560 616 0 0 0 178 8 0 0 20 0 22 0 23393035 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036408724392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18765] ppid=18753 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/18756/task/18765/stat : 18765 (java) S 18753 18756 16262 0 -1 4202560 366 0 0 0 180 9 0 0 20 0 22 0 23393035 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036407671592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18766] ppid=18753 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/18756/task/18766/stat : 18766 (java) S 18753 18756 16262 0 -1 4202560 382 0 0 0 174 8 0 0 20 0 22 0 23393035 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036406618792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18767] ppid=18753 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/18756/task/18767/stat : 18767 (java) S 18753 18756 16262 0 -1 4202560 11115 0 0 0 164 32 0 0 20 0 22 0 23393036 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036276185576 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18768] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18768/stat : 18768 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036275131640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18769] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18769/stat : 18769 (java) S 18753 18756 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036274078728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18770] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18770/stat : 18770 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036273027216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18771] ppid=18753 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18756/task/18771/stat : 18771 (java) S 18753 18756 16262 0 -1 4202560 9604 0 0 0 177 2 0 0 20 0 22 0 23393039 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036271975352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18772] ppid=18753 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/18756/task/18772/stat : 18772 (java) S 18753 18756 16262 0 -1 4202560 7467 0 0 0 117 2 0 0 20 0 22 0 23393039 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036270922552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18773] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18773/stat : 18773 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140036269869944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18774] ppid=18753 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/18756/task/18774/stat : 18774 (java) S 18753 18756 16262 0 -1 4202560 47 0 0 0 15 14 0 0 20 0 22 0 23393039 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140035261197256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18775] ppid=18753 vsize=9824732 CPUtime=812.72 cores=0,2,4,6
/proc/18756/task/18775/stat : 18775 (java) R 18753 18756 16262 0 -1 4202560 327 0 0 0 81255 17 0 0 20 0 22 0 23393115 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140035260141072 140036285437726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18776] ppid=18753 vsize=9824732 CPUtime=812.74 cores=0,2,4,6
/proc/18756/task/18776/stat : 18776 (java) R 18753 18756 16262 0 -1 4202560 1922 0 0 0 81229 45 0 0 20 0 22 0 23393115 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140035259087360 140036285350681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18777] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18777/stat : 18777 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393125 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140035258037160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18778] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18778/stat : 18778 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393128 10060525568 442824 33554432000 1073741824 1073778376 140736592727088 140035256984360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1650.03
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.23 4.20 4.20 5/219 18936
/proc/meminfo: memFree=23132704/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9824732 CPUtime=1770.35 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 37550 0 1 0 176878 157 0 0 20 0 22 0 23393032 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2456183 423927 2293 9 0 2446860 0
[pid=18756/tid=18758] ppid=18753 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/18756/task/18758/stat : 18758 (java) S 18753 18756 16262 0 -1 4202560 2499 0 1 0 74 5 0 0 20 0 22 0 23393034 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036452496248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18759] ppid=18753 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/18756/task/18759/stat : 18759 (java) S 18753 18756 16262 0 -1 4202560 275 0 0 0 187 8 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036413987368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18760] ppid=18753 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/18756/task/18760/stat : 18760 (java) S 18753 18756 16262 0 -1 4202560 297 0 0 0 186 9 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036412934568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18761] ppid=18753 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/18756/task/18761/stat : 18761 (java) S 18753 18756 16262 0 -1 4202560 301 0 0 0 174 7 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036411881768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18762] ppid=18753 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/18756/task/18762/stat : 18762 (java) S 18753 18756 16262 0 -1 4202560 560 0 0 0 184 9 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036410828968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18763] ppid=18753 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/18756/task/18763/stat : 18763 (java) S 18753 18756 16262 0 -1 4202560 466 0 0 0 190 7 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036409777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18764] ppid=18753 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/18756/task/18764/stat : 18764 (java) S 18753 18756 16262 0 -1 4202560 616 0 0 0 192 8 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036408724392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18765] ppid=18753 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18756/task/18765/stat : 18765 (java) S 18753 18756 16262 0 -1 4202560 366 0 0 0 189 9 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036407671592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18766] ppid=18753 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/18756/task/18766/stat : 18766 (java) S 18753 18756 16262 0 -1 4202560 401 0 0 0 182 8 0 0 20 0 22 0 23393035 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036406618792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18767] ppid=18753 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/18756/task/18767/stat : 18767 (java) S 18753 18756 16262 0 -1 4202560 11119 0 0 0 164 33 0 0 20 0 22 0 23393036 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036276185576 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18768] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18768/stat : 18768 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036275131640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18769] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18769/stat : 18769 (java) S 18753 18756 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036274078728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18770] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18770/stat : 18770 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036273027216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18771] ppid=18753 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18756/task/18771/stat : 18771 (java) S 18753 18756 16262 0 -1 4202560 9604 0 0 0 177 2 0 0 20 0 22 0 23393039 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036271975352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18772] ppid=18753 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/18756/task/18772/stat : 18772 (java) S 18753 18756 16262 0 -1 4202560 7467 0 0 0 117 2 0 0 20 0 22 0 23393039 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036270922552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18773] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18773/stat : 18773 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140036269869944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18774] ppid=18753 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/18756/task/18774/stat : 18774 (java) S 18753 18756 16262 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 23393039 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140035261197256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18775] ppid=18753 vsize=9824732 CPUtime=872.28 cores=0,2,4,6
/proc/18756/task/18775/stat : 18775 (java) R 18753 18756 16262 0 -1 4202560 334 0 0 0 87210 18 0 0 20 0 22 0 23393115 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140035260140288 140036285330699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18776] ppid=18753 vsize=9824732 CPUtime=872.33 cores=0,2,4,6
/proc/18756/task/18776/stat : 18776 (java) R 18753 18756 16262 0 -1 4202560 1929 0 0 0 87187 46 0 0 20 0 22 0 23393115 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140035259088144 140036285674345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18777] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18777/stat : 18777 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393125 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140035258037160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18778] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18778/stat : 18778 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393128 10060525568 423927 33554432000 1073741824 1073778376 140736592727088 140035256984360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.35
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.28 4.20 4.20 5/219 18936
/proc/meminfo: memFree=23160320/32872528 swapFree=1556504/1720024
[pid=18756] ppid=18753 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/18756/stat : 18756 (java) S 18753 18756 16262 0 -1 4202496 37555 0 1 0 179860 158 0 0 20 0 22 0 23393032 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140736592718224 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18756/statm: 2456183 416985 2293 9 0 2446860 0
[pid=18756/tid=18758] ppid=18753 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/18756/task/18758/stat : 18758 (java) S 18753 18756 16262 0 -1 4202560 2499 0 1 0 74 5 0 0 20 0 22 0 23393034 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036452496248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18759] ppid=18753 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/18756/task/18759/stat : 18759 (java) S 18753 18756 16262 0 -1 4202560 275 0 0 0 188 8 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036413987368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18760] ppid=18753 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18756/task/18760/stat : 18760 (java) S 18753 18756 16262 0 -1 4202560 297 0 0 0 189 9 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036412934568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18761] ppid=18753 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/18756/task/18761/stat : 18761 (java) S 18753 18756 16262 0 -1 4202560 301 0 0 0 175 7 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036411881768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18762] ppid=18753 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/18756/task/18762/stat : 18762 (java) S 18753 18756 16262 0 -1 4202560 560 0 0 0 186 9 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036410828968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18763] ppid=18753 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18756/task/18763/stat : 18763 (java) S 18753 18756 16262 0 -1 4202560 466 0 0 0 191 7 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036409777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18764] ppid=18753 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/18756/task/18764/stat : 18764 (java) S 18753 18756 16262 0 -1 4202560 616 0 0 0 194 8 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036408724392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18765] ppid=18753 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/18756/task/18765/stat : 18765 (java) S 18753 18756 16262 0 -1 4202560 366 0 0 0 191 9 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036407671592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18766] ppid=18753 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/18756/task/18766/stat : 18766 (java) S 18753 18756 16262 0 -1 4202560 401 0 0 0 184 8 0 0 20 0 22 0 23393035 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036406618792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18767] ppid=18753 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18756/task/18767/stat : 18767 (java) S 18753 18756 16262 0 -1 4202560 11119 0 0 0 164 34 0 0 20 0 22 0 23393036 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036276185576 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18768] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18768/stat : 18768 (java) S 18753 18756 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036275131640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18769] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18769/stat : 18769 (java) S 18753 18756 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23393036 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036274078728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18770] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18770/stat : 18770 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036273027216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18771] ppid=18753 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18756/task/18771/stat : 18771 (java) S 18753 18756 16262 0 -1 4202560 9604 0 0 0 177 2 0 0 20 0 22 0 23393039 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036271975352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18772] ppid=18753 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/18756/task/18772/stat : 18772 (java) S 18753 18756 16262 0 -1 4202560 7467 0 0 0 117 2 0 0 20 0 22 0 23393039 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036270922552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18756/tid=18773] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18773/stat : 18773 (java) S 18753 18756 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23393039 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140036269869944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18756/tid=18774] ppid=18753 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/18756/task/18774/stat : 18774 (java) S 18753 18756 16262 0 -1 4202560 53 0 0 0 16 16 0 0 20 0 22 0 23393039 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140035261197256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18775] ppid=18753 vsize=9824732 CPUtime=887.09 cores=0,2,4,6
/proc/18756/task/18775/stat : 18775 (java) R 18753 18756 16262 0 -1 4202560 336 0 0 0 88691 18 0 0 20 0 22 0 23393115 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140035260141056 140036285539505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18756/tid=18776] ppid=18753 vsize=9824732 CPUtime=887.13 cores=0,2,4,6
/proc/18756/task/18776/stat : 18776 (java) R 18753 18756 16262 0 -1 4202560 1930 0 0 0 88667 46 0 0 20 0 22 0 23393115 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140035259087360 140036285485499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18777] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18777/stat : 18777 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393125 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140035258037160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18756/tid=18778] ppid=18753 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18756/task/18778/stat : 18778 (java) S 18753 18756 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23393128 10060525568 416985 33554432000 1073741824 1073778376 140736592727088 140035256984360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 18756 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 18756 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=312223
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=40689
# CPU time returned by wait4() is 1796.35
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.276
CPU time (s): 1800.18
CPU user time (s): 1798.6
CPU system time (s): 1.58
CPU usage (%): 200.627
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 2.04069
maximum resident set size= 2824324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37619
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33397
involuntary context switches= 46332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50316 second user time and 7.62384 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 03:30:44
IDJOB=4101282
IDBENCH=1723
IDSOLVER=2543
FILE ID=node117/4101282-1466213444
RUNJOBID= node117-1466206104-16278
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-beaconfd.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101282-1466213444/watcher-4101282-1466213444 -o /tmp/evaluation-result-4101282-1466213444/solver-4101282-1466213444 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101282-1466213444.opb

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

MD5SUM BENCH= 6927d145bd65464e16bb11d2b0c90152
RANDOM SEED=424248098

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:        26044932 kB
Buffers:          148448 kB
Cached:          1762848 kB
SwapCached:            0 kB
Active:          2551488 kB
Inactive:        1795916 kB
Active(anon):    2439196 kB
Inactive(anon):        0 kB
Active(file):     112292 kB
Inactive(file):  1795916 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       4164804 kB
Mapped:            21156 kB
Shmem:               204 kB
Slab:             620648 kB
SReclaimable:      64696 kB
SUnreclaim:       555952 kB
KernelStack:        1816 kB
PageTables:        12664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4368128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2547712 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= 71732 MiB
End job on node117 at 2016-06-18 03:45:41