Trace number 3741514

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.64 899.636

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741514-1338764538.opb
0.09/0.11	c reading problem ... 
18.37/13.56	c ... done. Wall clock time 13.446s.
18.37/13.56	c #vars     262144
18.37/13.56	c #constraints  79989
18.37/13.56	c constraints type 
18.37/13.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
18.37/13.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
18.37/13.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.37/13.56	c constraints type 
18.37/13.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
18.37/13.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21632
18.37/13.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
239.66/122.35	c cleaning 2493 clauses out of 4995 with flag 5000/5000
544.89/274.25	c cleaning 4236 clauses out of 8482 with flag 11001/11001
796.54/399.79	c cleaning 5616 clauses out of 11236 with flag 18003/18003
1505.84/752.95	c cleaning 6801 clauses out of 13616 with flag 26003/26003
1800.04/899.61	c starts		: 54
1800.04/899.61	c conflicts		: 33330
1800.04/899.61	c decisions		: 2465858
1800.04/899.61	c propagations		: 85634483
1800.04/899.61	c inspects		: 32915271
1800.04/899.61	c learnt literals	: 48
1800.04/899.61	c learnt binary clauses	: 98
1800.04/899.61	c learnt ternary clauses	: 122
1800.04/899.61	c learnt clauses	: 33281
1800.04/899.61	c ignored clauses	: 0
1800.04/899.61	c root simplifications	: 0
1800.04/899.61	c removed literals (reason simplification)	: 7923866
1800.04/899.61	c reason swapping (by a shorter reason)	: 0
1800.04/899.61	c Calls to reduceDB	: 4
1800.04/899.61	c number of reductions to clauses (during analyze)	: 0
1800.04/899.61	c number of learned constraints concerned by reduction	: 0
1800.04/899.61	c number of learning phase by resolution	: 0
1800.04/899.61	c number of learning phase by cutting planes	: 0
1800.04/899.61	c speed (assignments/second)	: 96647.35212758633
1800.04/899.61	c non guided choices	9597
1800.04/899.62	c learnt constraints type 
1800.04/899.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14038
1800.04/899.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
1800.04/899.62	c constraints type 
1800.04/899.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
1800.04/899.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
1800.04/899.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/899.62	c constraints type 
1800.04/899.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
1800.04/899.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21632
1800.04/899.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/899.62	s UNKNOWN
1800.04/899.62	c Total wall clock time (in seconds): 899.512

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-3741514-1338764538/watcher-3741514-1338764538 -o /tmp/evaluation-result-3741514-1338764538/solver-3741514-1338764538 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741514-1338764538.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.49 3.59 3.61 3/195 8484
/proc/meminfo: memFree=26590360/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/8484/stat : 8484 (java) R 8482 8484 4574 0 -1 4194304 260 0 0 0 0 0 0 0 20 0 1 0 342579793 274432 9 33554432000 1073741824 1073778376 140734583775360 140737298936360 273439348774 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 68 25 18 9 0 25 0

[startup+0.0834839 s]
/proc/loadavg: 3.49 3.59 3.61 3/195 8484
/proc/meminfo: memFree=26590360/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 3949 0 1 0 5 1 0 0 20 0 18 0 342579793 2764726272 5157 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 5157 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100237 s]
/proc/loadavg: 3.49 3.59 3.61 3/195 8484
/proc/meminfo: memFree=26590360/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 4742 0 1 0 8 1 0 0 20 0 18 0 342579793 2764726272 5941 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 5941 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300256 s]
/proc/loadavg: 3.49 3.59 3.61 3/195 8484
/proc/meminfo: memFree=26590360/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 6072 0 1 0 44 2 0 0 20 0 18 0 342579793 2764726272 16493 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 16493 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700181 s]
/proc/loadavg: 3.49 3.59 3.61 3/195 8484
/proc/meminfo: memFree=26590360/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=1 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 6339 0 1 0 90 10 0 0 20 0 18 0 342579793 2764726272 102057 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 102057 2234 9 0 665676 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.49 3.59 3.61 3/213 8502
/proc/meminfo: memFree=26149404/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=2.4 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 6641 0 1 0 219 21 0 0 20 0 18 0 342579793 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 127784 2237 9 0 665676 0
[pid=8484/tid=8486] ppid=8482 vsize=2699928 CPUtime=1.23 cores=0,2,4,6
/proc/8484/task/8486/stat : 8486 (java) R 8482 8484 4574 0 -1 4202560 3011 0 1 0 115 8 0 0 20 0 18 0 342579794 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139775013734792 139775021501530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8487] ppid=8482 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/8484/task/8487/stat : 8487 (java) S 8482 8484 4574 0 -1 4202560 68 0 0 0 13 3 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774947686952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8488] ppid=8482 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/8484/task/8488/stat : 8488 (java) S 8482 8484 4574 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774878804392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8489] ppid=8482 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/8484/task/8489/stat : 8489 (java) S 8482 8484 4574 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774877751592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8490] ppid=8482 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/8484/task/8490/stat : 8490 (java) S 8482 8484 4574 0 -1 4202560 67 0 0 0 8 2 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774876698792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8491] ppid=8482 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/8484/task/8491/stat : 8491 (java) S 8482 8484 4574 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774875647016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8492] ppid=8482 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/8484/task/8492/stat : 8492 (java) S 8482 8484 4574 0 -1 4202560 38 0 0 0 8 1 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774874594216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8493] ppid=8482 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/8484/task/8493/stat : 8493 (java) S 8482 8484 4574 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774873541416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8494] ppid=8482 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/8484/task/8494/stat : 8494 (java) S 8482 8484 4574 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 342579796 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774872488616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8495] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8495/stat : 8495 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774860290536 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8496] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8496/stat : 8496 (java) S 8482 8484 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774859236600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8497] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8497/stat : 8497 (java) S 8482 8484 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774858183688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8498] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8498/stat : 8498 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774857132176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8499] ppid=8482 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/8484/task/8499/stat : 8499 (java) S 8482 8484 4574 0 -1 4202560 1109 0 0 0 17 0 0 0 20 0 18 0 342579800 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774856080312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8500] ppid=8482 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/8484/task/8500/stat : 8500 (java) S 8482 8484 4574 0 -1 4202560 959 0 0 0 10 0 0 0 20 0 18 0 342579800 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774855027512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8501] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8501/stat : 8501 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774853974904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8502] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8502/stat : 8502 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 127784 33554432000 1073741824 1073778376 140734583775360 139774852922312 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 2699928

[startup+3.1008 s]
/proc/loadavg: 3.37 3.56 3.61 3/213 8502
/proc/meminfo: memFree=26061096/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=4.9 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 11138 0 1 0 462 28 0 0 20 0 18 0 342579793 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 142302 2244 9 0 665676 0
[pid=8484/tid=8486] ppid=8482 vsize=2699928 CPUtime=2.53 cores=0,2,4,6
/proc/8484/task/8486/stat : 8486 (java) R 8482 8484 4574 0 -1 4202560 3025 0 1 0 245 8 0 0 20 0 18 0 342579794 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139775013735224 139775021501530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8487] ppid=8482 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/8484/task/8487/stat : 8487 (java) S 8482 8484 4574 0 -1 4202560 268 0 0 0 25 3 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774947686952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8488] ppid=8482 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/8484/task/8488/stat : 8488 (java) S 8482 8484 4574 0 -1 4202560 83 0 0 0 20 2 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774878804392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8489] ppid=8482 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/8484/task/8489/stat : 8489 (java) S 8482 8484 4574 0 -1 4202560 186 0 0 0 16 2 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774877751592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8490] ppid=8482 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/8484/task/8490/stat : 8490 (java) S 8482 8484 4574 0 -1 4202560 191 0 0 0 20 2 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774876698792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8491] ppid=8482 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/8484/task/8491/stat : 8491 (java) S 8482 8484 4574 0 -1 4202560 261 0 0 0 18 3 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774875647016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8492] ppid=8482 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/8484/task/8492/stat : 8492 (java) S 8482 8484 4574 0 -1 4202560 228 0 0 0 23 2 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774874594216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8493] ppid=8482 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/8484/task/8493/stat : 8493 (java) S 8482 8484 4574 0 -1 4202560 285 0 0 0 21 3 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774873541416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8494] ppid=8482 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/8484/task/8494/stat : 8494 (java) S 8482 8484 4574 0 -1 4202560 291 0 0 0 19 3 0 0 20 0 18 0 342579796 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774872488616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8495] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8495/stat : 8495 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774860290536 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8496] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8496/stat : 8496 (java) S 8482 8484 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774859236600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8497] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8497/stat : 8497 (java) S 8482 8484 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774858183688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8498] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8498/stat : 8498 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774857132176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8499] ppid=8482 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/8484/task/8499/stat : 8499 (java) S 8482 8484 4574 0 -1 4202560 4180 0 0 0 28 1 0 0 20 0 18 0 342579800 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774856080312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8500] ppid=8482 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/8484/task/8500/stat : 8500 (java) S 8482 8484 4574 0 -1 4202560 959 0 0 0 10 0 0 0 20 0 18 0 342579800 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774855027512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8501] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8501/stat : 8501 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774853974904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8502] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8502/stat : 8502 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 142302 33554432000 1073741824 1073778376 140734583775360 139774852922312 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 2699928

[startup+6.30075 s]
/proc/loadavg: 3.37 3.56 3.61 3/213 8502
/proc/meminfo: memFree=25979680/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=9.04 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 11715 0 1 0 871 33 0 0 20 0 18 0 342579793 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 157155 2244 9 0 665676 0
[pid=8484/tid=8486] ppid=8482 vsize=2699928 CPUtime=5.34 cores=0,2,4,6
/proc/8484/task/8486/stat : 8486 (java) R 8482 8484 4574 0 -1 4202560 3060 0 1 0 525 9 0 0 20 0 18 0 342579794 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139775013735104 139775021501530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8487] ppid=8482 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/8484/task/8487/stat : 8487 (java) S 8482 8484 4574 0 -1 4202560 316 0 0 0 40 4 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774947686952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8488] ppid=8482 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/8484/task/8488/stat : 8488 (java) S 8482 8484 4574 0 -1 4202560 252 0 0 0 33 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774878804392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8489] ppid=8482 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/8484/task/8489/stat : 8489 (java) S 8482 8484 4574 0 -1 4202560 293 0 0 0 31 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774877751592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8490] ppid=8482 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/8484/task/8490/stat : 8490 (java) S 8482 8484 4574 0 -1 4202560 255 0 0 0 37 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774876698792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8491] ppid=8482 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/8484/task/8491/stat : 8491 (java) S 8482 8484 4574 0 -1 4202560 306 0 0 0 37 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774875647016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8492] ppid=8482 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/8484/task/8492/stat : 8492 (java) S 8482 8484 4574 0 -1 4202560 307 0 0 0 43 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774874594216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8493] ppid=8482 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/8484/task/8493/stat : 8493 (java) S 8482 8484 4574 0 -1 4202560 307 0 0 0 36 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774873541416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8494] ppid=8482 vsize=2699928 CPUtime=0.37 cores=0,2,4,6
/proc/8484/task/8494/stat : 8494 (java) S 8482 8484 4574 0 -1 4202560 299 0 0 0 34 3 0 0 20 0 18 0 342579796 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774872488616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8495] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8495/stat : 8495 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774860290536 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8496] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8496/stat : 8496 (java) S 8482 8484 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774859236600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8497] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8497/stat : 8497 (java) S 8482 8484 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342579797 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774858183688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8498] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8498/stat : 8498 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774857132176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8499] ppid=8482 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/8484/task/8499/stat : 8499 (java) S 8482 8484 4574 0 -1 4202560 4180 0 0 0 29 1 0 0 20 0 18 0 342579800 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774856080312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8500] ppid=8482 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/8484/task/8500/stat : 8500 (java) S 8482 8484 4574 0 -1 4202560 959 0 0 0 11 0 0 0 20 0 18 0 342579800 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774855027512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8501] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8501/stat : 8501 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774853974904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8502] ppid=8482 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8502/stat : 8502 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579800 2764726272 157155 33554432000 1073741824 1073778376 140734583775360 139774852922312 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.34 3.55 3.60 3/213 8502
/proc/meminfo: memFree=25943772/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2699928 CPUtime=17.28 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 21356 0 1 0 1688 40 0 0 20 0 18 0 342579793 2764726272 170443 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 674982 170443 2252 9 0 665676 0
[pid=8484/tid=8486] ppid=8482 vsize=2699928 CPUtime=11.19 cores=0,2,4,6

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

[pid=8484/tid=8504] ppid=8482 vsize=2966184 CPUtime=738.27 cores=0,2,4,6
/proc/8484/task/8504/stat : 8504 (java) R 8482 8484 4574 0 -1 4202560 534 0 0 0 73813 14 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774850783624 139774954694799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8505] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8505/stat : 8505 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581189 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774849733544 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8506] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8506/stat : 8506 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581190 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774848680744 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.99 3.84 3.71 5/217 8662
/proc/meminfo: memFree=25894108/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2966184 CPUtime=1644.64 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 48019 0 1 0 164316 148 0 0 20 0 22 0 342579793 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 741546 264312 2282 9 0 732240 0
[pid=8484/tid=8486] ppid=8482 vsize=2966184 CPUtime=11.97 cores=0,2,4,6
/proc/8484/task/8486/stat : 8486 (java) S 8482 8484 4574 0 -1 4202560 3136 0 1 0 1187 10 0 0 20 0 22 0 342579794 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139775013737624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8487] ppid=8482 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/8484/task/8487/stat : 8487 (java) S 8482 8484 4574 0 -1 4202560 371 0 0 0 372 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774947686952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8488] ppid=8482 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/8484/task/8488/stat : 8488 (java) S 8482 8484 4574 0 -1 4202560 355 0 0 0 382 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774878804392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8489] ppid=8482 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/8484/task/8489/stat : 8489 (java) S 8482 8484 4574 0 -1 4202560 371 0 0 0 381 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774877751592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8490] ppid=8482 vsize=2966184 CPUtime=3.83 cores=0,2,4,6
/proc/8484/task/8490/stat : 8490 (java) S 8482 8484 4574 0 -1 4202560 397 0 0 0 373 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774876698792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8491] ppid=8482 vsize=2966184 CPUtime=3.99 cores=0,2,4,6
/proc/8484/task/8491/stat : 8491 (java) S 8482 8484 4574 0 -1 4202560 362 0 0 0 390 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774875647016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8492] ppid=8482 vsize=2966184 CPUtime=3.98 cores=0,2,4,6
/proc/8484/task/8492/stat : 8492 (java) S 8482 8484 4574 0 -1 4202560 366 0 0 0 389 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774874594216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8493] ppid=8482 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/8484/task/8493/stat : 8493 (java) S 8482 8484 4574 0 -1 4202560 366 0 0 0 370 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774873541416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8494] ppid=8482 vsize=2966184 CPUtime=3.99 cores=0,2,4,6
/proc/8484/task/8494/stat : 8494 (java) S 8482 8484 4574 0 -1 4202560 361 0 0 0 389 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774872488616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8495] ppid=8482 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/8484/task/8495/stat : 8495 (java) S 8482 8484 4574 0 -1 4202560 16787 0 0 0 272 42 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774860290536 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8496] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8496/stat : 8496 (java) S 8482 8484 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774859236600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8497] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8497/stat : 8497 (java) S 8482 8484 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774858183688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8498] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8498/stat : 8498 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774857132176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8499] ppid=8482 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/8484/task/8499/stat : 8499 (java) S 8482 8484 4574 0 -1 4202560 13570 0 0 0 171 3 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774856080312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8500] ppid=8482 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/8484/task/8500/stat : 8500 (java) S 8482 8484 4574 0 -1 4202560 9542 0 0 0 106 2 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774855027512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8501] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8501/stat : 8501 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774853974904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8502] ppid=8482 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/8484/task/8502/stat : 8502 (java) S 8482 8484 4574 0 -1 4202560 46 0 0 0 12 15 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774852922312 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8503] ppid=8482 vsize=2966184 CPUtime=797.73 cores=0,2,4,6
/proc/8484/task/8503/stat : 8503 (java) R 8482 8484 4574 0 -1 4202560 237 0 0 0 79758 15 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774851838000 139774954465998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8504] ppid=8482 vsize=2966184 CPUtime=797.71 cores=0,2,4,6
/proc/8484/task/8504/stat : 8504 (java) R 8482 8484 4574 0 -1 4202560 565 0 0 0 79756 15 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774850783392 139774954694887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8505] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8505/stat : 8505 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581189 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774849733544 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8506] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8506/stat : 8506 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581190 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774848680744 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.64
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.77 3.81 3.70 5/217 8662
/proc/meminfo: memFree=25877600/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2966184 CPUtime=1765.3 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 48076 0 1 0 176376 154 0 0 20 0 22 0 342579793 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 741546 264312 2282 9 0 732240 0
[pid=8484/tid=8486] ppid=8482 vsize=2966184 CPUtime=11.97 cores=0,2,4,6
/proc/8484/task/8486/stat : 8486 (java) S 8482 8484 4574 0 -1 4202560 3136 0 1 0 1187 10 0 0 20 0 22 0 342579794 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139775013737624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8487] ppid=8482 vsize=2966184 CPUtime=4.04 cores=0,2,4,6
/proc/8484/task/8487/stat : 8487 (java) S 8482 8484 4574 0 -1 4202560 371 0 0 0 395 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774947686952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8488] ppid=8482 vsize=2966184 CPUtime=4.16 cores=0,2,4,6
/proc/8484/task/8488/stat : 8488 (java) S 8482 8484 4574 0 -1 4202560 355 0 0 0 407 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774878804392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8489] ppid=8482 vsize=2966184 CPUtime=4.13 cores=0,2,4,6
/proc/8484/task/8489/stat : 8489 (java) S 8482 8484 4574 0 -1 4202560 371 0 0 0 403 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774877751592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8490] ppid=8482 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/8484/task/8490/stat : 8490 (java) S 8482 8484 4574 0 -1 4202560 397 0 0 0 396 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774876698792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8491] ppid=8482 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/8484/task/8491/stat : 8491 (java) S 8482 8484 4574 0 -1 4202560 362 0 0 0 411 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774875647016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8492] ppid=8482 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/8484/task/8492/stat : 8492 (java) S 8482 8484 4574 0 -1 4202560 366 0 0 0 409 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774874594216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8493] ppid=8482 vsize=2966184 CPUtime=4.04 cores=0,2,4,6
/proc/8484/task/8493/stat : 8493 (java) S 8482 8484 4574 0 -1 4202560 366 0 0 0 394 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774873541416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8494] ppid=8482 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/8484/task/8494/stat : 8494 (java) S 8482 8484 4574 0 -1 4202560 361 0 0 0 412 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774872488616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8495] ppid=8482 vsize=2966184 CPUtime=3.17 cores=0,2,4,6
/proc/8484/task/8495/stat : 8495 (java) S 8482 8484 4574 0 -1 4202560 16791 0 0 0 273 44 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774860290536 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8496] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8496/stat : 8496 (java) S 8482 8484 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774859236600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8497] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8497/stat : 8497 (java) S 8482 8484 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774858183688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8498] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8498/stat : 8498 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774857132176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8499] ppid=8482 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/8484/task/8499/stat : 8499 (java) S 8482 8484 4574 0 -1 4202560 13570 0 0 0 171 3 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774856080312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8500] ppid=8482 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/8484/task/8500/stat : 8500 (java) S 8482 8484 4574 0 -1 4202560 9542 0 0 0 106 2 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774855027512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8501] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8501/stat : 8501 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774853974904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8502] ppid=8482 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/8484/task/8502/stat : 8502 (java) S 8482 8484 4574 0 -1 4202560 50 0 0 0 13 16 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774852922312 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8503] ppid=8482 vsize=2966184 CPUtime=857.13 cores=0,2,4,6
/proc/8484/task/8503/stat : 8503 (java) R 8482 8484 4574 0 -1 4202560 256 0 0 0 85697 16 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774851836224 139774954465998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8504] ppid=8482 vsize=2966184 CPUtime=857.11 cores=0,2,4,6
/proc/8484/task/8504/stat : 8504 (java) R 8482 8484 4574 0 -1 4202560 595 0 0 0 85695 16 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774850784320 139774954660372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8505] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8505/stat : 8505 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581189 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774849733544 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8506] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8506/stat : 8506 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581190 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774848680744 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1765.3
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 3.84 3.82 3.71 5/217 8662
/proc/meminfo: memFree=25871332/32873852 swapFree=6856/6856
[pid=8484] ppid=8482 vsize=2966184 CPUtime=1800.04 cores=0,2,4,6
/proc/8484/stat : 8484 (java) S 8482 8484 4574 0 -1 4202496 48092 0 1 0 179849 155 0 0 20 0 22 0 342579793 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 140734583766496 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8484/statm: 741546 264312 2282 9 0 732240 0
[pid=8484/tid=8486] ppid=8482 vsize=2966184 CPUtime=11.97 cores=0,2,4,6
/proc/8484/task/8486/stat : 8486 (java) S 8482 8484 4574 0 -1 4202560 3137 0 1 0 1187 10 0 0 20 0 22 0 342579794 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139775013737624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8487] ppid=8482 vsize=2966184 CPUtime=4.09 cores=0,2,4,6
/proc/8484/task/8487/stat : 8487 (java) S 8482 8484 4574 0 -1 4202560 371 0 0 0 399 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774947686952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8488] ppid=8482 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/8484/task/8488/stat : 8488 (java) S 8482 8484 4574 0 -1 4202560 355 0 0 0 411 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774878804392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8489] ppid=8482 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/8484/task/8489/stat : 8489 (java) S 8482 8484 4574 0 -1 4202560 371 0 0 0 410 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774877751592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8490] ppid=8482 vsize=2966184 CPUtime=4.1 cores=0,2,4,6
/proc/8484/task/8490/stat : 8490 (java) S 8482 8484 4574 0 -1 4202560 397 0 0 0 400 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774876698792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8491] ppid=8482 vsize=2966184 CPUtime=4.26 cores=0,2,4,6
/proc/8484/task/8491/stat : 8491 (java) S 8482 8484 4574 0 -1 4202560 362 0 0 0 417 9 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774875647016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8492] ppid=8482 vsize=2966184 CPUtime=4.24 cores=0,2,4,6
/proc/8484/task/8492/stat : 8492 (java) S 8482 8484 4574 0 -1 4202560 366 0 0 0 414 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774874594216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8493] ppid=8482 vsize=2966184 CPUtime=4.1 cores=0,2,4,6
/proc/8484/task/8493/stat : 8493 (java) S 8482 8484 4574 0 -1 4202560 366 0 0 0 400 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774873541416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8494] ppid=8482 vsize=2966184 CPUtime=4.27 cores=0,2,4,6
/proc/8484/task/8494/stat : 8494 (java) S 8482 8484 4574 0 -1 4202560 361 0 0 0 417 10 0 0 20 0 22 0 342579796 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774872488616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8495] ppid=8482 vsize=2966184 CPUtime=3.18 cores=0,2,4,6
/proc/8484/task/8495/stat : 8495 (java) S 8482 8484 4574 0 -1 4202560 16791 0 0 0 273 45 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774860290536 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8496] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8496/stat : 8496 (java) S 8482 8484 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774859236600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8497] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8497/stat : 8497 (java) S 8482 8484 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342579797 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774858183688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8498] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8498/stat : 8498 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774857132176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8499] ppid=8482 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/8484/task/8499/stat : 8499 (java) S 8482 8484 4574 0 -1 4202560 13570 0 0 0 171 3 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774856080312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8500] ppid=8482 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/8484/task/8500/stat : 8500 (java) S 8482 8484 4574 0 -1 4202560 9542 0 0 0 106 2 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774855027512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8501] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8501/stat : 8501 (java) S 8482 8484 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774853974904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8484/tid=8502] ppid=8482 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/8484/task/8502/stat : 8502 (java) S 8482 8484 4574 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 342579800 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774852922312 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8484/tid=8503] ppid=8482 vsize=2966184 CPUtime=874.3 cores=0,2,4,6
/proc/8484/task/8503/stat : 8503 (java) R 8482 8484 4574 0 -1 4202560 260 0 0 0 87414 16 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774851836224 139774954465923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8504] ppid=8482 vsize=2966184 CPUtime=874.27 cores=0,2,4,6
/proc/8484/task/8504/stat : 8504 (java) R 8482 8484 4574 0 -1 4202560 604 0 0 0 87411 16 0 0 20 0 22 0 342581150 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774850784320 139774954694192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8484/tid=8505] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8505/stat : 8505 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581189 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774849733544 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8484/tid=8506] ppid=8482 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8484/task/8506/stat : 8506 (java) S 8482 8484 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342581190 3037372416 264312 33554432000 1073741824 1073778376 140734583775360 139774848680744 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 899.636
CPU time (s): 1800.64
CPU user time (s): 1798.61
CPU system time (s): 2.03169
CPU usage (%): 200.152
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 2.03169
maximum resident set size= 1075132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48129
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47111
involuntary context switches= 86358

runsolver used 4.03039 second user time and 7.04393 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 01:02:19
IDJOB=3741514
IDBENCH=89871
IDSOLVER=2324
FILE ID=node128/3741514-1338764538
RUNJOBID= node128-1338749491-4590
PBS_JOBID= 14636803
Free space on /tmp= 70404 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-datt256.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741514-1338764538/watcher-3741514-1338764538 -o /tmp/evaluation-result-3741514-1338764538/solver-3741514-1338764538 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741514-1338764538.opb

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=622903995

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.389
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.389
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:       32873852 kB
MemFree:        26590740 kB
Buffers:          555920 kB
Cached:          3810732 kB
SwapCached:          744 kB
Active:          3029540 kB
Inactive:        2349336 kB
Active(anon):    1003136 kB
Inactive(anon):    11420 kB
Active(file):    2026404 kB
Inactive(file):  2337916 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             18608 kB
Writeback:             0 kB
AnonPages:       1026624 kB
Mapped:            22352 kB
Shmem:               200 kB
Slab:             757944 kB
SReclaimable:     199776 kB
SUnreclaim:       558168 kB
KernelStack:        1600 kB
PageTables:         6232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1576644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 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= 70400 MiB
End job on node128 at 2012-06-04 01:17:20