Trace number 3740848

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? 1092.81 1079.57

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3740848-1338760289.opb
0.08/0.12	c reading problem ... 
1069.50/1056.23	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1069.50/1056.23		at org.sat4j.minisat.constraints.card.MinWatchCard.<init>(Unknown Source)
1069.50/1056.23		at org.sat4j.minisat.constraints.card.MinWatchCard.minWatchCardNew(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure.constructCard(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
1069.50/1056.23		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1069.50/1056.23		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
1069.50/1056.23		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
1069.50/1056.24		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
1069.50/1056.24		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1069.50/1056.24		at org.sat4j.AbstractLauncher.run(Unknown Source)
1069.50/1056.24		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
1077.90/1064.63	c starts		: 0
1092.81/1079.56	c conflicts		: 0
1092.81/1079.56	c decisions		: 0
1092.81/1079.56	c propagations		: 0
1092.81/1079.56	c inspects		: 0
1092.81/1079.56	c learnt literals	: 0
1092.81/1079.56	c learnt binary clauses	: 0
1092.81/1079.56	c learnt ternary clauses	: 0
1092.81/1079.56	c learnt clauses	: 0
1092.81/1079.56	c ignored clauses	: 0
1092.81/1079.56	c root simplifications	: 0
1092.81/1079.56	c removed literals (reason simplification)	: 0
1092.81/1079.56	c reason swapping (by a shorter reason)	: 0
1092.81/1079.56	c Calls to reduceDB	: 0
1092.81/1079.56	c number of reductions to clauses (during analyze)	: 0
1092.81/1079.56	c number of learned constraints concerned by reduction	: 0
1092.81/1079.56	c number of learning phase by resolution	: 0
1092.81/1079.56	c number of learning phase by cutting planes	: 0
1092.81/1079.56	c speed (assignments/second)	: 0.0
1092.81/1079.56	c non guided choices	0
1092.81/1079.56	c learnt constraints type 
1092.81/1079.56	c constraints type 
1092.81/1079.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3741810
1092.81/1079.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 19349
1092.81/1079.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1067407
1092.81/1079.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 550411
1092.81/1079.56	c constraints type 
1092.81/1079.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1067407
1092.81/1079.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3741810
1092.81/1079.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19349
1092.81/1079.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 550411
1092.81/1079.56	s UNKNOWN
1092.81/1079.56	c Total wall clock time (in seconds): 1079.44

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-3740848-1338760289/watcher-3740848-1338760289 -o /tmp/evaluation-result-3740848-1338760289/solver-3740848-1338760289 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740848-1338760289.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: 4.03 3.94 3.85 4/199 25642
/proc/meminfo: memFree=27938932/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25642/stat : 25642 (java6) R 25640 25642 19811 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 342154421 9515008 176 33554432000 1073741824 1073778376 140734892424384 140734892407112 215124624272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25642/statm: 2323 176 133 9 0 71 0

[startup+0.028289 s]
/proc/loadavg: 4.03 3.94 3.85 4/199 25642
/proc/meminfo: memFree=27938932/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 3123 0 1 0 0 0 0 0 20 0 10 0 342154421 2209931264 3821 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 539534 3829 1246 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.101197 s]
/proc/loadavg: 4.03 3.94 3.85 4/199 25642
/proc/meminfo: memFree=27938932/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 4252 0 1 0 7 1 0 0 20 0 18 0 342154421 2764726272 5966 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 5966 1990 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300245 s]
/proc/loadavg: 4.03 3.94 3.85 4/199 25642
/proc/meminfo: memFree=27938932/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 5806 0 1 0 43 2 0 0 20 0 18 0 342154421 2764726272 16908 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 16908 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700263 s]
/proc/loadavg: 4.03 3.94 3.85 4/199 25642
/proc/meminfo: memFree=27938932/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 11941 0 1 0 122 10 0 0 20 0 18 0 342154421 2764726272 102127 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 102127 2248 9 0 665676 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 4.03 3.94 3.85 4/217 25660
/proc/meminfo: memFree=27509480/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=2.43 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 12093 0 1 0 226 17 0 0 20 0 18 0 342154421 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 117023 2248 9 0 665676 0
[pid=25642/tid=25644] ppid=25640 vsize=2699928 CPUtime=1.34 cores=0,2,4,6
/proc/25642/task/25644/stat : 25644 (java) R 25640 25642 19811 0 -1 4202560 2965 0 1 0 126 8 0 0 20 0 18 0 342154422 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140536106778560 140535977650000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25645] ppid=25640 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/25642/task/25645/stat : 25645 (java) S 25640 25642 19811 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140536095849256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25646] ppid=25640 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25642/task/25646/stat : 25646 (java) S 25640 25642 19811 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535972428456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25647] ppid=25640 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25642/task/25647/stat : 25647 (java) S 25640 25642 19811 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535971376168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25648] ppid=25640 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/25642/task/25648/stat : 25648 (java) S 25640 25642 19811 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535970323368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25649] ppid=25640 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/25642/task/25649/stat : 25649 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535969270056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25650] ppid=25640 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/25642/task/25650/stat : 25650 (java) S 25640 25642 19811 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535968217256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25651] ppid=25640 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/25642/task/25651/stat : 25651 (java) S 25640 25642 19811 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535967164968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25652] ppid=25640 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 18 0 342154423 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) S 25640 25642 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535483300584 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 28 0 0 0 20 0 18 0 342154428 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4546 0 0 0 31 1 0 0 20 0 18 0 342154428 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 117023 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 2699928

[startup+3.10071 s]
/proc/loadavg: 4.03 3.94 3.85 4/217 25660
/proc/meminfo: memFree=27451576/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=4.75 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 12367 0 1 0 451 24 0 0 20 0 18 0 342154421 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 138668 2248 9 0 665676 0
[pid=25642/tid=25644] ppid=25640 vsize=2699928 CPUtime=2.7 cores=0,2,4,6
/proc/25642/task/25644/stat : 25644 (java) S 25640 25642 19811 0 -1 4202560 2971 0 1 0 262 8 0 0 20 0 18 0 342154422 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140536106785480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25645] ppid=25640 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/25642/task/25645/stat : 25645 (java) R 25640 25642 19811 0 -1 4202560 81 0 0 0 18 3 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140536095849256 140536113295791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25646] ppid=25640 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/25642/task/25646/stat : 25646 (java) R 25640 25642 19811 0 -1 4202560 21 0 0 0 13 0 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535972428632 140536109258417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25647] ppid=25640 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/25642/task/25647/stat : 25647 (java) S 25640 25642 19811 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535971376168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25648] ppid=25640 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/25642/task/25648/stat : 25648 (java) S 25640 25642 19811 0 -1 4202560 71 0 0 0 16 2 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535970323368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25649] ppid=25640 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/25642/task/25649/stat : 25649 (java) S 25640 25642 19811 0 -1 4202560 54 0 0 0 17 2 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535969270056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25650] ppid=25640 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25642/task/25650/stat : 25650 (java) R 25640 25642 19811 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535968217256 215127995452 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25651] ppid=25640 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25642/task/25651/stat : 25651 (java) R 25640 25642 19811 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535967164968 140536109258483 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25652] ppid=25640 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 52 0 0 0 16 2 0 0 20 0 18 0 342154423 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) S 25640 25642 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535483299464 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 30 0 0 0 20 0 18 0 342154428 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4546 0 0 0 34 1 0 0 20 0 18 0 342154428 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 138668 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 2699928

[startup+6.30074 s]
/proc/loadavg: 3.95 3.92 3.85 8/217 25660
/proc/meminfo: memFree=27308272/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=9.15 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 13264 0 1 0 881 34 0 0 20 0 18 0 342154421 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 168726 2248 9 0 665676 0
[pid=25642/tid=25644] ppid=25640 vsize=2699928 CPUtime=5.45 cores=0,2,4,6
/proc/25642/task/25644/stat : 25644 (java) R 25640 25642 19811 0 -1 4202560 2984 0 1 0 536 9 0 0 20 0 18 0 342154422 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140536106778896 140536114551895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25645] ppid=25640 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/25642/task/25645/stat : 25645 (java) S 25640 25642 19811 0 -1 4202560 230 0 0 0 39 5 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140536095849256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25646] ppid=25640 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/25642/task/25646/stat : 25646 (java) S 25640 25642 19811 0 -1 4202560 57 0 0 0 27 3 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535972428456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25647] ppid=25640 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/25642/task/25647/stat : 25647 (java) S 25640 25642 19811 0 -1 4202560 155 0 0 0 30 2 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535971376168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25648] ppid=25640 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/25642/task/25648/stat : 25648 (java) S 25640 25642 19811 0 -1 4202560 97 0 0 0 31 3 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535970323368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25649] ppid=25640 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/25642/task/25649/stat : 25649 (java) S 25640 25642 19811 0 -1 4202560 316 0 0 0 42 3 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535969270056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25650] ppid=25640 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/25642/task/25650/stat : 25650 (java) S 25640 25642 19811 0 -1 4202560 188 0 0 0 28 3 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535968217256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25651] ppid=25640 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/25642/task/25651/stat : 25651 (java) S 25640 25642 19811 0 -1 4202560 179 0 0 0 36 4 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535967164968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25652] ppid=25640 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 87 0 0 0 30 3 0 0 20 0 18 0 342154423 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) S 25640 25642 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535483300584 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342154425 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 30 0 0 0 20 0 18 0 342154428 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4546 0 0 0 34 1 0 0 20 0 18 0 342154428 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342154428 2764726272 168726 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 4.20 3.98 3.86 11/217 25660
/proc/meminfo: memFree=27092692/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2699928 CPUtime=17.95 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 14535 0 1 0 1746 49 0 0 20 0 18 0 342154421 2764726272 220721 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 674982 220721 2248 9 0 665676 0
[pid=25642/tid=25644] ppid=25640 vsize=2699928 CPUtime=10.98 cores=0,2,4,6

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

/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 412 0 0 0 183 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2766492 CPUtime=1030.81 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) R 25640 25642 19811 0 -1 4202560 769289 0 0 0 102923 158 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535483299672 140536113295476 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2766492 CPUtime=0.32 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2766492 CPUtime=0.39 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4547 0 0 0 38 1 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2766492 CPUtime=0.52 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 62 0 0 0 28 24 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25766] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25766/stat : 25766 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342260045 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535474876072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1090.01
Current children cumulated vsize (KiB) 2766492

[startup+1078.3 s]
/proc/loadavg: 3.02 3.00 3.23 4/218 25766
/proc/meminfo: memFree=26193432/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2766492 CPUtime=1091.61 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 785015 0 1 0 108905 256 0 0 20 0 19 0 342154421 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 691623 360110 2264 9 0 682317 0
[pid=25642/tid=25644] ppid=25640 vsize=2766492 CPUtime=38.55 cores=0,2,4,6
/proc/25642/task/25644/stat : 25644 (java) S 25640 25642 19811 0 -1 4202560 3319 0 1 0 3836 19 0 0 20 0 19 0 342154422 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140536106788024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25645] ppid=25640 vsize=2766492 CPUtime=2.12 cores=0,2,4,6
/proc/25642/task/25645/stat : 25645 (java) S 25640 25642 19811 0 -1 4202560 439 0 0 0 202 10 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140536095849256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25646] ppid=25640 vsize=2766492 CPUtime=1.97 cores=0,2,4,6
/proc/25642/task/25646/stat : 25646 (java) S 25640 25642 19811 0 -1 4202560 399 0 0 0 188 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535972428456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25647] ppid=25640 vsize=2766492 CPUtime=2.26 cores=0,2,4,6
/proc/25642/task/25647/stat : 25647 (java) S 25640 25642 19811 0 -1 4202560 450 0 0 0 216 10 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535971376168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25648] ppid=25640 vsize=2766492 CPUtime=2.11 cores=0,2,4,6
/proc/25642/task/25648/stat : 25648 (java) S 25640 25642 19811 0 -1 4202560 409 0 0 0 202 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535970323368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25649] ppid=25640 vsize=2766492 CPUtime=2.06 cores=0,2,4,6
/proc/25642/task/25649/stat : 25649 (java) S 25640 25642 19811 0 -1 4202560 426 0 0 0 198 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535969270056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25650] ppid=25640 vsize=2766492 CPUtime=2.12 cores=0,2,4,6
/proc/25642/task/25650/stat : 25650 (java) S 25640 25642 19811 0 -1 4202560 418 0 0 0 203 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535968217256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25651] ppid=25640 vsize=2766492 CPUtime=2.16 cores=0,2,4,6
/proc/25642/task/25651/stat : 25651 (java) S 25640 25642 19811 0 -1 4202560 417 0 0 0 208 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535967164968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25652] ppid=25640 vsize=2766492 CPUtime=1.91 cores=0,2,4,6
/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 412 0 0 0 183 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2766492 CPUtime=1032.4 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) R 25640 25642 19811 0 -1 4202560 769289 0 0 0 103082 158 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535483299672 140536113295432 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2766492 CPUtime=0.32 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2766492 CPUtime=0.39 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4547 0 0 0 38 1 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2766492 CPUtime=0.52 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 62 0 0 0 28 24 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25766] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25766/stat : 25766 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342260045 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535474876072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1091.61
Current children cumulated vsize (KiB) 2766492

[startup+1079.11 s]
/proc/loadavg: 3.02 3.00 3.23 4/218 25766
/proc/meminfo: memFree=26193432/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2766492 CPUtime=1092.42 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 785015 0 1 0 108986 256 0 0 20 0 19 0 342154421 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 691623 360110 2264 9 0 682317 0
[pid=25642/tid=25644] ppid=25640 vsize=2766492 CPUtime=38.55 cores=0,2,4,6
/proc/25642/task/25644/stat : 25644 (java) S 25640 25642 19811 0 -1 4202560 3319 0 1 0 3836 19 0 0 20 0 19 0 342154422 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140536106788024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25645] ppid=25640 vsize=2766492 CPUtime=2.12 cores=0,2,4,6
/proc/25642/task/25645/stat : 25645 (java) S 25640 25642 19811 0 -1 4202560 439 0 0 0 202 10 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140536095849256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25646] ppid=25640 vsize=2766492 CPUtime=1.97 cores=0,2,4,6
/proc/25642/task/25646/stat : 25646 (java) S 25640 25642 19811 0 -1 4202560 399 0 0 0 188 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535972428456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25647] ppid=25640 vsize=2766492 CPUtime=2.26 cores=0,2,4,6
/proc/25642/task/25647/stat : 25647 (java) S 25640 25642 19811 0 -1 4202560 450 0 0 0 216 10 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535971376168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25648] ppid=25640 vsize=2766492 CPUtime=2.11 cores=0,2,4,6
/proc/25642/task/25648/stat : 25648 (java) S 25640 25642 19811 0 -1 4202560 409 0 0 0 202 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535970323368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25649] ppid=25640 vsize=2766492 CPUtime=2.06 cores=0,2,4,6
/proc/25642/task/25649/stat : 25649 (java) S 25640 25642 19811 0 -1 4202560 426 0 0 0 198 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535969270056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25650] ppid=25640 vsize=2766492 CPUtime=2.12 cores=0,2,4,6
/proc/25642/task/25650/stat : 25650 (java) S 25640 25642 19811 0 -1 4202560 418 0 0 0 203 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535968217256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25651] ppid=25640 vsize=2766492 CPUtime=2.16 cores=0,2,4,6
/proc/25642/task/25651/stat : 25651 (java) S 25640 25642 19811 0 -1 4202560 417 0 0 0 208 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535967164968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25652] ppid=25640 vsize=2766492 CPUtime=1.91 cores=0,2,4,6
/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 412 0 0 0 183 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2766492 CPUtime=1033.21 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) R 25640 25642 19811 0 -1 4202560 769289 0 0 0 103163 158 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535483299672 140536113643432 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2766492 CPUtime=0.32 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2766492 CPUtime=0.39 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4547 0 0 0 38 1 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2766492 CPUtime=0.52 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 62 0 0 0 28 24 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25766] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25766/stat : 25766 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342260045 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535474876072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1092.42
Current children cumulated vsize (KiB) 2766492

[startup+1079.5 s]
/proc/loadavg: 3.02 3.00 3.23 4/218 25766
/proc/meminfo: memFree=26193432/32873844 swapFree=7620/7620
[pid=25642] ppid=25640 vsize=2766492 CPUtime=1092.81 cores=0,2,4,6
/proc/25642/stat : 25642 (java) S 25640 25642 19811 0 -1 4202496 785015 0 1 0 109025 256 0 0 20 0 19 0 342154421 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140734293032864 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25642/statm: 691623 360110 2264 9 0 682317 0
[pid=25642/tid=25644] ppid=25640 vsize=2766492 CPUtime=38.55 cores=0,2,4,6
/proc/25642/task/25644/stat : 25644 (java) S 25640 25642 19811 0 -1 4202560 3319 0 1 0 3836 19 0 0 20 0 19 0 342154422 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140536106788024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25645] ppid=25640 vsize=2766492 CPUtime=2.12 cores=0,2,4,6
/proc/25642/task/25645/stat : 25645 (java) S 25640 25642 19811 0 -1 4202560 439 0 0 0 202 10 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140536095849256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25646] ppid=25640 vsize=2766492 CPUtime=1.97 cores=0,2,4,6
/proc/25642/task/25646/stat : 25646 (java) S 25640 25642 19811 0 -1 4202560 399 0 0 0 188 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535972428456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25647] ppid=25640 vsize=2766492 CPUtime=2.26 cores=0,2,4,6
/proc/25642/task/25647/stat : 25647 (java) S 25640 25642 19811 0 -1 4202560 450 0 0 0 216 10 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535971376168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25648] ppid=25640 vsize=2766492 CPUtime=2.11 cores=0,2,4,6
/proc/25642/task/25648/stat : 25648 (java) S 25640 25642 19811 0 -1 4202560 409 0 0 0 202 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535970323368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25642/tid=25649] ppid=25640 vsize=2766492 CPUtime=2.06 cores=0,2,4,6
/proc/25642/task/25649/stat : 25649 (java) S 25640 25642 19811 0 -1 4202560 426 0 0 0 198 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535969270056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25650] ppid=25640 vsize=2766492 CPUtime=2.12 cores=0,2,4,6
/proc/25642/task/25650/stat : 25650 (java) S 25640 25642 19811 0 -1 4202560 418 0 0 0 203 9 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535968217256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25651] ppid=25640 vsize=2766492 CPUtime=2.16 cores=0,2,4,6
/proc/25642/task/25651/stat : 25651 (java) S 25640 25642 19811 0 -1 4202560 417 0 0 0 208 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535967164968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25652] ppid=25640 vsize=2766492 CPUtime=1.91 cores=0,2,4,6
/proc/25642/task/25652/stat : 25652 (java) S 25640 25642 19811 0 -1 4202560 412 0 0 0 183 8 0 0 20 0 19 0 342154423 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535966112168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25653] ppid=25640 vsize=2766492 CPUtime=1033.6 cores=0,2,4,6
/proc/25642/task/25653/stat : 25653 (java) R 25640 25642 19811 0 -1 4202560 769289 0 0 0 103202 158 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535483299672 215124289294 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25654] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25654/stat : 25654 (java) S 25640 25642 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535482246648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25655] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25655/stat : 25655 (java) S 25640 25642 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342154425 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535481194248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25656] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25656/stat : 25656 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535480142736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25657] ppid=25640 vsize=2766492 CPUtime=0.32 cores=0,2,4,6
/proc/25642/task/25657/stat : 25657 (java) S 25640 25642 19811 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535479089336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25642/tid=25658] ppid=25640 vsize=2766492 CPUtime=0.39 cores=0,2,4,6
/proc/25642/task/25658/stat : 25658 (java) S 25640 25642 19811 0 -1 4202560 4547 0 0 0 38 1 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535478036536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25659] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25659/stat : 25659 (java) S 25640 25642 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535476984440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25642/tid=25660] ppid=25640 vsize=2766492 CPUtime=0.52 cores=0,2,4,6
/proc/25642/task/25660/stat : 25660 (java) S 25640 25642 19811 0 -1 4202560 62 0 0 0 28 24 0 0 20 0 19 0 342154428 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535475931848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25642/tid=25766] ppid=25640 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/25642/task/25766/stat : 25766 (java) S 25640 25642 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342260045 2832887808 360110 33554432000 1073741824 1073778376 140734293041728 140535474876072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1092.81
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25642 and gives
#  childrusage.ru_utime.tv_sec=1087
#  childrusage.ru_utime.tv_usec=556666
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=859565
# CPU time returned by wait4() is 1090.42
# while last known CPU time is 1092.81
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1079.57
CPU time (s): 1092.81
CPU user time (s): 1090.25
CPU system time (s): 2.56
CPU usage (%): 101.226
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1087.56
system time used= 2.85956
maximum resident set size= 1440440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 785027
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25585
involuntary context switches= 31993

runsolver used 4.37633 second user time and 11.4213 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 23:51:36
IDJOB=3740848
IDBENCH=89646
IDSOLVER=2324
FILE ID=node135/3740848-1338760289
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70672 MiB

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

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=141016115

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27939460 kB
Buffers:          383088 kB
Cached:          2864280 kB
SwapCached:         1672 kB
Active:          2320960 kB
Inactive:        1749620 kB
Active(anon):     813688 kB
Inactive(anon):    12036 kB
Active(file):    1507272 kB
Inactive(file):  1737584 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:            309100 kB
Writeback:             0 kB
AnonPages:        829448 kB
Mapped:            18676 kB
Shmem:               132 kB
Slab:             722064 kB
SReclaimable:     159400 kB
SUnreclaim:       562664 kB
KernelStack:        1616 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1574188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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= 70624 MiB
End job on node135 at 2012-06-04 00:09:36