Trace number 3741338

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-31No Cert. 1149.06 1902.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-631710.opb
MD5SUMba0215d19182fa8cb27dee737825dd09
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark205
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741338-1338763058.opb
0.09/0.11	c reading problem ... 
5.20/2.99	c ... done. Wall clock time 2.883s.
5.20/2.99	c #vars     167056
5.20/2.99	c #constraints  169876
5.20/2.99	c constraints type 
5.67/3.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300
5.67/3.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 1965
5.67/3.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 167055
5.67/3.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 556
5.67/3.11	c constraints type 
5.67/3.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167055
5.67/3.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 300
5.67/3.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1965
5.67/3.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 556
54.35/26.93	c And the winner is Resolution
91.63/65.02	c SATISFIABLE
91.63/65.02	c OPTIMIZING...
91.63/65.02	c Got one! Elapsed wall clock time (in seconds):64.91
91.63/65.02	o 556
175.22/106.75	c And the winner is Resolution
226.96/159.07	c Got one! Elapsed wall clock time (in seconds):158.955
226.96/159.07	o 555
247.15/169.19	c And the winner is Resolution
259.64/182.07	c Got one! Elapsed wall clock time (in seconds):181.961
259.64/182.07	o 551
279.77/192.11	c cleaning 2496 clauses out of 5001 with flag 5001/5001
282.60/193.72	c And the winner is Resolution
293.74/205.08	c Got one! Elapsed wall clock time (in seconds):204.97
293.74/205.08	o 520
316.48/216.47	c And the winner is Resolution
327.62/228.09	c Got one! Elapsed wall clock time (in seconds):227.976
327.62/228.09	o 509
512.79/320.61	c And the winner is Resolution
571.61/380.15	c Got one! Elapsed wall clock time (in seconds):380.036
571.61/380.15	o 506
612.01/400.37	c cleaning 4251 clauses out of 8505 with flag 11001/11001
617.69/403.24	c And the winner is Resolution
631.37/417.16	c Got one! Elapsed wall clock time (in seconds):417.048
631.37/417.16	o 490
742.32/472.66	c And the winner is Resolution
776.82/507.18	c Got one! Elapsed wall clock time (in seconds):507.07
776.82/507.18	o 448
1143.10/698.49	Exception in thread "Thread-20" java.lang.OutOfMemoryError: Java heap space
1143.10/698.49		at org.sat4j.core.Vec.ensure(Unknown Source)
1143.10/698.49		at org.sat4j.core.Vec.copyTo(Unknown Source)
1143.10/698.49		at org.sat4j.pb.constraints.pb.InternalMapPBStructure.copyCoefs(Unknown Source)
1143.10/698.49		at org.sat4j.pb.constraints.pb.MapPb.buildConstraintFromConflict(Unknown Source)
1143.10/698.49		at org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure.constructLearntCard(Unknown Source)
1143.10/698.49		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.learntConstraintFactory(Unknown Source)
1143.10/698.49		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredPseudoBooleanConstraint(Unknown Source)
1143.10/698.49		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1143.10/698.49		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1143.10/698.49		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1143.10/698.49		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1143.10/698.49		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1143.10/698.50		at java.lang.Thread.run(Thread.java:662)
1145.47/701.28	Exception in thread "Thread-19" java.lang.OutOfMemoryError: Java heap space
1145.47/701.28		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1145.47/701.28		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1145.47/701.28		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1145.47/701.28		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1145.47/701.28		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1145.47/701.28		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1145.47/701.28		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1145.47/701.28		at java.lang.Thread.run(Thread.java:662)
1146.44/1901.14	c starts		: 52
1146.44/1901.14	c conflicts		: 17894
1146.44/1901.14	c decisions		: 3114144
1146.44/1901.14	c propagations		: 12266573
1146.44/1901.14	c inspects		: 14304053
1146.44/1901.14	c learnt literals	: 0
1146.44/1901.14	c learnt binary clauses	: 3
1146.44/1901.14	c learnt ternary clauses	: 1
1146.44/1901.14	c learnt clauses	: 17893
1146.44/1901.14	c ignored clauses	: 0
1146.44/1901.14	c root simplifications	: 0
1146.44/1901.14	c removed literals (reason simplification)	: 25808
1146.44/1901.14	c reason swapping (by a shorter reason)	: 0
1146.44/1901.14	c Calls to reduceDB	: 2
1146.44/1901.14	c number of reductions to clauses (during analyze)	: 0
1146.44/1901.14	c number of learned constraints concerned by reduction	: 0
1146.44/1901.14	c number of learning phase by resolution	: 0
1146.44/1901.14	c number of learning phase by cutting planes	: 0
1146.44/1901.14	c speed (assignments/second)	: 8799.809033120773
1146.44/1901.14	c non guided choices	1061260
1146.44/1901.15	c learnt constraints type 
1146.44/1901.15	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11143
1146.44/1901.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1146.44/1901.15	c constraints type 
1146.44/1901.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300
1146.44/1901.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1966
1146.44/1901.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 167055
1146.44/1901.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 556
1146.44/1901.15	c constraints type 
1146.44/1901.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167055
1146.44/1901.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 300
1146.44/1901.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1966
1146.44/1901.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 556
1146.44/1901.15	s SATISFIABLE

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-3741338-1338763058/watcher-3741338-1338763058 -o /tmp/evaluation-result-3741338-1338763058/solver-3741338-1338763058 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741338-1338763058.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.94 4.03 3.91 4/197 30270
/proc/meminfo: memFree=28659992/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30270/stat : 30270 (java6) D 30268 30270 22552 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 342431718 9515008 175 33554432000 1073741824 1073778376 140737473188176 140737473170904 259112387472 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/30270/statm: 2323 175 133 9 0 71 0

[startup+0.031141 s]
/proc/loadavg: 3.94 4.03 3.91 4/197 30270
/proc/meminfo: memFree=28659992/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 3473 0 1 0 0 0 0 0 20 0 10 0 342431718 2209931264 4172 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 539534 4172 1537 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100263 s]
/proc/loadavg: 3.94 4.03 3.91 4/197 30270
/proc/meminfo: memFree=28659992/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 4745 0 1 0 8 1 0 0 20 0 18 0 342431718 2764726272 6423 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 674982 6423 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300232 s]
/proc/loadavg: 3.94 4.03 3.91 4/197 30270
/proc/meminfo: memFree=28659992/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 6422 0 1 0 48 3 0 0 20 0 18 0 342431718 2764726272 43140 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 674982 43140 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700549 s]
/proc/loadavg: 3.94 4.03 3.91 4/197 30270
/proc/meminfo: memFree=28659992/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2699928 CPUtime=1.22 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 7101 0 1 0 110 12 0 0 20 0 18 0 342431718 2764726272 109742 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 674982 109742 2236 9 0 665676 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 2699928

[startup+1.50067 s]
/proc/loadavg: 3.94 4.03 3.91 4/215 30288
/proc/meminfo: memFree=28191676/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2699928 CPUtime=2.9 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 12048 0 1 0 268 22 0 0 20 0 18 0 342431718 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 674982 131471 2248 9 0 665676 0
[pid=30270/tid=30272] ppid=30268 vsize=2699928 CPUtime=1.15 cores=0,2,4,6
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 22552 0 -1 4202560 2966 0 1 0 109 6 0 0 20 0 18 0 342431719 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145909652840 140145739592557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 22552 0 -1 4202560 55 0 0 0 14 3 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145893935400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 22552 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145892882600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 22552 0 -1 4202560 35 0 0 0 13 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145891830312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 22552 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145890777512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 22552 0 -1 4202560 38 0 0 0 11 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145889725224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 22552 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145888672424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 22552 0 -1 4202560 56 0 0 0 11 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145887620136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30280] ppid=30268 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30270/task/30280/stat : 30280 (java) S 30268 30270 22552 0 -1 4202560 42 0 0 0 9 2 0 0 20 0 18 0 342431720 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145886567336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30281] ppid=30268 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30281/stat : 30281 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342431721 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145874155752 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30282] ppid=30268 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30282/stat : 30282 (java) S 30268 30270 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342431722 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145873101816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30283] ppid=30268 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30283/stat : 30283 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342431722 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145872049416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30284] ppid=30268 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30284/stat : 30284 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342431724 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145870997904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30285] ppid=30268 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/30270/task/30285/stat : 30285 (java) S 30268 30270 22552 0 -1 4202560 3177 0 0 0 28 0 0 0 20 0 18 0 342431724 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145869945528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30286] ppid=30268 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/30270/task/30286/stat : 30286 (java) S 30268 30270 22552 0 -1 4202560 4384 0 0 0 27 0 0 0 20 0 18 0 342431724 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145868892728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30287] ppid=30268 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342431724 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342431724 2764726272 131471 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 2699928

[startup+3.1006 s]
/proc/loadavg: 3.94 4.03 3.91 4/215 30288
/proc/meminfo: memFree=28118832/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2966184 CPUtime=5.67 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 18777 0 1 0 538 29 0 0 20 0 22 0 342431718 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 741546 150957 2259 9 0 732240 0
[pid=30270/tid=30272] ppid=30268 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/30270/task/30272/stat : 30272 (java) S 30268 30270 22552 0 -1 4202560 2981 0 1 0 237 6 0 0 20 0 22 0 342431719 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145909654680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 22552 0 -1 4202560 317 0 0 0 28 3 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145893935400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 22552 0 -1 4202560 212 0 0 0 19 2 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145892882600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 22552 0 -1 4202560 48 0 0 0 20 2 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145891830312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 22552 0 -1 4202560 333 0 0 0 24 3 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145890777512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 22552 0 -1 4202560 502 0 0 0 19 3 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145889725224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 22552 0 -1 4202560 87 0 0 0 16 2 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145888672424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 22552 0 -1 4202560 527 0 0 0 24 3 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145887620136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30280] ppid=30268 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/30270/task/30280/stat : 30280 (java) S 30268 30270 22552 0 -1 4202560 144 0 0 0 17 3 0 0 20 0 22 0 342431720 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145886567336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30281] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30281/stat : 30281 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342431721 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145874155752 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30282] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30282/stat : 30282 (java) S 30268 30270 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145873101816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30283] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30283/stat : 30283 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145872049416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30284] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30284/stat : 30284 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145870997904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30285] ppid=30268 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/30270/task/30285/stat : 30285 (java) R 30268 30270 22552 0 -1 4202560 7948 0 0 0 62 1 0 0 20 0 22 0 342431724 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145869933040 140145912240595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30286] ppid=30268 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/30270/task/30286/stat : 30286 (java) R 30268 30270 22552 0 -1 4202560 4439 0 0 0 38 0 0 0 20 0 22 0 342431724 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145868892728 140145912265254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30287] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 150957 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 2966184

[startup+6.30076 s]
/proc/loadavg: 3.78 3.99 3.90 5/219 30292
/proc/meminfo: memFree=28062648/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2966184 CPUtime=12.86 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 18842 0 1 0 1256 30 0 0 20 0 22 0 342431718 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 741546 150974 2267 9 0 732240 0
[pid=30270/tid=30272] ppid=30268 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/30270/task/30272/stat : 30272 (java) S 30268 30270 22552 0 -1 4202560 2981 0 1 0 237 6 0 0 20 0 22 0 342431719 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145909654680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 22552 0 -1 4202560 317 0 0 0 28 3 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145893935400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 22552 0 -1 4202560 212 0 0 0 19 2 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145892882600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 22552 0 -1 4202560 48 0 0 0 20 2 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145891830312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 22552 0 -1 4202560 333 0 0 0 24 3 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145890777512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 22552 0 -1 4202560 502 0 0 0 19 3 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145889725224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 22552 0 -1 4202560 87 0 0 0 16 2 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145888672424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 22552 0 -1 4202560 527 0 0 0 24 3 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145887620136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30280] ppid=30268 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/30270/task/30280/stat : 30280 (java) S 30268 30270 22552 0 -1 4202560 144 0 0 0 17 3 0 0 20 0 22 0 342431720 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145886567336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30281] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30281/stat : 30281 (java) S 30268 30270 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342431721 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145874155752 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30282] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30282/stat : 30282 (java) S 30268 30270 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145873101816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30283] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30283/stat : 30283 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145872049416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30284] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30284/stat : 30284 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145870997904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30285] ppid=30268 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/30270/task/30285/stat : 30285 (java) S 30268 30270 22552 0 -1 4202560 7949 0 0 0 108 1 0 0 20 0 22 0 342431724 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145869945528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30286] ppid=30268 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/30270/task/30286/stat : 30286 (java) S 30268 30270 22552 0 -1 4202560 4449 0 0 0 73 0 0 0 20 0 22 0 342431724 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145868892728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30287] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30289] ppid=30268 vsize=2966184 CPUtime=3.25 cores=0,2,4,6
/proc/30270/task/30289/stat : 30289 (java) R 30268 30270 22552 0 -1 4202560 23 0 0 0 325 0 0 0 20 0 22 0 342432018 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145865730280 140145740400716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30290] ppid=30268 vsize=2966184 CPUtime=3.26 cores=0,2,4,6
/proc/30270/task/30290/stat : 30290 (java) R 30268 30270 22552 0 -1 4202560 72 0 0 0 326 0 0 0 20 0 22 0 342432018 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145864677680 140145740262622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30291] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30291/stat : 30291 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145863627944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30292] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30292/stat : 30292 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 150974 33554432000 1073741824 1073778376 140733792929008 140145862575144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 2966184

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

[pid=30270/tid=30287] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 342431724 3037372416 361839 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 109 0 0 0 21 21 0 0 20 0 21 0 342431724 3037372416 361839 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30291] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30291/stat : 30291 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342432024 3037372416 361839 33554432000 1073741824 1073778376 140733792929008 140145863627944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30292] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30292/stat : 30292 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342432024 3037372416 361839 33554432000 1073741824 1073778376 140733792929008 140145862575144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1145.94
Current children cumulated vsize (KiB) 2966184

[startup+1901.4 s]
/proc/loadavg: 1.94 1.85 2.28 5/219 30491
/proc/meminfo: memFree=28108144/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2966184 CPUtime=1146.77 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 24083 0 1 0 114513 164 0 0 20 0 22 0 342431718 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 741546 361842 2287 9 0 732240 0
[pid=30270/tid=30272] ppid=30268 vsize=2966184 CPUtime=2.51 cores=0,2,4,6
/proc/30270/task/30272/stat : 30272 (java) S 30268 30270 22552 0 -1 4202560 3001 0 1 0 244 7 0 0 20 0 22 0 342431719 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145909654696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 22552 0 -1 4202560 471 0 0 0 69 14 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145893935400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 22552 0 -1 4202560 310 0 0 0 58 8 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145892882600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 22552 0 -1 4202560 229 0 0 0 68 13 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145891830312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 22552 0 -1 4202560 535 0 0 0 71 17 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145890777512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 22552 0 -1 4202560 682 0 0 0 72 13 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145889725224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 22552 0 -1 4202560 236 0 0 0 57 11 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145888672424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 22552 0 -1 4202560 663 0 0 0 62 11 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145887620136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30280] ppid=30268 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/30270/task/30280/stat : 30280 (java) S 30268 30270 22552 0 -1 4202560 342 0 0 0 61 14 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145886567336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30281] ppid=30268 vsize=2966184 CPUtime=21.19 cores=0,2,4,6
/proc/30270/task/30281/stat : 30281 (java) R 30268 30270 22552 0 -1 4202560 80 0 0 0 2114 5 0 0 20 0 22 0 342431721 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145874155912 140145916162120 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30282] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30282/stat : 30282 (java) S 30268 30270 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145873101816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30283] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30283/stat : 30283 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145872049416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30284] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30284/stat : 30284 (java) S 30268 30270 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145870997904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30285] ppid=30268 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/30270/task/30285/stat : 30285 (java) S 30268 30270 22552 0 -1 4202560 7970 0 0 0 137 1 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145869931624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30286] ppid=30268 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/30270/task/30286/stat : 30286 (java) S 30268 30270 22552 0 -1 4202560 8036 0 0 0 142 1 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145868878824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30287] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 109 0 0 0 21 21 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30291] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30291/stat : 30291 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145863627944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30292] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30292/stat : 30292 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145862575144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30491] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30491/stat : 30491 (java) S 30268 30270 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342621719 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145865732840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1146.77
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 1.94 1.85 2.28 5/220 30492
/proc/meminfo: memFree=28108140/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2966184 CPUtime=1147.17 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 24084 0 1 0 114553 164 0 0 20 0 22 0 342431718 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 741546 361842 2287 9 0 732240 0
[pid=30270/tid=30272] ppid=30268 vsize=2966184 CPUtime=2.51 cores=0,2,4,6
/proc/30270/task/30272/stat : 30272 (java) S 30268 30270 22552 0 -1 4202560 3001 0 1 0 244 7 0 0 20 0 22 0 342431719 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145909654696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 22552 0 -1 4202560 471 0 0 0 69 14 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145893935400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 22552 0 -1 4202560 310 0 0 0 58 8 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145892882600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 22552 0 -1 4202560 229 0 0 0 68 13 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145891830312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 22552 0 -1 4202560 535 0 0 0 71 17 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145890777512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 22552 0 -1 4202560 682 0 0 0 72 13 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145889725224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 22552 0 -1 4202560 236 0 0 0 57 11 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145888672424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 22552 0 -1 4202560 663 0 0 0 62 11 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145887620136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30280] ppid=30268 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/30270/task/30280/stat : 30280 (java) S 30268 30270 22552 0 -1 4202560 342 0 0 0 61 14 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145886567336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30281] ppid=30268 vsize=2966184 CPUtime=21.6 cores=0,2,4,6
/proc/30270/task/30281/stat : 30281 (java) R 30268 30270 22552 0 -1 4202560 80 0 0 0 2155 5 0 0 20 0 22 0 342431721 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145874155912 140145913815206 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30282] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30282/stat : 30282 (java) S 30268 30270 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145873101816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30283] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30283/stat : 30283 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145872049416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30284] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30284/stat : 30284 (java) S 30268 30270 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145870997904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30285] ppid=30268 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/30270/task/30285/stat : 30285 (java) S 30268 30270 22552 0 -1 4202560 7970 0 0 0 137 1 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145869931320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30286] ppid=30268 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/30270/task/30286/stat : 30286 (java) S 30268 30270 22552 0 -1 4202560 8037 0 0 0 142 1 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145868878520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30287] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 109 0 0 0 21 21 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30291] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30291/stat : 30291 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145863627944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30292] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30292/stat : 30292 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145862575144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30491] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30491/stat : 30491 (java) S 30268 30270 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342621719 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145865732840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30492] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30492/stat : 30492 (java) S 30268 30270 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342621833 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145864679880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1147.17
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 1.94 1.85 2.28 5/220 30492
/proc/meminfo: memFree=28108140/32873648 swapFree=6860/6860
[pid=30270] ppid=30268 vsize=2966184 CPUtime=1147.37 cores=0,2,4,6
/proc/30270/stat : 30270 (java) S 30268 30270 22552 0 -1 4202496 24085 0 1 0 114573 164 0 0 20 0 22 0 342431718 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140733792920144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30270/statm: 741546 361842 2287 9 0 732240 0
[pid=30270/tid=30272] ppid=30268 vsize=2966184 CPUtime=2.51 cores=0,2,4,6
/proc/30270/task/30272/stat : 30272 (java) S 30268 30270 22552 0 -1 4202560 3001 0 1 0 244 7 0 0 20 0 22 0 342431719 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145909654696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 22552 0 -1 4202560 471 0 0 0 69 14 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145893935400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 22552 0 -1 4202560 310 0 0 0 58 8 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145892882600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 22552 0 -1 4202560 229 0 0 0 68 13 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145891830312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 22552 0 -1 4202560 535 0 0 0 71 17 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145890777512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 22552 0 -1 4202560 682 0 0 0 72 13 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145889725224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 22552 0 -1 4202560 236 0 0 0 57 11 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145888672424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 22552 0 -1 4202560 663 0 0 0 62 11 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145887620136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30280] ppid=30268 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/30270/task/30280/stat : 30280 (java) S 30268 30270 22552 0 -1 4202560 342 0 0 0 61 14 0 0 20 0 22 0 342431720 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145886567336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30281] ppid=30268 vsize=2966184 CPUtime=21.79 cores=0,2,4,6
/proc/30270/task/30281/stat : 30281 (java) R 30268 30270 22552 0 -1 4202560 80 0 0 0 2174 5 0 0 20 0 22 0 342431721 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145874155912 140145911849065 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30282] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30282/stat : 30282 (java) S 30268 30270 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145873101816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30283] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30283/stat : 30283 (java) S 30268 30270 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342431722 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145872049416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30284] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30284/stat : 30284 (java) S 30268 30270 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145870997904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30285] ppid=30268 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/30270/task/30285/stat : 30285 (java) S 30268 30270 22552 0 -1 4202560 7970 0 0 0 137 1 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145869938248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30270/tid=30286] ppid=30268 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/30270/task/30286/stat : 30286 (java) S 30268 30270 22552 0 -1 4202560 8038 0 0 0 142 1 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145868885448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30287] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30287/stat : 30287 (java) S 30268 30270 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145867840632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30288] ppid=30268 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/30270/task/30288/stat : 30288 (java) S 30268 30270 22552 0 -1 4202560 109 0 0 0 21 21 0 0 20 0 22 0 342431724 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145866788040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30291] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30291/stat : 30291 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145863627944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30292] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30292/stat : 30292 (java) S 30268 30270 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342432024 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145862575144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30270/tid=30491] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30491/stat : 30491 (java) S 30268 30270 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342621719 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145865732840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30270/tid=30492] ppid=30268 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30270/task/30492/stat : 30492 (java) S 30268 30270 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342621833 3037372416 361842 33554432000 1073741824 1073778376 140733792929008 140145864679880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1147.37
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.61985
#  lost CPU user time (s): 1.76998
#  lost CPU system time (s): -0.15

Real time (s): 1902.02
CPU time (s): 1149.06
CPU user time (s): 1147.44
CPU system time (s): 1.62173
CPU usage (%): 60.4126
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1145.67
system time used= 1.77173
maximum resident set size= 1447368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24085
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43766
involuntary context switches= 13450

runsolver used 7.08092 second user time and 14.6678 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 00:37:39
IDJOB=3741338
IDBENCH=89840
IDSOLVER=2324
FILE ID=node124/3741338-1338763058
RUNJOBID= node124-1338748776-22568
PBS_JOBID= 14636791
Free space on /tmp= 70468 MiB

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

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

MD5SUM BENCH= ba0215d19182fa8cb27dee737825dd09
RANDOM SEED=726722231

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28660436 kB
Buffers:          227468 kB
Cached:          1765480 kB
SwapCached:         8268 kB
Active:          2113848 kB
Inactive:        1318212 kB
Active(anon):    1433104 kB
Inactive(anon):     8240 kB
Active(file):     680744 kB
Inactive(file):  1309972 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:              9432 kB
Writeback:             0 kB
AnonPages:       1438232 kB
Mapped:            17224 kB
Shmem:                 0 kB
Slab:             640236 kB
SReclaimable:      84572 kB
SUnreclaim:       555664 kB
KernelStack:        1632 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1386496 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= 70684 MiB
End job on node124 at 2012-06-04 01:09:21