Trace number 3689996

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.21 910.95

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUM1ab6633942d0dec66d4a4598d6fd88a7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23298810
Best CPU time to get the best result obtained on this benchmark1801.45
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 1019600
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
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.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@63415de6
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@23174b07
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-3689996-1337886960.opb
0.08/0.13	c reading problem ... 
72.36/50.49	c ... done. Wall clock time 50.366s.
72.36/50.49	c declared #vars     2000400
72.36/50.49	c #constraints  4940611
72.36/50.49	c constraints type 
72.36/50.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
72.36/50.49	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
72.36/50.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
72.36/50.49	c ignored satisfied constraints => 3
72.36/50.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
72.36/50.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
72.36/50.49	c 4940614 constraints processed.
72.36/50.49	c constraints type 
72.36/50.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
72.36/50.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
72.36/50.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
72.36/50.49	c ignored satisfied constraints => 3
72.36/50.49	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
72.36/50.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
72.36/50.49	c 4940614 constraints processed.
72.36/50.49	c objective function length is 1019600 literals
1800.21/910.92	c starts		: 20
1800.21/910.92	c conflicts		: 3790
1800.21/910.92	c decisions		: 914638
1800.21/910.92	c propagations		: 174910558
1800.21/910.92	c inspects		: 3068330102
1800.21/910.92	c shortcuts		: 0
1800.21/910.92	c learnt literals	: 0
1800.21/910.92	c learnt binary clauses	: 1
1800.21/910.92	c learnt ternary clauses	: 0
1800.21/910.92	c learnt constraints	: 3790
1800.21/910.92	c ignored constraints	: 0
1800.21/910.92	c root simplifications	: 0
1800.21/910.92	c removed literals (reason simplification)	: 27286
1800.21/910.92	c reason swapping (by a shorter reason)	: 0
1800.21/910.92	c Calls to reduceDB	: 0
1800.21/910.92	c number of reductions to clauses (during analyze)	: 0
1800.21/910.92	c number of learned constraints concerned by reduction	: 0
1800.21/910.92	c number of learning phase by resolution	: 0
1800.21/910.92	c number of learning phase by cutting planes	: 0
1800.21/910.92	c speed (assignments/second)	: 203388.165361216
1800.21/910.92	c non guided choices	0
1800.21/910.92	c learnt constraints type 
1800.21/910.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.21/910.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3789
1800.21/910.92	c constraints type 
1800.21/910.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.21/910.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.21/910.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.21/910.92	c ignored satisfied constraints => 3
1800.21/910.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.21/910.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.21/910.92	c 4940614 constraints processed.
1800.21/910.92	c constraints type 
1800.21/910.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.21/910.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.21/910.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.21/910.92	c ignored satisfied constraints => 3
1800.21/910.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.21/910.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.21/910.92	c 4940614 constraints processed.
1800.21/910.92	s UNKNOWN
1800.21/910.92	c Total wall clock time (in seconds): 910.794

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-3689996-1337886960/watcher-3689996-1337886960 -o /tmp/evaluation-result-3689996-1337886960/solver-3689996-1337886960 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689996-1337886960.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.70 3.85 3.87 4/197 29236
/proc/meminfo: memFree=25743040/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29236/stat : 29236 (java) D 29234 29236 25404 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254820916 9515008 182 33554432000 1073741824 1073778376 140737447696976 140737447688008 251044642485 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/29236/statm: 2323 182 140 9 0 71 0

[startup+0.0399991 s]
/proc/loadavg: 3.70 3.85 3.87 4/197 29236
/proc/meminfo: memFree=25743040/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9093460 CPUtime=0.01 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 2932 0 1 0 1 0 0 0 20 0 12 0 254820916 9311703040 3632 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2289749 3632 1652 9 0 2280450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9093460

[startup+0.100197 s]
/proc/loadavg: 3.70 3.85 3.87 4/197 29236
/proc/meminfo: memFree=25743040/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 4160 0 1 0 7 1 0 0 20 0 18 0 254820916 9787813888 5369 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 5369 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300332 s]
/proc/loadavg: 3.70 3.85 3.87 4/197 29236
/proc/meminfo: memFree=25743040/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 5480 0 1 0 42 3 0 0 20 0 18 0 254820916 9787813888 31685 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 31685 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.70034 s]
/proc/loadavg: 3.70 3.85 3.87 4/197 29236
/proc/meminfo: memFree=25743040/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=1.02 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 5646 0 1 0 96 6 0 0 20 0 18 0 254820916 9787813888 62505 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 62505 2232 9 0 2380296 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 3.88 3.88 3.88 4/215 29254
/proc/meminfo: memFree=25461128/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=1.99 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 6093 0 1 0 188 11 0 0 20 0 18 0 254820916 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 86431 2232 9 0 2380296 0
[pid=29236/tid=29238] ppid=29234 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/29236/task/29238/stat : 29238 (java) R 29234 29236 25404 0 -1 4202560 2531 0 1 0 130 4 0 0 20 0 18 0 254820917 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140166283558184 251048027405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29239] ppid=29234 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29236/task/29239/stat : 29239 (java) S 29234 29236 25404 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140166261660200 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29240] ppid=29234 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29236/task/29240/stat : 29240 (java) S 29234 29236 25404 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140166260607400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29241] ppid=29234 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29236/task/29241/stat : 29241 (java) S 29234 29236 25404 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140166259554600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29242] ppid=29234 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29236/task/29242/stat : 29242 (java) S 29234 29236 25404 0 -1 4202560 98 0 0 0 9 1 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165922154664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29243] ppid=29234 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29236/task/29243/stat : 29243 (java) S 29234 29236 25404 0 -1 4202560 233 0 0 0 3 0 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165921102888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29244] ppid=29234 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29236/task/29244/stat : 29244 (java) S 29234 29236 25404 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165920050088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29245] ppid=29234 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29236/task/29245/stat : 29245 (java) S 29234 29236 25404 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165918997288 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29246] ppid=29234 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29236/task/29246/stat : 29246 (java) S 29234 29236 25404 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 254820918 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165917944488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29247] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29247/stat : 29247 (java) S 29234 29236 25404 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254820919 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165905746408 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29248] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29248/stat : 29248 (java) S 29234 29236 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254820920 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165904692472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29249] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29249/stat : 29249 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254820920 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165903639560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29250] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29250/stat : 29250 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165902588048 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29251] ppid=29234 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29236/task/29251/stat : 29251 (java) S 29234 29236 25404 0 -1 4202560 900 0 0 0 8 0 0 0 20 0 18 0 254820922 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165901536184 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29252] ppid=29234 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29236/task/29252/stat : 29252 (java) S 29234 29236 25404 0 -1 4202560 909 0 0 0 7 0 0 0 20 0 18 0 254820922 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165900483384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29253] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29253/stat : 29253 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165899430776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29254] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29254/stat : 29254 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 86431 33554432000 1073741824 1073778376 140737155618704 140165898378184 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9558412

[startup+3.10082 s]
/proc/loadavg: 3.88 3.88 3.88 11/215 29254
/proc/meminfo: memFree=25232256/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=4.93 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 9621 0 1 0 458 35 0 0 20 0 18 0 254820916 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 218237 2237 9 0 2380296 0
[pid=29236/tid=29238] ppid=29234 vsize=9558412 CPUtime=2.51 cores=0,2,4,6
/proc/29236/task/29238/stat : 29238 (java) R 29234 29236 25404 0 -1 4202560 2841 0 1 0 243 8 0 0 20 0 18 0 254820917 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140166283557048 140166291323991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29239] ppid=29234 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/29236/task/29239/stat : 29239 (java) S 29234 29236 25404 0 -1 4202560 363 0 0 0 24 4 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140166261660200 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29240] ppid=29234 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/29236/task/29240/stat : 29240 (java) S 29234 29236 25404 0 -1 4202560 360 0 0 0 21 5 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140166260607400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29241] ppid=29234 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/29236/task/29241/stat : 29241 (java) S 29234 29236 25404 0 -1 4202560 406 0 0 0 17 3 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140166259554600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29242] ppid=29234 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/29236/task/29242/stat : 29242 (java) S 29234 29236 25404 0 -1 4202560 448 0 0 0 24 4 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165922154664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29243] ppid=29234 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/29236/task/29243/stat : 29243 (java) S 29234 29236 25404 0 -1 4202560 366 0 0 0 27 4 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165921102888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29244] ppid=29234 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/29236/task/29244/stat : 29244 (java) S 29234 29236 25404 0 -1 4202560 71 0 0 0 18 3 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165920050088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29245] ppid=29234 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/29236/task/29245/stat : 29245 (java) S 29234 29236 25404 0 -1 4202560 524 0 0 0 21 3 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165918997288 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29246] ppid=29234 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/29236/task/29246/stat : 29246 (java) S 29234 29236 25404 0 -1 4202560 318 0 0 0 18 2 0 0 20 0 18 0 254820918 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165917944488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29247] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29247/stat : 29247 (java) S 29234 29236 25404 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 18 0 254820919 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165905746408 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29248] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29248/stat : 29248 (java) S 29234 29236 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254820920 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165904692472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29249] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29249/stat : 29249 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254820920 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165903639560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29250] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29250/stat : 29250 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165902588048 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29251] ppid=29234 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/29236/task/29251/stat : 29251 (java) S 29234 29236 25404 0 -1 4202560 1253 0 0 0 16 0 0 0 20 0 18 0 254820922 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165901536184 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29252] ppid=29234 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29236/task/29252/stat : 29252 (java) S 29234 29236 25404 0 -1 4202560 982 0 0 0 12 0 0 0 20 0 18 0 254820922 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165900483384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29253] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29253/stat : 29253 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165899430776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29254] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29254/stat : 29254 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 218237 33554432000 1073741824 1073778376 140737155618704 140165898378184 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9558412

[startup+6.30065 s]
/proc/loadavg: 4.37 3.98 3.91 11/215 29254
/proc/meminfo: memFree=24057364/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=10.6 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 24658 0 1 0 985 75 0 0 20 0 18 0 254820916 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 441755 2259 9 0 2380296 0
[pid=29236/tid=29238] ppid=29234 vsize=9558412 CPUtime=4.27 cores=0,2,4,6
/proc/29236/task/29238/stat : 29238 (java) R 29234 29236 25404 0 -1 4202560 3568 0 1 0 411 16 0 0 20 0 18 0 254820917 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140166283550624 140166286844794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29239] ppid=29234 vsize=9558412 CPUtime=0.66 cores=0,2,4,6
/proc/29236/task/29239/stat : 29239 (java) S 29234 29236 25404 0 -1 4202560 451 0 0 0 58 8 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140166261660200 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29240] ppid=29234 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/29236/task/29240/stat : 29240 (java) S 29234 29236 25404 0 -1 4202560 449 0 0 0 56 9 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140166260607400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29241] ppid=29234 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/29236/task/29241/stat : 29241 (java) S 29234 29236 25404 0 -1 4202560 854 0 0 0 46 6 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140166259554600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29242] ppid=29234 vsize=9558412 CPUtime=0.62 cores=0,2,4,6
/proc/29236/task/29242/stat : 29242 (java) S 29234 29236 25404 0 -1 4202560 808 0 0 0 54 8 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165922154664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29243] ppid=29234 vsize=9558412 CPUtime=0.66 cores=0,2,4,6
/proc/29236/task/29243/stat : 29243 (java) S 29234 29236 25404 0 -1 4202560 1048 0 0 0 59 7 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165921102888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29244] ppid=29234 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/29236/task/29244/stat : 29244 (java) S 29234 29236 25404 0 -1 4202560 861 0 0 0 40 5 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165920050088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29245] ppid=29234 vsize=9558412 CPUtime=0.64 cores=0,2,4,6
/proc/29236/task/29245/stat : 29245 (java) S 29234 29236 25404 0 -1 4202560 599 0 0 0 57 7 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165918997288 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29246] ppid=29234 vsize=9558412 CPUtime=0.58 cores=0,2,4,6
/proc/29236/task/29246/stat : 29246 (java) S 29234 29236 25404 0 -1 4202560 399 0 0 0 52 6 0 0 20 0 18 0 254820918 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165917944488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29247] ppid=29234 vsize=9558412 CPUtime=0.71 cores=0,2,4,6
/proc/29236/task/29247/stat : 29247 (java) S 29234 29236 25404 0 -1 4202560 1474 0 0 0 71 0 0 0 20 0 18 0 254820919 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165905746408 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29248] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29248/stat : 29248 (java) S 29234 29236 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254820920 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165904692472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29249] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29249/stat : 29249 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254820920 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165903639560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29250] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29250/stat : 29250 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165902588048 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29251] ppid=29234 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/29236/task/29251/stat : 29251 (java) R 29234 29236 25404 0 -1 4202560 5430 0 0 0 31 2 0 0 20 0 18 0 254820922 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165901513304 140166289261411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29252] ppid=29234 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/29236/task/29252/stat : 29252 (java) R 29234 29236 25404 0 -1 4202560 7543 0 0 0 31 1 0 0 20 0 18 0 254820922 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165900470568 140166287676860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29253] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29253/stat : 29253 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165899430776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29254] ppid=29234 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29254/stat : 29254 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254820922 9787813888 441755 33554432000 1073741824 1073778376 140737155618704 140165898378184 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 4.26 3.97 3.90 5/215 29254
/proc/meminfo: memFree=22398284/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9558412 CPUtime=24.45 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 89550 0 1 0 2274 171 0 0 20 0 18 0 254820916 9787813888 846064 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2389603 846064 2273 9 0 2380296 0
[pid=29236/tid=29238] ppid=29234 vsize=9558412 CPUtime=7.93 cores=0,2,4,6

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

/proc/29236/statm: 2456167 1200153 2281 9 0 2446860 0
[pid=29236/tid=29238] ppid=29234 vsize=9824668 CPUtime=26.92 cores=0,2,4,6
/proc/29236/task/29238/stat : 29238 (java) S 29234 29236 25404 0 -1 4202560 3975 0 1 0 2654 38 0 0 20 0 22 0 254820917 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166283559928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29239] ppid=29234 vsize=9824668 CPUtime=4.9 cores=0,2,4,6
/proc/29236/task/29239/stat : 29239 (java) S 29234 29236 25404 0 -1 4202560 8464 0 0 0 449 41 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166261660200 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29240] ppid=29234 vsize=9824668 CPUtime=4.48 cores=0,2,4,6
/proc/29236/task/29240/stat : 29240 (java) S 29234 29236 25404 0 -1 4202560 14609 0 0 0 409 39 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166260607400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29241] ppid=29234 vsize=9824668 CPUtime=4.42 cores=0,2,4,6
/proc/29236/task/29241/stat : 29241 (java) S 29234 29236 25404 0 -1 4202560 5565 0 0 0 403 39 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166259554600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29242] ppid=29234 vsize=9824668 CPUtime=4.72 cores=0,2,4,6
/proc/29236/task/29242/stat : 29242 (java) S 29234 29236 25404 0 -1 4202560 9215 0 0 0 437 35 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165922154664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29243] ppid=29234 vsize=9824668 CPUtime=5.18 cores=0,2,4,6
/proc/29236/task/29243/stat : 29243 (java) S 29234 29236 25404 0 -1 4202560 10470 0 0 0 466 52 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165921102888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29244] ppid=29234 vsize=9824668 CPUtime=4.7 cores=0,2,4,6
/proc/29236/task/29244/stat : 29244 (java) S 29234 29236 25404 0 -1 4202560 8225 0 0 0 437 33 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165920050088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29245] ppid=29234 vsize=9824668 CPUtime=4.92 cores=0,2,4,6
/proc/29236/task/29245/stat : 29245 (java) S 29234 29236 25404 0 -1 4202560 9223 0 0 0 462 30 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165918997288 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29246] ppid=29234 vsize=9824668 CPUtime=5.12 cores=0,2,4,6
/proc/29236/task/29246/stat : 29246 (java) S 29234 29236 25404 0 -1 4202560 7901 0 0 0 477 35 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165917944488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29247] ppid=29234 vsize=9824668 CPUtime=16.36 cores=0,2,4,6
/proc/29236/task/29247/stat : 29247 (java) S 29234 29236 25404 0 -1 4202560 19347 0 0 0 1627 9 0 0 20 0 22 0 254820919 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165905746408 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29248] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29248/stat : 29248 (java) S 29234 29236 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254820920 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165904692472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29249] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29249/stat : 29249 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254820920 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165903639560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29250] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29250/stat : 29250 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165902588048 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29251] ppid=29234 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/29236/task/29251/stat : 29251 (java) S 29234 29236 25404 0 -1 4202560 6447 0 0 0 108 2 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165901536184 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29252] ppid=29234 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/29236/task/29252/stat : 29252 (java) S 29234 29236 25404 0 -1 4202560 10933 0 0 0 157 2 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165900483384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29253] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29253/stat : 29253 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165899430776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29254] ppid=29234 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/29236/task/29254/stat : 29254 (java) S 29234 29236 25404 0 -1 4202560 47 0 0 0 21 16 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165898378184 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29255] ppid=29234 vsize=9824668 CPUtime=767.03 cores=0,2,4,6
/proc/29236/task/29255/stat : 29255 (java) R 29234 29236 25404 0 -1 4202560 33 0 0 0 76692 11 0 0 20 0 22 0 254825966 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165897290552 140166141245523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29256] ppid=29234 vsize=9824668 CPUtime=766.94 cores=0,2,4,6
/proc/29236/task/29256/stat : 29256 (java) R 29234 29236 25404 0 -1 4202560 75 0 0 0 76683 11 0 0 20 0 22 0 254825966 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165896237400 140166140796692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29257] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29257/stat : 29257 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254826009 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165895185320 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29258] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29258/stat : 29258 (java) S 29234 29236 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254826009 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165894132520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1622.94
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.99 4.00 3.94 5/220 29332
/proc/meminfo: memFree=23671412/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9824668 CPUtime=1742.98 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 115721 0 1 0 173916 382 0 0 20 0 22 0 254820916 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2456167 1200153 2281 9 0 2446860 0
[pid=29236/tid=29238] ppid=29234 vsize=9824668 CPUtime=26.93 cores=0,2,4,6
/proc/29236/task/29238/stat : 29238 (java) S 29234 29236 25404 0 -1 4202560 3975 0 1 0 2654 39 0 0 20 0 22 0 254820917 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166283559928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29239] ppid=29234 vsize=9824668 CPUtime=4.9 cores=0,2,4,6
/proc/29236/task/29239/stat : 29239 (java) S 29234 29236 25404 0 -1 4202560 8464 0 0 0 449 41 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166261660200 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29240] ppid=29234 vsize=9824668 CPUtime=4.48 cores=0,2,4,6
/proc/29236/task/29240/stat : 29240 (java) S 29234 29236 25404 0 -1 4202560 14609 0 0 0 409 39 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166260607400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29241] ppid=29234 vsize=9824668 CPUtime=4.42 cores=0,2,4,6
/proc/29236/task/29241/stat : 29241 (java) S 29234 29236 25404 0 -1 4202560 5565 0 0 0 403 39 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166259554600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29242] ppid=29234 vsize=9824668 CPUtime=4.72 cores=0,2,4,6
/proc/29236/task/29242/stat : 29242 (java) S 29234 29236 25404 0 -1 4202560 9215 0 0 0 437 35 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165922154664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29243] ppid=29234 vsize=9824668 CPUtime=5.18 cores=0,2,4,6
/proc/29236/task/29243/stat : 29243 (java) S 29234 29236 25404 0 -1 4202560 10470 0 0 0 466 52 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165921102888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29244] ppid=29234 vsize=9824668 CPUtime=4.7 cores=0,2,4,6
/proc/29236/task/29244/stat : 29244 (java) S 29234 29236 25404 0 -1 4202560 8225 0 0 0 437 33 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165920050088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29245] ppid=29234 vsize=9824668 CPUtime=4.92 cores=0,2,4,6
/proc/29236/task/29245/stat : 29245 (java) S 29234 29236 25404 0 -1 4202560 9223 0 0 0 462 30 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165918997288 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29246] ppid=29234 vsize=9824668 CPUtime=5.12 cores=0,2,4,6
/proc/29236/task/29246/stat : 29246 (java) S 29234 29236 25404 0 -1 4202560 7901 0 0 0 477 35 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165917944488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29247] ppid=29234 vsize=9824668 CPUtime=16.36 cores=0,2,4,6
/proc/29236/task/29247/stat : 29247 (java) S 29234 29236 25404 0 -1 4202560 19347 0 0 0 1627 9 0 0 20 0 22 0 254820919 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165905746408 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29248] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29248/stat : 29248 (java) S 29234 29236 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254820920 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165904692472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29249] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29249/stat : 29249 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254820920 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165903639560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29250] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29250/stat : 29250 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165902588048 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29251] ppid=29234 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/29236/task/29251/stat : 29251 (java) S 29234 29236 25404 0 -1 4202560 6447 0 0 0 108 2 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165901536184 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29252] ppid=29234 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/29236/task/29252/stat : 29252 (java) S 29234 29236 25404 0 -1 4202560 10933 0 0 0 157 2 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165900483384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29253] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29253/stat : 29253 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165899430776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29254] ppid=29234 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/29236/task/29254/stat : 29254 (java) S 29234 29236 25404 0 -1 4202560 51 0 0 0 23 17 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165898378184 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29255] ppid=29234 vsize=9824668 CPUtime=826.88 cores=0,2,4,6
/proc/29236/task/29255/stat : 29255 (java) R 29234 29236 25404 0 -1 4202560 33 0 0 0 82676 12 0 0 20 0 22 0 254825966 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165897290552 140166141540378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29256] ppid=29234 vsize=9824668 CPUtime=826.79 cores=0,2,4,6
/proc/29236/task/29256/stat : 29256 (java) R 29234 29236 25404 0 -1 4202560 75 0 0 0 82667 12 0 0 20 0 22 0 254825966 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165896237400 140166141429434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29257] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29257/stat : 29257 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254826009 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165895185320 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29258] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29258/stat : 29258 (java) S 29234 29236 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254826009 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165894132520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1742.98
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.907 s]
/proc/loadavg: 4.07 4.02 3.95 5/219 29332
/proc/meminfo: memFree=23667416/32873844 swapFree=7612/7612
[pid=29236] ppid=29234 vsize=9824668 CPUtime=1800.21 cores=0,2,4,6
/proc/29236/stat : 29236 (java) S 29234 29236 25404 0 -1 4202496 115723 0 1 0 179638 383 0 0 20 0 22 0 254820916 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140737155609840 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29236/statm: 2456167 1200153 2281 9 0 2446860 0
[pid=29236/tid=29238] ppid=29234 vsize=9824668 CPUtime=26.93 cores=0,2,4,6
/proc/29236/task/29238/stat : 29238 (java) S 29234 29236 25404 0 -1 4202560 3975 0 1 0 2654 39 0 0 20 0 22 0 254820917 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166283559928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29239] ppid=29234 vsize=9824668 CPUtime=4.9 cores=0,2,4,6
/proc/29236/task/29239/stat : 29239 (java) S 29234 29236 25404 0 -1 4202560 8464 0 0 0 449 41 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166261660200 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29240] ppid=29234 vsize=9824668 CPUtime=4.48 cores=0,2,4,6
/proc/29236/task/29240/stat : 29240 (java) S 29234 29236 25404 0 -1 4202560 14609 0 0 0 409 39 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166260607400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29241] ppid=29234 vsize=9824668 CPUtime=4.42 cores=0,2,4,6
/proc/29236/task/29241/stat : 29241 (java) S 29234 29236 25404 0 -1 4202560 5565 0 0 0 403 39 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140166259554600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29242] ppid=29234 vsize=9824668 CPUtime=4.72 cores=0,2,4,6
/proc/29236/task/29242/stat : 29242 (java) S 29234 29236 25404 0 -1 4202560 9215 0 0 0 437 35 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165922154664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29243] ppid=29234 vsize=9824668 CPUtime=5.18 cores=0,2,4,6
/proc/29236/task/29243/stat : 29243 (java) S 29234 29236 25404 0 -1 4202560 10470 0 0 0 466 52 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165921102888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29244] ppid=29234 vsize=9824668 CPUtime=4.7 cores=0,2,4,6
/proc/29236/task/29244/stat : 29244 (java) S 29234 29236 25404 0 -1 4202560 8225 0 0 0 437 33 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165920050088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29245] ppid=29234 vsize=9824668 CPUtime=4.92 cores=0,2,4,6
/proc/29236/task/29245/stat : 29245 (java) S 29234 29236 25404 0 -1 4202560 9223 0 0 0 462 30 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165918997288 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29246] ppid=29234 vsize=9824668 CPUtime=5.12 cores=0,2,4,6
/proc/29236/task/29246/stat : 29246 (java) S 29234 29236 25404 0 -1 4202560 7901 0 0 0 477 35 0 0 20 0 22 0 254820918 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165917944488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29247] ppid=29234 vsize=9824668 CPUtime=16.36 cores=0,2,4,6
/proc/29236/task/29247/stat : 29247 (java) S 29234 29236 25404 0 -1 4202560 19347 0 0 0 1627 9 0 0 20 0 22 0 254820919 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165905746408 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29248] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29248/stat : 29248 (java) S 29234 29236 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254820920 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165904692472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29249] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29249/stat : 29249 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254820920 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165903639560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29250] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29250/stat : 29250 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165902588048 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29251] ppid=29234 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/29236/task/29251/stat : 29251 (java) S 29234 29236 25404 0 -1 4202560 6447 0 0 0 108 2 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165901536184 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29252] ppid=29234 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/29236/task/29252/stat : 29252 (java) S 29234 29236 25404 0 -1 4202560 10933 0 0 0 157 2 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165900483384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29253] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29253/stat : 29253 (java) S 29234 29236 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165899430776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29236/tid=29254] ppid=29234 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/29236/task/29254/stat : 29254 (java) S 29234 29236 25404 0 -1 4202560 53 0 0 0 23 18 0 0 20 0 22 0 254820922 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165898378184 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29255] ppid=29234 vsize=9824668 CPUtime=855.41 cores=0,2,4,6
/proc/29236/task/29255/stat : 29255 (java) R 29234 29236 25404 0 -1 4202560 33 0 0 0 85528 13 0 0 20 0 22 0 254825966 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165897290552 140166141355909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29236/tid=29256] ppid=29234 vsize=9824668 CPUtime=855.32 cores=0,2,4,6
/proc/29236/task/29256/stat : 29256 (java) R 29234 29236 25404 0 -1 4202560 75 0 0 0 85519 13 0 0 20 0 22 0 254825966 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165896237400 140166141636171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29236/tid=29257] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29257/stat : 29257 (java) S 29234 29236 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254826009 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165895185320 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29236/tid=29258] ppid=29234 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29236/task/29258/stat : 29258 (java) S 29234 29236 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254826009 10060460032 1200153 33554432000 1073741824 1073778376 140737155618704 140165894132520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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 29236 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=738614
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=172365
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 910.95
CPU time (s): 1800.21
CPU user time (s): 1796.38
CPU system time (s): 3.83
CPU usage (%): 197.619
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.74
system time used= 4.17237
maximum resident set size= 4800728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115754
page faults= 1
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39376
involuntary context switches= 26421

runsolver used 3.42048 second user time and 8.01578 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 21:16:06
IDJOB=3689996
IDBENCH=92640
IDSOLVER=2268
FILE ID=node143/3689996-1337886960
RUNJOBID= node143-1337871881-25421
PBS_JOBID= 14620061
Free space on /tmp= 71268 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_1_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689996-1337886960/watcher-3689996-1337886960 -o /tmp/evaluation-result-3689996-1337886960/solver-3689996-1337886960 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689996-1337886960.opb

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

MD5SUM BENCH= 1ab6633942d0dec66d4a4598d6fd88a7
RANDOM SEED=2058674001

node143.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.787
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.57
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.787
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.787
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.787
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.91
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25743428 kB
Buffers:          232052 kB
Cached:          2843428 kB
SwapCached:            0 kB
Active:          4106672 kB
Inactive:        2230324 kB
Active(anon):    3264272 kB
Inactive(anon):        0 kB
Active(file):     842400 kB
Inactive(file):  2230324 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222608 kB
Writeback:             0 kB
AnonPages:       3269372 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             647112 kB
SReclaimable:      88948 kB
SUnreclaim:       558164 kB
KernelStack:        1600 kB
PageTables:        10508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3383776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3086336 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= 71296 MiB
End job on node143 at 2012-05-24 21:31:18