Trace number 4105690

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
MD5SUMdaef519cc387cb4190b46c644ef26a75
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066611663944849260137495841993663922586015605314649454542626583271372705247225059695176544033188317685768654897628
Number of bits of the biggest sum of numbers541
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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-4105690-1466256802.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
4.28/2.50	c ... done. Wall clock time 2.373s.
4.28/2.50	c declared #vars     65701
4.28/2.50	c #constraints  195482
4.39/2.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.39/2.50	c constraints type 
4.39/2.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65160
4.39/2.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130320
4.39/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.39/2.50	c 195482 constraints processed.
4.39/2.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.39/2.50	c constraints type 
4.39/2.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 130320
4.39/2.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65160
4.39/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.39/2.50	c 195482 constraints processed.
4.39/2.50	c objective function length is 181 literals
1800.01/899.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/899.20	c starts		: 2
1800.01/899.20	c conflicts		: 1628
1800.01/899.20	c decisions		: 4003
1800.01/899.20	c propagations		: 1198005
1800.01/899.20	c inspects		: 4995780
1800.01/899.20	c shortcuts		: 0
1800.01/899.20	c learnt literals	: 0
1800.01/899.20	c learnt binary clauses	: 0
1800.01/899.20	c learnt ternary clauses	: 0
1800.01/899.20	c learnt constraints	: 1628
1800.01/899.20	c ignored constraints	: 0
1800.01/899.20	c root simplifications	: 0
1800.01/899.20	c removed literals (reason simplification)	: 22213103
1800.01/899.20	c reason swapping (by a shorter reason)	: 0
1800.01/899.20	c Calls to reduceDB	: 0
1800.01/899.20	c Number of update (reduction) of LBD	: 154
1800.01/899.20	c Imported unit clauses	: 0
1800.01/899.20	c number of reductions to clauses (during analyze)	: 0
1800.01/899.20	c number of learned constraints concerned by reduction	: 0
1800.01/899.20	c number of learning phase by resolution	: 0
1800.01/899.20	c number of learning phase by cutting planes	: 0
1800.01/899.20	c speed (assignments/second)	: 1336.0943604339277
1800.01/899.20	c non guided choices	180
1800.01/899.20	c learnt constraints type 
1800.01/899.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1628
1800.01/899.20	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/899.20	c starts		: 1
1800.01/899.20	c conflicts		: 10
1800.01/899.20	c decisions		: 3188
1800.01/899.20	c propagations		: 346433
1800.01/899.20	c inspects		: 1918061
1800.01/899.20	c shortcuts		: 0
1800.01/899.20	c learnt literals	: 0
1800.01/899.20	c learnt binary clauses	: 0
1800.01/899.20	c learnt ternary clauses	: 0
1800.01/899.20	c learnt constraints	: 9
1800.01/899.20	c ignored constraints	: 0
1800.01/899.20	c root simplifications	: 0
1800.01/899.20	c removed literals (reason simplification)	: 0
1800.01/899.20	c reason swapping (by a shorter reason)	: 0
1800.01/899.20	c Calls to reduceDB	: 0
1800.01/899.20	c Number of update (reduction) of LBD	: 0
1800.01/899.20	c Imported unit clauses	: 0
1800.01/899.20	c number of reductions to clauses (during analyze)	: 0
1800.01/899.20	c number of learned constraints concerned by reduction	: 0
1800.01/899.20	c number of learning phase by resolution	: 0
1800.01/899.20	c number of learning phase by cutting planes	: 0
1800.01/899.20	c speed (assignments/second)	: 386.36885788913696
1800.01/899.20	c non guided choices	2
1800.01/899.20	c learnt constraints type 
1800.01/899.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.01/899.20	s UNKNOWN
1800.01/899.20	c Total wall clock time (in seconds): 899.082

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

pid=25107
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.13 4.02 3.88 4/197 25110
/proc/meminfo: memFree=28357636/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25110/stat : 25110 (java) D 25107 25110 20157 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27726823 9515008 183 33554432000 1073741824 1073778376 140734082760896 140734082751928 214537420469 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2323 183 140 9 0 71 0

[startup+0.100113 s]
/proc/loadavg: 4.13 4.02 3.88 4/197 25110
/proc/meminfo: memFree=28357636/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 27726823 9787879424 6039 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.13 4.02 3.88 4/197 25110
/proc/meminfo: memFree=28357636/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 4728 0 1 0 23 1 0 0 20 0 18 0 27726823 9787879424 7299 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2389619 7299 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 4.13 4.02 3.88 4/197 25110
/proc/meminfo: memFree=28357636/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 5539 0 1 0 45 1 0 0 20 0 18 0 27726823 9787879424 8900 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2389619 8900 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 4.13 4.02 3.88 4/197 25110
/proc/meminfo: memFree=28357636/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 19819 0 1 0 156 6 0 0 20 0 18 0 27726823 9787879424 44028 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2389619 44028 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.13 4.02 3.88 4/215 25128
/proc/meminfo: memFree=28125124/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9558476 CPUtime=2.8 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 20371 0 1 0 270 10 0 0 20 0 18 0 27726823 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2389619 75691 2262 9 0 2380296 0
[pid=25110/tid=25112] ppid=25107 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/25110/task/25112/stat : 25112 (java) R 25107 25110 20157 0 -1 4202560 2497 0 1 0 135 3 0 0 20 0 18 0 27726824 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687795421168 140687643658265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 20157 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687767882024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 20157 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687766829224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687765776936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 20157 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687764724136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 20157 0 -1 4202560 109 0 0 0 5 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687763671848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 20157 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687762619048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 20157 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687632280616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 20157 0 -1 4202560 79 0 0 0 1 0 0 0 20 0 18 0 27726825 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687631227816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 20157 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27726826 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687148280040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27726827 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687147226104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27726827 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687146173704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27726829 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687145122192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 20157 0 -1 4202560 6849 0 0 0 55 2 0 0 20 0 18 0 27726829 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687144069816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 20157 0 -1 4202560 9267 0 0 0 51 2 0 0 20 0 18 0 27726829 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687143017016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27726829 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687141964920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27726829 9787879424 75691 33554432000 1073741824 1073778376 140735145008400 140687140912328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 4.13 4.02 3.88 5/215 25128
/proc/meminfo: memFree=27972400/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9824732 CPUtime=6.1 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 24211 0 1 0 594 16 0 0 20 0 22 0 27726823 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2456183 100629 2278 9 0 2446860 0
[pid=25110/tid=25112] ppid=25107 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/25110/task/25112/stat : 25112 (java) S 25107 25110 20157 0 -1 4202560 2536 0 1 0 229 4 0 0 20 0 22 0 27726824 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687795430264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 20157 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687767882024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 20157 0 -1 4202560 34 0 0 0 7 1 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687766829224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687765776936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 20157 0 -1 4202560 117 0 0 0 7 0 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687764724136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 20157 0 -1 4202560 139 0 0 0 9 2 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687763671848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 20157 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687762619048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 20157 0 -1 4202560 168 0 0 0 2 0 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687632280616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 20157 0 -1 4202560 94 0 0 0 4 0 0 0 20 0 22 0 27726825 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687631227816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 27726826 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687148280040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687147226104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687146173704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687145122192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 20157 0 -1 4202560 10260 0 0 0 105 3 0 0 20 0 22 0 27726829 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687144069816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 20157 0 -1 4202560 9284 0 0 0 92 2 0 0 20 0 22 0 27726829 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687143017016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687141964920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 100629 33554432000 1073741824 1073778376 140735145008400 140687140912328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 4.12 4.02 3.89 5/219 25132
/proc/meminfo: memFree=27978940/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9824732 CPUtime=12.62 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 24215 0 1 0 1246 16 0 0 20 0 22 0 27726823 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2456183 100354 2278 9 0 2446860 0
[pid=25110/tid=25112] ppid=25107 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/25110/task/25112/stat : 25112 (java) S 25107 25110 20157 0 -1 4202560 2537 0 1 0 229 4 0 0 20 0 22 0 27726824 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687795430264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 20157 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687767882024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 20157 0 -1 4202560 34 0 0 0 7 1 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687766829224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687765776936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 20157 0 -1 4202560 117 0 0 0 7 0 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687764724136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 20157 0 -1 4202560 139 0 0 0 9 2 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687763671848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 20157 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687762619048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 20157 0 -1 4202560 168 0 0 0 2 0 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687632280616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 20157 0 -1 4202560 94 0 0 0 4 0 0 0 20 0 22 0 27726825 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687631227816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 20157 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27726826 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687148280040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687147226104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687146173704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687145122192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 20157 0 -1 4202560 10260 0 0 0 113 3 0 0 20 0 22 0 27726829 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687144069816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 20157 0 -1 4202560 9284 0 0 0 99 2 0 0 20 0 22 0 27726829 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687143017016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687141964920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687140912328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) R 25107 25110 20157 0 -1 4202560 17 0 0 0 374 0 0 0 20 0 22 0 27727073 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687139856936 140687644454057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25130] ppid=25107 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/25110/task/25130/stat : 25130 (java) R 25107 25110 20157 0 -1 4202560 31 0 0 0 377 0 0 0 20 0 22 0 27727073 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687138804136 140687644454062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25131] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25131/stat : 25131 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727079 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687137752232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25132] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25132/stat : 25132 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727080 10060525568 100354 33554432000 1073741824 1073778376 140735145008400 140687136699432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.62

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

/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 20157 0 -1 4202560 249 0 0 0 27 4 0 0 20 0 22 0 27726825 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687765776936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 20157 0 -1 4202560 351 0 0 0 39 8 0 0 20 0 22 0 27726825 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687764724136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 20157 0 -1 4202560 349 0 0 0 37 8 0 0 20 0 22 0 27726825 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687763671848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 20157 0 -1 4202560 133 0 0 0 41 6 0 0 20 0 22 0 27726825 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687762619048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 20157 0 -1 4202560 347 0 0 0 36 7 0 0 20 0 22 0 27726825 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687632280616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 20157 0 -1 4202560 352 0 0 0 35 8 0 0 20 0 22 0 27726825 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687631227816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 20157 0 -1 4202560 1291 0 0 0 0 3 0 0 20 0 22 0 27726826 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687148280040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687147226104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687146173704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687145122192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 20157 0 -1 4202560 10275 0 0 0 148 3 0 0 20 0 22 0 27726829 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687144069816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 20157 0 -1 4202560 9297 0 0 0 137 2 0 0 20 0 22 0 27726829 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687143017016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687141964920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 20157 0 -1 4202560 47 0 0 0 12 14 0 0 20 0 22 0 27726829 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687140912328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9824732 CPUtime=816.61 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) R 25107 25110 20157 0 -1 4202560 944 0 0 0 81626 35 0 0 20 0 22 0 27727073 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687139854656 140687644454003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25130] ppid=25107 vsize=9824732 CPUtime=816.84 cores=0,2,4,6
/proc/25110/task/25130/stat : 25130 (java) R 25107 25110 20157 0 -1 4202560 808 0 0 0 81661 23 0 0 20 0 22 0 27727073 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687138802352 140687644746550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25131] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25131/stat : 25131 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727079 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687137752232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25132] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25132/stat : 25132 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727080 10060525568 696980 33554432000 1073741824 1073778376 140735145008400 140687136699432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1646.55
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.34 4.24 4.07 5/219 25291
/proc/meminfo: memFree=24964880/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9824732 CPUtime=1766.22 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 29153 0 1 0 176506 116 0 0 20 0 22 0 27726823 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2456183 699359 2290 9 0 2446860 0
[pid=25110/tid=25112] ppid=25107 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/25110/task/25112/stat : 25112 (java) S 25107 25110 20157 0 -1 4202560 2539 0 1 0 231 5 0 0 20 0 22 0 27726824 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687795430264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 20157 0 -1 4202560 261 0 0 0 40 7 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687767882024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 20157 0 -1 4202560 247 0 0 0 39 6 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687766829224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 20157 0 -1 4202560 314 0 0 0 32 5 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687765776936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 20157 0 -1 4202560 352 0 0 0 44 8 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687764724136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 20157 0 -1 4202560 357 0 0 0 40 8 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687763671848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 20157 0 -1 4202560 136 0 0 0 43 7 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687762619048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 20157 0 -1 4202560 349 0 0 0 38 7 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687632280616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 20157 0 -1 4202560 354 0 0 0 37 8 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687631227816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 20157 0 -1 4202560 1602 0 0 0 44 3 0 0 20 0 22 0 27726826 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687148280040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687147226104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687146173704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687145122192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 20157 0 -1 4202560 10275 0 0 0 148 3 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687144069816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 20157 0 -1 4202560 9297 0 0 0 137 2 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687143017016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687141964920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 20157 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687140912328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9824732 CPUtime=875.93 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) R 25107 25110 20157 0 -1 4202560 945 0 0 0 87557 36 0 0 20 0 22 0 27727073 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687139854656 140687644231271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25130] ppid=25107 vsize=9824732 CPUtime=876.18 cores=0,2,4,6
/proc/25110/task/25130/stat : 25130 (java) R 25107 25110 20157 0 -1 4202560 809 0 0 0 87594 24 0 0 20 0 22 0 27727073 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687138802368 140687644616414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25131] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25131/stat : 25131 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727079 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687137752232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25132] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25132/stat : 25132 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727080 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687136699432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1766.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.201 s]
/proc/loadavg: 4.46 4.28 4.08 5/219 25291
/proc/meminfo: memFree=24965016/32872528 swapFree=1191052/1305516
[pid=25110] ppid=25107 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 20157 0 -1 4202496 29153 0 1 0 179884 117 0 0 20 0 22 0 27726823 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140735144999536 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25110/statm: 2456183 699359 2290 9 0 2446860 0
[pid=25110/tid=25112] ppid=25107 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/25110/task/25112/stat : 25112 (java) S 25107 25110 20157 0 -1 4202560 2539 0 1 0 231 5 0 0 20 0 22 0 27726824 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687795430264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 20157 0 -1 4202560 261 0 0 0 40 7 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687767882024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 20157 0 -1 4202560 247 0 0 0 39 6 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687766829224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 20157 0 -1 4202560 314 0 0 0 32 5 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687765776936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 20157 0 -1 4202560 352 0 0 0 44 8 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687764724136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 20157 0 -1 4202560 357 0 0 0 40 8 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687763671848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 20157 0 -1 4202560 136 0 0 0 43 7 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687762619048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 20157 0 -1 4202560 349 0 0 0 38 7 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687632280616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 20157 0 -1 4202560 354 0 0 0 37 8 0 0 20 0 22 0 27726825 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687631227816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 20157 0 -1 4202560 1602 0 0 0 44 3 0 0 20 0 22 0 27726826 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687148280040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687147226104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27726827 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687146173704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687145122192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 20157 0 -1 4202560 10275 0 0 0 148 3 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687144069816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 20157 0 -1 4202560 9297 0 0 0 137 2 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687143017016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687141964920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 20157 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 27726829 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687140912328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9824732 CPUtime=892.78 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) R 25107 25110 20157 0 -1 4202560 945 0 0 0 89242 36 0 0 20 0 22 0 27727073 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687139854656 140687644453975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25130] ppid=25107 vsize=9824732 CPUtime=893.03 cores=0,2,4,6
/proc/25110/task/25130/stat : 25130 (java) R 25107 25110 20157 0 -1 4202560 809 0 0 0 89279 24 0 0 20 0 22 0 27727073 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687138802368 140687644616411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25131] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25131/stat : 25131 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727079 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687137752232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25132] ppid=25107 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25132/stat : 25132 (java) S 25107 25110 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27727080 10060525568 699359 33554432000 1073741824 1073778376 140735145008400 140687136699432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 25110 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 25110 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=229235
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=590758
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.222
CPU time (s): 1800.01
CPU user time (s): 1798.84
CPU system time (s): 1.17
CPU usage (%): 200.174
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.59076
maximum resident set size= 2991788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29184
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22003
involuntary context switches= 16564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69113 second user time and 7.81581 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 15:33:22
IDJOB=4105690
IDBENCH=2979
IDSOLVER=2543
FILE ID=node127/4105690-1466256802
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71724 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=360-sizeP=181-sizeQ=360-885821403-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105690-1466256802/watcher-4105690-1466256802 -o /tmp/evaluation-result-4105690-1466256802/solver-4105690-1466256802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105690-1466256802.opb

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

MD5SUM BENCH= daef519cc387cb4190b46c644ef26a75
RANDOM SEED=1600872727

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:        28357644 kB
Buffers:           71860 kB
Cached:           229216 kB
SwapCached:          516 kB
Active:          2220684 kB
Inactive:         231200 kB
Active(anon):    2151172 kB
Inactive(anon):     2184 kB
Active(file):      69512 kB
Inactive(file):   229016 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             11752 kB
Writeback:             0 kB
AnonPages:       3470596 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             603944 kB
SReclaimable:      47576 kB
SUnreclaim:       556368 kB
KernelStack:        1592 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3809420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2203648 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= 71716 MiB
End job on node127 at 2016-06-18 15:48:21