Trace number 3690008

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.12 912.939

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUMb6af9d5f38ec6e461eecfded04e11783
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9289758
Best CPU time to get the best result obtained on this benchmark1801.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
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-2012 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.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3690008-1337887070.opb
0.09/0.13	c reading problem ... 
70.55/50.43	c ... done. Wall clock time 50.305s.
70.55/50.43	c declared #vars     2000400
70.55/50.43	c #constraints  4940611
70.55/50.43	c constraints type 
70.55/50.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
70.55/50.43	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
70.55/50.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
70.55/50.43	c ignored satisfied constraints => 3
70.55/50.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
70.55/50.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
70.55/50.43	c 4940614 constraints processed.
70.55/50.43	c constraints type 
70.55/50.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
70.55/50.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
70.55/50.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
70.55/50.43	c ignored satisfied constraints => 3
70.55/50.43	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
70.55/50.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
70.55/50.43	c 4940614 constraints processed.
70.55/50.43	c objective function length is 1019800 literals
1800.12/912.91	c starts		: 17
1800.12/912.91	c conflicts		: 3210
1800.12/912.91	c decisions		: 1518921
1800.12/912.91	c propagations		: 278912196
1800.12/912.91	c inspects		: 2808984600
1800.12/912.91	c shortcuts		: 0
1800.12/912.91	c learnt literals	: 0
1800.12/912.91	c learnt binary clauses	: 1
1800.12/912.91	c learnt ternary clauses	: 0
1800.12/912.91	c learnt constraints	: 3210
1800.12/912.91	c ignored constraints	: 0
1800.12/912.91	c root simplifications	: 0
1800.12/912.91	c removed literals (reason simplification)	: 20492
1800.12/912.91	c reason swapping (by a shorter reason)	: 0
1800.12/912.91	c Calls to reduceDB	: 0
1800.12/912.91	c number of reductions to clauses (during analyze)	: 0
1800.12/912.91	c number of learned constraints concerned by reduction	: 0
1800.12/912.91	c number of learning phase by resolution	: 0
1800.12/912.91	c number of learning phase by cutting planes	: 0
1800.12/912.91	c speed (assignments/second)	: 323547.9111830848
1800.12/912.91	c non guided choices	0
1800.12/912.91	c learnt constraints type 
1800.12/912.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.12/912.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3209
1800.12/912.91	c constraints type 
1800.12/912.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.12/912.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.12/912.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.12/912.91	c ignored satisfied constraints => 3
1800.12/912.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.12/912.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.12/912.91	c 4940614 constraints processed.
1800.12/912.91	c constraints type 
1800.12/912.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.12/912.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.12/912.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.12/912.91	c ignored satisfied constraints => 3
1800.12/912.91	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.12/912.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.12/912.91	c 4940614 constraints processed.
1800.12/912.91	s UNKNOWN
1800.12/912.91	c Total wall clock time (in seconds): 912.788

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3690008-1337887070/watcher-3690008-1337887070 -o /tmp/evaluation-result-3690008-1337887070/solver-3690008-1337887070 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690008-1337887070.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.76 3.91 3.89 4/197 29143
/proc/meminfo: memFree=24638372/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29143/stat : 29143 (java) D 29141 29143 23801 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254833159 9515008 176 33554432000 1073741824 1073778376 140734826876656 140734826859384 214369649552 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/29143/statm: 2323 176 133 9 0 71 0

[startup+0.020832 s]
/proc/loadavg: 3.76 3.91 3.89 4/197 29143
/proc/meminfo: memFree=24638372/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 1428 0 1 0 0 0 0 0 20 0 2 0 254833159 105127936 1109 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100225 s]
/proc/loadavg: 3.76 3.91 3.89 4/197 29143
/proc/meminfo: memFree=24638372/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 4231 0 1 0 8 1 0 0 20 0 18 0 254833159 9787813888 5437 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 5443 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300283 s]
/proc/loadavg: 3.76 3.91 3.89 4/197 29143
/proc/meminfo: memFree=24638372/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 5533 0 1 0 42 3 0 0 20 0 18 0 254833159 9787813888 32210 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 32210 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700174 s]
/proc/loadavg: 3.76 3.91 3.89 4/197 29143
/proc/meminfo: memFree=24638372/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=1.04 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 5697 0 1 0 97 7 0 0 20 0 18 0 254833159 9787813888 62519 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 62519 2232 9 0 2380296 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 3.76 3.91 3.89 4/215 29161
/proc/meminfo: memFree=24352128/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=2.02 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 6135 0 1 0 191 11 0 0 20 0 18 0 254833159 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 82344 2232 9 0 2380296 0
[pid=29143/tid=29145] ppid=29141 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/29143/task/29145/stat : 29145 (java) R 29141 29143 23801 0 -1 4202560 2554 0 1 0 129 4 0 0 20 0 18 0 254833161 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522544320320 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29146] ppid=29141 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29143/task/29146/stat : 29146 (java) S 29141 29143 23801 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522388400296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29147] ppid=29141 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29143/task/29147/stat : 29147 (java) S 29141 29143 23801 0 -1 4202560 99 0 0 0 4 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522387347752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29148] ppid=29141 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29143/task/29148/stat : 29148 (java) S 29141 29143 23801 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522386295208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29149] ppid=29141 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/29143/task/29149/stat : 29149 (java) S 29141 29143 23801 0 -1 4202560 131 0 0 0 11 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522385242664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29150] ppid=29141 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29143/task/29150/stat : 29150 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522384190120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29151] ppid=29141 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29143/task/29151/stat : 29151 (java) S 29141 29143 23801 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522383137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29152] ppid=29141 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29143/task/29152/stat : 29152 (java) S 29141 29143 23801 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522382085032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29153] ppid=29141 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29143/task/29153/stat : 29153 (java) S 29141 29143 23801 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 18 0 254833162 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522381032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29154] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29154/stat : 29154 (java) S 29141 29143 23801 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254833163 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522368620648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29155] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29155/stat : 29155 (java) S 29141 29143 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254833164 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522367566968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29156] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29156/stat : 29156 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254833164 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522366514312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29157] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29157/stat : 29157 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522365463056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29158] ppid=29141 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29143/task/29158/stat : 29158 (java) S 29141 29143 23801 0 -1 4202560 901 0 0 0 8 0 0 0 20 0 18 0 254833166 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522364410424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29159] ppid=29141 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29143/task/29159/stat : 29159 (java) S 29141 29143 23801 0 -1 4202560 929 0 0 0 7 0 0 0 20 0 18 0 254833166 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522363357880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29160] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29160/stat : 29160 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522362305528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29161] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29161/stat : 29161 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 82344 33554432000 1073741824 1073778376 140734394786416 140522361253192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 3.76 3.91 3.89 4/215 29161
/proc/meminfo: memFree=24183448/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=4.78 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 9573 0 1 0 436 42 0 0 20 0 18 0 254833159 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 216609 2237 9 0 2380296 0
[pid=29143/tid=29145] ppid=29141 vsize=9558412 CPUtime=2.56 cores=0,2,4,6
/proc/29143/task/29145/stat : 29145 (java) S 29141 29143 23801 0 -1 4202560 2874 0 1 0 244 12 0 0 20 0 18 0 254833161 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522544326840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29146] ppid=29141 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/29143/task/29146/stat : 29146 (java) R 29141 29143 23801 0 -1 4202560 167 0 0 0 26 8 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522388400472 140522546800329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29147] ppid=29141 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/29143/task/29147/stat : 29147 (java) R 29141 29143 23801 0 -1 4202560 513 0 0 0 14 2 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522387347928 140522551225625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29148] ppid=29141 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/29143/task/29148/stat : 29148 (java) R 29141 29143 23801 0 -1 4202560 549 0 0 0 24 5 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522386294968 140522546800313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29149] ppid=29141 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/29143/task/29149/stat : 29149 (java) R 29141 29143 23801 0 -1 4202560 183 0 0 0 19 3 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522385242688 140522548085226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29150] ppid=29141 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/29143/task/29150/stat : 29150 (java) R 29141 29143 23801 0 -1 4202560 524 0 0 0 15 2 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522384189880 140522546800267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29151] ppid=29141 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/29143/task/29151/stat : 29151 (java) R 29141 29143 23801 0 -1 4202560 329 0 0 0 19 4 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522383137752 140522548086232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29152] ppid=29141 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/29143/task/29152/stat : 29152 (java) R 29141 29143 23801 0 -1 4202560 113 0 0 0 16 4 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522382085208 140522550837632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29153] ppid=29141 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/29143/task/29153/stat : 29153 (java) R 29141 29143 23801 0 -1 4202560 395 0 0 0 16 3 0 0 20 0 18 0 254833162 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522381032664 140522548086614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29154] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29154/stat : 29154 (java) S 29141 29143 23801 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 18 0 254833163 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522368619528 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29155] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29155/stat : 29155 (java) S 29141 29143 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254833164 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522367566968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29156] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29156/stat : 29156 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254833164 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522366514312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29157] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29157/stat : 29157 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522365463056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29158] ppid=29141 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/29143/task/29158/stat : 29158 (java) S 29141 29143 23801 0 -1 4202560 1109 0 0 0 13 0 0 0 20 0 18 0 254833166 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522364410424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29159] ppid=29141 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/29143/task/29159/stat : 29159 (java) S 29141 29143 23801 0 -1 4202560 1127 0 0 0 13 0 0 0 20 0 18 0 254833166 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522363357880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29160] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29160/stat : 29160 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522362305528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29161] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29161/stat : 29161 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 216609 33554432000 1073741824 1073778376 140734394786416 140522361253192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 3.78 3.91 3.89 11/215 29161
/proc/meminfo: memFree=22942756/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=10.09 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 25865 0 1 0 927 82 0 0 20 0 18 0 254833159 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 443069 2256 9 0 2380296 0
[pid=29143/tid=29145] ppid=29141 vsize=9558412 CPUtime=4.38 cores=0,2,4,6
/proc/29143/task/29145/stat : 29145 (java) R 29141 29143 23801 0 -1 4202560 3596 0 1 0 419 19 0 0 20 0 18 0 254833161 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522544320416 140522550840443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29146] ppid=29141 vsize=9558412 CPUtime=0.64 cores=0,2,4,6
/proc/29143/task/29146/stat : 29146 (java) S 29141 29143 23801 0 -1 4202560 764 0 0 0 54 10 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522388400296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29147] ppid=29141 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/29143/task/29147/stat : 29147 (java) S 29141 29143 23801 0 -1 4202560 828 0 0 0 41 6 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522387347752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29148] ppid=29141 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/29143/task/29148/stat : 29148 (java) S 29141 29143 23801 0 -1 4202560 1174 0 0 0 44 8 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522386295208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29149] ppid=29141 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/29143/task/29149/stat : 29149 (java) S 29141 29143 23801 0 -1 4202560 1296 0 0 0 46 8 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522385242664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29150] ppid=29141 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/29143/task/29150/stat : 29150 (java) S 29141 29143 23801 0 -1 4202560 1112 0 0 0 38 5 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522384190120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29151] ppid=29141 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/29143/task/29151/stat : 29151 (java) S 29141 29143 23801 0 -1 4202560 427 0 0 0 47 7 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522383137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29152] ppid=29141 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/29143/task/29152/stat : 29152 (java) S 29141 29143 23801 0 -1 4202560 898 0 0 0 44 7 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522382085032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29153] ppid=29141 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/29143/task/29153/stat : 29153 (java) S 29141 29143 23801 0 -1 4202560 817 0 0 0 42 7 0 0 20 0 18 0 254833162 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522381032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29154] ppid=29141 vsize=9558412 CPUtime=0.75 cores=0,2,4,6
/proc/29143/task/29154/stat : 29154 (java) S 29141 29143 23801 0 -1 4202560 1476 0 0 0 75 0 0 0 20 0 18 0 254833163 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522368620648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29155] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29155/stat : 29155 (java) S 29141 29143 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254833164 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522367566968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29156] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29156/stat : 29156 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254833164 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522366514312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29157] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29157/stat : 29157 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522365463056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29158] ppid=29141 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/29143/task/29158/stat : 29158 (java) R 29141 29143 23801 0 -1 4202560 5850 0 0 0 32 1 0 0 20 0 18 0 254833166 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522364397704 140522550479280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29159] ppid=29141 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/29143/task/29159/stat : 29159 (java) R 29141 29143 23801 0 -1 4202560 6452 0 0 0 28 1 0 0 20 0 18 0 254833166 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522363345064 140522548421397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29160] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29160/stat : 29160 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522362305528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29161] ppid=29141 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29161/stat : 29161 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833166 9787813888 443069 33554432000 1073741824 1073778376 140734394786416 140522361253192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.72 3.89 3.89 10/215 29162
/proc/meminfo: memFree=21288324/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9558412 CPUtime=22.93 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 81145 0 1 0 2124 169 0 0 20 0 18 0 254833159 9787813888 840592 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2389603 840592 2273 9 0 2380296 0
[pid=29143/tid=29145] ppid=29141 vsize=9558412 CPUtime=8.21 cores=0,2,4,6

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

/proc/29143/statm: 2456167 1206787 2280 9 0 2446860 0
[pid=29143/tid=29145] ppid=29141 vsize=9824668 CPUtime=28.52 cores=0,2,4,6
/proc/29143/task/29145/stat : 29145 (java) S 29141 29143 23801 0 -1 4202560 3995 0 1 0 2813 39 0 0 20 0 22 0 254833161 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522544329720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29146] ppid=29141 vsize=9824668 CPUtime=4.27 cores=0,2,4,6
/proc/29143/task/29146/stat : 29146 (java) S 29141 29143 23801 0 -1 4202560 7211 0 0 0 389 38 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522388400296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29147] ppid=29141 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/29143/task/29147/stat : 29147 (java) S 29141 29143 23801 0 -1 4202560 8369 0 0 0 378 38 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522387347752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29148] ppid=29141 vsize=9824668 CPUtime=4.15 cores=0,2,4,6
/proc/29143/task/29148/stat : 29148 (java) S 29141 29143 23801 0 -1 4202560 6776 0 0 0 380 35 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522386295208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29149] ppid=29141 vsize=9824668 CPUtime=4.1 cores=0,2,4,6
/proc/29143/task/29149/stat : 29149 (java) S 29141 29143 23801 0 -1 4202560 7739 0 0 0 375 35 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522385242664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29150] ppid=29141 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/29143/task/29150/stat : 29150 (java) S 29141 29143 23801 0 -1 4202560 4837 0 0 0 355 30 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522384190120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29151] ppid=29141 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/29143/task/29151/stat : 29151 (java) S 29141 29143 23801 0 -1 4202560 13006 0 0 0 335 33 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522383137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29152] ppid=29141 vsize=9824668 CPUtime=3.94 cores=0,2,4,6
/proc/29143/task/29152/stat : 29152 (java) S 29141 29143 23801 0 -1 4202560 2170 0 0 0 362 32 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522382085032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29153] ppid=29141 vsize=9824668 CPUtime=4.17 cores=0,2,4,6
/proc/29143/task/29153/stat : 29153 (java) S 29141 29143 23801 0 -1 4202560 13119 0 0 0 377 40 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522381032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29154] ppid=29141 vsize=9824668 CPUtime=15.4 cores=0,2,4,6
/proc/29143/task/29154/stat : 29154 (java) S 29141 29143 23801 0 -1 4202560 19799 0 0 0 1531 9 0 0 20 0 22 0 254833163 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522368620648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29155] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29155/stat : 29155 (java) S 29141 29143 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254833164 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522367566968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29156] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29156/stat : 29156 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254833164 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522366514312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29157] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29157/stat : 29157 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522365463056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29158] ppid=29141 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/29143/task/29158/stat : 29158 (java) S 29141 29143 23801 0 -1 4202560 6872 0 0 0 121 2 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522364410424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29159] ppid=29141 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/29143/task/29159/stat : 29159 (java) S 29141 29143 23801 0 -1 4202560 9599 0 0 0 133 2 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522363357880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29160] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29160/stat : 29160 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522362305528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29161] ppid=29141 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29143/task/29161/stat : 29161 (java) S 29141 29143 23801 0 -1 4202560 47 0 0 0 17 18 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522361253192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29163] ppid=29141 vsize=9824668 CPUtime=767.76 cores=0,2,4,6
/proc/29143/task/29163/stat : 29163 (java) R 29141 29143 23801 0 -1 4202560 40 0 0 0 76765 11 0 0 20 0 22 0 254838203 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522360195544 140522418252554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29164] ppid=29141 vsize=9824668 CPUtime=767.87 cores=0,2,4,6
/proc/29143/task/29164/stat : 29164 (java) R 29141 29143 23801 0 -1 4202560 75 0 0 0 76776 11 0 0 20 0 22 0 254838203 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522359143304 140522418358480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29165] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29165/stat : 29165 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838244 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522358092840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29166] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29166/stat : 29166 (java) S 29141 29143 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838247 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522357040296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1618.91
Current children cumulated vsize (KiB) 9824668

[startup+882.308 s]
/proc/loadavg: 3.99 4.02 3.96 5/219 29236
/proc/meminfo: memFree=20648220/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9824668 CPUtime=1738.92 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 104847 0 1 0 173534 358 0 0 20 0 22 0 254833159 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2456167 1206787 2280 9 0 2446860 0
[pid=29143/tid=29145] ppid=29141 vsize=9824668 CPUtime=28.52 cores=0,2,4,6
/proc/29143/task/29145/stat : 29145 (java) S 29141 29143 23801 0 -1 4202560 3995 0 1 0 2813 39 0 0 20 0 22 0 254833161 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522544329720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29146] ppid=29141 vsize=9824668 CPUtime=4.27 cores=0,2,4,6
/proc/29143/task/29146/stat : 29146 (java) S 29141 29143 23801 0 -1 4202560 7211 0 0 0 389 38 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522388400296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29147] ppid=29141 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/29143/task/29147/stat : 29147 (java) S 29141 29143 23801 0 -1 4202560 8369 0 0 0 378 38 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522387347752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29148] ppid=29141 vsize=9824668 CPUtime=4.15 cores=0,2,4,6
/proc/29143/task/29148/stat : 29148 (java) S 29141 29143 23801 0 -1 4202560 6776 0 0 0 380 35 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522386295208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29149] ppid=29141 vsize=9824668 CPUtime=4.1 cores=0,2,4,6
/proc/29143/task/29149/stat : 29149 (java) S 29141 29143 23801 0 -1 4202560 7739 0 0 0 375 35 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522385242664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29150] ppid=29141 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/29143/task/29150/stat : 29150 (java) S 29141 29143 23801 0 -1 4202560 4837 0 0 0 355 30 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522384190120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29151] ppid=29141 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/29143/task/29151/stat : 29151 (java) S 29141 29143 23801 0 -1 4202560 13006 0 0 0 335 33 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522383137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29152] ppid=29141 vsize=9824668 CPUtime=3.94 cores=0,2,4,6
/proc/29143/task/29152/stat : 29152 (java) S 29141 29143 23801 0 -1 4202560 2170 0 0 0 362 32 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522382085032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29153] ppid=29141 vsize=9824668 CPUtime=4.17 cores=0,2,4,6
/proc/29143/task/29153/stat : 29153 (java) S 29141 29143 23801 0 -1 4202560 13119 0 0 0 377 40 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522381032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29154] ppid=29141 vsize=9824668 CPUtime=15.4 cores=0,2,4,6
/proc/29143/task/29154/stat : 29154 (java) S 29141 29143 23801 0 -1 4202560 19799 0 0 0 1531 9 0 0 20 0 22 0 254833163 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522368620648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29155] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29155/stat : 29155 (java) S 29141 29143 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254833164 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522367566968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29156] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29156/stat : 29156 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254833164 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522366514312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29157] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29157/stat : 29157 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522365463056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29158] ppid=29141 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/29143/task/29158/stat : 29158 (java) S 29141 29143 23801 0 -1 4202560 6872 0 0 0 121 2 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522364410424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29159] ppid=29141 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/29143/task/29159/stat : 29159 (java) S 29141 29143 23801 0 -1 4202560 9599 0 0 0 133 2 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522363357880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29160] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29160/stat : 29160 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522362305528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29161] ppid=29141 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/29143/task/29161/stat : 29161 (java) S 29141 29143 23801 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522361253192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29163] ppid=29141 vsize=9824668 CPUtime=827.59 cores=0,2,4,6
/proc/29143/task/29163/stat : 29163 (java) R 29141 29143 23801 0 -1 4202560 40 0 0 0 82747 12 0 0 20 0 22 0 254838203 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522360195544 140522418252371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29164] ppid=29141 vsize=9824668 CPUtime=827.72 cores=0,2,4,6
/proc/29143/task/29164/stat : 29164 (java) R 29141 29143 23801 0 -1 4202560 75 0 0 0 82760 12 0 0 20 0 22 0 254838203 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522359143304 140522417842721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29165] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29165/stat : 29165 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838244 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522358092840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29166] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29166/stat : 29166 (java) S 29141 29143 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838247 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522357040296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1738.92
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.901 s]
/proc/loadavg: 3.99 4.02 3.96 5/219 29236
/proc/meminfo: memFree=20648220/32873844 swapFree=7616/7616
[pid=29143] ppid=29141 vsize=9824668 CPUtime=1800.12 cores=0,2,4,6
/proc/29143/stat : 29143 (java) S 29141 29143 23801 0 -1 4202496 104851 0 1 0 179653 359 0 0 20 0 22 0 254833159 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140734394777552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29143/statm: 2456167 1206787 2280 9 0 2446860 0
[pid=29143/tid=29145] ppid=29141 vsize=9824668 CPUtime=28.53 cores=0,2,4,6
/proc/29143/task/29145/stat : 29145 (java) S 29141 29143 23801 0 -1 4202560 3995 0 1 0 2814 39 0 0 20 0 22 0 254833161 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522544329720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29146] ppid=29141 vsize=9824668 CPUtime=4.27 cores=0,2,4,6
/proc/29143/task/29146/stat : 29146 (java) S 29141 29143 23801 0 -1 4202560 7211 0 0 0 389 38 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522388400296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29147] ppid=29141 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/29143/task/29147/stat : 29147 (java) S 29141 29143 23801 0 -1 4202560 8369 0 0 0 378 38 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522387347752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29148] ppid=29141 vsize=9824668 CPUtime=4.15 cores=0,2,4,6
/proc/29143/task/29148/stat : 29148 (java) S 29141 29143 23801 0 -1 4202560 6776 0 0 0 380 35 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522386295208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29149] ppid=29141 vsize=9824668 CPUtime=4.1 cores=0,2,4,6
/proc/29143/task/29149/stat : 29149 (java) S 29141 29143 23801 0 -1 4202560 7739 0 0 0 375 35 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522385242664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29150] ppid=29141 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/29143/task/29150/stat : 29150 (java) S 29141 29143 23801 0 -1 4202560 4837 0 0 0 355 30 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522384190120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29151] ppid=29141 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/29143/task/29151/stat : 29151 (java) S 29141 29143 23801 0 -1 4202560 13006 0 0 0 335 33 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522383137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29152] ppid=29141 vsize=9824668 CPUtime=3.94 cores=0,2,4,6
/proc/29143/task/29152/stat : 29152 (java) S 29141 29143 23801 0 -1 4202560 2170 0 0 0 362 32 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522382085032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29153] ppid=29141 vsize=9824668 CPUtime=4.17 cores=0,2,4,6
/proc/29143/task/29153/stat : 29153 (java) S 29141 29143 23801 0 -1 4202560 13119 0 0 0 377 40 0 0 20 0 22 0 254833162 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522381032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29154] ppid=29141 vsize=9824668 CPUtime=15.4 cores=0,2,4,6
/proc/29143/task/29154/stat : 29154 (java) S 29141 29143 23801 0 -1 4202560 19799 0 0 0 1531 9 0 0 20 0 22 0 254833163 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522368620648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29155] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29155/stat : 29155 (java) S 29141 29143 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254833164 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522367566968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29156] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29156/stat : 29156 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254833164 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522366514312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29157] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29157/stat : 29157 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522365463056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29158] ppid=29141 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/29143/task/29158/stat : 29158 (java) S 29141 29143 23801 0 -1 4202560 6874 0 0 0 122 2 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522364410424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29159] ppid=29141 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/29143/task/29159/stat : 29159 (java) S 29141 29143 23801 0 -1 4202560 9599 0 0 0 133 2 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522363357880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29160] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29160/stat : 29160 (java) S 29141 29143 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522362305528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29143/tid=29161] ppid=29141 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/29143/task/29161/stat : 29161 (java) S 29141 29143 23801 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 254833166 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522361253192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29143/tid=29163] ppid=29141 vsize=9824668 CPUtime=858.11 cores=0,2,4,6
/proc/29143/task/29163/stat : 29163 (java) R 29141 29143 23801 0 -1 4202560 40 0 0 0 85797 14 0 0 20 0 22 0 254838203 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522360197544 140522418009342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29143/tid=29164] ppid=29141 vsize=9824668 CPUtime=858.24 cores=0,2,4,6
/proc/29143/task/29164/stat : 29164 (java) R 29141 29143 23801 0 -1 4202560 75 0 0 0 85811 13 0 0 20 0 22 0 254838203 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522359143304 140522418358503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29165] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29165/stat : 29165 (java) S 29141 29143 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838244 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522358092840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29143/tid=29166] ppid=29141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29143/task/29166/stat : 29166 (java) S 29141 29143 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838247 10060460032 1206787 33554432000 1073741824 1073778376 140734394786416 140522357040296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29143 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=940583
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=971396
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 912.939
CPU time (s): 1800.12
CPU user time (s): 1796.53
CPU system time (s): 3.59
CPU usage (%): 197.179
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.94
system time used= 3.9714
maximum resident set size= 4827264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104881
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39834
involuntary context switches= 38395

runsolver used 3.15152 second user time and 8.72367 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 21:17:56
IDJOB=3690008
IDBENCH=92646
IDSOLVER=2268
FILE ID=node130/3690008-1337887070
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71424 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690008-1337887070/watcher-3690008-1337887070 -o /tmp/evaluation-result-3690008-1337887070/solver-3690008-1337887070 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690008-1337887070.opb

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

MD5SUM BENCH= b6af9d5f38ec6e461eecfded04e11783
RANDOM SEED=1125444120

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24639016 kB
Buffers:          209964 kB
Cached:          2422708 kB
SwapCached:            0 kB
Active:          5568008 kB
Inactive:        1880688 kB
Active(anon):    4818948 kB
Inactive(anon):        0 kB
Active(file):     749060 kB
Inactive(file):  1880688 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222548 kB
Writeback:             0 kB
AnonPages:       4826092 kB
Mapped:            22568 kB
Shmem:               200 kB
Slab:             639348 kB
SReclaimable:      80880 kB
SUnreclaim:       558468 kB
KernelStack:        1616 kB
PageTables:        13708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5226888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3477504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71420 MiB
End job on node130 at 2012-05-24 21:33:11