Trace number 3454200

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.42 913.005

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3454200-1307190370.opb
0.09/0.12	c reading problem ... 
8.33/7.36	c ... done. Wall clock time 7.241s.
8.33/7.36	c #vars     404566
8.33/7.36	c #constraints  126490
8.33/7.36	c constraints type 
8.33/7.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
8.33/7.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4902
8.33/7.36	c constraints type 
8.33/7.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
8.33/7.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
316.22/158.64	c cleaning 2493 clauses out of 4994 with flag 5001/5001
396.32/199.01	c cleaning 4246 clauses out of 8497 with flag 11000/11000
437.63/220.17	c cleaning 5621 clauses out of 11250 with flag 18001/18001
484.32/243.95	c cleaning 6811 clauses out of 13623 with flag 26000/26000
502.67/253.87	c cleaning 7907 clauses out of 15813 with flag 35001/35001
547.52/276.78	c cleaning 8950 clauses out of 17902 with flag 45012/45012
589.97/298.49	c cleaning 9471 clauses out of 18950 with flag 55015/55015
606.53/307.27	c cleaning 9736 clauses out of 19477 with flag 65013/65013
623.84/316.69	c cleaning 9864 clauses out of 19729 with flag 75001/75001
640.80/325.69	c cleaning 9929 clauses out of 19866 with flag 85002/85002
656.74/334.13	c cleaning 9967 clauses out of 19940 with flag 95005/95005
672.28/342.48	c cleaning 9983 clauses out of 19971 with flag 105003/105003
690.72/352.50	c cleaning 9992 clauses out of 19989 with flag 115004/115004
704.46/359.80	c cleaning 10001 clauses out of 20002 with flag 125009/125009
718.45/367.38	c cleaning 9995 clauses out of 19998 with flag 135006/135006
732.00/374.60	c cleaning 10001 clauses out of 20001 with flag 145004/145004
747.64/383.24	c cleaning 9996 clauses out of 20001 with flag 155005/155005
762.20/391.09	c cleaning 10002 clauses out of 20004 with flag 165004/165004
831.80/426.38	c cleaning 9999 clauses out of 19998 with flag 175001/175001
1139.91/580.75	c cleaning 9999 clauses out of 19999 with flag 185001/185001
1431.35/727.23	c cleaning 10001 clauses out of 20007 with flag 195008/195008
1732.56/878.30	c cleaning 9994 clauses out of 19998 with flag 205000/205000
1800.19/912.81	c starts		: 118
1800.19/912.81	c conflicts		: 206511
1800.19/912.81	c decisions		: 842225
1800.19/912.81	c propagations		: 25934778
1800.19/912.81	c inspects		: 229557628
1800.19/912.81	c shortcuts		: 0
1800.19/912.81	c learnt literals	: 38
1800.19/912.81	c learnt binary clauses	: 18
1800.19/912.81	c learnt ternary clauses	: 31
1800.19/912.81	c learnt constraints	: 206472
1800.19/912.82	c ignored constraints	: 0
1800.19/912.82	c root simplifications	: 0
1800.19/912.82	c removed literals (reason simplification)	: 9781304
1800.19/912.82	c reason swapping (by a shorter reason)	: 0
1800.19/912.82	c Calls to reduceDB	: 22
1800.19/912.82	c number of reductions to clauses (during analyze)	: 0
1800.19/912.82	c number of learned constraints concerned by reduction	: 0
1800.19/912.82	c number of learning phase by resolution	: 0
1800.19/912.82	c number of learning phase by cutting planes	: 0
1800.19/912.82	c speed (assignments/second)	: 28655.661737651775
1800.19/912.82	c non guided choices	278779
1800.19/912.82	c learnt constraints type 
1800.19/912.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.19/912.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11497
1800.19/912.82	c constraints type 
1800.19/912.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1800.19/912.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4902
1800.19/912.82	c constraints type 
1800.19/912.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.19/912.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
1800.19/912.82	s UNKNOWN
1800.19/912.82	c Total wall clock time (in seconds): 912.707

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454200-1307190370/watcher-3454200-1307190370 -o /tmp/evaluation-result-3454200-1307190370/solver-3454200-1307190370 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454200-1307190370.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.55 3.80 3.73 3/348 30215
/proc/meminfo: memFree=21792652/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 2456 0 1 0 0 0 0 0 23 0 2 0 909267688 10681323520 2159 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2607745 2171 906 9 0 2598901 0
[pid=30215/tid=30216] ppid=30213 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 1392 0 1 0 0 0 0 0 24 0 2 0 909267689 10681323520 2208 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0241199 s]
/proc/loadavg: 3.55 3.80 3.73 3/348 30215
/proc/meminfo: memFree=21792652/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 9460 0 1 0 1 0 0 0 23 0 2 0 909267688 10694979584 9162 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2611079 9182 917 9 0 2602235 0
[pid=30215/tid=30216] ppid=30213 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 8380 0 1 0 0 0 0 0 24 0 2 0 909267689 10694979584 9196 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.10106 s]
/proc/loadavg: 3.55 3.80 3.73 3/348 30215
/proc/meminfo: memFree=21792652/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10474908 CPUtime=0.09 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 12938 0 1 0 8 1 0 0 23 0 18 0 909267688 10726305792 12635 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2618727 12635 2092 9 0 2609461 0
[pid=30215/tid=30216] ppid=30213 vsize=10474908 CPUtime=0.08 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 11020 0 1 0 7 1 0 0 25 0 18 0 909267689 10726305792 12635 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505187559 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10474908

[startup+0.353289 s]
/proc/loadavg: 3.55 3.80 3.73 3/348 30215
/proc/meminfo: memFree=21792652/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10550300 CPUtime=0.75 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 27399 0 1 0 72 3 0 0 23 0 18 0 909267688 10803507200 24476 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2639389 26854 2210 9 0 2630123 0
[pid=30215/tid=30216] ppid=30213 vsize=10555896 CPUtime=0.37 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) D 30213 30215 27326 0 -1 4202560 20838 0 1 0 35 2 0 0 18 0 18 0 909267689 10809237504 28283 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505569048 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 10550300

[startup+0.701007 s]
/proc/loadavg: 3.55 3.80 3.73 3/348 30215
/proc/meminfo: memFree=21792652/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10560396 CPUtime=1.58 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 51830 0 1 0 153 5 0 0 23 0 18 0 909267688 10813845504 46540 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2640099 46540 2220 9 0 2630833 0
[pid=30215/tid=30216] ppid=30213 vsize=10560396 CPUtime=0.68 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 37750 0 1 0 64 4 0 0 18 0 18 0 909267689 10813845504 46540 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505216072 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10560396

[startup+1.50086 s]
/proc/loadavg: 3.55 3.80 3.73 4/366 30233
/proc/meminfo: memFree=21496716/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10560396 CPUtime=2.43 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 130815 0 1 0 229 14 0 0 23 0 18 0 909267688 10813845504 125525 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2640099 125528 2220 9 0 2630833 0
[pid=30215/tid=30216] ppid=30213 vsize=10560396 CPUtime=1.48 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 116676 0 1 0 135 13 0 0 19 0 18 0 909267689 10813845504 125530 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505365698 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30215/tid=30218] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30218/stat : 30218 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125532 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30219] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30219/stat : 30219 (java) S 30213 30215 27326 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125533 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30220] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30220/stat : 30220 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125534 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30221] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30221/stat : 30221 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125535 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30222] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30222/stat : 30222 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125537 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30223] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30223/stat : 30223 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125539 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30224] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30224/stat : 30224 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125540 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30225] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30225/stat : 30225 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 125542 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30226] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30226/stat : 30226 (java) S 30213 30215 27326 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909267692 10813845504 125544 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 0 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30227] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30227/stat : 30227 (java) S 30213 30215 27326 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909267692 10813845504 125546 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30228] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30228/stat : 30228 (java) S 30213 30215 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909267692 10813845504 125548 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30229] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30229/stat : 30229 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267694 10813845504 125550 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032219569 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30230] ppid=30213 vsize=10560396 CPUtime=0.37 cores=0,2,4,6
/proc/30215/task/30230/stat : 30230 (java) S 30213 30215 27326 0 -1 4202560 4915 0 0 0 37 0 0 0 18 0 18 0 909267694 10813845504 125552 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30231] ppid=30213 vsize=10560396 CPUtime=0.56 cores=0,2,4,6
/proc/30215/task/30231/stat : 30231 (java) S 30213 30215 27326 0 -1 4202560 8077 0 0 0 55 1 0 0 25 0 18 0 909267694 10813845504 125554 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30232] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30232/stat : 30232 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267694 10813845504 125556 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30233] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30233/stat : 30233 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909267694 10813845504 125558 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 10560396

[startup+3.10157 s]
/proc/loadavg: 3.59 3.80 3.73 4/366 30233
/proc/meminfo: memFree=21062344/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10560396 CPUtime=4.03 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 287028 0 1 0 369 34 0 0 23 0 18 0 909267688 10813845504 281738 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2640099 281740 2220 9 0 2630833 0
[pid=30215/tid=30216] ppid=30213 vsize=10560396 CPUtime=3.08 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 272889 0 1 0 275 33 0 0 23 0 18 0 909267689 10813845504 281742 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30215/tid=30218] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30218/stat : 30218 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281743 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30219] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30219/stat : 30219 (java) S 30213 30215 27326 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281747 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30220] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30220/stat : 30220 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281750 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30221] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30221/stat : 30221 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281751 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30222] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30222/stat : 30222 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281753 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30223] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30223/stat : 30223 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281755 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30224] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30224/stat : 30224 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281758 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30225] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30225/stat : 30225 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 281761 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30226] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30226/stat : 30226 (java) S 30213 30215 27326 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909267692 10813845504 281762 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 0 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30227] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30227/stat : 30227 (java) S 30213 30215 27326 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909267692 10813845504 281764 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30228] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30228/stat : 30228 (java) S 30213 30215 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909267692 10813845504 281766 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30229] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30229/stat : 30229 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267694 10813845504 281770 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032219569 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30230] ppid=30213 vsize=10560396 CPUtime=0.37 cores=0,2,4,6
/proc/30215/task/30230/stat : 30230 (java) S 30213 30215 27326 0 -1 4202560 4915 0 0 0 37 0 0 0 18 0 18 0 909267694 10813845504 281772 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30231] ppid=30213 vsize=10560396 CPUtime=0.57 cores=0,2,4,6
/proc/30215/task/30231/stat : 30231 (java) S 30213 30215 27326 0 -1 4202560 8077 0 0 0 56 1 0 0 17 0 18 0 909267694 10813845504 281773 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30232] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30232/stat : 30232 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267694 10813845504 281775 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30233] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30233/stat : 30233 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909267694 10813845504 281777 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10560396

[startup+6.30098 s]
/proc/loadavg: 3.59 3.80 3.73 4/366 30233
/proc/meminfo: memFree=19887416/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10560396 CPUtime=7.33 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 561746 0 1 0 669 64 0 0 23 0 18 0 909267688 10813845504 556456 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2640099 556459 2223 9 0 2630833 0
[pid=30215/tid=30216] ppid=30213 vsize=10560396 CPUtime=6.28 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) R 30213 30215 27326 0 -1 4202560 547589 0 1 0 566 62 0 0 25 0 18 0 909267689 10813845504 556460 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505688360 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30215/tid=30218] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30218/stat : 30218 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30219] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30219/stat : 30219 (java) S 30213 30215 27326 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30220] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30220/stat : 30220 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30221] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30221/stat : 30221 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30222] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30222/stat : 30222 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30223] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30223/stat : 30223 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30224] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30224/stat : 30224 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30225] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30225/stat : 30225 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267691 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30226] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30226/stat : 30226 (java) S 30213 30215 27326 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 909267692 10813845504 556465 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 0 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30227] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30227/stat : 30227 (java) S 30213 30215 27326 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909267692 10813845504 556468 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30228] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30228/stat : 30228 (java) S 30213 30215 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909267692 10813845504 556472 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30229] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30229/stat : 30229 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267694 10813845504 556476 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032219569 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30230] ppid=30213 vsize=10560396 CPUtime=0.39 cores=0,2,4,6
/proc/30215/task/30230/stat : 30230 (java) S 30213 30215 27326 0 -1 4202560 4915 0 0 0 39 0 0 0 16 0 18 0 909267694 10813845504 556480 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30231] ppid=30213 vsize=10560396 CPUtime=0.64 cores=0,2,4,6
/proc/30215/task/30231/stat : 30231 (java) S 30213 30215 27326 0 -1 4202560 8092 0 0 0 63 1 0 0 15 0 18 0 909267694 10813845504 556482 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30232] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30232/stat : 30232 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909267694 10813845504 556484 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30233] ppid=30213 vsize=10560396 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30233/stat : 30233 (java) S 30213 30215 27326 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 909267694 10813845504 556487 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=19755068/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10558572 CPUtime=1620.39 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 1114859 0 1 0 161897 142 0 0 23 0 22 0 909267688 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2639643 1086244 2263 9 0 2630377 0
[pid=30215/tid=30216] ppid=30213 vsize=10558572 CPUtime=7.34 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) S 30213 30215 27326 0 -1 4202560 641386 0 1 0 662 72 0 0 15 0 22 0 909267689 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30218] ppid=30213 vsize=10558572 CPUtime=1.42 cores=0,2,4,6
/proc/30215/task/30218/stat : 30218 (java) S 30213 30215 27326 0 -1 4202560 51106 0 0 0 134 8 0 0 15 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30219] ppid=30213 vsize=10558572 CPUtime=1.09 cores=0,2,4,6
/proc/30215/task/30219/stat : 30219 (java) S 30213 30215 27326 0 -1 4202560 21246 0 0 0 107 2 0 0 16 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30220] ppid=30213 vsize=10558572 CPUtime=1.51 cores=0,2,4,6
/proc/30215/task/30220/stat : 30220 (java) S 30213 30215 27326 0 -1 4202560 61019 0 0 0 144 7 0 0 16 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30221] ppid=30213 vsize=10558572 CPUtime=1.49 cores=0,2,4,6
/proc/30215/task/30221/stat : 30221 (java) S 30213 30215 27326 0 -1 4202560 36363 0 0 0 145 4 0 0 16 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30222] ppid=30213 vsize=10558572 CPUtime=1.7 cores=0,2,4,6
/proc/30215/task/30222/stat : 30222 (java) S 30213 30215 27326 0 -1 4202560 54295 0 0 0 163 7 0 0 15 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30223] ppid=30213 vsize=10558572 CPUtime=1.93 cores=0,2,4,6
/proc/30215/task/30223/stat : 30223 (java) S 30213 30215 27326 0 -1 4202560 61305 0 0 0 186 7 0 0 16 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30224] ppid=30213 vsize=10558572 CPUtime=1.71 cores=0,2,4,6
/proc/30215/task/30224/stat : 30224 (java) S 30213 30215 27326 0 -1 4202560 61356 0 0 0 164 7 0 0 15 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30225] ppid=30213 vsize=10558572 CPUtime=2.2 cores=0,2,4,6
/proc/30215/task/30225/stat : 30225 (java) S 30213 30215 27326 0 -1 4202560 82503 0 0 0 207 13 0 0 16 0 22 0 909267691 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30226] ppid=30213 vsize=10558572 CPUtime=25.28 cores=0,2,4,6
/proc/30215/task/30226/stat : 30226 (java) S 30213 30215 27326 0 -1 4202560 19827 0 0 0 2524 4 0 0 15 0 22 0 909267692 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 0 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30227] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30227/stat : 30227 (java) S 30213 30215 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909267692 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30228] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30228/stat : 30228 (java) S 30213 30215 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909267692 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30229] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30229/stat : 30229 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909267694 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032219569 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30230] ppid=30213 vsize=10558572 CPUtime=1.17 cores=0,2,4,6
/proc/30215/task/30230/stat : 30230 (java) S 30213 30215 27326 0 -1 4202560 5263 0 0 0 117 0 0 0 15 0 22 0 909267694 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30231] ppid=30213 vsize=10558572 CPUtime=1.18 cores=0,2,4,6
/proc/30215/task/30231/stat : 30231 (java) S 30213 30215 27326 0 -1 4202560 8156 0 0 0 117 1 0 0 15 0 22 0 909267694 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30232] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30232/stat : 30232 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909267694 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30233] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30233/stat : 30233 (java) S 30213 30215 27326 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 909267694 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30234] ppid=30213 vsize=10558572 CPUtime=786.14 cores=0,2,4,6
/proc/30215/task/30234/stat : 30234 (java) R 30213 30215 27326 0 -1 4202560 85 0 0 0 78614 0 0 0 25 0 22 0 909268425 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505964703 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30215/tid=30235] ppid=30213 vsize=10558572 CPUtime=786.08 cores=0,2,4,6
/proc/30215/task/30235/stat : 30235 (java) R 30213 30215 27326 0 -1 4202560 9743 0 0 0 78607 1 0 0 25 0 22 0 909268425 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912506211865 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30215/tid=30236] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30236/stat : 30236 (java) S 30213 30215 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909268487 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30237] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30237/stat : 30237 (java) S 30213 30215 27326 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 909268498 10811977728 1086244 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1620.39
Current children cumulated vsize (KiB) 10558572

[startup+882.301 s]
/proc/loadavg: 2.09 2.87 3.40 3/343 30286
/proc/meminfo: memFree=19708044/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10558572 CPUtime=1739.11 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 1137305 0 1 0 173767 144 0 0 23 0 22 0 909267688 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2639643 1097937 2263 9 0 2630377 0
[pid=30215/tid=30216] ppid=30213 vsize=10558572 CPUtime=7.34 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) S 30213 30215 27326 0 -1 4202560 641386 0 1 0 662 72 0 0 15 0 22 0 909267689 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30218] ppid=30213 vsize=10558572 CPUtime=1.45 cores=0,2,4,6
/proc/30215/task/30218/stat : 30218 (java) S 30213 30215 27326 0 -1 4202560 51919 0 0 0 137 8 0 0 15 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30219] ppid=30213 vsize=10558572 CPUtime=1.16 cores=0,2,4,6
/proc/30215/task/30219/stat : 30219 (java) S 30213 30215 27326 0 -1 4202560 23140 0 0 0 113 3 0 0 15 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30220] ppid=30213 vsize=10558572 CPUtime=1.51 cores=0,2,4,6
/proc/30215/task/30220/stat : 30220 (java) S 30213 30215 27326 0 -1 4202560 61019 0 0 0 144 7 0 0 15 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30221] ppid=30213 vsize=10558572 CPUtime=1.54 cores=0,2,4,6
/proc/30215/task/30221/stat : 30221 (java) S 30213 30215 27326 0 -1 4202560 37811 0 0 0 150 4 0 0 15 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30222] ppid=30213 vsize=10558572 CPUtime=1.75 cores=0,2,4,6
/proc/30215/task/30222/stat : 30222 (java) S 30213 30215 27326 0 -1 4202560 55681 0 0 0 168 7 0 0 16 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30223] ppid=30213 vsize=10558572 CPUtime=2.01 cores=0,2,4,6
/proc/30215/task/30223/stat : 30223 (java) S 30213 30215 27326 0 -1 4202560 63389 0 0 0 193 8 0 0 16 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30224] ppid=30213 vsize=10558572 CPUtime=1.81 cores=0,2,4,6
/proc/30215/task/30224/stat : 30224 (java) S 30213 30215 27326 0 -1 4202560 63977 0 0 0 173 8 0 0 16 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30225] ppid=30213 vsize=10558572 CPUtime=2.23 cores=0,2,4,6
/proc/30215/task/30225/stat : 30225 (java) S 30213 30215 27326 0 -1 4202560 83204 0 0 0 210 13 0 0 16 0 22 0 909267691 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30226] ppid=30213 vsize=10558572 CPUtime=26.75 cores=0,2,4,6
/proc/30215/task/30226/stat : 30226 (java) S 30213 30215 27326 0 -1 4202560 31315 0 0 0 2670 5 0 0 15 0 22 0 909267692 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 0 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30227] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30227/stat : 30227 (java) S 30213 30215 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909267692 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30228] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30228/stat : 30228 (java) S 30213 30215 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909267692 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30229] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30229/stat : 30229 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909267694 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032219569 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30230] ppid=30213 vsize=10558572 CPUtime=1.17 cores=0,2,4,6
/proc/30215/task/30230/stat : 30230 (java) S 30213 30215 27326 0 -1 4202560 5263 0 0 0 117 0 0 0 15 0 22 0 909267694 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30231] ppid=30213 vsize=10558572 CPUtime=1.18 cores=0,2,4,6
/proc/30215/task/30231/stat : 30231 (java) S 30213 30215 27326 0 -1 4202560 8156 0 0 0 117 1 0 0 15 0 22 0 909267694 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30232] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30232/stat : 30232 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909267694 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30233] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30233/stat : 30233 (java) S 30213 30215 27326 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 909267694 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30234] ppid=30213 vsize=10558572 CPUtime=844.57 cores=0,2,4,6
/proc/30215/task/30234/stat : 30234 (java) R 30213 30215 27326 0 -1 4202560 92 0 0 0 84457 0 0 0 22 0 22 0 909268425 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505954700 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30215/tid=30235] ppid=30213 vsize=10558572 CPUtime=844.51 cores=0,2,4,6
/proc/30215/task/30235/stat : 30235 (java) R 30213 30215 27326 0 -1 4202560 9743 0 0 0 84450 1 0 0 22 0 22 0 909268425 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505578196 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30215/tid=30236] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30236/stat : 30236 (java) S 30213 30215 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909268487 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30237] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30237/stat : 30237 (java) S 30213 30215 27326 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 909268498 10811977728 1097937 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1739.11
Current children cumulated vsize (KiB) 10558572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.801 s]
/proc/loadavg: 2.05 2.78 3.35 3/343 30287
/proc/meminfo: memFree=19700080/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=10558572 CPUtime=1800.19 cores=0,2,4,6
/proc/30215/stat : 30215 (java) S 30213 30215 27326 0 -1 4202496 1139455 0 1 0 179874 145 0 0 23 0 22 0 909267688 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 2639643 1100022 2263 9 0 2630377 0
[pid=30215/tid=30216] ppid=30213 vsize=10558572 CPUtime=7.34 cores=0,2,4,6
/proc/30215/task/30216/stat : 30216 (java) S 30213 30215 27326 0 -1 4202560 641386 0 1 0 662 72 0 0 15 0 22 0 909267689 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30218] ppid=30213 vsize=10558572 CPUtime=1.48 cores=0,2,4,6
/proc/30215/task/30218/stat : 30218 (java) S 30213 30215 27326 0 -1 4202560 52080 0 0 0 139 9 0 0 15 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30219] ppid=30213 vsize=10558572 CPUtime=1.17 cores=0,2,4,6
/proc/30215/task/30219/stat : 30219 (java) S 30213 30215 27326 0 -1 4202560 23140 0 0 0 114 3 0 0 15 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30220] ppid=30213 vsize=10558572 CPUtime=1.53 cores=0,2,4,6
/proc/30215/task/30220/stat : 30220 (java) S 30213 30215 27326 0 -1 4202560 61263 0 0 0 146 7 0 0 16 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30221] ppid=30213 vsize=10558572 CPUtime=1.55 cores=0,2,4,6
/proc/30215/task/30221/stat : 30221 (java) S 30213 30215 27326 0 -1 4202560 38118 0 0 0 151 4 0 0 15 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30222] ppid=30213 vsize=10558572 CPUtime=1.77 cores=0,2,4,6
/proc/30215/task/30222/stat : 30222 (java) S 30213 30215 27326 0 -1 4202560 56169 0 0 0 170 7 0 0 15 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30223] ppid=30213 vsize=10558572 CPUtime=2.02 cores=0,2,4,6
/proc/30215/task/30223/stat : 30223 (java) S 30213 30215 27326 0 -1 4202560 63479 0 0 0 194 8 0 0 16 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30224] ppid=30213 vsize=10558572 CPUtime=1.83 cores=0,2,4,6
/proc/30215/task/30224/stat : 30224 (java) S 30213 30215 27326 0 -1 4202560 64209 0 0 0 175 8 0 0 16 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30225] ppid=30213 vsize=10558572 CPUtime=2.25 cores=0,2,4,6
/proc/30215/task/30225/stat : 30225 (java) S 30213 30215 27326 0 -1 4202560 83825 0 0 0 212 13 0 0 16 0 22 0 909267691 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30226] ppid=30213 vsize=10558572 CPUtime=26.75 cores=0,2,4,6
/proc/30215/task/30226/stat : 30226 (java) S 30213 30215 27326 0 -1 4202560 31317 0 0 0 2670 5 0 0 15 0 22 0 909267692 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 0 0 16800975 18446604443138519168 0 0 -1 4 0 0 0
[pid=30215/tid=30227] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30227/stat : 30227 (java) S 30213 30215 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909267692 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30228] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30228/stat : 30228 (java) S 30213 30215 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909267692 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30229] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30229/stat : 30229 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909267694 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032219569 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30230] ppid=30213 vsize=10558572 CPUtime=1.17 cores=0,2,4,6
/proc/30215/task/30230/stat : 30230 (java) S 30213 30215 27326 0 -1 4202560 5263 0 0 0 117 0 0 0 15 0 22 0 909267694 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30231] ppid=30213 vsize=10558572 CPUtime=1.18 cores=0,2,4,6
/proc/30215/task/30231/stat : 30231 (java) S 30213 30215 27326 0 -1 4202560 8156 0 0 0 117 1 0 0 15 0 22 0 909267694 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30232] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30232/stat : 30232 (java) S 30213 30215 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909267694 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032211865 0 4 0 16800975 18446604443138519168 0 0 -1 6 0 0 0
[pid=30215/tid=30233] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30233/stat : 30233 (java) S 30213 30215 27326 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909267694 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 0 0 0 0
[pid=30215/tid=30234] ppid=30213 vsize=10558572 CPUtime=875.03 cores=0,2,4,6
/proc/30215/task/30234/stat : 30234 (java) R 30213 30215 27326 0 -1 4202560 94 0 0 0 87503 0 0 0 25 0 22 0 909268425 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912505952683 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30215/tid=30235] ppid=30213 vsize=10558572 CPUtime=874.98 cores=0,2,4,6
/proc/30215/task/30235/stat : 30235 (java) R 30213 30215 27326 0 -1 4202560 9744 0 0 0 87497 1 0 0 25 0 22 0 909268425 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 46912506313216 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30215/tid=30236] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30236/stat : 30236 (java) S 30213 30215 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909268487 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
[pid=30215/tid=30237] ppid=30213 vsize=10558572 CPUtime=0 cores=0,2,4,6
/proc/30215/task/30237/stat : 30237 (java) S 30213 30215 27326 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 909268498 10811977728 1100022 33554432000 1073741824 1073778376 140737377741520 18446744073709551615 260032212480 0 4 0 16800975 18446604443138519168 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10558572

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

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

[startup+912.919 s]
/proc/loadavg: 2.05 2.78 3.35 2/324 30290
/proc/meminfo: memFree=21862348/32951124 swapFree=67056304/67111528
[pid=30215] ppid=30213 vsize=0 CPUtime=1800.34 cores=0,2,4,6
/proc/30215/stat : 30215 (java) Z 30213 30215 27326 0 -1 4203548 1139487 0 1 0 179879 155 0 0 17 0 2 0 909267688 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30215/statm: 0 0 0 0 0 0 0
[pid=30215/tid=30235] ppid=30213 vsize=0 CPUtime=875.09 cores=0,2,4,6
/proc/30215/task/30235/stat : 30235 (java) R 30213 30215 27326 0 -1 4203588 9744 0 0 0 87498 11 0 0 25 0 2 0 909268425 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.005
CPU time (s): 1800.42
CPU user time (s): 1798.79
CPU system time (s): 1.62975
CPU usage (%): 197.198
Max. virtual memory (cumulated for all children) (KiB): 10600284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.62975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1139487
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24102
involuntary context switches= 17249

runsolver used 3.2925 second user time and 6.70698 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 14:26:11
IDJOB=3454200
IDBENCH=2336
IDSOLVER=1950
FILE ID=node110/3454200-1307190370
RUNJOBID= node110-1307187478-29524
PBS_JOBID= 13508825
Free space on /tmp= 74012 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454200-1307190370/watcher-3454200-1307190370 -o /tmp/evaluation-result-3454200-1307190370/solver-3454200-1307190370 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454200-1307190370.opb

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

MD5SUM BENCH= 77442b3482c8e96813b174683c20fffc
RANDOM SEED=1770351336

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21793064 kB
Buffers:        304172 kB
Cached:        4618908 kB
SwapCached:       8652 kB
Active:        6358352 kB
Inactive:      4473024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21793064 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           32412 kB
Writeback:           0 kB
AnonPages:     5906060 kB
Mapped:          35596 kB
Slab:           230320 kB
PageTables:      31780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85969908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74012 MiB
End job on node110 at 2011-06-04 14:41:26