Trace number 3735308

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) 1801.28 894.423

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		1349517296
0.05/0.07	c Max memory 		1356595200
0.05/0.07	c Total memory 		1356595200
0.05/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3735308-1338748337.opb
0.10/0.10	c reading problem ... 
1.63/0.99	c ... done. Wall clock time 0.892s.
1.63/0.99	c #vars     24751
1.63/0.99	c #constraints  79589
1.63/0.99	c constraints type 
1.63/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.63/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.63/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.63/0.99	c constraints type 
1.63/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1.63/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1.63/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
828.52/411.96	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1512.85/751.62	c cleaning 4247 clauses out of 8499 with flag 11000/11000
1800.13/894.41	c starts		: 36
1800.13/894.41	c conflicts		: 11955
1800.13/894.41	c decisions		: 140929
1800.13/894.41	c propagations		: 6858747
1800.13/894.41	c inspects		: 99935407
1800.13/894.41	c learnt literals	: 0
1800.13/894.41	c learnt binary clauses	: 10
1800.13/894.41	c learnt ternary clauses	: 33
1800.13/894.41	c learnt clauses	: 11954
1800.13/894.41	c ignored clauses	: 0
1800.13/894.41	c root simplifications	: 0
1800.13/894.41	c removed literals (reason simplification)	: 55867870
1800.13/894.41	c reason swapping (by a shorter reason)	: 0
1800.13/894.41	c Calls to reduceDB	: 2
1800.13/894.41	c number of reductions to clauses (during analyze)	: 0
1800.13/894.41	c number of learned constraints concerned by reduction	: 0
1800.13/894.41	c number of learning phase by resolution	: 0
1800.13/894.41	c number of learning phase by cutting planes	: 0
1800.13/894.41	c speed (assignments/second)	: 7676.991457506917
1800.13/894.41	c non guided choices	89
1800.13/894.41	c learnt constraints type 
1800.13/894.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5196
1800.13/894.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.13/894.41	c constraints type 
1800.13/894.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.13/894.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.13/894.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.13/894.41	c constraints type 
1800.13/894.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.13/894.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.13/894.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.13/894.41	s UNKNOWN
1800.13/894.41	c Total wall clock time (in seconds): 894.313

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-3735308-1338748337/watcher-3735308-1338748337 -o /tmp/evaluation-result-3735308-1338748337/solver-3735308-1338748337 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735308-1338748337.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: 1.32 1.44 1.74 4/197 17564
/proc/meminfo: memFree=26849824/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17564/stat : 17564 (java) D 17562 17564 17435 0 -1 4202496 447 0 0 0 0 0 0 0 20 0 1 0 340959766 9515008 176 33554432000 1073741824 1073778376 140733951881504 140733951864232 266435642256 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 2323 176 133 9 0 71 0

[startup+0.0706669 s]
/proc/loadavg: 1.32 1.44 1.74 4/197 17564
/proc/meminfo: memFree=26849824/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 3900 0 1 0 4 1 0 0 20 0 18 0 340959766 2764726272 5618 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 674982 5618 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100185 s]
/proc/loadavg: 1.32 1.44 1.74 4/197 17564
/proc/meminfo: memFree=26849824/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 4822 0 1 0 9 1 0 0 20 0 18 0 340959766 2764726272 6517 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 674982 6517 2137 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300169 s]
/proc/loadavg: 1.32 1.44 1.74 4/197 17564
/proc/meminfo: memFree=26849824/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 6316 0 1 0 49 1 0 0 20 0 18 0 340959766 2764726272 9696 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 674982 9696 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2699928

[startup+0.700234 s]
/proc/loadavg: 1.32 1.44 1.74 4/197 17564
/proc/meminfo: memFree=26849824/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 14357 0 1 0 134 5 0 0 20 0 18 0 340959766 2764726272 50486 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 674982 50486 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2699928

[startup+1.50073 s]
/proc/loadavg: 1.32 1.44 1.74 7/217 17584
/proc/meminfo: memFree=26593504/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 14574 0 1 0 318 6 0 0 20 0 22 0 340959766 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 741546 70618 2255 9 0 732240 0
[pid=17564/tid=17566] ppid=17562 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/17564/task/17566/stat : 17566 (java) S 17562 17564 17435 0 -1 4202560 2904 0 1 0 92 5 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303986787480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17567] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17567/stat : 17567 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303971068456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17568] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17568/stat : 17568 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303970015656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17569] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17569/stat : 17569 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303968962856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17570] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17570/stat : 17570 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303967910056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17571] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17571/stat : 17571 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303966858280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17572] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17572/stat : 17572 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303847648168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17573] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17573/stat : 17573 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303846595368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17574] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17574/stat : 17574 (java) S 17562 17564 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303845542568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17575] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17575/stat : 17575 (java) S 17562 17564 17435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340959768 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303833344488 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17576] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17576/stat : 17576 (java) S 17562 17564 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303832290552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17577] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17577/stat : 17577 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303226889224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17578] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17578/stat : 17578 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303225837712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17579] ppid=17562 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/17564/task/17579/stat : 17579 (java) S 17562 17564 17435 0 -1 4202560 3999 0 0 0 64 0 0 0 20 0 22 0 340959771 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303224785848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17580] ppid=17562 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/17564/task/17580/stat : 17580 (java) S 17562 17564 17435 0 -1 4202560 6366 0 0 0 60 0 0 0 20 0 22 0 340959771 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303223733048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17581] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17581/stat : 17581 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303222680440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17582] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17582/stat : 17582 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303221627848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17583] ppid=17562 vsize=2966184 CPUtime=0.48 cores=0,2,4,6
/proc/17564/task/17583/stat : 17583 (java) R 17562 17564 17435 0 -1 4202560 29 0 0 0 48 0 0 0 20 0 22 0 340959866 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303220564664 140303848422634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17584] ppid=17562 vsize=2966184 CPUtime=0.48 cores=0,2,4,6
/proc/17564/task/17584/stat : 17584 (java) R 17562 17564 17435 0 -1 4202560 73 0 0 0 48 0 0 0 20 0 22 0 340959866 3037372416 70618 33554432000 1073741824 1073778376 140733951881504 140303219519496 140303848716791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 2966184

[startup+3.10626 s]
/proc/loadavg: 1.32 1.44 1.74 3/217 17586
/proc/meminfo: memFree=26560216/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2966184 CPUtime=6.88 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 14673 0 1 0 679 9 0 0 20 0 22 0 340959766 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 741546 101354 2263 9 0 732240 0
[pid=17564/tid=17566] ppid=17562 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/17564/task/17566/stat : 17566 (java) S 17562 17564 17435 0 -1 4202560 2904 0 1 0 92 5 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303986787480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17567] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17567/stat : 17567 (java) R 17562 17564 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303971068632 140303989257921 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17568] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17568/stat : 17568 (java) R 17562 17564 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303970014312 140303990543500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17569] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17569/stat : 17569 (java) R 17562 17564 17435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303968962856 140303989257913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17570] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17570/stat : 17570 (java) R 17562 17564 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303967908448 140303990962351 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17571] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17571/stat : 17571 (java) R 17562 17564 17435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303966856672 140303993683254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17572] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17572/stat : 17572 (java) R 17562 17564 17435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303847648168 140303989257913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17573] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17573/stat : 17573 (java) R 17562 17564 17435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303846595368 140303993682860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17574] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17574/stat : 17574 (java) R 17562 17564 17435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340959767 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303845542448 140303993682860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17575] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17575/stat : 17575 (java) S 17562 17564 17435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340959768 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303833343368 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17576] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17576/stat : 17576 (java) S 17562 17564 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303832290552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17577] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17577/stat : 17577 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303226889224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17578] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17578/stat : 17578 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303225837712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17579] ppid=17562 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/17564/task/17579/stat : 17579 (java) S 17562 17564 17435 0 -1 4202560 3999 0 0 0 84 0 0 0 20 0 22 0 340959771 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303224785848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17580] ppid=17562 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/17564/task/17580/stat : 17580 (java) S 17562 17564 17435 0 -1 4202560 6367 0 0 0 79 0 0 0 20 0 22 0 340959771 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303223733048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17581] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17581/stat : 17581 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303222680440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17582] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17582/stat : 17582 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303221627848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17583] ppid=17562 vsize=2966184 CPUtime=2.07 cores=0,2,4,6
/proc/17564/task/17583/stat : 17583 (java) S 17562 17564 17435 0 -1 4202560 31 0 0 0 207 0 0 0 20 0 22 0 340959866 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303220570936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17584] ppid=17562 vsize=2966184 CPUtime=2.07 cores=0,2,4,6
/proc/17564/task/17584/stat : 17584 (java) S 17562 17564 17435 0 -1 4202560 125 0 0 0 205 2 0 0 20 0 22 0 340959866 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303219518616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17585] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17585/stat : 17585 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303218467752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17586] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17586/stat : 17586 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 101354 33554432000 1073741824 1073778376 140733951881504 140303217414952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 1.37 1.45 1.74 5/215 17642
/proc/meminfo: memFree=26775924/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2966184 CPUtime=13.48 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 14802 0 1 0 1333 15 0 0 20 0 22 0 340959766 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 741546 116728 2268 9 0 732240 0
[pid=17564/tid=17566] ppid=17562 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/17564/task/17566/stat : 17566 (java) S 17562 17564 17435 0 -1 4202560 2904 0 1 0 92 5 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303986787480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17567] ppid=17562 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/17564/task/17567/stat : 17567 (java) S 17562 17564 17435 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303971068456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17568] ppid=17562 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/17564/task/17568/stat : 17568 (java) S 17562 17564 17435 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303970015656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17569] ppid=17562 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/17564/task/17569/stat : 17569 (java) S 17562 17564 17435 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303968962856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17570] ppid=17562 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/17564/task/17570/stat : 17570 (java) S 17562 17564 17435 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303967910056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17571] ppid=17562 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/17564/task/17571/stat : 17571 (java) S 17562 17564 17435 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303966858280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17572] ppid=17562 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/17564/task/17572/stat : 17572 (java) S 17562 17564 17435 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303847648168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17573] ppid=17562 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/17564/task/17573/stat : 17573 (java) S 17562 17564 17435 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303846595368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17574] ppid=17562 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/17564/task/17574/stat : 17574 (java) S 17562 17564 17435 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 340959767 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303845542568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17575] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17575/stat : 17575 (java) S 17562 17564 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340959768 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303833344488 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17576] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17576/stat : 17576 (java) S 17562 17564 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303832290552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17577] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17577/stat : 17577 (java) S 17562 17564 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303226889224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17578] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17578/stat : 17578 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303225837712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17579] ppid=17562 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/17564/task/17579/stat : 17579 (java) S 17562 17564 17435 0 -1 4202560 3999 0 0 0 87 0 0 0 20 0 22 0 340959771 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303224785848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17580] ppid=17562 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/17564/task/17580/stat : 17580 (java) S 17562 17564 17435 0 -1 4202560 6379 0 0 0 84 0 0 0 20 0 22 0 340959771 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303223733048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17581] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17581/stat : 17581 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 116728 33554432000 1073741824 1073778376 140733951881504 140303222680440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=17564/tid=17584] ppid=17562 vsize=2966184 CPUtime=750.59 cores=0,2,4,6
/proc/17564/task/17584/stat : 17584 (java) R 17562 17564 17435 0 -1 4202560 925 0 0 0 75041 18 0 0 20 0 22 0 340959866 3037372416 312151 33554432000 1073741824 1073778376 140733951881504 140303219517568 140303848735960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17585] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17585/stat : 17585 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 312151 33554432000 1073741824 1073778376 140733951881504 140303218467752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17586] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17586/stat : 17586 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 312151 33554432000 1073741824 1073778376 140733951881504 140303217414952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1534.1
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.92 3.86 3.08 5/219 17652
/proc/meminfo: memFree=24601036/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2966184 CPUtime=1654.8 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 21421 0 1 0 165286 194 0 0 20 0 22 0 340959766 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 741546 312193 2284 9 0 732240 0
[pid=17564/tid=17566] ppid=17562 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/17564/task/17566/stat : 17566 (java) S 17562 17564 17435 0 -1 4202560 2916 0 1 0 94 5 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303986787480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17567] ppid=17562 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/17564/task/17567/stat : 17567 (java) S 17562 17564 17435 0 -1 4202560 406 0 0 0 380 12 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303971068456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17568] ppid=17562 vsize=2966184 CPUtime=3.98 cores=0,2,4,6
/proc/17564/task/17568/stat : 17568 (java) S 17562 17564 17435 0 -1 4202560 434 0 0 0 384 14 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303970015656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17569] ppid=17562 vsize=2966184 CPUtime=3.89 cores=0,2,4,6
/proc/17564/task/17569/stat : 17569 (java) S 17562 17564 17435 0 -1 4202560 287 0 0 0 376 13 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303968962856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17570] ppid=17562 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/17564/task/17570/stat : 17570 (java) S 17562 17564 17435 0 -1 4202560 420 0 0 0 371 14 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303967910056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17571] ppid=17562 vsize=2966184 CPUtime=3.87 cores=0,2,4,6
/proc/17564/task/17571/stat : 17571 (java) S 17562 17564 17435 0 -1 4202560 409 0 0 0 374 13 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303966858280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17572] ppid=17562 vsize=2966184 CPUtime=3.97 cores=0,2,4,6
/proc/17564/task/17572/stat : 17572 (java) S 17562 17564 17435 0 -1 4202560 341 0 0 0 385 12 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303847648168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17573] ppid=17562 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/17564/task/17573/stat : 17573 (java) S 17562 17564 17435 0 -1 4202560 351 0 0 0 393 10 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303846595368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17574] ppid=17562 vsize=2966184 CPUtime=4.04 cores=0,2,4,6
/proc/17564/task/17574/stat : 17574 (java) S 17562 17564 17435 0 -1 4202560 393 0 0 0 392 12 0 0 20 0 22 0 340959767 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303845542568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17575] ppid=17562 vsize=2966184 CPUtime=1.46 cores=0,2,4,6
/proc/17564/task/17575/stat : 17575 (java) S 17562 17564 17435 0 -1 4202560 1422 0 0 0 80 66 0 0 20 0 22 0 340959768 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303833344488 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17576] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17576/stat : 17576 (java) S 17562 17564 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303832290552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17577] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17577/stat : 17577 (java) S 17562 17564 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303226889224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17578] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17578/stat : 17578 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303225837712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17579] ppid=17562 vsize=2966184 CPUtime=1.19 cores=0,2,4,6
/proc/17564/task/17579/stat : 17579 (java) S 17562 17564 17435 0 -1 4202560 4593 0 0 0 119 0 0 0 20 0 22 0 340959771 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303224785848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17580] ppid=17562 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/17564/task/17580/stat : 17580 (java) S 17562 17564 17435 0 -1 4202560 6486 0 0 0 109 0 0 0 20 0 22 0 340959771 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303223733048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17581] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17581/stat : 17581 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303222680440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17582] ppid=17562 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/17564/task/17582/stat : 17582 (java) S 17562 17564 17435 0 -1 4202560 45 0 0 0 13 13 0 0 20 0 22 0 340959771 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303221627848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17583] ppid=17562 vsize=2966184 CPUtime=809.44 cores=0,2,4,6
/proc/17564/task/17583/stat : 17583 (java) R 17562 17564 17435 0 -1 4202560 709 0 0 0 80928 16 0 0 20 0 22 0 340959866 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303220572208 140303848536187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17584] ppid=17562 vsize=2966184 CPUtime=809.57 cores=0,2,4,6
/proc/17564/task/17584/stat : 17584 (java) R 17562 17564 17435 0 -1 4202560 1020 0 0 0 80938 19 0 0 20 0 22 0 340959866 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303219517688 140303848735822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17585] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17585/stat : 17585 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303218467752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17586] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17586/stat : 17586 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 312193 33554432000 1073741824 1073778376 140733951881504 140303217414952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1654.8
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.97 3.90 3.14 4/219 17652
/proc/meminfo: memFree=24576560/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2966184 CPUtime=1775.69 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 21587 0 1 0 177361 208 0 0 20 0 22 0 340959766 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 741546 313865 2284 9 0 732240 0
[pid=17564/tid=17566] ppid=17562 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/17564/task/17566/stat : 17566 (java) S 17562 17564 17435 0 -1 4202560 2917 0 1 0 94 5 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303986787480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17567] ppid=17562 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/17564/task/17567/stat : 17567 (java) S 17562 17564 17435 0 -1 4202560 406 0 0 0 416 12 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303971068456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17568] ppid=17562 vsize=2966184 CPUtime=4.38 cores=0,2,4,6
/proc/17564/task/17568/stat : 17568 (java) S 17562 17564 17435 0 -1 4202560 434 0 0 0 423 15 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303970015656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17569] ppid=17562 vsize=2966184 CPUtime=4.25 cores=0,2,4,6
/proc/17564/task/17569/stat : 17569 (java) S 17562 17564 17435 0 -1 4202560 287 0 0 0 412 13 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303968962856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17570] ppid=17562 vsize=2966184 CPUtime=4.23 cores=0,2,4,6
/proc/17564/task/17570/stat : 17570 (java) S 17562 17564 17435 0 -1 4202560 420 0 0 0 408 15 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303967910056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17571] ppid=17562 vsize=2966184 CPUtime=4.26 cores=0,2,4,6
/proc/17564/task/17571/stat : 17571 (java) S 17562 17564 17435 0 -1 4202560 409 0 0 0 413 13 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303966858280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17572] ppid=17562 vsize=2966184 CPUtime=4.3 cores=0,2,4,6
/proc/17564/task/17572/stat : 17572 (java) S 17562 17564 17435 0 -1 4202560 341 0 0 0 417 13 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303847648168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17573] ppid=17562 vsize=2966184 CPUtime=4.4 cores=0,2,4,6
/proc/17564/task/17573/stat : 17573 (java) S 17562 17564 17435 0 -1 4202560 351 0 0 0 430 10 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303846595368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17574] ppid=17562 vsize=2966184 CPUtime=4.46 cores=0,2,4,6
/proc/17564/task/17574/stat : 17574 (java) S 17562 17564 17435 0 -1 4202560 393 0 0 0 434 12 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303845542568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17575] ppid=17562 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/17564/task/17575/stat : 17575 (java) S 17562 17564 17435 0 -1 4202560 1426 0 0 0 84 74 0 0 20 0 22 0 340959768 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303833344488 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17576] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17576/stat : 17576 (java) S 17562 17564 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303832290552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17577] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17577/stat : 17577 (java) S 17562 17564 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303226889224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17578] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17578/stat : 17578 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303225837712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17579] ppid=17562 vsize=2966184 CPUtime=1.19 cores=0,2,4,6
/proc/17564/task/17579/stat : 17579 (java) S 17562 17564 17435 0 -1 4202560 4593 0 0 0 119 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303224785848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17580] ppid=17562 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/17564/task/17580/stat : 17580 (java) S 17562 17564 17435 0 -1 4202560 6486 0 0 0 109 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303223733048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17581] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17581/stat : 17581 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303222680440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17582] ppid=17562 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/17564/task/17582/stat : 17582 (java) S 17562 17564 17435 0 -1 4202560 49 0 0 0 14 14 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303221627848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17583] ppid=17562 vsize=2966184 CPUtime=868.36 cores=0,2,4,6
/proc/17564/task/17583/stat : 17583 (java) R 17562 17564 17435 0 -1 4202560 772 0 0 0 86819 17 0 0 20 0 22 0 340959866 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303220570832 140303848428946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17584] ppid=17562 vsize=2966184 CPUtime=868.48 cores=0,2,4,6
/proc/17564/task/17584/stat : 17584 (java) R 17562 17564 17435 0 -1 4202560 1114 0 0 0 86827 21 0 0 20 0 22 0 340959866 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303219518464 140303848426559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17585] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17585/stat : 17585 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303218467752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17586] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17586/stat : 17586 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303217414952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1775.69
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.401 s]
/proc/loadavg: 3.83 3.87 3.14 5/219 17652
/proc/meminfo: memFree=24576684/32873648 swapFree=6860/6860
[pid=17564] ppid=17562 vsize=2966184 CPUtime=1800.13 cores=0,2,4,6
/proc/17564/stat : 17564 (java) S 17562 17564 17435 0 -1 4202496 21618 0 1 0 179803 210 0 0 20 0 22 0 340959766 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140733951872640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 741546 313865 2284 9 0 732240 0
[pid=17564/tid=17566] ppid=17562 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/17564/task/17566/stat : 17566 (java) S 17562 17564 17435 0 -1 4202560 2917 0 1 0 94 5 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303986787480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17567] ppid=17562 vsize=2966184 CPUtime=4.36 cores=0,2,4,6
/proc/17564/task/17567/stat : 17567 (java) S 17562 17564 17435 0 -1 4202560 406 0 0 0 424 12 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303971068456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17568] ppid=17562 vsize=2966184 CPUtime=4.47 cores=0,2,4,6
/proc/17564/task/17568/stat : 17568 (java) S 17562 17564 17435 0 -1 4202560 434 0 0 0 432 15 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303970015656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17569] ppid=17562 vsize=2966184 CPUtime=4.34 cores=0,2,4,6
/proc/17564/task/17569/stat : 17569 (java) S 17562 17564 17435 0 -1 4202560 287 0 0 0 421 13 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303968962856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17570] ppid=17562 vsize=2966184 CPUtime=4.31 cores=0,2,4,6
/proc/17564/task/17570/stat : 17570 (java) S 17562 17564 17435 0 -1 4202560 420 0 0 0 416 15 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303967910056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17571] ppid=17562 vsize=2966184 CPUtime=4.32 cores=0,2,4,6
/proc/17564/task/17571/stat : 17571 (java) S 17562 17564 17435 0 -1 4202560 409 0 0 0 419 13 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303966858280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17572] ppid=17562 vsize=2966184 CPUtime=4.36 cores=0,2,4,6
/proc/17564/task/17572/stat : 17572 (java) S 17562 17564 17435 0 -1 4202560 341 0 0 0 423 13 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303847648168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17573] ppid=17562 vsize=2966184 CPUtime=4.47 cores=0,2,4,6
/proc/17564/task/17573/stat : 17573 (java) S 17562 17564 17435 0 -1 4202560 351 0 0 0 437 10 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303846595368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17574] ppid=17562 vsize=2966184 CPUtime=4.54 cores=0,2,4,6
/proc/17564/task/17574/stat : 17574 (java) S 17562 17564 17435 0 -1 4202560 393 0 0 0 442 12 0 0 20 0 22 0 340959767 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303845542568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17575] ppid=17562 vsize=2966184 CPUtime=1.61 cores=0,2,4,6
/proc/17564/task/17575/stat : 17575 (java) S 17562 17564 17435 0 -1 4202560 1426 0 0 0 85 76 0 0 20 0 22 0 340959768 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303833344488 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17564/tid=17576] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17576/stat : 17576 (java) S 17562 17564 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303832290552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17577] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17577/stat : 17577 (java) S 17562 17564 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340959769 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303226889224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17578] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17578/stat : 17578 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303225837712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17579] ppid=17562 vsize=2966184 CPUtime=1.19 cores=0,2,4,6
/proc/17564/task/17579/stat : 17579 (java) S 17562 17564 17435 0 -1 4202560 4593 0 0 0 119 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303224785848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17580] ppid=17562 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/17564/task/17580/stat : 17580 (java) S 17562 17564 17435 0 -1 4202560 6486 0 0 0 109 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303223733048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17564/tid=17581] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17581/stat : 17581 (java) S 17562 17564 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303222680440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17582] ppid=17562 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/17564/task/17582/stat : 17582 (java) S 17562 17564 17435 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 340959771 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303221627848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17583] ppid=17562 vsize=2966184 CPUtime=880.25 cores=0,2,4,6
/proc/17564/task/17583/stat : 17583 (java) R 17562 17564 17435 0 -1 4202560 786 0 0 0 88008 17 0 0 20 0 22 0 340959866 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303220570832 140303848593040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17564/tid=17584] ppid=17562 vsize=2966184 CPUtime=880.37 cores=0,2,4,6
/proc/17564/task/17584/stat : 17584 (java) R 17562 17564 17435 0 -1 4202560 1129 0 0 0 88016 21 0 0 20 0 22 0 340959866 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303219518384 140303848240555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17585] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17585/stat : 17585 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303218467752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17564/tid=17586] ppid=17562 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17564/task/17586/stat : 17586 (java) S 17562 17564 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340959869 3037372416 313865 33554432000 1073741824 1073778376 140733951881504 140303217414952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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): 894.423
CPU time (s): 1801.28
CPU user time (s): 1798.77
CPU system time (s): 2.51462
CPU usage (%): 201.39
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 2.51462
maximum resident set size= 1255580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21649
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70042
involuntary context switches= 114288

runsolver used 3.3215 second user time and 7.97379 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 20:32:17
IDJOB=3735308
IDBENCH=2963
IDSOLVER=2324
FILE ID=node116/3735308-1338748337
RUNJOBID= node116-1338748331-17451
PBS_JOBID= 14636786
Free space on /tmp= 71024 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735308-1338748337/watcher-3735308-1338748337 -o /tmp/evaluation-result-3735308-1338748337/solver-3735308-1338748337 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735308-1338748337.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=452457204

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
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.556
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:       32873648 kB
MemFree:        26850088 kB
Buffers:          555224 kB
Cached:          4112164 kB
SwapCached:         3028 kB
Active:          2667892 kB
Inactive:        2439020 kB
Active(anon):     429608 kB
Inactive(anon):     8500 kB
Active(file):    2238284 kB
Inactive(file):  2430520 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             13636 kB
Writeback:             0 kB
AnonPages:        440364 kB
Mapped:            20080 kB
Shmem:                68 kB
Slab:             776616 kB
SReclaimable:     219836 kB
SUnreclaim:       556780 kB
KernelStack:        1616 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1569780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71008 MiB
End job on node116 at 2012-06-03 20:47:14