Trace number 4105818

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.02 898.828

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-466115074-max.opb
MD5SUM91a5420b80ffdfe2edd36883df6730be
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 variables34451
Total number of constraints102181
Number of constraints which are clauses102180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567048530064817703149238847471651876572267107280016735989126993020184591974005456899
Number of bits of the biggest sum of numbers391
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4105818-1466258610.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.91/1.41	c ... done. Wall clock time 1.289s.
2.91/1.41	c declared #vars     34451
2.91/1.41	c #constraints  102182
2.91/1.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.91/1.41	c constraints type 
2.91/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34060
2.91/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68120
2.91/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.91/1.41	c 102182 constraints processed.
2.91/1.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.91/1.41	c constraints type 
2.91/1.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68120
2.91/1.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34060
2.91/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.91/1.41	c 102182 constraints processed.
2.91/1.41	c objective function length is 131 literals
1288.70/643.09	c cleaning 2497 clauses out of 5000 with flag 12838/5000
1800.02/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.81	c starts		: 7
1800.02/898.81	c conflicts		: 7201
1800.02/898.81	c decisions		: 10770
1800.02/898.81	c propagations		: 2553386
1800.02/898.81	c inspects		: 13596342
1800.02/898.81	c shortcuts		: 0
1800.02/898.81	c learnt literals	: 0
1800.02/898.81	c learnt binary clauses	: 0
1800.02/898.81	c learnt ternary clauses	: 1
1800.02/898.81	c learnt constraints	: 7201
1800.02/898.81	c ignored constraints	: 0
1800.02/898.81	c root simplifications	: 0
1800.02/898.81	c removed literals (reason simplification)	: 59660319
1800.02/898.81	c reason swapping (by a shorter reason)	: 0
1800.02/898.81	c Calls to reduceDB	: 1
1800.02/898.81	c Number of update (reduction) of LBD	: 782
1800.02/898.81	c Imported unit clauses	: 0
1800.02/898.81	c number of reductions to clauses (during analyze)	: 0
1800.02/898.81	c number of learned constraints concerned by reduction	: 0
1800.02/898.81	c number of learning phase by resolution	: 0
1800.02/898.81	c number of learning phase by cutting planes	: 0
1800.02/898.81	c speed (assignments/second)	: 2845.4433003476865
1800.02/898.81	c non guided choices	114
1800.02/898.81	c learnt constraints type 
1800.02/898.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4704
1800.02/898.81	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.81	c starts		: 1
1800.02/898.81	c conflicts		: 18
1800.02/898.81	c decisions		: 1625
1800.02/898.81	c propagations		: 274382
1800.02/898.81	c inspects		: 1665227
1800.02/898.81	c shortcuts		: 0
1800.02/898.81	c learnt literals	: 0
1800.02/898.81	c learnt binary clauses	: 0
1800.02/898.81	c learnt ternary clauses	: 0
1800.02/898.81	c learnt constraints	: 17
1800.02/898.81	c ignored constraints	: 0
1800.02/898.81	c root simplifications	: 0
1800.02/898.81	c removed literals (reason simplification)	: 0
1800.02/898.81	c reason swapping (by a shorter reason)	: 0
1800.02/898.81	c Calls to reduceDB	: 0
1800.02/898.81	c Number of update (reduction) of LBD	: 0
1800.02/898.81	c Imported unit clauses	: 0
1800.02/898.81	c number of reductions to clauses (during analyze)	: 0
1800.02/898.81	c number of learned constraints concerned by reduction	: 0
1800.02/898.81	c number of learning phase by resolution	: 0
1800.02/898.81	c number of learning phase by cutting planes	: 0
1800.02/898.81	c speed (assignments/second)	: 305.77193533792024
1800.02/898.81	c non guided choices	2
1800.02/898.81	c learnt constraints type 
1800.02/898.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
1800.02/898.81	s UNKNOWN
1800.02/898.81	c Total wall clock time (in seconds): 898.696

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-4105818-1466258610/watcher-4105818-1466258610 -o /tmp/evaluation-result-4105818-1466258610/solver-4105818-1466258610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105818-1466258610.opb 

pid=25799
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.70 4.33 4.17 4/197 25802
/proc/meminfo: memFree=27449352/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25802/stat : 25802 (java) D 25799 25802 20157 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 27907665 9515008 176 33554432000 1073741824 1073778376 140735871626416 140735871609144 214537421712 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2323 178 135 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.70 4.33 4.17 4/197 25802
/proc/meminfo: memFree=27449352/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 27907665 9787879424 6043 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.70 4.33 4.17 4/197 25802
/proc/meminfo: memFree=27449352/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 4696 0 1 0 24 1 0 0 20 0 18 0 27907665 9787879424 7274 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2389619 7274 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.70 4.33 4.17 4/197 25802
/proc/meminfo: memFree=27449352/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 5583 0 1 0 47 1 0 0 20 0 18 0 27907665 9787879424 8898 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2389619 8898 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 4.70 4.33 4.17 4/197 25802
/proc/meminfo: memFree=27449352/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9558476 CPUtime=1.66 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 20648 0 1 0 159 7 0 0 20 0 18 0 27907665 9787879424 46668 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2389619 46668 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.70 4.33 4.17 11/215 25820
/proc/meminfo: memFree=27225692/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 21226 0 1 0 313 12 0 0 20 0 22 0 27907665 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2456183 60476 2274 9 0 2446860 0
[pid=25802/tid=25804] ppid=25799 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/25802/task/25804/stat : 25804 (java) S 25799 25802 20157 0 -1 4202560 2486 0 1 0 126 4 0 0 20 0 22 0 27907666 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936733266808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25805] ppid=25799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25802/task/25805/stat : 25805 (java) S 25799 25802 20157 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936694758184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25806] ppid=25799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25802/task/25806/stat : 25806 (java) S 25799 25802 20157 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936693705384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25807] ppid=25799 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25802/task/25807/stat : 25807 (java) S 25799 25802 20157 0 -1 4202560 139 0 0 0 2 2 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936692653096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25808] ppid=25799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25802/task/25808/stat : 25808 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936691600296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25809] ppid=25799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25802/task/25809/stat : 25809 (java) S 25799 25802 20157 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936690546984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25810] ppid=25799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25802/task/25810/stat : 25810 (java) S 25799 25802 20157 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936689494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25811] ppid=25799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25802/task/25811/stat : 25811 (java) S 25799 25802 20157 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936688441896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25812] ppid=25799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25802/task/25812/stat : 25812 (java) S 25799 25802 20157 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 27907667 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936687389096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25813] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25813/stat : 25813 (java) S 25799 25802 20157 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936556624616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25814] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25814/stat : 25814 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936555570680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25815] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25815/stat : 25815 (java) S 25799 25802 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936554518280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25816] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25816/stat : 25816 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936553466768 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25817] ppid=25799 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/25802/task/25817/stat : 25817 (java) R 25799 25802 20157 0 -1 4202560 7484 0 0 0 74 1 0 0 20 0 22 0 27907671 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936552413368 139936739727777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25818] ppid=25799 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/25802/task/25818/stat : 25818 (java) R 25799 25802 20157 0 -1 4202560 9454 0 0 0 69 2 0 0 20 0 22 0 27907671 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936551360568 139936740070052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25819] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25819/stat : 25819 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936550308472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25820] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25820/stat : 25820 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 60476 33554432000 1073741824 1073778376 140735871626416 139936549255880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 4.70 4.33 4.17 7/219 25824
/proc/meminfo: memFree=27215732/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9824732 CPUtime=7.11 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 21287 0 1 0 698 13 0 0 20 0 22 0 27907665 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2456183 83530 2278 9 0 2446860 0
[pid=25802/tid=25804] ppid=25799 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/25802/task/25804/stat : 25804 (java) S 25799 25802 20157 0 -1 4202560 2486 0 1 0 126 4 0 0 20 0 22 0 27907666 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936733266808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25805] ppid=25799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25802/task/25805/stat : 25805 (java) S 25799 25802 20157 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936694758184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25806] ppid=25799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25802/task/25806/stat : 25806 (java) S 25799 25802 20157 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936693705384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25807] ppid=25799 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25802/task/25807/stat : 25807 (java) S 25799 25802 20157 0 -1 4202560 139 0 0 0 2 2 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936692653096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25808] ppid=25799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25802/task/25808/stat : 25808 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936691600296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25809] ppid=25799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25802/task/25809/stat : 25809 (java) S 25799 25802 20157 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936690546984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25810] ppid=25799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25802/task/25810/stat : 25810 (java) S 25799 25802 20157 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936689494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25811] ppid=25799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25802/task/25811/stat : 25811 (java) S 25799 25802 20157 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936688441896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25812] ppid=25799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25802/task/25812/stat : 25812 (java) S 25799 25802 20157 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 27907667 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936687389096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25813] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25813/stat : 25813 (java) S 25799 25802 20157 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936556624616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25814] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25814/stat : 25814 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936555570680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25815] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25815/stat : 25815 (java) S 25799 25802 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936554518280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25816] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25816/stat : 25816 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936553466768 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25817] ppid=25799 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/25802/task/25817/stat : 25817 (java) S 25799 25802 20157 0 -1 4202560 7486 0 0 0 108 1 0 0 20 0 22 0 27907671 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936552413368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25818] ppid=25799 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/25802/task/25818/stat : 25818 (java) S 25799 25802 20157 0 -1 4202560 9455 0 0 0 103 2 0 0 20 0 22 0 27907671 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936551360568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25819] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25819/stat : 25819 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936550308472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25820] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25820/stat : 25820 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936549255880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25821] ppid=25799 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/25802/task/25821/stat : 25821 (java) R 25799 25802 20157 0 -1 4202560 52 0 0 0 166 0 0 0 20 0 22 0 27907806 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936548201320 139936561976754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25822] ppid=25799 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/25802/task/25822/stat : 25822 (java) R 25799 25802 20157 0 -1 4202560 37 0 0 0 164 0 0 0 20 0 22 0 27907806 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936547146448 139936561976754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25823] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25823/stat : 25823 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907810 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139936546096808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25824] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25824/stat : 25824 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907812 10060525568 83530 33554432000 1073741824 1073778376 140735871626416 139935268988456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.64 4.32 4.17 5/219 25824
/proc/meminfo: memFree=27058772/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9824732 CPUtime=13.69 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 21564 0 1 0 1348 21 0 0 20 0 22 0 27907665 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2456183 99502 2278 9 0 2446860 0
[pid=25802/tid=25804] ppid=25799 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/25802/task/25804/stat : 25804 (java) S 25799 25802 20157 0 -1 4202560 2486 0 1 0 126 4 0 0 20 0 22 0 27907666 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936733266808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25805] ppid=25799 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/25802/task/25805/stat : 25805 (java) S 25799 25802 20157 0 -1 4202560 168 0 0 0 5 1 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936694758184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25806] ppid=25799 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25802/task/25806/stat : 25806 (java) S 25799 25802 20157 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936693705384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25807] ppid=25799 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/25802/task/25807/stat : 25807 (java) S 25799 25802 20157 0 -1 4202560 171 0 0 0 7 3 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936692653096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25808] ppid=25799 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25802/task/25808/stat : 25808 (java) S 25799 25802 20157 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936691600296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25809] ppid=25799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25802/task/25809/stat : 25809 (java) S 25799 25802 20157 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936690546984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25810] ppid=25799 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25802/task/25810/stat : 25810 (java) S 25799 25802 20157 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936689494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25811] ppid=25799 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25802/task/25811/stat : 25811 (java) S 25799 25802 20157 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936688441896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25812] ppid=25799 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/25802/task/25812/stat : 25812 (java) S 25799 25802 20157 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 27907667 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936687389096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25813] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25813/stat : 25813 (java) S 25799 25802 20157 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936556624616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25814] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25814/stat : 25814 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936555570680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25815] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25815/stat : 25815 (java) S 25799 25802 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936554518280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25816] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25816/stat : 25816 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936553466768 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25817] ppid=25799 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/25802/task/25817/stat : 25817 (java) S 25799 25802 20157 0 -1 4202560 7486 0 0 0 114 1 0 0 20 0 22 0 27907671 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936552413368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25818] ppid=25799 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/25802/task/25818/stat : 25818 (java) S 25799 25802 20157 0 -1 4202560 9455 0 0 0 105 2 0 0 20 0 22 0 27907671 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936551360568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25819] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25819/stat : 25819 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936550308472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25820] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25820/stat : 25820 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 99502 33554432000 1073741824 1073778376 140735871626416 139936549255880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25821] ppid=25799 vsize=9824732 CPUtime=4.77 cores=0,2,4,6

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

/proc/25802/task/25807/stat : 25807 (java) S 25799 25802 20157 0 -1 4202560 379 0 0 0 44 9 0 0 20 0 22 0 27907667 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936692653096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25808] ppid=25799 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/25802/task/25808/stat : 25808 (java) S 25799 25802 20157 0 -1 4202560 287 0 0 0 48 8 0 0 20 0 22 0 27907667 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936691600296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25809] ppid=25799 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/25802/task/25809/stat : 25809 (java) S 25799 25802 20157 0 -1 4202560 337 0 0 0 35 7 0 0 20 0 22 0 27907667 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936690546984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25810] ppid=25799 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/25802/task/25810/stat : 25810 (java) S 25799 25802 20157 0 -1 4202560 267 0 0 0 41 8 0 0 20 0 22 0 27907667 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936689494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25811] ppid=25799 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/25802/task/25811/stat : 25811 (java) S 25799 25802 20157 0 -1 4202560 385 0 0 0 45 8 0 0 20 0 22 0 27907667 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936688441896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25812] ppid=25799 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25802/task/25812/stat : 25812 (java) S 25799 25802 20157 0 -1 4202560 236 0 0 0 40 7 0 0 20 0 22 0 27907667 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936687389096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25813] ppid=25799 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/25802/task/25813/stat : 25813 (java) S 25799 25802 20157 0 -1 4202560 1411 0 0 0 35 3 0 0 20 0 22 0 27907668 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936556624616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25814] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25814/stat : 25814 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936555570680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25815] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25815/stat : 25815 (java) S 25799 25802 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936554518280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25816] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25816/stat : 25816 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936553466768 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25817] ppid=25799 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/25802/task/25817/stat : 25817 (java) S 25799 25802 20157 0 -1 4202560 7494 0 0 0 136 1 0 0 20 0 22 0 27907671 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936552413368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25818] ppid=25799 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/25802/task/25818/stat : 25818 (java) S 25799 25802 20157 0 -1 4202560 9475 0 0 0 145 3 0 0 20 0 22 0 27907671 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936551360568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25819] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25819/stat : 25819 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936550308472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25820] ppid=25799 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/25802/task/25820/stat : 25820 (java) S 25799 25802 20157 0 -1 4202560 47 0 0 0 12 9 0 0 20 0 22 0 27907671 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936549255880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25821] ppid=25799 vsize=9824732 CPUtime=817.22 cores=0,2,4,6
/proc/25802/task/25821/stat : 25821 (java) R 25799 25802 20157 0 -1 4202560 1208 0 0 0 81678 44 0 0 20 0 22 0 27907806 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936548200048 139936562096827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25822] ppid=25799 vsize=9824732 CPUtime=817.26 cores=0,2,4,6
/proc/25802/task/25822/stat : 25822 (java) R 25799 25802 20157 0 -1 4202560 627 0 0 0 81711 15 0 0 20 0 22 0 27907806 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936547146096 139936561985110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25823] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25823/stat : 25823 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907810 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139936546096808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25824] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25824/stat : 25824 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907812 10060525568 597401 33554432000 1073741824 1073778376 140735871626416 139935268988456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1647.19
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.12 2.47 3.25 3/191 25877
/proc/meminfo: memFree=28210740/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9824732 CPUtime=1766.98 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 27166 0 1 0 176576 122 0 0 20 0 22 0 27907665 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2456183 579114 2298 9 0 2446860 0
[pid=25802/tid=25804] ppid=25799 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/25802/task/25804/stat : 25804 (java) S 25799 25802 20157 0 -1 4202560 2492 0 1 0 127 5 0 0 20 0 22 0 27907666 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936733266808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25805] ppid=25799 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/25802/task/25805/stat : 25805 (java) S 25799 25802 20157 0 -1 4202560 454 0 0 0 41 9 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936694758184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25806] ppid=25799 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/25802/task/25806/stat : 25806 (java) S 25799 25802 20157 0 -1 4202560 465 0 0 0 43 6 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936693705384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25807] ppid=25799 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/25802/task/25807/stat : 25807 (java) S 25799 25802 20157 0 -1 4202560 410 0 0 0 48 9 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936692653096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25808] ppid=25799 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/25802/task/25808/stat : 25808 (java) S 25799 25802 20157 0 -1 4202560 387 0 0 0 53 9 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936691600296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25809] ppid=25799 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25802/task/25809/stat : 25809 (java) S 25799 25802 20157 0 -1 4202560 349 0 0 0 40 7 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936690546984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25810] ppid=25799 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/25802/task/25810/stat : 25810 (java) S 25799 25802 20157 0 -1 4202560 350 0 0 0 44 9 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936689494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25811] ppid=25799 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/25802/task/25811/stat : 25811 (java) S 25799 25802 20157 0 -1 4202560 411 0 0 0 51 9 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936688441896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25812] ppid=25799 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/25802/task/25812/stat : 25812 (java) S 25799 25802 20157 0 -1 4202560 247 0 0 0 45 7 0 0 20 0 22 0 27907667 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936687389096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25813] ppid=25799 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/25802/task/25813/stat : 25813 (java) S 25799 25802 20157 0 -1 4202560 1469 0 0 0 66 5 0 0 20 0 22 0 27907668 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936556624616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25814] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25814/stat : 25814 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936555570680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25815] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25815/stat : 25815 (java) S 25799 25802 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936554518280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25816] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25816/stat : 25816 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936553466768 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25817] ppid=25799 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/25802/task/25817/stat : 25817 (java) S 25799 25802 20157 0 -1 4202560 7494 0 0 0 136 1 0 0 20 0 22 0 27907671 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936552413368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25818] ppid=25799 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/25802/task/25818/stat : 25818 (java) S 25799 25802 20157 0 -1 4202560 9475 0 0 0 145 3 0 0 20 0 22 0 27907671 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936551360568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25819] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25819/stat : 25819 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936550308472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25820] ppid=25799 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/25802/task/25820/stat : 25820 (java) S 25799 25802 20157 0 -1 4202560 51 0 0 0 13 10 0 0 20 0 22 0 27907671 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936549255880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25821] ppid=25799 vsize=9824732 CPUtime=876.6 cores=0,2,4,6
/proc/25802/task/25821/stat : 25821 (java) R 25799 25802 20157 0 -1 4202560 1216 0 0 0 87615 45 0 0 20 0 22 0 27907806 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936548200128 139936561976671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25822] ppid=25799 vsize=9824732 CPUtime=876.66 cores=0,2,4,6
/proc/25802/task/25822/stat : 25822 (java) R 25799 25802 20157 0 -1 4202560 630 0 0 0 87650 16 0 0 20 0 22 0 27907806 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936547146096 139936561985123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25823] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25823/stat : 25823 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907810 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139936546096808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25824] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25824/stat : 25824 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907812 10060525568 579114 33554432000 1073741824 1073778376 140735871626416 139935268988456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1766.98
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 2.16 2.46 3.24 3/191 25877
/proc/meminfo: memFree=28281056/32872528 swapFree=1191052/1305516
[pid=25802] ppid=25799 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/25802/stat : 25802 (java) S 25799 25802 20157 0 -1 4202496 27232 0 1 0 179879 123 0 0 20 0 22 0 27907665 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 140735871617552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25802/statm: 2456183 561557 2298 9 0 2446860 0
[pid=25802/tid=25804] ppid=25799 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/25802/task/25804/stat : 25804 (java) S 25799 25802 20157 0 -1 4202560 2492 0 1 0 127 5 0 0 20 0 22 0 27907666 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936733266808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25805] ppid=25799 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/25802/task/25805/stat : 25805 (java) S 25799 25802 20157 0 -1 4202560 454 0 0 0 42 9 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936694758184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25806] ppid=25799 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/25802/task/25806/stat : 25806 (java) S 25799 25802 20157 0 -1 4202560 465 0 0 0 44 6 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936693705384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25807] ppid=25799 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/25802/task/25807/stat : 25807 (java) S 25799 25802 20157 0 -1 4202560 410 0 0 0 49 9 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936692653096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25808] ppid=25799 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/25802/task/25808/stat : 25808 (java) S 25799 25802 20157 0 -1 4202560 420 0 0 0 54 9 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936691600296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25809] ppid=25799 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/25802/task/25809/stat : 25809 (java) S 25799 25802 20157 0 -1 4202560 349 0 0 0 41 7 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936690546984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25810] ppid=25799 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/25802/task/25810/stat : 25810 (java) S 25799 25802 20157 0 -1 4202560 350 0 0 0 45 9 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936689494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25802/tid=25811] ppid=25799 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/25802/task/25811/stat : 25811 (java) S 25799 25802 20157 0 -1 4202560 411 0 0 0 53 9 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936688441896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25812] ppid=25799 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/25802/task/25812/stat : 25812 (java) S 25799 25802 20157 0 -1 4202560 275 0 0 0 45 7 0 0 20 0 22 0 27907667 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936687389096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25813] ppid=25799 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/25802/task/25813/stat : 25813 (java) S 25799 25802 20157 0 -1 4202560 1469 0 0 0 67 5 0 0 20 0 22 0 27907668 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936556624616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25814] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25814/stat : 25814 (java) S 25799 25802 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936555570680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25815] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25815/stat : 25815 (java) S 25799 25802 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27907668 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936554518280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25816] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25816/stat : 25816 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936553466768 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25817] ppid=25799 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/25802/task/25817/stat : 25817 (java) S 25799 25802 20157 0 -1 4202560 7494 0 0 0 136 1 0 0 20 0 22 0 27907671 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936552413368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25802/tid=25818] ppid=25799 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/25802/task/25818/stat : 25818 (java) S 25799 25802 20157 0 -1 4202560 9475 0 0 0 145 3 0 0 20 0 22 0 27907671 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936551360568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25819] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25819/stat : 25819 (java) S 25799 25802 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27907671 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936550308472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25820] ppid=25799 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/25802/task/25820/stat : 25820 (java) S 25799 25802 20157 0 -1 4202560 51 0 0 0 13 10 0 0 20 0 22 0 27907671 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936549255880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25821] ppid=25799 vsize=9824732 CPUtime=893.02 cores=0,2,4,6
/proc/25802/task/25821/stat : 25821 (java) R 25799 25802 20157 0 -1 4202560 1219 0 0 0 89257 45 0 0 20 0 22 0 27907806 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936548199064 139936561834373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25822] ppid=25799 vsize=9824732 CPUtime=893.08 cores=0,2,4,6
/proc/25802/task/25822/stat : 25822 (java) R 25799 25802 20157 0 -1 4202560 632 0 0 0 89292 16 0 0 20 0 22 0 27907806 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936547147024 139936561985833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25802/tid=25823] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25823/stat : 25823 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907810 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139936546096808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25802/tid=25824] ppid=25799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25802/task/25824/stat : 25824 (java) S 25799 25802 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27907812 10060525568 561557 33554432000 1073741824 1073778376 140735871626416 139935268988456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 25802 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 25802 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=259231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=661747
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.828
CPU time (s): 1800.02
CPU user time (s): 1798.79
CPU system time (s): 1.23
CPU usage (%): 200.263
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.66175
maximum resident set size= 2899800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27263
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23253
involuntary context switches= 14593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05408 second user time and 6.76397 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 16:03:30
IDJOB=4105818
IDBENCH=3026
IDSOLVER=2543
FILE ID=node127/4105818-1466258610
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-466115074-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105818-1466258610/watcher-4105818-1466258610 -o /tmp/evaluation-result-4105818-1466258610/solver-4105818-1466258610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105818-1466258610.opb

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

MD5SUM BENCH= 91a5420b80ffdfe2edd36883df6730be
RANDOM SEED=172096008

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        27450228 kB
Buffers:           73716 kB
Cached:           248612 kB
SwapCached:          516 kB
Active:          3131824 kB
Inactive:         239868 kB
Active(anon):    3049692 kB
Inactive(anon):     2184 kB
Active(file):      82132 kB
Inactive(file):   237684 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              5860 kB
Writeback:             0 kB
AnonPages:       4366684 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             603616 kB
SReclaimable:      47644 kB
SUnreclaim:       555972 kB
KernelStack:        1808 kB
PageTables:        13040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4755108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3125248 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 node127 at 2016-06-18 16:18:29