Trace number 4080710

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.69 898.624

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
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 variables45751
Total number of constraints135901
Number of constraints which are clauses135900
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 constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4080710-1465235127.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
3.27/1.81	c ... done. Wall clock time 1.693s.
3.27/1.81	c declared #vars     45751
3.27/1.81	c #constraints  135902
3.27/1.82	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.27/1.82	c constraints type 
3.27/1.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
3.27/1.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
3.27/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.27/1.82	c 135902 constraints processed.
3.27/1.82	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.27/1.82	c constraints type 
3.27/1.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
3.27/1.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
3.27/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.27/1.82	c 135902 constraints processed.
3.27/1.82	c objective function length is 151 literals
1800.12/898.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.60	c starts		: 4
1800.12/898.60	c conflicts		: 3902
1800.12/898.60	c decisions		: 6505
1800.12/898.60	c propagations		: 1731946
1800.12/898.60	c inspects		: 8722936
1800.12/898.60	c shortcuts		: 0
1800.12/898.60	c learnt literals	: 0
1800.12/898.60	c learnt binary clauses	: 0
1800.12/898.60	c learnt ternary clauses	: 0
1800.12/898.60	c learnt constraints	: 3902
1800.12/898.60	c ignored constraints	: 0
1800.12/898.60	c root simplifications	: 0
1800.12/898.60	c removed literals (reason simplification)	: 32759668
1800.12/898.60	c reason swapping (by a shorter reason)	: 0
1800.12/898.60	c Calls to reduceDB	: 0
1800.12/898.60	c Number of update (reduction) of LBD	: 478
1800.12/898.60	c Imported unit clauses	: 0
1800.12/898.60	c number of reductions to clauses (during analyze)	: 0
1800.12/898.60	c number of learned constraints concerned by reduction	: 0
1800.12/898.60	c number of learning phase by resolution	: 0
1800.12/898.60	c number of learning phase by cutting planes	: 0
1800.12/898.60	c speed (assignments/second)	: 1931.3824869889677
1800.12/898.60	c non guided choices	127
1800.12/898.61	c learnt constraints type 
1800.12/898.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3902
1800.12/898.61	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.61	c starts		: 1
1800.12/898.61	c conflicts		: 20
1800.12/898.61	c decisions		: 6034
1800.12/898.61	c propagations		: 299299
1800.12/898.61	c inspects		: 2822026
1800.12/898.61	c shortcuts		: 0
1800.12/898.61	c learnt literals	: 0
1800.12/898.61	c learnt binary clauses	: 0
1800.12/898.61	c learnt ternary clauses	: 0
1800.12/898.61	c learnt constraints	: 19
1800.12/898.61	c ignored constraints	: 0
1800.12/898.61	c root simplifications	: 0
1800.12/898.61	c removed literals (reason simplification)	: 0
1800.12/898.61	c reason swapping (by a shorter reason)	: 0
1800.12/898.61	c Calls to reduceDB	: 0
1800.12/898.61	c Number of update (reduction) of LBD	: 0
1800.12/898.61	c Imported unit clauses	: 0
1800.12/898.61	c number of reductions to clauses (during analyze)	: 0
1800.12/898.61	c number of learned constraints concerned by reduction	: 0
1800.12/898.61	c number of learning phase by resolution	: 0
1800.12/898.61	c number of learning phase by cutting planes	: 0
1800.12/898.61	c speed (assignments/second)	: 333.7663872818189
1800.12/898.61	c non guided choices	2
1800.12/898.61	c learnt constraints type 
1800.12/898.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19
1800.12/898.61	s UNKNOWN
1800.12/898.61	c Total wall clock time (in seconds): 898.486

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-4080710-1465235127/watcher-4080710-1465235127 -o /tmp/evaluation-result-4080710-1465235127/solver-4080710-1465235127 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080710-1465235127.opb 

pid=14542
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.28 4.32 4.22 5/199 14545
/proc/meminfo: memFree=28233188/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14545/stat : 14545 (java) R 14542 14545 8273 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 105445475 9515008 186 33554432000 1073741824 1073778376 140734492848512 140734492837576 273896533287 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2323 186 143 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 4.28 4.32 4.22 5/199 14545
/proc/meminfo: memFree=28233188/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 4400 0 1 0 8 2 0 0 20 0 18 0 105445475 9787879424 6038 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 4.28 4.32 4.22 5/199 14545
/proc/meminfo: memFree=28233188/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 4737 0 1 0 23 2 0 0 20 0 18 0 105445475 9787879424 7292 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2389619 7292 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300254 s]
/proc/loadavg: 4.28 4.32 4.22 5/199 14545
/proc/meminfo: memFree=28233188/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 5613 0 1 0 44 2 0 0 20 0 18 0 105445475 9787879424 8954 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2389619 8954 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700218 s]
/proc/loadavg: 4.28 4.32 4.22 5/199 14545
/proc/meminfo: memFree=28233188/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9558476 CPUtime=1.58 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 15322 0 1 0 152 6 0 0 20 0 18 0 105445475 9787879424 42272 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2389619 42272 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 4.28 4.32 4.22 5/217 14563
/proc/meminfo: memFree=28015640/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9558476 CPUtime=2.63 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 15852 0 1 0 252 11 0 0 20 0 18 0 105445475 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2389619 56532 2274 9 0 2380296 0
[pid=14545/tid=14547] ppid=14542 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/14545/task/14547/stat : 14547 (java) R 14542 14545 8273 0 -1 4202560 2481 0 1 0 136 4 0 0 20 0 18 0 105445476 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895915302264 139895758763587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14548] ppid=14542 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14545/task/14548/stat : 14548 (java) S 14542 14545 8273 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895758646184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14549] ppid=14542 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14549/stat : 14549 (java) S 14542 14545 8273 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895757593640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14550] ppid=14542 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14550/stat : 14550 (java) S 14542 14545 8273 0 -1 4202560 123 0 0 0 1 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895756540584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14551] ppid=14542 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14545/task/14551/stat : 14551 (java) S 14542 14545 8273 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895755488040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14552] ppid=14542 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14552/stat : 14552 (java) S 14542 14545 8273 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895754434984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14553] ppid=14542 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14553/stat : 14553 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895753382440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14554] ppid=14542 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14554/stat : 14554 (java) S 14542 14545 8273 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895752329384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14555] ppid=14542 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14545/task/14555/stat : 14555 (java) S 14542 14545 8273 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 18 0 105445477 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895751276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14556] ppid=14542 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14556/stat : 14556 (java) S 14542 14545 8273 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 105445478 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895268948840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14557] ppid=14542 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14557/stat : 14557 (java) S 14542 14545 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 105445479 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895267895160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14558] ppid=14542 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14558/stat : 14558 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 105445479 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895266841992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14559] ppid=14542 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14559/stat : 14559 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105445481 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895265790736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14560] ppid=14542 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/14545/task/14560/stat : 14560 (java) R 14542 14545 8273 0 -1 4202560 5697 0 0 0 49 0 0 0 20 0 18 0 105445481 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895264737472 139895922104952 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14561] ppid=14542 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/14545/task/14561/stat : 14561 (java) S 14542 14545 8273 0 -1 4202560 5907 0 0 0 44 2 0 0 20 0 18 0 105445481 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895263685048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14562] ppid=14542 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14562/stat : 14562 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105445481 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895262632184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14563] ppid=14542 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14563/stat : 14563 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105445481 9787879424 56532 33554432000 1073741824 1073778376 140734492848512 139895261579848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9558476

[startup+3.10097 s]
/proc/loadavg: 4.34 4.33 4.23 7/221 14567
/proc/meminfo: memFree=27960740/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9824732 CPUtime=6.38 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 18988 0 1 0 624 14 0 0 20 0 22 0 105445475 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2456183 73518 2281 9 0 2446860 0
[pid=14545/tid=14547] ppid=14542 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/14545/task/14547/stat : 14547 (java) S 14542 14545 8273 0 -1 4202560 2498 0 1 0 168 4 0 0 20 0 22 0 105445476 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895915303800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14548] ppid=14542 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14545/task/14548/stat : 14548 (java) S 14542 14545 8273 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895758646184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14549] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14549/stat : 14549 (java) S 14542 14545 8273 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895757593640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14550] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14550/stat : 14550 (java) S 14542 14545 8273 0 -1 4202560 123 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895756540584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14551] ppid=14542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14545/task/14551/stat : 14551 (java) S 14542 14545 8273 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895755488040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14552] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14552/stat : 14552 (java) S 14542 14545 8273 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895754434984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14553] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14553/stat : 14553 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895753382440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14554] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14554/stat : 14554 (java) S 14542 14545 8273 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895752329384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14555] ppid=14542 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14545/task/14555/stat : 14555 (java) S 14542 14545 8273 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 22 0 105445477 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895751276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14556] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14556/stat : 14556 (java) S 14542 14545 8273 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 105445478 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895268948840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14557] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14557/stat : 14557 (java) S 14542 14545 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895267895160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14558] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14558/stat : 14558 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895266841992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14559] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14559/stat : 14559 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895265790736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14560] ppid=14542 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/14545/task/14560/stat : 14560 (java) S 14542 14545 8273 0 -1 4202560 8717 0 0 0 103 2 0 0 20 0 22 0 105445481 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895264737592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14561] ppid=14542 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/14545/task/14561/stat : 14561 (java) S 14542 14545 8273 0 -1 4202560 5924 0 0 0 78 2 0 0 20 0 22 0 105445481 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895263685048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14562] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14562/stat : 14562 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895262632184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14563] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14563/stat : 14563 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895261579848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14564] ppid=14542 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/14545/task/14564/stat : 14564 (java) R 14542 14545 8273 0 -1 4202560 21 0 0 0 124 0 0 0 20 0 22 0 105445657 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895260523592 139895759758910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14565] ppid=14542 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/14545/task/14565/stat : 14565 (java) R 14542 14545 8273 0 -1 4202560 40 0 0 0 126 0 0 0 20 0 22 0 105445657 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895259470920 139895759933804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14566] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14566/stat : 14566 (java) S 14542 14545 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105445662 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895258420520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14567] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14567/stat : 14567 (java) S 14542 14545 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105445663 10060525568 73518 33554432000 1073741824 1073778376 140734492848512 139895257367976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.34 4.33 4.23 5/221 14567
/proc/meminfo: memFree=27912804/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9824732 CPUtime=13.08 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 19013 0 1 0 1293 15 0 0 20 0 22 0 105445475 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2456183 82228 2281 9 0 2446860 0
[pid=14545/tid=14547] ppid=14542 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/14545/task/14547/stat : 14547 (java) S 14542 14545 8273 0 -1 4202560 2499 0 1 0 168 4 0 0 20 0 22 0 105445476 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895915303800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14548] ppid=14542 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14545/task/14548/stat : 14548 (java) S 14542 14545 8273 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895758646184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14549] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14549/stat : 14549 (java) S 14542 14545 8273 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895757593640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14550] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14550/stat : 14550 (java) S 14542 14545 8273 0 -1 4202560 123 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895756540584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14551] ppid=14542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14545/task/14551/stat : 14551 (java) S 14542 14545 8273 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895755488040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14552] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14552/stat : 14552 (java) S 14542 14545 8273 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895754434984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14553] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14553/stat : 14553 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895753382440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14554] ppid=14542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14545/task/14554/stat : 14554 (java) S 14542 14545 8273 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895752329384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14555] ppid=14542 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14545/task/14555/stat : 14555 (java) S 14542 14545 8273 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 22 0 105445477 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895751276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14556] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14556/stat : 14556 (java) S 14542 14545 8273 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 105445478 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895268948840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14557] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14557/stat : 14557 (java) S 14542 14545 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895267895160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14558] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14558/stat : 14558 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895266841992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14559] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14559/stat : 14559 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895265790736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14560] ppid=14542 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/14545/task/14560/stat : 14560 (java) S 14542 14545 8273 0 -1 4202560 8717 0 0 0 114 2 0 0 20 0 22 0 105445481 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895264737592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14561] ppid=14542 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/14545/task/14561/stat : 14561 (java) S 14542 14545 8273 0 -1 4202560 5930 0 0 0 102 2 0 0 20 0 22 0 105445481 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895263685048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14562] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14562/stat : 14562 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895262632184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14563] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14563/stat : 14563 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 82228 33554432000 1073741824 1073778376 140734492848512 139895261579848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14564] ppid=14542 vsize=9824732 CPUtime=4.44 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.31 4.27 4.25 5/221 14678
/proc/meminfo: memFree=27959664/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9824732 CPUtime=1647.48 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 38869 0 1 0 164587 161 0 0 20 0 22 0 105445475 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2456183 399889 2293 9 0 2446860 0
[pid=14545/tid=14547] ppid=14542 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/14545/task/14547/stat : 14547 (java) S 14542 14545 8273 0 -1 4202560 2504 0 1 0 170 6 0 0 20 0 22 0 105445476 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895915303800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14548] ppid=14542 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/14545/task/14548/stat : 14548 (java) S 14542 14545 8273 0 -1 4202560 1943 0 0 0 109 12 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895758646184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14549] ppid=14542 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/14545/task/14549/stat : 14549 (java) S 14542 14545 8273 0 -1 4202560 2890 0 0 0 96 10 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895757593640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14550] ppid=14542 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/14545/task/14550/stat : 14550 (java) S 14542 14545 8273 0 -1 4202560 1365 0 0 0 89 11 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895756540584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14551] ppid=14542 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/14545/task/14551/stat : 14551 (java) S 14542 14545 8273 0 -1 4202560 2550 0 0 0 107 14 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895755488040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14552] ppid=14542 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/14545/task/14552/stat : 14552 (java) S 14542 14545 8273 0 -1 4202560 1054 0 0 0 93 12 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895754434984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14553] ppid=14542 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/14545/task/14553/stat : 14553 (java) S 14542 14545 8273 0 -1 4202560 2955 0 0 0 96 10 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895753382440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14554] ppid=14542 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/14545/task/14554/stat : 14554 (java) S 14542 14545 8273 0 -1 4202560 1806 0 0 0 91 12 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895752329384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14555] ppid=14542 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/14545/task/14555/stat : 14555 (java) S 14542 14545 8273 0 -1 4202560 1471 0 0 0 93 12 0 0 20 0 22 0 105445477 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895751276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14556] ppid=14542 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/14545/task/14556/stat : 14556 (java) S 14542 14545 8273 0 -1 4202560 1988 0 0 0 187 6 0 0 20 0 22 0 105445478 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895268948840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14557] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14557/stat : 14557 (java) S 14542 14545 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895267895160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14558] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14558/stat : 14558 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895266841992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14559] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14559/stat : 14559 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895265790736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14560] ppid=14542 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/14545/task/14560/stat : 14560 (java) S 14542 14545 8273 0 -1 4202560 8720 0 0 0 152 3 0 0 20 0 22 0 105445481 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895264737592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14561] ppid=14542 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/14545/task/14561/stat : 14561 (java) S 14542 14545 8273 0 -1 4202560 5940 0 0 0 145 2 0 0 20 0 22 0 105445481 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895263685048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14562] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14562/stat : 14562 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895262632184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14563] ppid=14542 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/14545/task/14563/stat : 14563 (java) S 14542 14545 8273 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 105445481 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895261579848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14564] ppid=14542 vsize=9824732 CPUtime=816.01 cores=1,3,5,7
/proc/14545/task/14564/stat : 14564 (java) R 14542 14545 8273 0 -1 4202560 1917 0 0 0 81563 38 0 0 20 0 22 0 105445657 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895260524336 139895759994839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14565] ppid=14542 vsize=9824732 CPUtime=816.03 cores=1,3,5,7
/proc/14545/task/14565/stat : 14565 (java) R 14542 14545 8273 0 -1 4202560 450 0 0 0 81576 27 0 0 20 0 22 0 105445657 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895259470928 139895759760723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14566] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14566/stat : 14566 (java) S 14542 14545 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105445662 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895258420520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14567] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14567/stat : 14567 (java) S 14542 14545 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105445663 10060525568 399889 33554432000 1073741824 1073778376 140734492848512 139895257367976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1647.48
Current children cumulated vsize (KiB) 9824732

[startup+882.309 s]
/proc/loadavg: 4.50 4.33 4.27 5/222 14682
/proc/meminfo: memFree=27816440/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9824732 CPUtime=1767.45 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 39019 0 1 0 176579 166 0 0 20 0 22 0 105445475 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2456183 426121 2293 9 0 2446860 0
[pid=14545/tid=14547] ppid=14542 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/14545/task/14547/stat : 14547 (java) S 14542 14545 8273 0 -1 4202560 2505 0 1 0 170 6 0 0 20 0 22 0 105445476 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895915303800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14548] ppid=14542 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/14545/task/14548/stat : 14548 (java) S 14542 14545 8273 0 -1 4202560 1944 0 0 0 110 12 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895758646184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14549] ppid=14542 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/14545/task/14549/stat : 14549 (java) S 14542 14545 8273 0 -1 4202560 2892 0 0 0 97 10 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895757593640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14550] ppid=14542 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/14545/task/14550/stat : 14550 (java) S 14542 14545 8273 0 -1 4202560 1367 0 0 0 89 11 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895756540584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14551] ppid=14542 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/14545/task/14551/stat : 14551 (java) S 14542 14545 8273 0 -1 4202560 2551 0 0 0 109 14 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895755488040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14552] ppid=14542 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/14545/task/14552/stat : 14552 (java) S 14542 14545 8273 0 -1 4202560 1056 0 0 0 94 12 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895754434984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14553] ppid=14542 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/14545/task/14553/stat : 14553 (java) S 14542 14545 8273 0 -1 4202560 2957 0 0 0 98 10 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895753382440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14554] ppid=14542 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/14545/task/14554/stat : 14554 (java) S 14542 14545 8273 0 -1 4202560 1809 0 0 0 92 12 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895752329384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14555] ppid=14542 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/14545/task/14555/stat : 14555 (java) S 14542 14545 8273 0 -1 4202560 1474 0 0 0 95 12 0 0 20 0 22 0 105445477 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895751276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14556] ppid=14542 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/14545/task/14556/stat : 14556 (java) S 14542 14545 8273 0 -1 4202560 2040 0 0 0 187 7 0 0 20 0 22 0 105445478 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895268948840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14557] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14557/stat : 14557 (java) S 14542 14545 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895267895160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14558] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14558/stat : 14558 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895266841992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14559] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14559/stat : 14559 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895265790736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14560] ppid=14542 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/14545/task/14560/stat : 14560 (java) S 14542 14545 8273 0 -1 4202560 8720 0 0 0 152 3 0 0 20 0 22 0 105445481 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895264737592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14561] ppid=14542 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/14545/task/14561/stat : 14561 (java) S 14542 14545 8273 0 -1 4202560 5940 0 0 0 145 2 0 0 20 0 22 0 105445481 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895263685048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14562] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14562/stat : 14562 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895262632184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14563] ppid=14542 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/14545/task/14563/stat : 14563 (java) S 14542 14545 8273 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 105445481 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895261579848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14564] ppid=14542 vsize=9824732 CPUtime=875.94 cores=1,3,5,7
/proc/14545/task/14564/stat : 14564 (java) R 14542 14545 8273 0 -1 4202560 1981 0 0 0 87553 41 0 0 20 0 22 0 105445657 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895260523520 139895760109009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14565] ppid=14542 vsize=9824732 CPUtime=875.96 cores=1,3,5,7
/proc/14545/task/14565/stat : 14565 (java) R 14542 14545 8273 0 -1 4202560 463 0 0 0 87568 28 0 0 20 0 22 0 105445657 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895259470736 139895760030513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14566] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14566/stat : 14566 (java) S 14542 14545 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105445662 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895258420520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14567] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14567/stat : 14567 (java) S 14542 14545 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105445663 10060525568 426121 33554432000 1073741824 1073778376 140734492848512 139895257367976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1767.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 4.87 4.41 4.30 5/222 14683
/proc/meminfo: memFree=27856548/32872528 swapFree=15540/1663004
[pid=14545] ppid=14542 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/14545/stat : 14545 (java) S 14542 14545 8273 0 -1 4202496 39026 0 1 0 179845 167 0 0 20 0 22 0 105445475 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 140734492839648 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14545/statm: 2456183 406887 2293 9 0 2446860 0
[pid=14545/tid=14547] ppid=14542 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/14545/task/14547/stat : 14547 (java) S 14542 14545 8273 0 -1 4202560 2505 0 1 0 170 6 0 0 20 0 22 0 105445476 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895915303800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14548] ppid=14542 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/14545/task/14548/stat : 14548 (java) S 14542 14545 8273 0 -1 4202560 1945 0 0 0 112 12 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895758646184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14549] ppid=14542 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/14545/task/14549/stat : 14549 (java) S 14542 14545 8273 0 -1 4202560 2893 0 0 0 99 10 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895757593640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14550] ppid=14542 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/14545/task/14550/stat : 14550 (java) S 14542 14545 8273 0 -1 4202560 1368 0 0 0 92 11 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895756540584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14551] ppid=14542 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/14545/task/14551/stat : 14551 (java) S 14542 14545 8273 0 -1 4202560 2551 0 0 0 111 14 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895755488040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14552] ppid=14542 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/14545/task/14552/stat : 14552 (java) S 14542 14545 8273 0 -1 4202560 1056 0 0 0 96 12 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895754434984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14553] ppid=14542 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/14545/task/14553/stat : 14553 (java) S 14542 14545 8273 0 -1 4202560 2958 0 0 0 102 10 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895753382440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14554] ppid=14542 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/14545/task/14554/stat : 14554 (java) S 14542 14545 8273 0 -1 4202560 1809 0 0 0 96 12 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895752329384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14555] ppid=14542 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/14545/task/14555/stat : 14555 (java) S 14542 14545 8273 0 -1 4202560 1474 0 0 0 97 12 0 0 20 0 22 0 105445477 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895751276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14545/tid=14556] ppid=14542 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/14545/task/14556/stat : 14556 (java) S 14542 14545 8273 0 -1 4202560 2041 0 0 0 187 7 0 0 20 0 22 0 105445478 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895268948840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14557] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14557/stat : 14557 (java) S 14542 14545 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895267895160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14558] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14558/stat : 14558 (java) S 14542 14545 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105445479 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895266841992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14559] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14559/stat : 14559 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895265790736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14560] ppid=14542 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/14545/task/14560/stat : 14560 (java) S 14542 14545 8273 0 -1 4202560 8720 0 0 0 152 3 0 0 20 0 22 0 105445481 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895264737592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14545/tid=14561] ppid=14542 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/14545/task/14561/stat : 14561 (java) S 14542 14545 8273 0 -1 4202560 5940 0 0 0 145 2 0 0 20 0 22 0 105445481 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895263685048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14562] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14562/stat : 14562 (java) S 14542 14545 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105445481 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895262632184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14563] ppid=14542 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/14545/task/14563/stat : 14563 (java) S 14542 14545 8273 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 105445481 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895261579848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14564] ppid=14542 vsize=9824732 CPUtime=892.16 cores=1,3,5,7
/proc/14545/task/14564/stat : 14564 (java) R 14542 14545 8273 0 -1 4202560 1982 0 0 0 89175 41 0 0 20 0 22 0 105445657 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895260524256 139895759758910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14545/tid=14565] ppid=14542 vsize=9824732 CPUtime=892.19 cores=1,3,5,7
/proc/14545/task/14565/stat : 14565 (java) R 14542 14545 8273 0 -1 4202560 464 0 0 0 89191 28 0 0 20 0 22 0 105445657 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895259470800 139895759977789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14566] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14566/stat : 14566 (java) S 14542 14545 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105445662 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895258420520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14545/tid=14567] ppid=14542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14545/task/14567/stat : 14567 (java) S 14542 14545 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105445663 10060525568 406887 33554432000 1073741824 1073778376 140734492848512 139895257367976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 14545 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.624
CPU time (s): 1800.69
CPU user time (s): 1798.53
CPU system time (s): 2.16467
CPU usage (%): 200.383
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 2.16467
maximum resident set size= 2972252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39058
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24339
involuntary context switches= 25925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44002 second user time and 8.33273 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 19:45:27
IDJOB=4080710
IDBENCH=3012
IDSOLVER=2543
FILE ID=node134/4080710-1465235127
RUNJOBID= node134-1465220363-8290
PBS_JOBID= 19843220
Free space on /tmp= 71728 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=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080710-1465235127/watcher-4080710-1465235127 -o /tmp/evaluation-result-4080710-1465235127/solver-4080710-1465235127 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080710-1465235127.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=1414116018

node134.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.403
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	: 5332.80
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.403
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.403
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.403
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.403
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.403
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.403
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.403
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:        28233352 kB
Buffers:           30820 kB
Cached:           104240 kB
SwapCached:         1804 kB
Active:          2191136 kB
Inactive:          66920 kB
Active(anon):    2124344 kB
Inactive(anon):     1036 kB
Active(file):      66792 kB
Inactive(file):    65884 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       3797936 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             567796 kB
SReclaimable:      11464 kB
SUnreclaim:       556332 kB
KernelStack:        1624 kB
PageTables:        12772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3973420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3731456 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= 71724 MiB
End job on node134 at 2016-06-06 20:00:26