Trace number 3690038

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.09 902.838

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_8_mh_ic.opb
MD5SUM3780f03c87bd5cb45e7b4d8342759bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4291485
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 78886374094
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 78886374094
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
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 --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
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@4e3eca90
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 learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3690038-1337887372.opb
0.08/0.13	c reading problem ... 
12.14/8.19	c ... done. Wall clock time 8.064s.
12.14/8.19	c declared #vars     370300
12.14/8.19	c #constraints  855312
12.14/8.19	c constraints type 
12.14/8.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
12.14/8.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
12.14/8.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
12.14/8.19	c ignored satisfied constraints => 4
12.14/8.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
12.14/8.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
12.14/8.19	c 855316 constraints processed.
12.14/8.19	c constraints type 
12.14/8.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 372450
12.14/8.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 241376
12.14/8.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
12.14/8.19	c ignored satisfied constraints => 4
12.14/8.19	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
12.14/8.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
12.14/8.19	c 855316 constraints processed.
12.14/8.19	c objective function length is 132350 literals
938.17/468.42	c cleaning 2479 clauses out of 5000 with flag 5000/5000
1800.09/902.81	c starts		: 31
1800.09/902.81	c conflicts		: 8610
1800.09/902.81	c decisions		: 353350
1800.09/902.81	c propagations		: 283597635
1800.09/902.81	c inspects		: 2150405791
1800.09/902.81	c shortcuts		: 0
1800.09/902.81	c learnt literals	: 0
1800.09/902.81	c learnt binary clauses	: 9
1800.09/902.81	c learnt ternary clauses	: 1
1800.09/902.81	c learnt constraints	: 8609
1800.09/902.81	c ignored constraints	: 0
1800.09/902.81	c root simplifications	: 0
1800.09/902.81	c removed literals (reason simplification)	: 220789
1800.09/902.81	c reason swapping (by a shorter reason)	: 0
1800.09/902.81	c Calls to reduceDB	: 1
1800.09/902.81	c number of reductions to clauses (during analyze)	: 0
1800.09/902.81	c number of learned constraints concerned by reduction	: 0
1800.09/902.81	c number of learning phase by resolution	: 0
1800.09/902.81	c number of learning phase by cutting planes	: 0
1800.09/902.81	c speed (assignments/second)	: 317047.7587912733
1800.09/902.81	c non guided choices	0
1800.09/902.81	c learnt constraints type 
1800.09/902.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.09/902.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6121
1800.09/902.81	c constraints type 
1800.09/902.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.09/902.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.09/902.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.09/902.81	c ignored satisfied constraints => 4
1800.09/902.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.09/902.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.09/902.81	c 855316 constraints processed.
1800.09/902.81	c constraints type 
1800.09/902.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 372450
1800.09/902.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 241376
1800.09/902.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
1800.09/902.81	c ignored satisfied constraints => 4
1800.09/902.81	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
1800.09/902.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
1800.09/902.81	c 855316 constraints processed.
1800.09/902.81	s UNKNOWN
1800.09/902.81	c Total wall clock time (in seconds): 902.684

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

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.76 3.90 3.89 4/197 29209
/proc/meminfo: memFree=24604984/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29209/stat : 29209 (java) D 29207 29209 23801 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254862940 9515008 183 33554432000 1073741824 1073778376 140734693957568 140734693948600 214369648309 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2323 183 140 9 0 71 0

[startup+0.031088 s]
/proc/loadavg: 3.76 3.90 3.89 4/197 29209
/proc/meminfo: memFree=24604984/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 2798 0 1 0 0 1 0 0 20 0 10 0 254862940 9233014784 2986 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2254154 2986 1536 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.10033 s]
/proc/loadavg: 3.76 3.90 3.89 4/197 29209
/proc/meminfo: memFree=24604984/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 4038 0 1 0 7 1 0 0 20 0 18 0 254862940 9787813888 5244 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2389603 5246 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300312 s]
/proc/loadavg: 3.76 3.90 3.89 4/197 29209
/proc/meminfo: memFree=24604984/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 5523 0 1 0 43 2 0 0 20 0 18 0 254862940 9787813888 14833 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2389603 14833 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700323 s]
/proc/loadavg: 3.76 3.90 3.89 4/197 29209
/proc/meminfo: memFree=24604984/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9558412 CPUtime=1.19 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 6367 0 1 0 106 13 0 0 20 0 18 0 254862940 9787813888 54764 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2389603 54764 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558412

[startup+1.50084 s]
/proc/loadavg: 3.78 3.90 3.89 6/215 29227
/proc/meminfo: memFree=24227624/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9558412 CPUtime=2.97 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 15980 0 1 0 273 24 0 0 20 0 18 0 254862940 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2389603 99758 2256 9 0 2380296 0
[pid=29209/tid=29211] ppid=29207 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/29209/task/29211/stat : 29211 (java) R 29207 29209 23801 0 -1 4202560 2626 0 1 0 127 5 0 0 20 0 18 0 254862942 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915341102992 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29212] ppid=29207 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29209/task/29212/stat : 29212 (java) S 29207 29209 23801 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915185109928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29213] ppid=29207 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29209/task/29213/stat : 29213 (java) S 29207 29209 23801 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915184057384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29214] ppid=29207 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29209/task/29214/stat : 29214 (java) S 29207 29209 23801 0 -1 4202560 124 0 0 0 4 3 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915183004328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29215] ppid=29207 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29209/task/29215/stat : 29215 (java) S 29207 29209 23801 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915181951784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29216] ppid=29207 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29209/task/29216/stat : 29216 (java) S 29207 29209 23801 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915180898728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29217] ppid=29207 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29209/task/29217/stat : 29217 (java) S 29207 29209 23801 0 -1 4202560 176 0 0 0 5 3 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915179846184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29218] ppid=29207 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29209/task/29218/stat : 29218 (java) S 29207 29209 23801 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915178793128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29219] ppid=29207 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29209/task/29219/stat : 29219 (java) S 29207 29209 23801 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 18 0 254862943 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915177740584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29220] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29220/stat : 29220 (java) S 29207 29209 23801 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254862944 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915165330280 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29221] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29221/stat : 29221 (java) S 29207 29209 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254862945 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915164276600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29222] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29222/stat : 29222 (java) S 29207 29209 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254862945 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915163223432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29223] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29223/stat : 29223 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915162172176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29224] ppid=29207 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/29209/task/29224/stat : 29224 (java) S 29207 29209 23801 0 -1 4202560 5021 0 0 0 52 0 0 0 20 0 18 0 254862947 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915161119032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29225] ppid=29207 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/29209/task/29225/stat : 29225 (java) S 29207 29209 23801 0 -1 4202560 6246 0 0 0 54 0 0 0 20 0 18 0 254862947 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915160066488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29226] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29226/stat : 29226 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915159013624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29227] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29227/stat : 29227 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 99758 33554432000 1073741824 1073778376 140733854303632 139915157961288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 3.78 3.90 3.89 4/215 29227
/proc/meminfo: memFree=24150256/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9558412 CPUtime=5.2 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 16921 0 1 0 476 44 0 0 20 0 18 0 254862940 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2389603 184359 2256 9 0 2380296 0
[pid=29209/tid=29211] ppid=29207 vsize=9558412 CPUtime=2.69 cores=1,3,5,7
/proc/29209/task/29211/stat : 29211 (java) R 29207 29209 23801 0 -1 4202560 2915 0 1 0 259 10 0 0 20 0 18 0 254862942 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915341110792 139915214049688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29212] ppid=29207 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/29209/task/29212/stat : 29212 (java) S 29207 29209 23801 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915185109928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29213] ppid=29207 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/29209/task/29213/stat : 29213 (java) S 29207 29209 23801 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915184057384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29214] ppid=29207 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/29209/task/29214/stat : 29214 (java) S 29207 29209 23801 0 -1 4202560 167 0 0 0 10 4 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915183004328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29215] ppid=29207 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/29209/task/29215/stat : 29215 (java) S 29207 29209 23801 0 -1 4202560 73 0 0 0 15 5 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915181951784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29216] ppid=29207 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/29209/task/29216/stat : 29216 (java) S 29207 29209 23801 0 -1 4202560 82 0 0 0 12 5 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915180898728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29217] ppid=29207 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/29209/task/29217/stat : 29217 (java) S 29207 29209 23801 0 -1 4202560 272 0 0 0 15 5 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915179846184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29218] ppid=29207 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/29209/task/29218/stat : 29218 (java) S 29207 29209 23801 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915178793128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29219] ppid=29207 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/29209/task/29219/stat : 29219 (java) S 29207 29209 23801 0 -1 4202560 154 0 0 0 15 5 0 0 20 0 18 0 254862943 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915177740584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29220] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29220/stat : 29220 (java) S 29207 29209 23801 0 -1 4202560 498 0 0 0 0 0 0 0 20 0 18 0 254862944 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915165330280 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29221] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29221/stat : 29221 (java) S 29207 29209 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254862945 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915164276600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29222] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29222/stat : 29222 (java) S 29207 29209 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254862945 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915163223432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29223] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29223/stat : 29223 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915162172176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29224] ppid=29207 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/29209/task/29224/stat : 29224 (java) S 29207 29209 23801 0 -1 4202560 5021 0 0 0 52 0 0 0 20 0 18 0 254862947 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915161119032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29225] ppid=29207 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/29209/task/29225/stat : 29225 (java) S 29207 29209 23801 0 -1 4202560 6246 0 0 0 54 0 0 0 20 0 18 0 254862947 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915160066488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29226] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29226/stat : 29226 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915159013624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29227] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29227/stat : 29227 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 184359 33554432000 1073741824 1073778376 140733854303632 139915157961288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9558412

[startup+6.30078 s]
/proc/loadavg: 3.71 3.89 3.89 4/215 29227
/proc/meminfo: memFree=23566960/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9558412 CPUtime=10.34 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 19609 0 1 0 932 102 0 0 20 0 18 0 254862940 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2389603 380170 2260 9 0 2380296 0
[pid=29209/tid=29211] ppid=29207 vsize=9558412 CPUtime=5.26 cores=1,3,5,7
/proc/29209/task/29211/stat : 29211 (java) S 29207 29209 23801 0 -1 4202560 3608 0 1 0 507 19 0 0 20 0 18 0 254862942 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915341110120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29212] ppid=29207 vsize=9558412 CPUtime=0.61 cores=1,3,5,7
/proc/29209/task/29212/stat : 29212 (java) S 29207 29209 23801 0 -1 4202560 264 0 0 0 47 14 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915185109928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29213] ppid=29207 vsize=9558412 CPUtime=0.63 cores=1,3,5,7
/proc/29209/task/29213/stat : 29213 (java) S 29207 29209 23801 0 -1 4202560 356 0 0 0 51 12 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915184057384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29214] ppid=29207 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/29209/task/29214/stat : 29214 (java) S 29207 29209 23801 0 -1 4202560 232 0 0 0 27 9 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915183004328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29215] ppid=29207 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/29209/task/29215/stat : 29215 (java) S 29207 29209 23801 0 -1 4202560 126 0 0 0 32 8 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915181951784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29216] ppid=29207 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/29209/task/29216/stat : 29216 (java) S 29207 29209 23801 0 -1 4202560 212 0 0 0 30 10 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915180898728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29217] ppid=29207 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/29209/task/29217/stat : 29217 (java) S 29207 29209 23801 0 -1 4202560 338 0 0 0 34 10 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915179846184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29218] ppid=29207 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/29209/task/29218/stat : 29218 (java) S 29207 29209 23801 0 -1 4202560 487 0 0 0 28 8 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915178793128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29219] ppid=29207 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/29209/task/29219/stat : 29219 (java) S 29207 29209 23801 0 -1 4202560 443 0 0 0 35 9 0 0 20 0 18 0 254862943 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915177740584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29220] ppid=29207 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/29209/task/29220/stat : 29220 (java) R 29207 29209 23801 0 -1 4202560 1101 0 0 0 1 0 0 0 20 0 18 0 254862944 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915165329160 139915347238128 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29221] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29221/stat : 29221 (java) S 29207 29209 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254862945 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915164276600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29222] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29222/stat : 29222 (java) S 29207 29209 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254862945 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915163223432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29223] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29223/stat : 29223 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915162172176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29224] ppid=29207 vsize=9558412 CPUtime=0.6 cores=1,3,5,7
/proc/29209/task/29224/stat : 29224 (java) S 29207 29209 23801 0 -1 4202560 5021 0 0 0 60 0 0 0 20 0 18 0 254862947 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915161119032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29225] ppid=29207 vsize=9558412 CPUtime=0.62 cores=1,3,5,7
/proc/29209/task/29225/stat : 29225 (java) S 29207 29209 23801 0 -1 4202560 6246 0 0 0 61 1 0 0 20 0 18 0 254862947 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915160066488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29226] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29226/stat : 29226 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915159013624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29227] ppid=29207 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29227/stat : 29227 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254862947 9787813888 380170 33554432000 1073741824 1073778376 140733854303632 139915157961288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.34
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.74 3.89 3.89 5/219 29231
/proc/meminfo: memFree=22994380/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9824668 CPUtime=22.08 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 20212 0 1 0 2103 105 0 0 20 0 22 0 254862940 10060460032 404763 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2456167 404763 2280 9 0 2446860 0
[pid=29209/tid=29211] ppid=29207 vsize=9824668 CPUtime=5.88 cores=1,3,5,7

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

/proc/29209/statm: 2456167 990755 2285 9 0 2446860 0
[pid=29209/tid=29211] ppid=29207 vsize=9824668 CPUtime=5.94 cores=1,3,5,7
/proc/29209/task/29211/stat : 29211 (java) S 29207 29209 23801 0 -1 4202560 3624 0 1 0 573 21 0 0 20 0 22 0 254862942 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915341112312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29212] ppid=29207 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/29209/task/29212/stat : 29212 (java) S 29207 29209 23801 0 -1 4202560 1580 0 0 0 278 38 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915185109928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29213] ppid=29207 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/29209/task/29213/stat : 29213 (java) S 29207 29209 23801 0 -1 4202560 1836 0 0 0 234 33 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915184057384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29214] ppid=29207 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/29209/task/29214/stat : 29214 (java) S 29207 29209 23801 0 -1 4202560 1225 0 0 0 242 35 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915183004328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29215] ppid=29207 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/29209/task/29215/stat : 29215 (java) S 29207 29209 23801 0 -1 4202560 1445 0 0 0 256 31 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915181951784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29216] ppid=29207 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/29209/task/29216/stat : 29216 (java) S 29207 29209 23801 0 -1 4202560 1477 0 0 0 244 30 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915180898728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29217] ppid=29207 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/29209/task/29217/stat : 29217 (java) S 29207 29209 23801 0 -1 4202560 2209 0 0 0 268 38 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915179846184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29218] ppid=29207 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/29209/task/29218/stat : 29218 (java) S 29207 29209 23801 0 -1 4202560 2224 0 0 0 243 32 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915178793128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29219] ppid=29207 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/29209/task/29219/stat : 29219 (java) S 29207 29209 23801 0 -1 4202560 1543 0 0 0 247 35 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915177740584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29220] ppid=29207 vsize=9824668 CPUtime=13.65 cores=1,3,5,7
/proc/29209/task/29220/stat : 29220 (java) S 29207 29209 23801 0 -1 4202560 3312 0 0 0 1355 10 0 0 20 0 22 0 254862944 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915165330280 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29221] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29221/stat : 29221 (java) S 29207 29209 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254862945 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915164276600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29222] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29222/stat : 29222 (java) S 29207 29209 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254862945 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915163223432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29223] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29223/stat : 29223 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915162172176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29224] ppid=29207 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/29209/task/29224/stat : 29224 (java) S 29207 29209 23801 0 -1 4202560 5056 0 0 0 119 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915161119032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29225] ppid=29207 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/29209/task/29225/stat : 29225 (java) S 29207 29209 23801 0 -1 4202560 6264 0 0 0 146 1 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915160066488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29226] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29226/stat : 29226 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915159013624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29227] ppid=29207 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/29209/task/29227/stat : 29227 (java) S 29207 29209 23801 0 -1 4202560 47 0 0 0 22 22 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915157961288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29228] ppid=29207 vsize=9824668 CPUtime=794.7 cores=1,3,5,7
/proc/29209/task/29228/stat : 29228 (java) R 29207 29209 23801 0 -1 4202560 32 0 0 0 79458 12 0 0 20 0 22 0 254863760 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915156906288 139915214785916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29229] ppid=29207 vsize=9824668 CPUtime=794.56 cores=1,3,5,7
/proc/29209/task/29229/stat : 29229 (java) R 29207 29209 23801 0 -1 4202560 668 0 0 0 79429 27 0 0 20 0 22 0 254863760 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915155852096 139915214928603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29230] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29230/stat : 29230 (java) S 29207 29209 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254863773 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915154801960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29231] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29231/stat : 29231 (java) S 29207 29209 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254863773 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915153749416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1639.03
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.94 5/219 29387
/proc/meminfo: memFree=24939544/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9824668 CPUtime=1759.02 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 33734 0 1 0 175555 347 0 0 20 0 22 0 254862940 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2456167 990755 2285 9 0 2446860 0
[pid=29209/tid=29211] ppid=29207 vsize=9824668 CPUtime=5.94 cores=1,3,5,7
/proc/29209/task/29211/stat : 29211 (java) S 29207 29209 23801 0 -1 4202560 3624 0 1 0 573 21 0 0 20 0 22 0 254862942 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915341112312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29212] ppid=29207 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/29209/task/29212/stat : 29212 (java) S 29207 29209 23801 0 -1 4202560 1580 0 0 0 278 38 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915185109928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29213] ppid=29207 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/29209/task/29213/stat : 29213 (java) S 29207 29209 23801 0 -1 4202560 1836 0 0 0 234 33 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915184057384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29214] ppid=29207 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/29209/task/29214/stat : 29214 (java) S 29207 29209 23801 0 -1 4202560 1225 0 0 0 242 35 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915183004328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29215] ppid=29207 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/29209/task/29215/stat : 29215 (java) S 29207 29209 23801 0 -1 4202560 1445 0 0 0 256 31 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915181951784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29216] ppid=29207 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/29209/task/29216/stat : 29216 (java) S 29207 29209 23801 0 -1 4202560 1477 0 0 0 244 30 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915180898728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29217] ppid=29207 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/29209/task/29217/stat : 29217 (java) S 29207 29209 23801 0 -1 4202560 2209 0 0 0 268 38 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915179846184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29218] ppid=29207 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/29209/task/29218/stat : 29218 (java) S 29207 29209 23801 0 -1 4202560 2224 0 0 0 243 32 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915178793128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29219] ppid=29207 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/29209/task/29219/stat : 29219 (java) S 29207 29209 23801 0 -1 4202560 1543 0 0 0 247 35 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915177740584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29220] ppid=29207 vsize=9824668 CPUtime=13.65 cores=1,3,5,7
/proc/29209/task/29220/stat : 29220 (java) S 29207 29209 23801 0 -1 4202560 3312 0 0 0 1355 10 0 0 20 0 22 0 254862944 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915165330280 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29221] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29221/stat : 29221 (java) S 29207 29209 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254862945 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915164276600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29222] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29222/stat : 29222 (java) S 29207 29209 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254862945 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915163223432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29223] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29223/stat : 29223 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915162172176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29224] ppid=29207 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/29209/task/29224/stat : 29224 (java) S 29207 29209 23801 0 -1 4202560 5056 0 0 0 119 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915161119032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29225] ppid=29207 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/29209/task/29225/stat : 29225 (java) S 29207 29209 23801 0 -1 4202560 6264 0 0 0 146 1 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915160066488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29226] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29226/stat : 29226 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915159013624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29227] ppid=29207 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/29209/task/29227/stat : 29227 (java) S 29207 29209 23801 0 -1 4202560 51 0 0 0 24 23 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915157961288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29228] ppid=29207 vsize=9824668 CPUtime=854.55 cores=1,3,5,7
/proc/29209/task/29228/stat : 29228 (java) R 29207 29209 23801 0 -1 4202560 32 0 0 0 85443 12 0 0 20 0 22 0 254863760 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915156906288 139915214786274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29229] ppid=29207 vsize=9824668 CPUtime=854.39 cores=1,3,5,7
/proc/29209/task/29229/stat : 29229 (java) R 29207 29209 23801 0 -1 4202560 668 0 0 0 85412 27 0 0 20 0 22 0 254863760 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915155852096 139915214949290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29230] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29230/stat : 29230 (java) S 29207 29209 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254863773 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915154801960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29231] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29231/stat : 29231 (java) S 29207 29209 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254863773 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915153749416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1759.02
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.801 s]
/proc/loadavg: 3.99 3.97 3.94 6/219 29387
/proc/meminfo: memFree=24935448/32873844 swapFree=7616/7616
[pid=29209] ppid=29207 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/29209/stat : 29209 (java) S 29207 29209 23801 0 -1 4202496 33738 0 1 0 179662 347 0 0 20 0 22 0 254862940 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 140733854294768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29209/statm: 2456167 990755 2285 9 0 2446860 0
[pid=29209/tid=29211] ppid=29207 vsize=9824668 CPUtime=5.95 cores=1,3,5,7
/proc/29209/task/29211/stat : 29211 (java) S 29207 29209 23801 0 -1 4202560 3624 0 1 0 573 22 0 0 20 0 22 0 254862942 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915341112312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29212] ppid=29207 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/29209/task/29212/stat : 29212 (java) S 29207 29209 23801 0 -1 4202560 1580 0 0 0 278 38 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915185109928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29213] ppid=29207 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/29209/task/29213/stat : 29213 (java) S 29207 29209 23801 0 -1 4202560 1836 0 0 0 234 33 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915184057384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29214] ppid=29207 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/29209/task/29214/stat : 29214 (java) S 29207 29209 23801 0 -1 4202560 1225 0 0 0 242 35 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915183004328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29215] ppid=29207 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/29209/task/29215/stat : 29215 (java) S 29207 29209 23801 0 -1 4202560 1445 0 0 0 256 31 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915181951784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29216] ppid=29207 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/29209/task/29216/stat : 29216 (java) S 29207 29209 23801 0 -1 4202560 1477 0 0 0 244 30 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915180898728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29217] ppid=29207 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/29209/task/29217/stat : 29217 (java) S 29207 29209 23801 0 -1 4202560 2209 0 0 0 268 38 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915179846184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29218] ppid=29207 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/29209/task/29218/stat : 29218 (java) S 29207 29209 23801 0 -1 4202560 2224 0 0 0 243 32 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915178793128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29219] ppid=29207 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/29209/task/29219/stat : 29219 (java) S 29207 29209 23801 0 -1 4202560 1543 0 0 0 247 35 0 0 20 0 22 0 254862943 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915177740584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29220] ppid=29207 vsize=9824668 CPUtime=13.65 cores=1,3,5,7
/proc/29209/task/29220/stat : 29220 (java) S 29207 29209 23801 0 -1 4202560 3312 0 0 0 1355 10 0 0 20 0 22 0 254862944 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915165330280 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29221] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29221/stat : 29221 (java) S 29207 29209 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254862945 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915164276600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29222] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29222/stat : 29222 (java) S 29207 29209 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254862945 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915163223432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29223] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29223/stat : 29223 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915162172176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29224] ppid=29207 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/29209/task/29224/stat : 29224 (java) S 29207 29209 23801 0 -1 4202560 5058 0 0 0 122 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915161119032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29225] ppid=29207 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/29209/task/29225/stat : 29225 (java) S 29207 29209 23801 0 -1 4202560 6264 0 0 0 148 1 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915160066488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29209/tid=29226] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29226/stat : 29226 (java) S 29207 29209 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915159013624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29227] ppid=29207 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/29209/task/29227/stat : 29227 (java) S 29207 29209 23801 0 -1 4202560 53 0 0 0 25 24 0 0 20 0 22 0 254862947 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915157961288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29209/tid=29228] ppid=29207 vsize=9824668 CPUtime=875 cores=1,3,5,7
/proc/29209/task/29228/stat : 29228 (java) R 29207 29209 23801 0 -1 4202560 32 0 0 0 87487 13 0 0 20 0 22 0 254863760 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915156907176 139915214701563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29229] ppid=29207 vsize=9824668 CPUtime=874.85 cores=1,3,5,7
/proc/29209/task/29229/stat : 29229 (java) R 29207 29209 23801 0 -1 4202560 668 0 0 0 87457 28 0 0 20 0 22 0 254863760 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915155852096 139915214949445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29209/tid=29230] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29230/stat : 29230 (java) S 29207 29209 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254863773 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915154801960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29209/tid=29231] ppid=29207 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29209/task/29231/stat : 29231 (java) S 29207 29209 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254863773 10060460032 990755 33554432000 1073741824 1073778376 140733854303632 139915153749416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 29209 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=948582
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=863412
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.838
CPU time (s): 1800.09
CPU user time (s): 1796.62
CPU system time (s): 3.47
CPU usage (%): 199.381
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.95
system time used= 3.86341
maximum resident set size= 3963140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33771
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22104
involuntary context switches= 21958

runsolver used 4.20036 second user time and 8.61469 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 21:22:53
IDJOB=3690038
IDBENCH=92665
IDSOLVER=2268
FILE ID=node130/3690038-1337887372
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= 3780f03c87bd5cb45e7b4d8342759bc6
RANDOM SEED=1966232223

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:        24605364 kB
Buffers:          210260 kB
Cached:          2433228 kB
SwapCached:            0 kB
Active:          5597212 kB
Inactive:        1885620 kB
Active(anon):    4841652 kB
Inactive(anon):      316 kB
Active(file):     755560 kB
Inactive(file):  1885304 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37916 kB
Writeback:             0 kB
AnonPages:       4847252 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             634572 kB
SReclaimable:      76228 kB
SUnreclaim:       558344 kB
KernelStack:        1616 kB
PageTables:        13888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5359948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4583424 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= 71632 MiB
End job on node130 at 2012-05-24 21:37:58