Trace number 3743878

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) 382.53 373.651

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUMb9981fecb2de7312ec4d4b314bc882c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19921107
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3743878-1338797919.opb
0.07/0.13	c reading problem ... 
367.31/358.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
367.31/358.43		at java.math.BigInteger.negate(BigInteger.java:1502)
367.31/358.43		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
367.31/358.43		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
367.31/358.43		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
367.31/358.43		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
367.31/358.43		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
367.31/358.43		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
367.31/358.43		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
367.31/358.43		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
367.31/358.43		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
367.31/358.43		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
367.31/358.43		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
367.31/358.43		at org.sat4j.AbstractLauncher.run(Unknown Source)
367.31/358.43		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
382.53/373.64	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
382.53/373.64		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
382.53/373.64		at java.lang.StringBuffer.<init>(StringBuffer.java:79)
382.53/373.64		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
382.53/373.64		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
382.53/373.64		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
382.53/373.64		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
382.53/373.64		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
382.53/373.64		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
382.53/373.64		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
382.53/373.64		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-3743878-1338797919/watcher-3743878-1338797919 -o /tmp/evaluation-result-3743878-1338797919/solver-3743878-1338797919 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743878-1338797919.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: 2.86 3.12 3.47 3/193 10666
/proc/meminfo: memFree=26903668/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10666/stat : 10666 (java6) R 10664 10666 7918 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 345917130 9515008 182 33554432000 1073741824 1073778376 140737172175280 140737172158008 233220989879 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 2323 182 140 9 0 71 0

[startup+0.027812 s]
/proc/loadavg: 2.86 3.12 3.47 3/193 10666
/proc/meminfo: memFree=26903668/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2156296 CPUtime=0 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 2936 0 1 0 0 0 0 0 20 0 10 0 345917130 2208047104 3128 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 539074 3129 1061 9 0 530183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2156296

[startup+0.100249 s]
/proc/loadavg: 2.86 3.12 3.47 3/193 10666
/proc/meminfo: memFree=26903668/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 3959 0 1 0 6 1 0 0 20 0 18 0 345917130 2764726272 5168 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 5168 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300231 s]
/proc/loadavg: 2.86 3.12 3.47 3/193 10666
/proc/meminfo: memFree=26903668/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 5869 0 1 0 42 2 0 0 20 0 18 0 345917130 2764726272 21359 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 21359 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2699928

[startup+0.700247 s]
/proc/loadavg: 2.86 3.12 3.47 3/193 10666
/proc/meminfo: memFree=26903668/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=1.49 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 20989 0 1 0 142 7 0 0 20 0 18 0 345917130 2764726272 53779 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 53779 2239 9 0 665676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 2.95 3.13 3.47 4/211 10684
/proc/meminfo: memFree=26606460/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=3.15 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 23630 0 1 0 300 15 0 0 20 0 18 0 345917130 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 125030 2256 9 0 665676 0
[pid=10666/tid=10668] ppid=10664 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/10666/task/10668/stat : 10668 (java) R 10664 10666 7918 0 -1 4202560 3014 0 1 0 129 7 0 0 20 0 18 0 345917131 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702679207968 139702551620014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10669] ppid=10664 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10666/task/10669/stat : 10669 (java) S 10664 10666 7918 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702545529640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10670] ppid=10664 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/10666/task/10670/stat : 10670 (java) S 10664 10666 7918 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702544476840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10671] ppid=10664 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10666/task/10671/stat : 10671 (java) S 10664 10666 7918 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702543424552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10672] ppid=10664 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/10666/task/10672/stat : 10672 (java) S 10664 10666 7918 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702542371752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10673] ppid=10664 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/10666/task/10673/stat : 10673 (java) S 10664 10666 7918 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702541318440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10674] ppid=10664 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/10666/task/10674/stat : 10674 (java) S 10664 10666 7918 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702540265640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10675] ppid=10664 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10666/task/10675/stat : 10675 (java) S 10664 10666 7918 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702539213352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10676] ppid=10664 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 345917132 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) S 10664 10666 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702055594728 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2699928 CPUtime=0.72 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10535 0 0 0 70 2 0 0 20 0 18 0 345917137 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8742 0 0 0 65 1 0 0 20 0 18 0 345917137 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 125030 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 2.95 3.13 3.47 10/211 10684
/proc/meminfo: memFree=26318124/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=6.08 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 24547 0 1 0 566 42 0 0 20 0 18 0 345917130 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 193055 2256 9 0 665676 0
[pid=10666/tid=10668] ppid=10664 vsize=2699928 CPUtime=2.51 cores=0,2,4,6
/proc/10666/task/10668/stat : 10668 (java) R 10664 10666 7918 0 -1 4202560 3016 0 1 0 244 7 0 0 20 0 18 0 345917131 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702679215624 139702551552032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10669] ppid=10664 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/10666/task/10669/stat : 10669 (java) S 10664 10666 7918 0 -1 4202560 292 0 0 0 24 4 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702545529640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10670] ppid=10664 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/10666/task/10670/stat : 10670 (java) S 10664 10666 7918 0 -1 4202560 114 0 0 0 29 6 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702544476840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10671] ppid=10664 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/10666/task/10671/stat : 10671 (java) S 10664 10666 7918 0 -1 4202560 108 0 0 0 30 6 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702543424552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10672] ppid=10664 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/10666/task/10672/stat : 10672 (java) S 10664 10666 7918 0 -1 4202560 302 0 0 0 21 6 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702542371752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10673] ppid=10664 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/10666/task/10673/stat : 10673 (java) S 10664 10666 7918 0 -1 4202560 58 0 0 0 16 3 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702541318440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10674] ppid=10664 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/10666/task/10674/stat : 10674 (java) S 10664 10666 7918 0 -1 4202560 62 0 0 0 17 2 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702540265640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10675] ppid=10664 vsize=2699928 CPUtime=0.2 cores=0,2,4,6
/proc/10666/task/10675/stat : 10675 (java) S 10664 10666 7918 0 -1 4202560 66 0 0 0 17 3 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702539213352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10676] ppid=10664 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 69 0 0 0 16 3 0 0 20 0 18 0 345917132 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) S 10664 10666 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702055594728 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2699928 CPUtime=0.72 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10535 0 0 0 70 2 0 0 20 0 18 0 345917137 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8742 0 0 0 65 1 0 0 20 0 18 0 345917137 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 193055 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 2699928

[startup+6.30068 s]
/proc/loadavg: 2.95 3.13 3.47 10/211 10684
/proc/meminfo: memFree=25922612/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=12.21 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 25886 0 1 0 1141 80 0 0 20 0 18 0 345917130 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 280833 2256 9 0 665676 0
[pid=10666/tid=10668] ppid=10664 vsize=2699928 CPUtime=4.71 cores=0,2,4,6
/proc/10666/task/10668/stat : 10668 (java) R 10664 10666 7918 0 -1 4202560 3021 0 1 0 464 7 0 0 20 0 18 0 345917131 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702679207968 233224332557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10669] ppid=10664 vsize=2699928 CPUtime=0.77 cores=0,2,4,6
/proc/10666/task/10669/stat : 10669 (java) S 10664 10666 7918 0 -1 4202560 366 0 0 0 69 8 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702545529640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10670] ppid=10664 vsize=2699928 CPUtime=0.78 cores=0,2,4,6
/proc/10666/task/10670/stat : 10670 (java) S 10664 10666 7918 0 -1 4202560 376 0 0 0 68 10 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702544476840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10671] ppid=10664 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/10666/task/10671/stat : 10671 (java) S 10664 10666 7918 0 -1 4202560 404 0 0 0 78 12 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702543424552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10672] ppid=10664 vsize=2699928 CPUtime=0.81 cores=0,2,4,6
/proc/10666/task/10672/stat : 10672 (java) S 10664 10666 7918 0 -1 4202560 450 0 0 0 69 12 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702542371752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10673] ppid=10664 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/10666/task/10673/stat : 10673 (java) S 10664 10666 7918 0 -1 4202560 399 0 0 0 67 8 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702541318440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10674] ppid=10664 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/10666/task/10674/stat : 10674 (java) S 10664 10666 7918 0 -1 4202560 163 0 0 0 65 8 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702540265640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10675] ppid=10664 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/10666/task/10675/stat : 10675 (java) S 10664 10666 7918 0 -1 4202560 118 0 0 0 54 6 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702539213352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10676] ppid=10664 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 129 0 0 0 54 6 0 0 20 0 18 0 345917132 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) S 10664 10666 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702055594728 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345917134 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2699928 CPUtime=0.72 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10535 0 0 0 70 2 0 0 20 0 18 0 345917137 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8742 0 0 0 65 1 0 0 20 0 18 0 345917137 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345917137 2764726272 280833 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.39 3.22 3.50 3/211 10684
/proc/meminfo: memFree=25520004/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2699928 CPUtime=21.44 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 28489 0 1 0 2046 98 0 0 20 0 18 0 345917130 2764726272 348943 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 674982 348943 2264 9 0 665676 0
[pid=10666/tid=10668] ppid=10664 vsize=2699928 CPUtime=5.75 cores=0,2,4,6

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

/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 904 0 0 0 96 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2766492 CPUtime=361.11 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) R 10664 10666 7918 0 -1 4202560 102 0 0 0 36105 6 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702055594888 233220620795 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2766492 CPUtime=0.74 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10539 0 0 0 72 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2766492 CPUtime=0.71 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8746 0 0 0 69 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2766492 CPUtime=0.18 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 21 0 0 0 10 8 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10689] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10689/stat : 10689 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345952973 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702047170936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 381.63
Current children cumulated vsize (KiB) 2766492

[startup+373.101 s]
/proc/loadavg: 2.05 2.37 3.01 3/212 10689
/proc/meminfo: memFree=25463708/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2766492 CPUtime=382.03 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 28668 0 1 0 38094 109 0 0 20 0 19 0 345917130 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 691623 362790 2264 9 0 682317 0
[pid=10666/tid=10668] ppid=10664 vsize=2766492 CPUtime=8.08 cores=0,2,4,6
/proc/10666/task/10668/stat : 10668 (java) S 10664 10666 7918 0 -1 4202560 3114 0 1 0 799 9 0 0 20 0 19 0 345917131 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702679217336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10669] ppid=10664 vsize=2766492 CPUtime=1.22 cores=0,2,4,6
/proc/10666/task/10669/stat : 10669 (java) S 10664 10666 7918 0 -1 4202560 561 0 0 0 112 10 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702545529640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10670] ppid=10664 vsize=2766492 CPUtime=1.25 cores=0,2,4,6
/proc/10666/task/10670/stat : 10670 (java) S 10664 10666 7918 0 -1 4202560 572 0 0 0 113 12 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702544476840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10671] ppid=10664 vsize=2766492 CPUtime=1.35 cores=0,2,4,6
/proc/10666/task/10671/stat : 10671 (java) S 10664 10666 7918 0 -1 4202560 506 0 0 0 122 13 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702543424552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10672] ppid=10664 vsize=2766492 CPUtime=1.25 cores=0,2,4,6
/proc/10666/task/10672/stat : 10672 (java) S 10664 10666 7918 0 -1 4202560 612 0 0 0 112 13 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702542371752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10673] ppid=10664 vsize=2766492 CPUtime=1.18 cores=0,2,4,6
/proc/10666/task/10673/stat : 10673 (java) S 10664 10666 7918 0 -1 4202560 811 0 0 0 108 10 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702541318440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10674] ppid=10664 vsize=2766492 CPUtime=1.26 cores=0,2,4,6
/proc/10666/task/10674/stat : 10674 (java) S 10664 10666 7918 0 -1 4202560 784 0 0 0 114 12 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702540265640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10675] ppid=10664 vsize=2766492 CPUtime=1.17 cores=0,2,4,6
/proc/10666/task/10675/stat : 10675 (java) S 10664 10666 7918 0 -1 4202560 213 0 0 0 109 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702539213352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10676] ppid=10664 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 904 0 0 0 96 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2766492 CPUtime=361.51 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) R 10664 10666 7918 0 -1 4202560 102 0 0 0 36145 6 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702055594888 139702686072755 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2766492 CPUtime=0.74 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10539 0 0 0 72 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2766492 CPUtime=0.71 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8746 0 0 0 69 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2766492 CPUtime=0.18 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 21 0 0 0 10 8 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10689] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10689/stat : 10689 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345952973 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702047170936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 382.03
Current children cumulated vsize (KiB) 2766492

[startup+373.501 s]
/proc/loadavg: 2.05 2.37 3.01 3/212 10689
/proc/meminfo: memFree=25463708/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2766492 CPUtime=382.43 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 28668 0 1 0 38134 109 0 0 20 0 19 0 345917130 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 691623 362790 2264 9 0 682317 0
[pid=10666/tid=10668] ppid=10664 vsize=2766492 CPUtime=8.08 cores=0,2,4,6
/proc/10666/task/10668/stat : 10668 (java) S 10664 10666 7918 0 -1 4202560 3114 0 1 0 799 9 0 0 20 0 19 0 345917131 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702679217336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10669] ppid=10664 vsize=2766492 CPUtime=1.22 cores=0,2,4,6
/proc/10666/task/10669/stat : 10669 (java) S 10664 10666 7918 0 -1 4202560 561 0 0 0 112 10 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702545529640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10670] ppid=10664 vsize=2766492 CPUtime=1.25 cores=0,2,4,6
/proc/10666/task/10670/stat : 10670 (java) S 10664 10666 7918 0 -1 4202560 572 0 0 0 113 12 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702544476840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10671] ppid=10664 vsize=2766492 CPUtime=1.35 cores=0,2,4,6
/proc/10666/task/10671/stat : 10671 (java) S 10664 10666 7918 0 -1 4202560 506 0 0 0 122 13 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702543424552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10672] ppid=10664 vsize=2766492 CPUtime=1.25 cores=0,2,4,6
/proc/10666/task/10672/stat : 10672 (java) S 10664 10666 7918 0 -1 4202560 612 0 0 0 112 13 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702542371752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10673] ppid=10664 vsize=2766492 CPUtime=1.18 cores=0,2,4,6
/proc/10666/task/10673/stat : 10673 (java) S 10664 10666 7918 0 -1 4202560 811 0 0 0 108 10 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702541318440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10674] ppid=10664 vsize=2766492 CPUtime=1.26 cores=0,2,4,6
/proc/10666/task/10674/stat : 10674 (java) S 10664 10666 7918 0 -1 4202560 784 0 0 0 114 12 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702540265640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10675] ppid=10664 vsize=2766492 CPUtime=1.17 cores=0,2,4,6
/proc/10666/task/10675/stat : 10675 (java) S 10664 10666 7918 0 -1 4202560 213 0 0 0 109 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702539213352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10676] ppid=10664 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 904 0 0 0 96 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2766492 CPUtime=361.91 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) R 10664 10666 7918 0 -1 4202560 102 0 0 0 36185 6 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702055594888 139702685341073 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2766492 CPUtime=0.74 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10539 0 0 0 72 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2766492 CPUtime=0.71 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8746 0 0 0 69 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2766492 CPUtime=0.18 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 21 0 0 0 10 8 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10689] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10689/stat : 10689 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345952973 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702047170936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 382.43
Current children cumulated vsize (KiB) 2766492

[startup+373.601 s]
/proc/loadavg: 2.05 2.37 3.01 3/212 10689
/proc/meminfo: memFree=25463708/32873844 swapFree=7120/7120
[pid=10666] ppid=10664 vsize=2766492 CPUtime=382.53 cores=0,2,4,6
/proc/10666/stat : 10666 (java) S 10664 10666 7918 0 -1 4202496 28668 0 1 0 38144 109 0 0 20 0 19 0 345917130 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 140736718529136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10666/statm: 691623 362790 2264 9 0 682317 0
[pid=10666/tid=10668] ppid=10664 vsize=2766492 CPUtime=8.08 cores=0,2,4,6
/proc/10666/task/10668/stat : 10668 (java) S 10664 10666 7918 0 -1 4202560 3114 0 1 0 799 9 0 0 20 0 19 0 345917131 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702679217336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10669] ppid=10664 vsize=2766492 CPUtime=1.22 cores=0,2,4,6
/proc/10666/task/10669/stat : 10669 (java) S 10664 10666 7918 0 -1 4202560 561 0 0 0 112 10 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702545529640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10670] ppid=10664 vsize=2766492 CPUtime=1.25 cores=0,2,4,6
/proc/10666/task/10670/stat : 10670 (java) S 10664 10666 7918 0 -1 4202560 572 0 0 0 113 12 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702544476840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10671] ppid=10664 vsize=2766492 CPUtime=1.35 cores=0,2,4,6
/proc/10666/task/10671/stat : 10671 (java) S 10664 10666 7918 0 -1 4202560 506 0 0 0 122 13 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702543424552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10672] ppid=10664 vsize=2766492 CPUtime=1.25 cores=0,2,4,6
/proc/10666/task/10672/stat : 10672 (java) S 10664 10666 7918 0 -1 4202560 612 0 0 0 112 13 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702542371752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10673] ppid=10664 vsize=2766492 CPUtime=1.18 cores=0,2,4,6
/proc/10666/task/10673/stat : 10673 (java) S 10664 10666 7918 0 -1 4202560 811 0 0 0 108 10 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702541318440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10674] ppid=10664 vsize=2766492 CPUtime=1.26 cores=0,2,4,6
/proc/10666/task/10674/stat : 10674 (java) S 10664 10666 7918 0 -1 4202560 784 0 0 0 114 12 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702540265640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10675] ppid=10664 vsize=2766492 CPUtime=1.17 cores=0,2,4,6
/proc/10666/task/10675/stat : 10675 (java) S 10664 10666 7918 0 -1 4202560 213 0 0 0 109 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702539213352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10676] ppid=10664 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/10666/task/10676/stat : 10676 (java) S 10664 10666 7918 0 -1 4202560 904 0 0 0 96 8 0 0 20 0 19 0 345917132 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702538160552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10666/tid=10677] ppid=10664 vsize=2766492 CPUtime=362.01 cores=0,2,4,6
/proc/10666/task/10677/stat : 10677 (java) R 10664 10666 7918 0 -1 4202560 102 0 0 0 36195 6 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702055594888 139702685341073 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10678] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10678/stat : 10678 (java) S 10664 10666 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702054540792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10679] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10679/stat : 10679 (java) S 10664 10666 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917134 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702053488392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10680] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10680/stat : 10680 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702052436880 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10681] ppid=10664 vsize=2766492 CPUtime=0.74 cores=0,2,4,6
/proc/10666/task/10681/stat : 10681 (java) S 10664 10666 7918 0 -1 4202560 10539 0 0 0 72 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702051383480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10666/tid=10682] ppid=10664 vsize=2766492 CPUtime=0.71 cores=0,2,4,6
/proc/10666/task/10682/stat : 10682 (java) S 10664 10666 7918 0 -1 4202560 8746 0 0 0 69 2 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702050330680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10683] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10683/stat : 10683 (java) S 10664 10666 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702049278584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10666/tid=10684] ppid=10664 vsize=2766492 CPUtime=0.18 cores=0,2,4,6
/proc/10666/task/10684/stat : 10684 (java) S 10664 10666 7918 0 -1 4202560 21 0 0 0 10 8 0 0 20 0 19 0 345917137 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702048225992 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10666/tid=10689] ppid=10664 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/10666/task/10689/stat : 10689 (java) S 10664 10666 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345952973 2832887808 362790 33554432000 1073741824 1073778376 140736718538000 139702047170936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 382.53
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10666 and gives
#  childrusage.ru_utime.tv_sec=380
#  childrusage.ru_utime.tv_usec=474159
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=272806
# CPU time returned by wait4() is 381.747
# while last known CPU time is 382.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 373.651
CPU time (s): 382.53
CPU user time (s): 381.44
CPU system time (s): 1.09
CPU usage (%): 102.376
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 380.474
system time used= 1.27281
maximum resident set size= 1451184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8434
involuntary context switches= 3739

runsolver used 0.908861 second user time and 2.04669 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 10:18:42
IDJOB=3743878
IDBENCH=92641
IDSOLVER=2324
FILE ID=node142/3743878-1338797919
RUNJOBID= node142-1338781619-7934
PBS_JOBID= 14636832
Free space on /tmp= 70876 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743878-1338797919/watcher-3743878-1338797919 -o /tmp/evaluation-result-3743878-1338797919/solver-3743878-1338797919 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743878-1338797919.opb

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

MD5SUM BENCH= b9981fecb2de7312ec4d4b314bc882c2
RANDOM SEED=674890184

node142.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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:       32873844 kB
MemFree:        26903668 kB
Buffers:          391004 kB
Cached:          3276360 kB
SwapCached:            0 kB
Active:          3090192 kB
Inactive:        2047048 kB
Active(anon):    1461212 kB
Inactive(anon):    11220 kB
Active(file):    1628980 kB
Inactive(file):  2035828 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            100196 kB
Writeback:             0 kB
AnonPages:       1480960 kB
Mapped:            18540 kB
Shmem:               200 kB
Slab:             689156 kB
SReclaimable:     127044 kB
SUnreclaim:       562112 kB
KernelStack:        1584 kB
PageTables:         7084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1569020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 70876 MiB
End job on node142 at 2012-06-04 10:24:56