Trace number 4080833

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.62 895.726

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080833-1465269705.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
8.73/6.97	c ... done. Wall clock time 6.842s.
8.73/6.97	c declared #vars     157591
8.73/6.97	c #constraints  4226
8.73/6.98	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
8.73/6.98	c constraints type 
8.73/6.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
8.73/6.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
8.73/6.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
8.73/6.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
8.73/6.98	c 4226 constraints processed.
8.73/6.98	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
8.73/6.98	c constraints type 
8.73/6.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2110
8.73/6.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2111
8.73/6.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
8.73/6.98	c 4226 constraints processed.
8.73/6.98	c objective function length is 157591 literals
1123.75/560.53	c cleaning 2495 clauses out of 5000 with flag 14546/5000
1800.08/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.70	c starts		: 5
1800.08/895.70	c conflicts		: 8047
1800.08/895.70	c decisions		: 993556
1800.08/895.70	c propagations		: 7281607
1800.08/895.70	c inspects		: 15113894
1800.08/895.70	c shortcuts		: 0
1800.08/895.70	c learnt literals	: 0
1800.08/895.70	c learnt binary clauses	: 0
1800.08/895.70	c learnt ternary clauses	: 0
1800.08/895.70	c learnt constraints	: 8046
1800.08/895.70	c ignored constraints	: 0
1800.08/895.70	c root simplifications	: 0
1800.08/895.70	c removed literals (reason simplification)	: 340275
1800.08/895.70	c reason swapping (by a shorter reason)	: 0
1800.08/895.70	c Calls to reduceDB	: 1
1800.08/895.70	c Number of update (reduction) of LBD	: 1155
1800.08/895.70	c Imported unit clauses	: 0
1800.08/895.70	c number of reductions to clauses (during analyze)	: 0
1800.08/895.70	c number of learned constraints concerned by reduction	: 0
1800.08/895.70	c number of learning phase by resolution	: 0
1800.08/895.70	c number of learning phase by cutting planes	: 0
1800.08/895.70	c speed (assignments/second)	: 8194.111444579858
1800.08/895.70	c non guided choices	0
1800.08/895.71	c learnt constraints type 
1800.08/895.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5551
1800.08/895.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.71	c starts		: 2
1800.08/895.71	c conflicts		: 107
1800.08/895.71	c decisions		: 1548012
1800.08/895.71	c propagations		: 2044014
1800.08/895.71	c inspects		: 4706052
1800.08/895.71	c shortcuts		: 0
1800.08/895.71	c learnt literals	: 0
1800.08/895.71	c learnt binary clauses	: 0
1800.08/895.71	c learnt ternary clauses	: 0
1800.08/895.71	c learnt constraints	: 106
1800.08/895.71	c ignored constraints	: 0
1800.08/895.71	c root simplifications	: 0
1800.08/895.71	c removed literals (reason simplification)	: 0
1800.08/895.71	c reason swapping (by a shorter reason)	: 0
1800.08/895.71	c Calls to reduceDB	: 0
1800.08/895.71	c Number of update (reduction) of LBD	: 0
1800.08/895.71	c Imported unit clauses	: 0
1800.08/895.71	c number of reductions to clauses (during analyze)	: 0
1800.08/895.71	c number of learned constraints concerned by reduction	: 0
1800.08/895.71	c number of learning phase by resolution	: 0
1800.08/895.71	c number of learning phase by cutting planes	: 0
1800.08/895.71	c speed (assignments/second)	: 2300.1546179451343
1800.08/895.71	c non guided choices	0
1800.08/895.71	c learnt constraints type 
1800.08/895.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1800.08/895.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
1800.08/895.71	s UNKNOWN
1800.08/895.71	c Total wall clock time (in seconds): 895.576

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-4080833-1465269705/watcher-4080833-1465269705 -o /tmp/evaluation-result-4080833-1465269705/solver-4080833-1465269705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080833-1465269705.opb 

pid=22751
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: 3.98 4.13 4.16 4/197 22754
/proc/meminfo: memFree=26590676/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (java) R 22751 22754 15518 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 108903888 9515008 184 33554432000 1073741824 1073778376 140734378188480 140734378179704 214369463735 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22754/statm: 2325 184 142 9 0 73 0

[startup+0.100149 s]
/proc/loadavg: 3.98 4.13 4.16 4/197 22754
/proc/meminfo: memFree=26590676/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 4324 0 1 0 8 0 0 0 20 0 18 0 108903888 9787879424 5445 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 5448 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 3.98 4.13 4.16 4/197 22754
/proc/meminfo: memFree=26590676/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 4918 0 1 0 26 1 0 0 20 0 18 0 108903888 9787879424 8524 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 8524 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300349 s]
/proc/loadavg: 3.98 4.13 4.16 4/197 22754
/proc/meminfo: memFree=26590676/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 6282 0 1 0 46 1 0 0 20 0 18 0 108903888 9787879424 11858 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 11858 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 3.98 4.13 4.16 4/197 22754
/proc/meminfo: memFree=26590676/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=0.96 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 6459 0 1 0 91 5 0 0 20 0 18 0 108903888 9787879424 43172 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 43172 2244 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 3.98 4.13 4.16 4/215 22772
/proc/meminfo: memFree=26255992/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=2.34 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 9177 0 1 0 214 20 0 0 20 0 18 0 108903888 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 154339 2253 9 0 2380296 0
[pid=22754/tid=22756] ppid=22751 vsize=9558476 CPUtime=1.28 cores=1,3,5,7
/proc/22754/task/22756/stat : 22756 (java) R 22751 22754 15518 0 -1 4202560 2806 0 1 0 121 7 0 0 20 0 18 0 108903889 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390555019128 140390418556488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22757] ppid=22751 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22754/task/22757/stat : 22757 (java) S 22751 22754 15518 0 -1 4202560 83 0 0 0 7 3 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390544083752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22758] ppid=22751 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22754/task/22758/stat : 22758 (java) S 22751 22754 15518 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390543030952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22759] ppid=22751 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22754/task/22759/stat : 22759 (java) S 22751 22754 15518 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390541978664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22760] ppid=22751 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22754/task/22760/stat : 22760 (java) S 22751 22754 15518 0 -1 4202560 177 0 0 0 6 2 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390540925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22761] ppid=22751 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22754/task/22761/stat : 22761 (java) S 22751 22754 15518 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390539872552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22762] ppid=22751 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22754/task/22762/stat : 22762 (java) S 22751 22754 15518 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390538819752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22763] ppid=22751 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22754/task/22763/stat : 22763 (java) S 22751 22754 15518 0 -1 4202560 158 0 0 0 5 0 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390537767464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22764] ppid=22751 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22754/task/22764/stat : 22764 (java) S 22751 22754 15518 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 18 0 108903890 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390536714664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22765] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22765/stat : 22765 (java) S 22751 22754 15518 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 18 0 108903891 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390379154152 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22766] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22766/stat : 22766 (java) S 22751 22754 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 108903891 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390378100216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22767] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22767/stat : 22767 (java) S 22751 22754 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108903892 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390377047816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22768] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22768/stat : 22768 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390375996304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22769] ppid=22751 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/22754/task/22769/stat : 22769 (java) S 22751 22754 15518 0 -1 4202560 2516 0 0 0 19 0 0 0 20 0 18 0 108903894 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390374942904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22770] ppid=22751 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22754/task/22770/stat : 22770 (java) S 22751 22754 15518 0 -1 4202560 1450 0 0 0 17 0 0 0 20 0 18 0 108903894 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390373890104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22771] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22771/stat : 22771 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390372838008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22772] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22772/stat : 22772 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 154339 33554432000 1073741824 1073778376 140737083226624 140390371785416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 3.98 4.13 4.16 4/215 22772
/proc/meminfo: memFree=25559864/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=4.4 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 11820 0 1 0 398 42 0 0 20 0 18 0 108903888 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 304000 2253 9 0 2380296 0
[pid=22754/tid=22756] ppid=22751 vsize=9558476 CPUtime=2.73 cores=1,3,5,7
/proc/22754/task/22756/stat : 22756 (java) R 22751 22754 15518 0 -1 4202560 3508 0 1 0 257 16 0 0 20 0 18 0 108903889 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390555019384 140390562786391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22757] ppid=22751 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/22754/task/22757/stat : 22757 (java) S 22751 22754 15518 0 -1 4202560 99 0 0 0 10 4 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390544083752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22758] ppid=22751 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/22754/task/22758/stat : 22758 (java) S 22751 22754 15518 0 -1 4202560 122 0 0 0 11 2 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390543030952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22759] ppid=22751 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/22754/task/22759/stat : 22759 (java) S 22751 22754 15518 0 -1 4202560 394 0 0 0 11 3 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390541978664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22760] ppid=22751 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/22754/task/22760/stat : 22760 (java) S 22751 22754 15518 0 -1 4202560 551 0 0 0 11 3 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390540925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22761] ppid=22751 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/22754/task/22761/stat : 22761 (java) S 22751 22754 15518 0 -1 4202560 90 0 0 0 13 5 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390539872552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22762] ppid=22751 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/22754/task/22762/stat : 22762 (java) S 22751 22754 15518 0 -1 4202560 465 0 0 0 12 4 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390538819752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22763] ppid=22751 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/22754/task/22763/stat : 22763 (java) S 22751 22754 15518 0 -1 4202560 188 0 0 0 11 3 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390537767464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22764] ppid=22751 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22754/task/22764/stat : 22764 (java) S 22751 22754 15518 0 -1 4202560 212 0 0 0 8 3 0 0 20 0 18 0 108903890 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390536714664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22765] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22765/stat : 22765 (java) S 22751 22754 15518 0 -1 4202560 971 0 0 0 0 0 0 0 20 0 18 0 108903891 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390379154152 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22766] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22766/stat : 22766 (java) S 22751 22754 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 108903891 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390378100216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22767] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22767/stat : 22767 (java) S 22751 22754 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108903892 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390377047816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22768] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22768/stat : 22768 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390375996304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22769] ppid=22751 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/22754/task/22769/stat : 22769 (java) S 22751 22754 15518 0 -1 4202560 2516 0 0 0 19 0 0 0 20 0 18 0 108903894 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390374942904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22770] ppid=22751 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22754/task/22770/stat : 22770 (java) S 22751 22754 15518 0 -1 4202560 1450 0 0 0 17 0 0 0 20 0 18 0 108903894 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390373890104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22771] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22771/stat : 22771 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390372838008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22772] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22772/stat : 22772 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 304000 33554432000 1073741824 1073778376 140737083226624 140390371785416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 3.90 4.11 4.15 4/215 22772
/proc/meminfo: memFree=24358572/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9558476 CPUtime=8.13 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 16176 0 1 0 750 63 0 0 20 0 18 0 108903888 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2389619 558877 2263 9 0 2380296 0
[pid=22754/tid=22756] ppid=22751 vsize=9558476 CPUtime=5.84 cores=1,3,5,7
/proc/22754/task/22756/stat : 22756 (java) R 22751 22754 15518 0 -1 4202560 3989 0 1 0 553 31 0 0 20 0 18 0 108903889 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390555013072 140390418581928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22757] ppid=22751 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/22754/task/22757/stat : 22757 (java) S 22751 22754 15518 0 -1 4202560 356 0 0 0 14 4 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390544083752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22758] ppid=22751 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/22754/task/22758/stat : 22758 (java) S 22751 22754 15518 0 -1 4202560 147 0 0 0 18 3 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390543030952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22759] ppid=22751 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/22754/task/22759/stat : 22759 (java) S 22751 22754 15518 0 -1 4202560 422 0 0 0 13 3 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390541978664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22760] ppid=22751 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/22754/task/22760/stat : 22760 (java) S 22751 22754 15518 0 -1 4202560 555 0 0 0 13 3 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390540925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22761] ppid=22751 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/22754/task/22761/stat : 22761 (java) S 22751 22754 15518 0 -1 4202560 266 0 0 0 15 5 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390539872552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22762] ppid=22751 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/22754/task/22762/stat : 22762 (java) S 22751 22754 15518 0 -1 4202560 478 0 0 0 15 5 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390538819752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22763] ppid=22751 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/22754/task/22763/stat : 22763 (java) S 22751 22754 15518 0 -1 4202560 215 0 0 0 12 4 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390537767464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22764] ppid=22751 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/22754/task/22764/stat : 22764 (java) S 22751 22754 15518 0 -1 4202560 260 0 0 0 15 4 0 0 20 0 18 0 108903890 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390536714664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22765] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22765/stat : 22765 (java) S 22751 22754 15518 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 108903891 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390379154152 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22766] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22766/stat : 22766 (java) S 22751 22754 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 108903891 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390378100216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22767] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22767/stat : 22767 (java) S 22751 22754 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108903892 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390377047816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22768] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22768/stat : 22768 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390375996304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22769] ppid=22751 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/22754/task/22769/stat : 22769 (java) S 22751 22754 15518 0 -1 4202560 2684 0 0 0 29 0 0 0 20 0 18 0 108903894 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390374942904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22770] ppid=22751 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/22754/task/22770/stat : 22770 (java) S 22751 22754 15518 0 -1 4202560 4287 0 0 0 37 0 0 0 20 0 18 0 108903894 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390373890104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22771] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22771/stat : 22771 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390372838008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22772] ppid=22751 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22772/stat : 22772 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108903894 9787879424 558877 33554432000 1073741824 1073778376 140737083226624 140390371785416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 3.91 4.11 4.15 5/219 22776
/proc/meminfo: memFree=23681192/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9824732 CPUtime=21.32 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 21773 0 1 0 2031 101 0 0 20 0 22 0 108903888 10060525568 728005 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2456183 728005 2286 9 0 2446860 0

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


[startup+822.301 s]
/proc/loadavg: 4.36 4.31 4.22 5/219 22881
/proc/meminfo: memFree=23807932/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9824732 CPUtime=1652.04 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 28213 0 1 0 164983 221 0 0 20 0 22 0 108903888 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2456183 1011184 2291 9 0 2446860 0
[pid=22754/tid=22756] ppid=22751 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/22754/task/22756/stat : 22756 (java) S 22751 22754 15518 0 -1 4202560 4010 0 1 0 624 32 0 0 20 0 22 0 108903889 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390555022200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22757] ppid=22751 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/22754/task/22757/stat : 22757 (java) S 22751 22754 15518 0 -1 4202560 1268 0 0 0 381 22 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390544083752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22758] ppid=22751 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/22754/task/22758/stat : 22758 (java) S 22751 22754 15518 0 -1 4202560 1210 0 0 0 399 18 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390543030952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22759] ppid=22751 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/22754/task/22759/stat : 22759 (java) S 22751 22754 15518 0 -1 4202560 903 0 0 0 383 18 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390541978664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22760] ppid=22751 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/22754/task/22760/stat : 22760 (java) S 22751 22754 15518 0 -1 4202560 1133 0 0 0 391 17 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390540925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22761] ppid=22751 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/22754/task/22761/stat : 22761 (java) S 22751 22754 15518 0 -1 4202560 1144 0 0 0 394 19 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390539872552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22762] ppid=22751 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/22754/task/22762/stat : 22762 (java) S 22751 22754 15518 0 -1 4202560 1158 0 0 0 401 19 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390538819752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22763] ppid=22751 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/22754/task/22763/stat : 22763 (java) S 22751 22754 15518 0 -1 4202560 865 0 0 0 403 15 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390537767464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22764] ppid=22751 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/22754/task/22764/stat : 22764 (java) S 22751 22754 15518 0 -1 4202560 832 0 0 0 389 18 0 0 20 0 22 0 108903890 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390536714664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22765] ppid=22751 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/22754/task/22765/stat : 22765 (java) S 22751 22754 15518 0 -1 4202560 2659 0 0 0 215 17 0 0 20 0 22 0 108903891 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390379154152 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22766] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22766/stat : 22766 (java) S 22751 22754 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108903891 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390378100216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22767] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22767/stat : 22767 (java) S 22751 22754 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108903892 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390377047816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22768] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22768/stat : 22768 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108903894 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390375996304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22769] ppid=22751 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/22754/task/22769/stat : 22769 (java) S 22751 22754 15518 0 -1 4202560 6612 0 0 0 82 1 0 0 20 0 22 0 108903894 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390374942904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22770] ppid=22751 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/22754/task/22770/stat : 22770 (java) S 22751 22754 15518 0 -1 4202560 4342 0 0 0 114 0 0 0 20 0 22 0 108903894 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390373890104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22771] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22771/stat : 22771 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108903894 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390372838008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22772] ppid=22751 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22754/task/22772/stat : 22772 (java) S 22751 22754 15518 0 -1 4202560 46 0 0 0 16 18 0 0 20 0 22 0 108903894 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390371785416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22773] ppid=22751 vsize=9824732 CPUtime=804.05 cores=1,3,5,7
/proc/22754/task/22773/stat : 22773 (java) R 22751 22754 15518 0 -1 4202560 653 0 0 0 80385 20 0 0 20 0 22 0 108904586 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390370729584 140390419210836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22774] ppid=22751 vsize=9824732 CPUtime=804.1 cores=1,3,5,7
/proc/22754/task/22774/stat : 22774 (java) R 22751 22754 15518 0 -1 4202560 111 0 0 0 80394 16 0 0 20 0 22 0 108904586 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390369675872 140390419018668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22775] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22775/stat : 22775 (java) S 22751 22754 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108904594 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390368626344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22776] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22776/stat : 22776 (java) S 22751 22754 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108904594 10060525568 1011184 33554432000 1073741824 1073778376 140737083226624 140390367573544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1652.04
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.28 4.30 4.21 6/219 22882
/proc/meminfo: memFree=23654160/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9824732 CPUtime=1773.08 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 28333 0 1 0 177082 226 0 0 20 0 22 0 108903888 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2456183 1028637 2291 9 0 2446860 0
[pid=22754/tid=22756] ppid=22751 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/22754/task/22756/stat : 22756 (java) S 22751 22754 15518 0 -1 4202560 4011 0 1 0 624 32 0 0 20 0 22 0 108903889 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390555022200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22757] ppid=22751 vsize=9824732 CPUtime=4.31 cores=1,3,5,7
/proc/22754/task/22757/stat : 22757 (java) S 22751 22754 15518 0 -1 4202560 1275 0 0 0 408 23 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390544083752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22758] ppid=22751 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/22754/task/22758/stat : 22758 (java) S 22751 22754 15518 0 -1 4202560 1218 0 0 0 427 19 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390543030952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22759] ppid=22751 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/22754/task/22759/stat : 22759 (java) S 22751 22754 15518 0 -1 4202560 908 0 0 0 407 18 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390541978664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22760] ppid=22751 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/22754/task/22760/stat : 22760 (java) S 22751 22754 15518 0 -1 4202560 1160 0 0 0 425 17 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390540925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22761] ppid=22751 vsize=9824732 CPUtime=4.41 cores=1,3,5,7
/proc/22754/task/22761/stat : 22761 (java) S 22751 22754 15518 0 -1 4202560 1148 0 0 0 422 19 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390539872552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22762] ppid=22751 vsize=9824732 CPUtime=4.55 cores=1,3,5,7
/proc/22754/task/22762/stat : 22762 (java) S 22751 22754 15518 0 -1 4202560 1166 0 0 0 435 20 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390538819752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22763] ppid=22751 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/22754/task/22763/stat : 22763 (java) S 22751 22754 15518 0 -1 4202560 894 0 0 0 430 15 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390537767464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22764] ppid=22751 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/22754/task/22764/stat : 22764 (java) S 22751 22754 15518 0 -1 4202560 836 0 0 0 416 18 0 0 20 0 22 0 108903890 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390536714664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22765] ppid=22751 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/22754/task/22765/stat : 22765 (java) S 22751 22754 15518 0 -1 4202560 2663 0 0 0 216 18 0 0 20 0 22 0 108903891 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390379154152 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22766] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22766/stat : 22766 (java) S 22751 22754 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108903891 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390378100216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22767] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22767/stat : 22767 (java) S 22751 22754 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108903892 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390377047816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22768] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22768/stat : 22768 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108903894 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390375996304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22769] ppid=22751 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/22754/task/22769/stat : 22769 (java) S 22751 22754 15518 0 -1 4202560 6612 0 0 0 82 1 0 0 20 0 22 0 108903894 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390374942904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22770] ppid=22751 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/22754/task/22770/stat : 22770 (java) S 22751 22754 15518 0 -1 4202560 4342 0 0 0 114 0 0 0 20 0 22 0 108903894 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390373890104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22771] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22771/stat : 22771 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108903894 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390372838008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22772] ppid=22751 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22754/task/22772/stat : 22772 (java) S 22751 22754 15518 0 -1 4202560 50 0 0 0 17 19 0 0 20 0 22 0 108903894 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390371785416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22773] ppid=22751 vsize=9824732 CPUtime=863.41 cores=1,3,5,7
/proc/22754/task/22773/stat : 22773 (java) R 22751 22754 15518 0 -1 4202560 669 0 0 0 86320 21 0 0 20 0 22 0 108904586 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390370729600 140390419144817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22774] ppid=22751 vsize=9824732 CPUtime=863.46 cores=1,3,5,7
/proc/22754/task/22774/stat : 22774 (java) R 22751 22754 15518 0 -1 4202560 114 0 0 0 86329 17 0 0 20 0 22 0 108904586 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390369675872 140390419018583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22775] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22775/stat : 22775 (java) S 22751 22754 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108904594 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390368626344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22776] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22776/stat : 22776 (java) S 22751 22754 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108904594 10060525568 1028637 33554432000 1073741824 1073778376 140737083226624 140390367573544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1773.08
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.37 4.31 4.22 5/219 22883
/proc/meminfo: memFree=23651428/32872528 swapFree=15784/1434320
[pid=22754] ppid=22751 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/22754/stat : 22754 (java) S 22751 22754 15518 0 -1 4202496 28545 0 1 0 179781 227 0 0 20 0 22 0 108903888 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140737083217760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2456183 1032421 2291 9 0 2446860 0
[pid=22754/tid=22756] ppid=22751 vsize=9824732 CPUtime=6.57 cores=1,3,5,7
/proc/22754/task/22756/stat : 22756 (java) S 22751 22754 15518 0 -1 4202560 4011 0 1 0 625 32 0 0 20 0 22 0 108903889 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390555022200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22757] ppid=22751 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/22754/task/22757/stat : 22757 (java) S 22751 22754 15518 0 -1 4202560 1279 0 0 0 416 23 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390544083752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22758] ppid=22751 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/22754/task/22758/stat : 22758 (java) S 22751 22754 15518 0 -1 4202560 1288 0 0 0 432 19 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390543030952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22759] ppid=22751 vsize=9824732 CPUtime=4.32 cores=1,3,5,7
/proc/22754/task/22759/stat : 22759 (java) S 22751 22754 15518 0 -1 4202560 973 0 0 0 414 18 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390541978664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22760] ppid=22751 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/22754/task/22760/stat : 22760 (java) S 22751 22754 15518 0 -1 4202560 1160 0 0 0 430 17 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390540925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22761] ppid=22751 vsize=9824732 CPUtime=4.44 cores=1,3,5,7
/proc/22754/task/22761/stat : 22761 (java) S 22751 22754 15518 0 -1 4202560 1211 0 0 0 425 19 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390539872552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22762] ppid=22751 vsize=9824732 CPUtime=4.59 cores=1,3,5,7
/proc/22754/task/22762/stat : 22762 (java) S 22751 22754 15518 0 -1 4202560 1167 0 0 0 439 20 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390538819752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22763] ppid=22751 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/22754/task/22763/stat : 22763 (java) S 22751 22754 15518 0 -1 4202560 895 0 0 0 438 15 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390537767464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22764] ppid=22751 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/22754/task/22764/stat : 22764 (java) S 22751 22754 15518 0 -1 4202560 839 0 0 0 424 18 0 0 20 0 22 0 108903890 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390536714664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22765] ppid=22751 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/22754/task/22765/stat : 22765 (java) S 22751 22754 15518 0 -1 4202560 2663 0 0 0 216 18 0 0 20 0 22 0 108903891 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390379154152 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22766] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22766/stat : 22766 (java) S 22751 22754 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108903891 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390378100216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22767] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22767/stat : 22767 (java) S 22751 22754 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108903892 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390377047816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22768] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22768/stat : 22768 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108903894 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390375996304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22769] ppid=22751 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/22754/task/22769/stat : 22769 (java) S 22751 22754 15518 0 -1 4202560 6612 0 0 0 82 1 0 0 20 0 22 0 108903894 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390374942904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22754/tid=22770] ppid=22751 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/22754/task/22770/stat : 22770 (java) S 22751 22754 15518 0 -1 4202560 4342 0 0 0 114 0 0 0 20 0 22 0 108903894 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390373890104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22771] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22771/stat : 22771 (java) S 22751 22754 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108903894 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390372838008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22772] ppid=22751 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22754/task/22772/stat : 22772 (java) S 22751 22754 15518 0 -1 4202560 50 0 0 0 18 19 0 0 20 0 22 0 108903894 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390371785416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22773] ppid=22751 vsize=9824732 CPUtime=876.67 cores=1,3,5,7
/proc/22754/task/22773/stat : 22773 (java) R 22751 22754 15518 0 -1 4202560 672 0 0 0 87646 21 0 0 20 0 22 0 108904586 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390370729680 140390418914044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22754/tid=22774] ppid=22751 vsize=9824732 CPUtime=876.71 cores=1,3,5,7
/proc/22754/task/22774/stat : 22774 (java) R 22751 22754 15518 0 -1 4202560 116 0 0 0 87654 17 0 0 20 0 22 0 108904586 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390369675872 140390419018583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22754/tid=22775] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22775/stat : 22775 (java) S 22751 22754 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108904594 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390368626344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22754/tid=22776] ppid=22751 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22754/task/22776/stat : 22776 (java) S 22751 22754 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108904594 10060525568 1032421 33554432000 1073741824 1073778376 140737083226624 140390367573544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 22754 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.726
CPU time (s): 1800.62
CPU user time (s): 1797.89
CPU system time (s): 2.73258
CPU usage (%): 201.024
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.73258
maximum resident set size= 4129800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28576
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30966
involuntary context switches= 55992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77112 second user time and 7.9158 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 05:21:47
IDJOB=4080833
IDBENCH=89887
IDSOLVER=2543
FILE ID=node130/4080833-1465269705
RUNJOBID= node130-1465253566-15535
PBS_JOBID= 19843263
Free space on /tmp= 71520 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu52.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080833-1465269705/watcher-4080833-1465269705 -o /tmp/evaluation-result-4080833-1465269705/solver-4080833-1465269705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080833-1465269705.opb

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=2022580813

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        26591328 kB
Buffers:          107968 kB
Cached:           423852 kB
SwapCached:         1724 kB
Active:          3864232 kB
Inactive:         219736 kB
Active(anon):    3553500 kB
Inactive(anon):     1252 kB
Active(file):     310732 kB
Inactive(file):   218484 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:             31288 kB
Writeback:             0 kB
AnonPages:       5002616 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             608200 kB
SReclaimable:      51440 kB
SUnreclaim:       556760 kB
KernelStack:        1608 kB
PageTables:        14172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5369188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4933632 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= 71712 MiB
End job on node130 at 2016-06-07 05:36:42