Trace number 4103702

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.09 897.85

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM0fd8d82b89614ba6aec45b78f4728905
Bench CategoryOPT-BIGINT (optimisation, big 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 variables30004
Total number of constraints455
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 constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4103702-1466245776.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.46/0.70	c ... done. Wall clock time 0.592s.
1.46/0.70	c declared #vars     30004
1.46/0.70	c #constraints  615
1.46/0.70	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.46/0.70	c constraints type 
1.46/0.70	c org.sat4j.specs.Constr$1 => 4
1.46/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 611
1.46/0.70	c 615 constraints processed.
1.46/0.70	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.46/0.70	c constraints type 
1.46/0.70	c org.sat4j.specs.Constr$1 => 4
1.46/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 611
1.46/0.70	c 615 constraints processed.
1.46/0.70	c objective function length is 210 literals
154.84/76.29	c cleaning 2496 clauses out of 5002 with flag 16510/5002
733.03/365.13	c cleaning 4254 clauses out of 8509 with flag 51824/11005
912.73/454.87	c cleaning 5621 clauses out of 11248 with flag 74055/18000
931.84/464.34	c cleaning 6810 clauses out of 13626 with flag 94040/26001
953.00/475.22	c cleaning 7908 clauses out of 15816 with flag 113772/35001
974.99/486.30	c cleaning 8953 clauses out of 17905 with flag 135625/45000
999.26/498.31	c cleaning 9977 clauses out of 19953 with flag 159740/56001
1024.14/510.79	c cleaning 10986 clauses out of 21971 with flag 185309/68000
1060.59/529.21	c cleaning 11988 clauses out of 23985 with flag 211765/81000
1102.26/550.07	c cleaning 12993 clauses out of 25997 with flag 240305/95000
1147.35/572.55	c cleaning 14002 clauses out of 28005 with flag 270874/110001
1197.45/597.39	c cleaning 15000 clauses out of 30003 with flag 303974/126001
1253.98/626.03	c cleaning 16002 clauses out of 32003 with flag 338613/143001
1313.76/655.88	c cleaning 17000 clauses out of 34000 with flag 375297/161000
1377.16/687.39	c cleaning 17998 clauses out of 36000 with flag 414388/180000
1448.60/722.84	c cleaning 19000 clauses out of 38003 with flag 455448/200001
1523.50/760.03	c cleaning 19985 clauses out of 40003 with flag 498294/221001
1606.29/801.02	c cleaning 21006 clauses out of 42018 with flag 543320/243001
1695.30/845.64	c cleaning 22005 clauses out of 44012 with flag 590235/266001
1784.80/890.21	c cleaning 23003 clauses out of 46007 with flag 639151/290001
1800.09/897.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/897.80	c starts		: 1043
1800.09/897.80	c conflicts		: 294929
1800.09/897.80	c decisions		: 3313403
1800.09/897.80	c propagations		: 14349566
1800.09/897.80	c inspects		: 1090175340
1800.09/897.80	c shortcuts		: 0
1800.09/897.80	c learnt literals	: 10
1800.09/897.80	c learnt binary clauses	: 4
1800.09/897.80	c learnt ternary clauses	: 0
1800.09/897.80	c learnt constraints	: 294918
1800.09/897.80	c ignored constraints	: 0
1800.09/897.80	c root simplifications	: 0
1800.09/897.80	c removed literals (reason simplification)	: 1774295
1800.09/897.80	c reason swapping (by a shorter reason)	: 0
1800.09/897.80	c Calls to reduceDB	: 20
1800.09/897.80	c Number of update (reduction) of LBD	: 8561
1800.09/897.80	c Imported unit clauses	: 0
1800.09/897.80	c number of reductions to clauses (during analyze)	: 0
1800.09/897.80	c number of learned constraints concerned by reduction	: 0
1800.09/897.80	c number of learning phase by resolution	: 0
1800.09/897.80	c number of learning phase by cutting planes	: 0
1800.09/897.80	c speed (assignments/second)	: 15996.876334274595
1800.09/897.80	c non guided choices	15726
1800.09/897.82	c learnt constraints type 
1800.09/897.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.09/897.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27928
1800.09/897.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/897.82	c starts		: 10
1800.09/897.82	c conflicts		: 3487
1800.09/897.82	c decisions		: 86145
1800.09/897.82	c propagations		: 1519898
1800.09/897.82	c inspects		: 221258797
1800.09/897.82	c shortcuts		: 0
1800.09/897.82	c learnt literals	: 0
1800.09/897.82	c learnt binary clauses	: 0
1800.09/897.82	c learnt ternary clauses	: 0
1800.09/897.82	c learnt constraints	: 3487
1800.09/897.82	c ignored constraints	: 0
1800.09/897.82	c root simplifications	: 0
1800.09/897.82	c removed literals (reason simplification)	: 0
1800.09/897.82	c reason swapping (by a shorter reason)	: 0
1800.09/897.82	c Calls to reduceDB	: 0
1800.09/897.82	c Number of update (reduction) of LBD	: 0
1800.09/897.82	c Imported unit clauses	: 0
1800.09/897.82	c number of reductions to clauses (during analyze)	: 0
1800.09/897.82	c number of learned constraints concerned by reduction	: 0
1800.09/897.82	c number of learning phase by resolution	: 0
1800.09/897.82	c number of learning phase by cutting planes	: 0
1800.09/897.82	c speed (assignments/second)	: 1694.4784168050026
1800.09/897.82	c non guided choices	0
1800.09/897.82	c learnt constraints type 
1800.09/897.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3487
1800.09/897.82	s UNKNOWN
1800.09/897.82	c Total wall clock time (in seconds): 897.713

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-4103702-1466245776/watcher-4103702-1466245776 -o /tmp/evaluation-result-4103702-1466245776/solver-4103702-1466245776 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103702-1466245776.opb 

pid=8241
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.06 4.17 4.17 4/197 8244
/proc/meminfo: memFree=27639548/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 26626790 98570240 978 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 24065 978 744 9 0 16771 0
[pid=8244/tid=8245] ppid=8241 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) R 8241 8244 6358 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 26626791 98570240 978 33554432000 1073741824 1073778376 140735195561664 139960054939176 213866333568 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100159 s]
/proc/loadavg: 4.06 4.17 4.17 4/197 8244
/proc/meminfo: memFree=27639548/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 4509 0 1 0 10 1 0 0 20 0 18 0 26626790 9787879424 6135 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2389619 6135 2158 9 0 2380296 0
[pid=8244/tid=8245] ppid=8241 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) R 8241 8244 6358 0 -1 4202560 2388 0 1 0 8 0 0 0 20 0 18 0 26626791 9787879424 6135 33554432000 1073741824 1073778376 140735195561664 139960054942624 213869716749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 4.06 4.17 4.17 4/197 8244
/proc/meminfo: memFree=27639548/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 5098 0 1 0 28 1 0 0 20 0 18 0 26626790 9787879424 7621 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2389619 7621 2217 9 0 2380296 0
[pid=8244/tid=8245] ppid=8241 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) R 8241 8244 6358 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 26626791 9787879424 7621 33554432000 1073741824 1073778376 140735195561664 139960054942624 139959914849264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300341 s]
/proc/loadavg: 4.06 4.17 4.17 4/197 8244
/proc/meminfo: memFree=27639548/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 11929 0 1 0 56 2 0 0 20 0 18 0 26626790 9787879424 14375 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2389619 14375 2233 9 0 2380296 0
[pid=8244/tid=8245] ppid=8241 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) R 8241 8244 6358 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 18 0 26626791 9787879424 14375 33554432000 1073741824 1073778376 140735195561664 139960054943560 139959914849536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 4.06 4.17 4.17 4/197 8244
/proc/meminfo: memFree=27639548/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9558476 CPUtime=1.46 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 15879 0 1 0 142 4 0 0 20 0 18 0 26626790 9787879424 41896 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2389619 41896 2253 9 0 2380296 0
[pid=8244/tid=8245] ppid=8241 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) R 8241 8244 6358 0 -1 4202560 2475 0 1 0 65 2 0 0 20 0 18 0 26626791 9787879424 41896 33554432000 1073741824 1073778376 140735195561664 139960054943560 139960062375518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.13 4.19 4.18 5/219 8266
/proc/meminfo: memFree=27477088/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 16808 0 1 0 394 9 0 0 20 0 22 0 26626790 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2456183 53904 2274 9 0 2446860 0
[pid=8244/tid=8245] ppid=8241 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) S 8241 8244 6358 0 -1 4202560 2485 0 1 0 65 3 0 0 20 0 22 0 26626791 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139960054944632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8247] ppid=8241 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8244/task/8247/stat : 8247 (java) S 8241 8244 6358 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959898110504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8248] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8248/stat : 8248 (java) S 8241 8244 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959897057704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8249] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8249/stat : 8249 (java) S 8241 8244 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959896004904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8250] ppid=8241 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8244/task/8250/stat : 8250 (java) S 8241 8244 6358 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959894952104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8251] ppid=8241 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8244/task/8251/stat : 8251 (java) S 8241 8244 6358 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959893900328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8252] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8252/stat : 8252 (java) S 8241 8244 6358 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959892847528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8253] ppid=8241 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8244/task/8253/stat : 8253 (java) S 8241 8244 6358 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959891794728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8254] ppid=8241 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8244/task/8254/stat : 8254 (java) S 8241 8244 6358 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 26626792 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959890741928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8255] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8255/stat : 8255 (java) S 8241 8244 6358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959878543848 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8256] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8256/stat : 8256 (java) S 8241 8244 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959877489912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8257] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8257/stat : 8257 (java) S 8241 8244 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959876437000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8258] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8258/stat : 8258 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959875385488 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8259] ppid=8241 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/8244/task/8259/stat : 8259 (java) R 8241 8244 6358 0 -1 4202560 6949 0 0 0 77 1 0 0 20 0 22 0 26626795 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959874333624 139960060901263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8260] ppid=8241 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/8244/task/8260/stat : 8260 (java) R 8241 8244 6358 0 -1 4202560 5879 0 0 0 85 0 0 0 20 0 22 0 26626795 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959873267648 139960060645293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8261] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8261/stat : 8261 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959872228216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8262] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8262/stat : 8262 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959871175624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8263] ppid=8241 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/8244/task/8263/stat : 8263 (java) R 8241 8244 6358 0 -1 4202560 26 0 0 0 72 0 0 0 20 0 22 0 26626861 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959870120232 139960058229589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8264] ppid=8241 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/8244/task/8264/stat : 8264 (java) R 8241 8244 6358 0 -1 4202560 29 0 0 0 72 0 0 0 20 0 22 0 26626861 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959869067384 139959915544490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8265] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8265/stat : 8265 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626869 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959868015528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8266] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8266/stat : 8266 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626875 10060525568 53904 33554432000 1073741824 1073778376 140735195561664 139959866962728 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.13 4.19 4.18 5/219 8266
/proc/meminfo: memFree=27476212/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9824732 CPUtime=7.67 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 18975 0 1 0 755 12 0 0 20 0 22 0 26626790 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2456183 60395 2280 9 0 2446860 0
[pid=8244/tid=8245] ppid=8241 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) S 8241 8244 6358 0 -1 4202560 2485 0 1 0 65 3 0 0 20 0 22 0 26626791 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139960054944632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8247] ppid=8241 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8244/task/8247/stat : 8247 (java) S 8241 8244 6358 0 -1 4202560 124 0 0 0 5 0 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959898110504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8248] ppid=8241 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8244/task/8248/stat : 8248 (java) S 8241 8244 6358 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959897057704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8249] ppid=8241 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8244/task/8249/stat : 8249 (java) S 8241 8244 6358 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959896004904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8250] ppid=8241 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8244/task/8250/stat : 8250 (java) S 8241 8244 6358 0 -1 4202560 118 0 0 0 2 1 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959894952104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8251] ppid=8241 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8244/task/8251/stat : 8251 (java) S 8241 8244 6358 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959893900328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8252] ppid=8241 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8244/task/8252/stat : 8252 (java) S 8241 8244 6358 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959892847528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8253] ppid=8241 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8244/task/8253/stat : 8253 (java) S 8241 8244 6358 0 -1 4202560 72 0 0 0 3 0 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959891794728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8254] ppid=8241 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8244/task/8254/stat : 8254 (java) S 8241 8244 6358 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 26626792 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959890741928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8255] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8255/stat : 8255 (java) S 8241 8244 6358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959878543848 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8256] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8256/stat : 8256 (java) S 8241 8244 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959877489912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8257] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8257/stat : 8257 (java) S 8241 8244 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959876437000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8258] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8258/stat : 8258 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959875385488 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8259] ppid=8241 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8244/task/8259/stat : 8259 (java) S 8241 8244 6358 0 -1 4202560 6949 0 0 0 81 1 0 0 20 0 22 0 26626795 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959874333624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8260] ppid=8241 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/8244/task/8260/stat : 8260 (java) S 8241 8244 6358 0 -1 4202560 7656 0 0 0 118 1 0 0 20 0 22 0 26626795 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959873280824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8261] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8261/stat : 8261 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959872228216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8262] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8262/stat : 8262 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959871175624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8263] ppid=8241 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/8244/task/8263/stat : 8263 (java) R 8241 8244 6358 0 -1 4202560 26 0 0 0 228 0 0 0 20 0 22 0 26626861 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959870118592 139959915562106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8264] ppid=8241 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/8244/task/8264/stat : 8264 (java) R 8241 8244 6358 0 -1 4202560 31 0 0 0 227 0 0 0 20 0 22 0 26626861 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959869067800 139959915547177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8265] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8265/stat : 8265 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626869 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959868015528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8266] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8266/stat : 8266 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626875 10060525568 60395 33554432000 1073741824 1073778376 140735195561664 139959866962728 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.12 4.18 4.18 5/219 8266
/proc/meminfo: memFree=27314176/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9824732 CPUtime=14.19 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 19217 0 1 0 1402 17 0 0 20 0 22 0 26626790 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2456183 94139 2280 9 0 2446860 0
[pid=8244/tid=8245] ppid=8241 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) S 8241 8244 6358 0 -1 4202560 2486 0 1 0 65 3 0 0 20 0 22 0 26626791 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139960054944632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8247] ppid=8241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8244/task/8247/stat : 8247 (java) S 8241 8244 6358 0 -1 4202560 126 0 0 0 6 0 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959898110504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8248] ppid=8241 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8244/task/8248/stat : 8248 (java) S 8241 8244 6358 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959897057704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8249] ppid=8241 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8244/task/8249/stat : 8249 (java) S 8241 8244 6358 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959896004904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8250] ppid=8241 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8244/task/8250/stat : 8250 (java) S 8241 8244 6358 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959894952104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8251] ppid=8241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8244/task/8251/stat : 8251 (java) S 8241 8244 6358 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959893900328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8252] ppid=8241 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8244/task/8252/stat : 8252 (java) S 8241 8244 6358 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959892847528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8253] ppid=8241 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/8244/task/8253/stat : 8253 (java) S 8241 8244 6358 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 22 0 26626792 10060525568 94139 33554432000 1073741824 1073778376 140735195561664 139959891794728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8254] ppid=8241 vsize=9824732 CPUtime=0.07 cores=1,3,5,7

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

/proc/8244/task/8249/stat : 8249 (java) S 8241 8244 6358 0 -1 4202560 1530 0 0 0 153 38 0 0 20 0 22 0 26626792 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959896004904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8250] ppid=8241 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/8244/task/8250/stat : 8250 (java) S 8241 8244 6358 0 -1 4202560 2556 0 0 0 128 33 0 0 20 0 22 0 26626792 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959894952104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8251] ppid=8241 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/8244/task/8251/stat : 8251 (java) S 8241 8244 6358 0 -1 4202560 1695 0 0 0 121 37 0 0 20 0 22 0 26626792 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959893900328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8252] ppid=8241 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/8244/task/8252/stat : 8252 (java) S 8241 8244 6358 0 -1 4202560 1755 0 0 0 139 33 0 0 20 0 22 0 26626792 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959892847528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8253] ppid=8241 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/8244/task/8253/stat : 8253 (java) S 8241 8244 6358 0 -1 4202560 1919 0 0 0 140 37 0 0 20 0 22 0 26626792 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959891794728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8254] ppid=8241 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/8244/task/8254/stat : 8254 (java) S 8241 8244 6358 0 -1 4202560 1808 0 0 0 126 34 0 0 20 0 22 0 26626792 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959890741928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8255] ppid=8241 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/8244/task/8255/stat : 8255 (java) S 8241 8244 6358 0 -1 4202560 2638 0 0 0 407 6 0 0 20 0 22 0 26626793 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959878543848 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8256] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8256/stat : 8256 (java) S 8241 8244 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959877489912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8257] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8257/stat : 8257 (java) S 8241 8244 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959876437000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8258] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8258/stat : 8258 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959875385488 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8259] ppid=8241 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/8244/task/8259/stat : 8259 (java) S 8241 8244 6358 0 -1 4202560 6970 0 0 0 99 1 0 0 20 0 22 0 26626795 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959874333624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8260] ppid=8241 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/8244/task/8260/stat : 8260 (java) S 8241 8244 6358 0 -1 4202560 7668 0 0 0 135 2 0 0 20 0 22 0 26626795 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959873280824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8261] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8261/stat : 8261 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959872228216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8262] ppid=8241 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8244/task/8262/stat : 8262 (java) S 8241 8244 6358 0 -1 4202560 47 0 0 0 8 23 0 0 20 0 22 0 26626795 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959871175624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8263] ppid=8241 vsize=9824732 CPUtime=811.48 cores=1,3,5,7
/proc/8244/task/8263/stat : 8263 (java) R 8241 8244 6358 0 -1 4202560 82 0 0 0 81134 14 0 0 20 0 22 0 26626861 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959870118384 139959915631905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8264] ppid=8241 vsize=9824732 CPUtime=811.49 cores=1,3,5,7
/proc/8244/task/8264/stat : 8264 (java) R 8241 8244 6358 0 -1 4202560 1788 0 0 0 81107 42 0 0 20 0 22 0 26626861 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959869066816 139959915544480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8265] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8265/stat : 8265 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626869 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959868015528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8266] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8266/stat : 8266 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626875 10060525568 962138 33554432000 1073741824 1073778376 140735195561664 139959866962728 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1648.56
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.56 4.31 4.19 5/219 8423
/proc/meminfo: memFree=23790928/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9824732 CPUtime=1768.9 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 38425 0 1 0 176539 351 0 0 20 0 22 0 26626790 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2456183 962175 2292 9 0 2446860 0
[pid=8244/tid=8245] ppid=8241 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) S 8241 8244 6358 0 -1 4202560 2493 0 1 0 68 4 0 0 20 0 22 0 26626791 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139960054944632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8247] ppid=8241 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/8244/task/8247/stat : 8247 (java) S 8241 8244 6358 0 -1 4202560 1190 0 0 0 148 34 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959898110504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8248] ppid=8241 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/8244/task/8248/stat : 8248 (java) S 8241 8244 6358 0 -1 4202560 2971 0 0 0 179 33 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959897057704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8249] ppid=8241 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/8244/task/8249/stat : 8249 (java) S 8241 8244 6358 0 -1 4202560 1530 0 0 0 160 38 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959896004904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8250] ppid=8241 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/8244/task/8250/stat : 8250 (java) S 8241 8244 6358 0 -1 4202560 2556 0 0 0 133 34 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959894952104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8251] ppid=8241 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/8244/task/8251/stat : 8251 (java) S 8241 8244 6358 0 -1 4202560 1695 0 0 0 127 37 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959893900328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8252] ppid=8241 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/8244/task/8252/stat : 8252 (java) S 8241 8244 6358 0 -1 4202560 1771 0 0 0 152 33 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959892847528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8253] ppid=8241 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/8244/task/8253/stat : 8253 (java) S 8241 8244 6358 0 -1 4202560 1940 0 0 0 150 37 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959891794728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8254] ppid=8241 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8244/task/8254/stat : 8254 (java) S 8241 8244 6358 0 -1 4202560 1808 0 0 0 141 34 0 0 20 0 22 0 26626792 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959890741928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8255] ppid=8241 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/8244/task/8255/stat : 8255 (java) S 8241 8244 6358 0 -1 4202560 2642 0 0 0 408 6 0 0 20 0 22 0 26626793 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959878543848 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8256] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8256/stat : 8256 (java) S 8241 8244 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959877489912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8257] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8257/stat : 8257 (java) S 8241 8244 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959876437000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8258] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8258/stat : 8258 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959875385488 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8259] ppid=8241 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/8244/task/8259/stat : 8259 (java) S 8241 8244 6358 0 -1 4202560 6970 0 0 0 99 1 0 0 20 0 22 0 26626795 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959874333624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8260] ppid=8241 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/8244/task/8260/stat : 8260 (java) S 8241 8244 6358 0 -1 4202560 7668 0 0 0 135 2 0 0 20 0 22 0 26626795 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959873280824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8261] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8261/stat : 8261 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959872228216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8262] ppid=8241 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/8244/task/8262/stat : 8262 (java) S 8241 8244 6358 0 -1 4202560 51 0 0 0 9 25 0 0 20 0 22 0 26626795 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959871175624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8263] ppid=8241 vsize=9824732 CPUtime=871.1 cores=1,3,5,7
/proc/8244/task/8263/stat : 8263 (java) R 8241 8244 6358 0 -1 4202560 86 0 0 0 87095 15 0 0 20 0 22 0 26626861 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959870120704 139959915646585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8264] ppid=8241 vsize=9824732 CPUtime=871.1 cores=1,3,5,7
/proc/8244/task/8264/stat : 8264 (java) R 8241 8244 6358 0 -1 4202560 1788 0 0 0 87066 44 0 0 20 0 22 0 26626861 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959869066688 139959915544490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8265] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8265/stat : 8265 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626869 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959868015528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8266] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8266/stat : 8266 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626875 10060525568 962175 33554432000 1073741824 1073778376 140735195561664 139959866962728 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.44 4.29 4.18 6/219 8424
/proc/meminfo: memFree=23848456/32872528 swapFree=681964/737152
[pid=8244] ppid=8241 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/8244/stat : 8244 (java) S 8241 8244 6358 0 -1 4202496 38444 0 1 0 179657 352 0 0 20 0 22 0 26626790 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 140735195552800 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8244/statm: 2456183 947620 2292 9 0 2446860 0
[pid=8244/tid=8245] ppid=8241 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/8244/task/8245/stat : 8245 (java) S 8241 8244 6358 0 -1 4202560 2493 0 1 0 68 4 0 0 20 0 22 0 26626791 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139960054944632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8247] ppid=8241 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/8244/task/8247/stat : 8247 (java) S 8241 8244 6358 0 -1 4202560 1190 0 0 0 154 34 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959898110504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8248] ppid=8241 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/8244/task/8248/stat : 8248 (java) S 8241 8244 6358 0 -1 4202560 2979 0 0 0 186 33 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959897057704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8249] ppid=8241 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/8244/task/8249/stat : 8249 (java) S 8241 8244 6358 0 -1 4202560 1530 0 0 0 164 38 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959896004904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8250] ppid=8241 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/8244/task/8250/stat : 8250 (java) S 8241 8244 6358 0 -1 4202560 2561 0 0 0 138 34 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959894952104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8251] ppid=8241 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/8244/task/8251/stat : 8251 (java) S 8241 8244 6358 0 -1 4202560 1695 0 0 0 133 37 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959893900328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8252] ppid=8241 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/8244/task/8252/stat : 8252 (java) S 8241 8244 6358 0 -1 4202560 1771 0 0 0 155 34 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959892847528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8253] ppid=8241 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/8244/task/8253/stat : 8253 (java) S 8241 8244 6358 0 -1 4202560 1944 0 0 0 157 37 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959891794728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8254] ppid=8241 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/8244/task/8254/stat : 8254 (java) S 8241 8244 6358 0 -1 4202560 1808 0 0 0 147 34 0 0 20 0 22 0 26626792 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959890741928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8255] ppid=8241 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/8244/task/8255/stat : 8255 (java) S 8241 8244 6358 0 -1 4202560 2642 0 0 0 408 6 0 0 20 0 22 0 26626793 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959878543848 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8256] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8256/stat : 8256 (java) S 8241 8244 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959877489912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8244/tid=8257] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8257/stat : 8257 (java) S 8241 8244 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26626793 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959876437000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8258] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8258/stat : 8258 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959875385488 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8259] ppid=8241 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/8244/task/8259/stat : 8259 (java) S 8241 8244 6358 0 -1 4202560 6970 0 0 0 99 1 0 0 20 0 22 0 26626795 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959874333624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8260] ppid=8241 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/8244/task/8260/stat : 8260 (java) S 8241 8244 6358 0 -1 4202560 7668 0 0 0 135 2 0 0 20 0 22 0 26626795 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959873280824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8261] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8261/stat : 8261 (java) S 8241 8244 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26626795 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959872228216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8244/tid=8262] ppid=8241 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/8244/task/8262/stat : 8262 (java) S 8241 8244 6358 0 -1 4202560 51 0 0 0 9 25 0 0 20 0 22 0 26626795 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959871175624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8263] ppid=8241 vsize=9824732 CPUtime=886.43 cores=1,3,5,7
/proc/8244/task/8263/stat : 8263 (java) R 8241 8244 6358 0 -1 4202560 86 0 0 0 88628 15 0 0 20 0 22 0 26626861 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959870118624 139959915661608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8264] ppid=8241 vsize=9824732 CPUtime=886.43 cores=1,3,5,7
/proc/8244/task/8264/stat : 8264 (java) R 8241 8244 6358 0 -1 4202560 1790 0 0 0 88599 44 0 0 20 0 22 0 26626861 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959869066640 139959915544490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8244/tid=8265] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8265/stat : 8265 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626869 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959868015528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8244/tid=8266] ppid=8241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8244/task/8266/stat : 8266 (java) S 8241 8244 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26626875 10060525568 947620 33554432000 1073741824 1073778376 140735195561664 139959866962728 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 8244 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 8244 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=988576
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=953398
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.85
CPU time (s): 1800.09
CPU user time (s): 1796.57
CPU system time (s): 3.52
CPU usage (%): 200.489
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.99
system time used= 3.9534
maximum resident set size= 3848752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38485
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22908
involuntary context switches= 25385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41418 second user time and 7.8638 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 12:29:36
IDJOB=4103702
IDBENCH=2435
IDSOLVER=2543
FILE ID=node112/4103702-1466245776
RUNJOBID= node112-1466241279-6375
PBS_JOBID= 19918204
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standata.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103702-1466245776/watcher-4103702-1466245776 -o /tmp/evaluation-result-4103702-1466245776/solver-4103702-1466245776 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103702-1466245776.opb

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

MD5SUM BENCH= 0fd8d82b89614ba6aec45b78f4728905
RANDOM SEED=701896643

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27640308 kB
Buffers:           33992 kB
Cached:           102324 kB
SwapCached:         2040 kB
Active:          3675300 kB
Inactive:          78652 kB
Active(anon):    3618136 kB
Inactive(anon):     2100 kB
Active(file):      57164 kB
Inactive(file):    76552 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096732 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       4356180 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             601408 kB
SReclaimable:      44764 kB
SUnreclaim:       556644 kB
KernelStack:        1592 kB
PageTables:        12776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4706680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3600384 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= 71696 MiB
End job on node112 at 2016-06-18 12:44:34