Trace number 3740926

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? (exit code) 1259.07 1241.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
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 variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/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@431b9fb1
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@5b2558d6
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-3740926-1338760777.opb
0.08/0.12	c reading problem ... 
1241.69/1225.16	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1241.69/1225.16		at org.sat4j.minisat.constraints.card.MinWatchCard.<init>(Unknown Source)
1241.69/1225.16		at org.sat4j.minisat.constraints.card.MinWatchCard.minWatchCardNew(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure.constructCard(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
1241.69/1225.16		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1241.69/1225.16		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
1241.69/1225.16		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
1241.69/1225.16		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
1241.69/1225.16		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1241.69/1225.16		at org.sat4j.AbstractLauncher.run(Unknown Source)
1241.69/1225.16		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
1258.49/1241.96	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1258.49/1241.96		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
1258.49/1241.96		at java.lang.StringBuffer.<init>(StringBuffer.java:79)
1258.49/1241.96		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1258.49/1241.96		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
1258.49/1241.96		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1258.49/1241.96		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
1258.49/1241.96		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1258.49/1241.96		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1258.49/1241.96		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1258.49/1241.96		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3740926-1338760777/watcher-3740926-1338760777 -o /tmp/evaluation-result-3740926-1338760777/solver-3740926-1338760777 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740926-1338760777.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.81 3.85 3.79 4/195 7609
/proc/meminfo: memFree=26230600/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (java6) R 7607 7609 4574 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 342204401 9515008 181 33554432000 1073741824 1073778376 140734162728928 140734162711656 273448559498 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2331 183 140 9 0 79 0

[startup+0.0544541 s]
/proc/loadavg: 3.81 3.85 3.79 4/195 7609
/proc/meminfo: memFree=26230600/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 3733 0 1 0 2 0 0 0 20 0 13 0 342204401 2423889920 4941 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 591770 4941 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100253 s]
/proc/loadavg: 3.81 3.85 3.79 4/195 7609
/proc/meminfo: memFree=26230600/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 4647 0 1 0 7 1 0 0 20 0 18 0 342204401 2764726272 6346 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 6346 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300211 s]
/proc/loadavg: 3.81 3.85 3.79 4/195 7609
/proc/meminfo: memFree=26230600/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 5629 0 1 0 43 2 0 0 20 0 18 0 342204401 2764726272 17278 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 17278 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700234 s]
/proc/loadavg: 3.81 3.85 3.79 4/195 7609
/proc/meminfo: memFree=26230600/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=1.3 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 11672 0 1 0 120 10 0 0 20 0 18 0 342204401 2764726272 101764 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 101764 2243 9 0 665676 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 3.75 3.84 3.79 4/213 7627
/proc/meminfo: memFree=25798228/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=2.36 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 11915 0 1 0 222 14 0 0 20 0 18 0 342204401 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 113552 2248 9 0 665676 0
[pid=7609/tid=7611] ppid=7607 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/7609/task/7611/stat : 7611 (java) R 7607 7609 4574 0 -1 4202560 2957 0 1 0 129 7 0 0 20 0 18 0 342204402 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279760805872 140279768579169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7612] ppid=7607 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 18 0 342204403 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) S 7607 7609 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342204404 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279607044968 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342204405 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342204405 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3407 0 0 0 27 0 0 0 20 0 18 0 342204407 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4239 0 0 0 32 0 0 0 20 0 18 0 342204407 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 113552 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 2699928

[startup+3.10073 s]
/proc/loadavg: 3.75 3.84 3.79 4/213 7627
/proc/meminfo: memFree=25748832/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=4.89 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 12290 0 1 0 459 30 0 0 20 0 18 0 342204401 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 139817 2248 9 0 665676 0
[pid=7609/tid=7611] ppid=7607 vsize=2699928 CPUtime=2.65 cores=0,2,4,6
/proc/7609/task/7611/stat : 7611 (java) R 7607 7609 4574 0 -1 4202560 2963 0 1 0 252 13 0 0 20 0 18 0 342204402 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279760813096 140279621803244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7612] ppid=7607 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 45 0 0 0 12 1 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 72 0 0 0 20 2 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 50 0 0 0 12 1 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 38 0 0 0 15 2 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 52 0 0 0 16 3 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 72 0 0 0 21 4 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 56 0 0 0 11 1 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 65 0 0 0 19 2 0 0 20 0 18 0 342204403 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) S 7607 7609 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342204404 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279607044968 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342204405 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342204405 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3455 0 0 0 31 0 0 0 20 0 18 0 342204407 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4240 0 0 0 34 0 0 0 20 0 18 0 342204407 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 139817 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 2699928

[startup+6.30073 s]
/proc/loadavg: 3.69 3.82 3.78 4/213 7627
/proc/meminfo: memFree=25587724/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=9.18 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 12823 0 1 0 878 40 0 0 20 0 18 0 342204401 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 166867 2248 9 0 665676 0
[pid=7609/tid=7611] ppid=7607 vsize=2699928 CPUtime=5.46 cores=0,2,4,6
/proc/7609/task/7611/stat : 7611 (java) R 7607 7609 4574 0 -1 4202560 2976 0 1 0 531 15 0 0 20 0 18 0 342204402 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279760806000 273451902221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7612] ppid=7607 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 108 0 0 0 26 2 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 92 0 0 0 34 4 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 81 0 0 0 30 3 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 167 0 0 0 33 3 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2699928 CPUtime=0.41 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 125 0 0 0 37 4 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 100 0 0 0 40 5 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 216 0 0 0 32 2 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 81 0 0 0 35 3 0 0 20 0 18 0 342204403 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) S 7607 7609 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342204404 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279607044968 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342204405 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342204405 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3455 0 0 0 31 0 0 0 20 0 18 0 342204407 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4240 0 0 0 34 0 0 0 20 0 18 0 342204407 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342204407 2764726272 166867 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.63 3.81 3.78 4/213 7627
/proc/meminfo: memFree=25383004/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2699928 CPUtime=18.24 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 13544 0 1 0 1769 55 0 0 20 0 18 0 342204401 2764726272 216171 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 674982 216171 2248 9 0 665676 0
[pid=7609/tid=7611] ppid=7607 vsize=2699928 CPUtime=10.91 cores=0,2,4,6

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

/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 411 0 0 0 238 8 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2766492 CPUtime=2.78 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 437 0 0 0 269 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2766492 CPUtime=2.53 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 406 0 0 0 244 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2766492 CPUtime=2.69 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 414 0 0 0 258 11 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2766492 CPUtime=2.89 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 277 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2766492 CPUtime=2.73 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 455 0 0 0 261 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2766492 CPUtime=2.65 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 256 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2766492 CPUtime=2.68 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 446 0 0 0 258 10 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2766492 CPUtime=1195.69 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) R 7607 7609 4574 0 -1 4202560 470664 0 0 0 119465 104 0 0 20 0 19 0 342204404 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279607044056 273448190248 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2766492 CPUtime=0.35 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3457 0 0 0 35 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2766492 CPUtime=0.36 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4240 0 0 0 36 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2766492 CPUtime=0.54 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 72 0 0 0 31 23 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7727] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7727/stat : 7727 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342326917 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278994272104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1257.6
Current children cumulated vsize (KiB) 2766492

[startup+1241.4 s]
/proc/loadavg: 3.04 3.05 3.21 4/215 7727
/proc/meminfo: memFree=25118924/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2766492 CPUtime=1257.99 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 486392 0 1 0 125597 202 0 0 20 0 19 0 342204401 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 691623 357882 2264 9 0 682317 0
[pid=7609/tid=7611] ppid=7607 vsize=2766492 CPUtime=39.51 cores=0,2,4,6
/proc/7609/task/7611/stat : 7611 (java) S 7607 7609 4574 0 -1 4202560 3340 0 1 0 3927 24 0 0 20 0 19 0 342204402 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279760815288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7612] ppid=7607 vsize=2766492 CPUtime=2.46 cores=0,2,4,6
/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 411 0 0 0 238 8 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2766492 CPUtime=2.78 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 437 0 0 0 269 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2766492 CPUtime=2.53 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 406 0 0 0 244 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2766492 CPUtime=2.69 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 414 0 0 0 258 11 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2766492 CPUtime=2.89 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 277 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2766492 CPUtime=2.73 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 455 0 0 0 261 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2766492 CPUtime=2.65 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 256 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2766492 CPUtime=2.68 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 446 0 0 0 258 10 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2766492 CPUtime=1196.08 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) R 7607 7609 4574 0 -1 4202560 470664 0 0 0 119504 104 0 0 20 0 19 0 342204404 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279607044056 140279767670560 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2766492 CPUtime=0.35 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3457 0 0 0 35 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2766492 CPUtime=0.36 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4240 0 0 0 36 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2766492 CPUtime=0.54 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 72 0 0 0 31 23 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7727] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7727/stat : 7727 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342326917 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278994272104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1257.99
Current children cumulated vsize (KiB) 2766492

[startup+1241.8 s]
/proc/loadavg: 3.04 3.05 3.21 4/215 7727
/proc/meminfo: memFree=25118924/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2766492 CPUtime=1258.39 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 486392 0 1 0 125637 202 0 0 20 0 19 0 342204401 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 691623 357882 2264 9 0 682317 0
[pid=7609/tid=7611] ppid=7607 vsize=2766492 CPUtime=39.51 cores=0,2,4,6
/proc/7609/task/7611/stat : 7611 (java) S 7607 7609 4574 0 -1 4202560 3340 0 1 0 3927 24 0 0 20 0 19 0 342204402 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279760815288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7612] ppid=7607 vsize=2766492 CPUtime=2.46 cores=0,2,4,6
/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 411 0 0 0 238 8 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2766492 CPUtime=2.78 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 437 0 0 0 269 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2766492 CPUtime=2.53 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 406 0 0 0 244 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2766492 CPUtime=2.69 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 414 0 0 0 258 11 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2766492 CPUtime=2.89 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 277 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2766492 CPUtime=2.73 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 455 0 0 0 261 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2766492 CPUtime=2.65 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 256 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2766492 CPUtime=2.68 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 446 0 0 0 258 10 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2766492 CPUtime=1196.48 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) R 7607 7609 4574 0 -1 4202560 470664 0 0 0 119544 104 0 0 20 0 19 0 342204404 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279607044056 140279767670743 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2766492 CPUtime=0.35 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3457 0 0 0 35 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2766492 CPUtime=0.36 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4240 0 0 0 36 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2766492 CPUtime=0.54 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 72 0 0 0 31 23 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7727] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7727/stat : 7727 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342326917 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278994272104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1258.39
Current children cumulated vsize (KiB) 2766492

[startup+1241.9 s]
/proc/loadavg: 3.04 3.05 3.21 4/215 7727
/proc/meminfo: memFree=25118924/32873852 swapFree=6856/6856
[pid=7609] ppid=7607 vsize=2766492 CPUtime=1258.49 cores=0,2,4,6
/proc/7609/stat : 7609 (java) S 7607 7609 4574 0 -1 4202496 486392 0 1 0 125647 202 0 0 20 0 19 0 342204401 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140733585029824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 691623 357882 2264 9 0 682317 0
[pid=7609/tid=7611] ppid=7607 vsize=2766492 CPUtime=39.51 cores=0,2,4,6
/proc/7609/task/7611/stat : 7611 (java) S 7607 7609 4574 0 -1 4202560 3340 0 1 0 3927 24 0 0 20 0 19 0 342204402 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279760815288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7612] ppid=7607 vsize=2766492 CPUtime=2.46 cores=0,2,4,6
/proc/7609/task/7612/stat : 7612 (java) S 7607 7609 4574 0 -1 4202560 411 0 0 0 238 8 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279745096616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7613] ppid=7607 vsize=2766492 CPUtime=2.78 cores=0,2,4,6
/proc/7609/task/7613/stat : 7613 (java) S 7607 7609 4574 0 -1 4202560 437 0 0 0 269 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279744044072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7614] ppid=7607 vsize=2766492 CPUtime=2.53 cores=0,2,4,6
/proc/7609/task/7614/stat : 7614 (java) S 7607 7609 4574 0 -1 4202560 406 0 0 0 244 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279742991016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7609/tid=7615] ppid=7607 vsize=2766492 CPUtime=2.69 cores=0,2,4,6
/proc/7609/task/7615/stat : 7615 (java) S 7607 7609 4574 0 -1 4202560 414 0 0 0 258 11 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279741938472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7616] ppid=7607 vsize=2766492 CPUtime=2.89 cores=0,2,4,6
/proc/7609/task/7616/stat : 7616 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 277 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279740885416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7617] ppid=7607 vsize=2766492 CPUtime=2.73 cores=0,2,4,6
/proc/7609/task/7617/stat : 7617 (java) S 7607 7609 4574 0 -1 4202560 455 0 0 0 261 12 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279621347880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7618] ppid=7607 vsize=2766492 CPUtime=2.65 cores=0,2,4,6
/proc/7609/task/7618/stat : 7618 (java) S 7607 7609 4574 0 -1 4202560 433 0 0 0 256 9 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279620294824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7619] ppid=7607 vsize=2766492 CPUtime=2.68 cores=0,2,4,6
/proc/7609/task/7619/stat : 7619 (java) S 7607 7609 4574 0 -1 4202560 446 0 0 0 258 10 0 0 20 0 19 0 342204403 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279619242280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7620] ppid=7607 vsize=2766492 CPUtime=1196.58 cores=0,2,4,6
/proc/7609/task/7620/stat : 7620 (java) R 7607 7609 4574 0 -1 4202560 470664 0 0 0 119554 104 0 0 20 0 19 0 342204404 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279607044056 273448183633 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7621] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7621/stat : 7621 (java) S 7607 7609 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279605991288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7622] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7622/stat : 7622 (java) S 7607 7609 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342204405 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140279000589704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7623] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7623/stat : 7623 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278999538448 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7624] ppid=7607 vsize=2766492 CPUtime=0.35 cores=0,2,4,6
/proc/7609/task/7624/stat : 7624 (java) S 7607 7609 4574 0 -1 4202560 3457 0 0 0 35 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278998485304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7609/tid=7625] ppid=7607 vsize=2766492 CPUtime=0.36 cores=0,2,4,6
/proc/7609/task/7625/stat : 7625 (java) S 7607 7609 4574 0 -1 4202560 4240 0 0 0 36 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278997432760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7626] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7626/stat : 7626 (java) S 7607 7609 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278996379896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7609/tid=7627] ppid=7607 vsize=2766492 CPUtime=0.54 cores=0,2,4,6
/proc/7609/task/7627/stat : 7627 (java) S 7607 7609 4574 0 -1 4202560 72 0 0 0 31 23 0 0 20 0 19 0 342204407 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278995327560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7609/tid=7727] ppid=7607 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/7609/task/7727/stat : 7727 (java) S 7607 7609 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342326917 2832887808 357882 33554432000 1073741824 1073778376 140733585038688 140278994272104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1258.49
Current children cumulated vsize (KiB) 2766492

Child status: 1
Real time (s): 1241.97
CPU time (s): 1259.07
CPU user time (s): 1256.63
CPU system time (s): 2.44363
CPU usage (%): 101.377
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1256.63
system time used= 2.44363
maximum resident set size= 1432456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486405
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29415
involuntary context switches= 70013

runsolver used 3.2925 second user time and 7.2109 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 23:59:45
IDJOB=3740926
IDBENCH=89691
IDSOLVER=2324
FILE ID=node128/3740926-1338760777
RUNJOBID= node128-1338749491-4590
PBS_JOBID= 14636803
Free space on /tmp= 70032 MiB

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

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=301172824

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26230392 kB
Buffers:          554768 kB
Cached:          4184556 kB
SwapCached:          744 kB
Active:          3380084 kB
Inactive:        2348288 kB
Active(anon):     980024 kB
Inactive(anon):    11420 kB
Active(file):    2400060 kB
Inactive(file):  2336868 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:            348892 kB
Writeback:             0 kB
AnonPages:       1007468 kB
Mapped:            22276 kB
Shmem:               200 kB
Slab:             761784 kB
SReclaimable:     203404 kB
SUnreclaim:       558380 kB
KernelStack:        1584 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1576864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 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= 70072 MiB
End job on node128 at 2012-06-04 00:20:27