Trace number 3743938

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? 468.1 457.144

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMa2f99c9ee3680d6c94873a7ed8cb4007
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
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 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743938-1338798456.opb
0.09/0.11	c reading problem ... 
450.30/439.33	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
450.30/439.33		at org.sat4j.pb.constraints.pb.OriginalBinaryClausePB.brandNewClause(Unknown Source)
450.30/439.33		at org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure.constructClause(Unknown Source)
450.30/439.33		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
450.30/439.33		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
450.30/439.33		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
450.30/439.33		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
450.30/439.33		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
450.30/439.33		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
450.30/439.33		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
450.30/439.33		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
450.30/439.33		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
450.30/439.33		at org.sat4j.AbstractLauncher.run(Unknown Source)
450.30/439.33		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
456.60/445.61	c starts		: 0
456.60/445.61	c conflicts		: 0
468.10/457.13	c decisions		: 0
468.10/457.13	c propagations		: 0
468.10/457.13	c inspects		: 0
468.10/457.13	c learnt literals	: 0
468.10/457.13	c learnt binary clauses	: 0
468.10/457.13	c learnt ternary clauses	: 0
468.10/457.13	c learnt clauses	: 0
468.10/457.13	c ignored clauses	: 0
468.10/457.13	c root simplifications	: 0
468.10/457.13	c removed literals (reason simplification)	: 0
468.10/457.13	c reason swapping (by a shorter reason)	: 0
468.10/457.13	c Calls to reduceDB	: 0
468.10/457.13	c number of reductions to clauses (during analyze)	: 0
468.10/457.13	c number of learned constraints concerned by reduction	: 0
468.10/457.13	c number of learning phase by resolution	: 0
468.10/457.13	c number of learning phase by cutting planes	: 0
468.10/457.13	c speed (assignments/second)	: 0.0
468.10/457.13	c non guided choices	0
468.10/457.13	c learnt constraints type 
468.10/457.13	c constraints type 
468.10/457.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5051
468.10/457.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
468.10/457.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2522049
468.10/457.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5150
468.10/457.13	c constraints type 
468.10/457.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2522048
468.10/457.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5051
468.10/457.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
468.10/457.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5150
468.10/457.13	s UNKNOWN
468.10/457.13	c Total wall clock time (in seconds): 457.018

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-3743938-1338798456/watcher-3743938-1338798456 -o /tmp/evaluation-result-3743938-1338798456/solver-3743938-1338798456 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743938-1338798456.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.00 2.29 2.66 2/193 17948
/proc/meminfo: memFree=23484944/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17948/stat : 17948 (java6) D 17946 17948 15509 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345973393 9515008 182 33554432000 1073741824 1073778376 140734325852768 140734325843800 213866331829 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 2323 182 140 9 0 71 0

[startup+0.032553 s]
/proc/loadavg: 2.00 2.29 2.66 2/193 17948
/proc/meminfo: memFree=23484944/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2158136 CPUtime=0.01 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 3488 0 1 0 1 0 0 0 20 0 10 0 345973393 2209931264 4187 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 539534 4187 1539 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100311 s]
/proc/loadavg: 2.00 2.29 2.66 2/193 17948
/proc/meminfo: memFree=23484944/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 4689 0 1 0 8 1 0 0 20 0 18 0 345973393 2764726272 6401 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 6401 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300234 s]
/proc/loadavg: 2.00 2.29 2.66 2/193 17948
/proc/meminfo: memFree=23484944/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 5792 0 1 0 42 3 0 0 20 0 18 0 345973393 2764726272 33557 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 33557 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700235 s]
/proc/loadavg: 2.00 2.29 2.66 2/193 17948
/proc/meminfo: memFree=23484944/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=0.85 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 5852 0 1 0 80 5 0 0 20 0 18 0 345973393 2764726272 64277 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 64277 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2699928

[startup+1.50066 s]
/proc/loadavg: 2.00 2.29 2.66 3/211 17966
/proc/meminfo: memFree=23140864/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=1.89 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 6068 0 1 0 176 13 0 0 20 0 18 0 345973393 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 125260 2232 9 0 665676 0
[pid=17948/tid=17950] ppid=17946 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/17948/task/17950/stat : 17950 (java) R 17946 17948 15509 0 -1 4202560 2958 0 1 0 132 7 0 0 20 0 18 0 345973394 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275499527560 140275326805209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17951] ppid=17946 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/17948/task/17951/stat : 17951 (java) S 17946 17948 15509 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345973395 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275483810344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17952] ppid=17946 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17948/task/17952/stat : 17952 (java) S 17946 17948 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275482757544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17953] ppid=17946 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17948/task/17953/stat : 17953 (java) S 17946 17948 15509 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275481704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17954] ppid=17946 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/17948/task/17954/stat : 17954 (java) S 17946 17948 15509 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275480651944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17955] ppid=17946 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/17948/task/17955/stat : 17955 (java) S 17946 17948 15509 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275479600168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17956] ppid=17946 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17948/task/17956/stat : 17956 (java) S 17946 17948 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275478547368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17957] ppid=17946 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17948/task/17957/stat : 17957 (java) S 17946 17948 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275477494568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17958] ppid=17946 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345973396 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) S 17946 17948 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275464030696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 722 0 0 0 6 0 0 0 20 0 18 0 345973400 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 1047 0 0 0 8 0 0 0 20 0 18 0 345973400 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 125260 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2699928

[startup+3.10073 s]
/proc/loadavg: 2.00 2.29 2.66 10/211 17966
/proc/meminfo: memFree=22914660/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=4.54 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 8059 0 1 0 423 31 0 0 20 0 18 0 345973393 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 177903 2237 9 0 665676 0
[pid=17948/tid=17950] ppid=17946 vsize=2699928 CPUtime=2.67 cores=0,2,4,6
/proc/17948/task/17950/stat : 17950 (java) R 17946 17948 15509 0 -1 4202560 2960 0 1 0 260 7 0 0 20 0 18 0 345973394 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275499527544 140275326845467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17951] ppid=17946 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17948/task/17951/stat : 17951 (java) S 17946 17948 15509 0 -1 4202560 71 0 0 0 13 2 0 0 20 0 18 0 345973395 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275483810344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17952] ppid=17946 vsize=2699928 CPUtime=0.14 cores=0,2,4,6
/proc/17948/task/17952/stat : 17952 (java) S 17946 17948 15509 0 -1 4202560 395 0 0 0 11 3 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275482757544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17953] ppid=17946 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/17948/task/17953/stat : 17953 (java) S 17946 17948 15509 0 -1 4202560 87 0 0 0 17 4 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275481704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17954] ppid=17946 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/17948/task/17954/stat : 17954 (java) S 17946 17948 15509 0 -1 4202560 327 0 0 0 21 4 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275480651944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17955] ppid=17946 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17948/task/17955/stat : 17955 (java) S 17946 17948 15509 0 -1 4202560 366 0 0 0 12 3 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275479600168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17956] ppid=17946 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/17948/task/17956/stat : 17956 (java) S 17946 17948 15509 0 -1 4202560 318 0 0 0 16 3 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275478547368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17957] ppid=17946 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/17948/task/17957/stat : 17957 (java) S 17946 17948 15509 0 -1 4202560 57 0 0 0 11 2 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275477494568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17958] ppid=17946 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 97 0 0 0 19 3 0 0 20 0 18 0 345973396 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) S 17946 17948 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275464030696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 903 0 0 0 12 0 0 0 20 0 18 0 345973400 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 1296 0 0 0 15 0 0 0 20 0 18 0 345973400 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 177903 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 2699928

[startup+6.30067 s]
/proc/loadavg: 2.56 2.40 2.69 3/210 17966
/proc/meminfo: memFree=22493348/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=12.99 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 32157 0 1 0 1236 63 0 0 20 0 18 0 345973393 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 272328 2256 9 0 665676 0
[pid=17948/tid=17950] ppid=17946 vsize=2699928 CPUtime=4.38 cores=0,2,4,6
/proc/17948/task/17950/stat : 17950 (java) R 17946 17948 15509 0 -1 4202560 2977 0 1 0 431 7 0 0 20 0 18 0 345973394 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275499520000 140275326870913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17951] ppid=17946 vsize=2699928 CPUtime=0.89 cores=0,2,4,6
/proc/17948/task/17951/stat : 17951 (java) S 17946 17948 15509 0 -1 4202560 521 0 0 0 82 7 0 0 20 0 18 0 345973395 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275483810344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17952] ppid=17946 vsize=2699928 CPUtime=0.79 cores=0,2,4,6
/proc/17948/task/17952/stat : 17952 (java) S 17946 17948 15509 0 -1 4202560 474 0 0 0 73 6 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275482757544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17953] ppid=17946 vsize=2699928 CPUtime=0.88 cores=0,2,4,6
/proc/17948/task/17953/stat : 17953 (java) S 17946 17948 15509 0 -1 4202560 573 0 0 0 80 8 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275481704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17954] ppid=17946 vsize=2699928 CPUtime=0.98 cores=0,2,4,6
/proc/17948/task/17954/stat : 17954 (java) S 17946 17948 15509 0 -1 4202560 922 0 0 0 91 7 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275480651944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17955] ppid=17946 vsize=2699928 CPUtime=0.92 cores=0,2,4,6
/proc/17948/task/17955/stat : 17955 (java) S 17946 17948 15509 0 -1 4202560 824 0 0 0 86 6 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275479600168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17956] ppid=17946 vsize=2699928 CPUtime=0.99 cores=0,2,4,6
/proc/17948/task/17956/stat : 17956 (java) S 17946 17948 15509 0 -1 4202560 801 0 0 0 92 7 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275478547368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17957] ppid=17946 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/17948/task/17957/stat : 17957 (java) S 17946 17948 15509 0 -1 4202560 1011 0 0 0 61 5 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275477494568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17958] ppid=17946 vsize=2699928 CPUtime=1.07 cores=0,2,4,6
/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 948 0 0 0 99 8 0 0 20 0 18 0 345973396 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) S 17946 17948 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275464030696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345973397 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 9693 0 0 0 55 2 0 0 20 0 18 0 345973400 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2699928 CPUtime=0.71 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 12230 0 0 0 69 2 0 0 20 0 18 0 345973400 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345973400 2764726272 272328 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 2.52 2.39 2.69 3/211 17967
/proc/meminfo: memFree=22099260/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2699928 CPUtime=23.66 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 34329 0 1 0 2274 92 0 0 20 0 18 0 345973393 2764726272 360533 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 674982 360533 2264 9 0 665676 0
[pid=17948/tid=17950] ppid=17946 vsize=2699928 CPUtime=7.16 cores=0,2,4,6

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

/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 1044 0 0 0 178 12 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2766492 CPUtime=436.47 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) R 17946 17948 15509 0 -1 4202560 85 0 0 0 43640 7 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275464030856 140275503665476 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2766492 CPUtime=0.67 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 9722 0 0 0 65 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2766492 CPUtime=0.72 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 12230 0 0 0 70 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2766492 CPUtime=0.19 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 26 0 0 0 9 10 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17973] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17973/stat : 17973 (java) S 17946 17948 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346017327 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275455606184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 465.3
Current children cumulated vsize (KiB) 2766492

[startup+455.901 s]
/proc/loadavg: 2.00 2.08 2.41 3/212 17973
/proc/meminfo: memFree=22042716/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2766492 CPUtime=466.9 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 34540 0 1 0 46590 100 0 0 20 0 19 0 345973393 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 691623 364134 2264 9 0 682317 0
[pid=17948/tid=17950] ppid=17946 vsize=2766492 CPUtime=13.31 cores=0,2,4,6
/proc/17948/task/17950/stat : 17950 (java) S 17946 17948 15509 0 -1 4202560 3121 0 1 0 1321 10 0 0 20 0 19 0 345973394 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275499529400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17951] ppid=17946 vsize=2766492 CPUtime=1.59 cores=0,2,4,6
/proc/17948/task/17951/stat : 17951 (java) S 17946 17948 15509 0 -1 4202560 691 0 0 0 149 10 0 0 20 0 19 0 345973395 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275483810344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17952] ppid=17946 vsize=2766492 CPUtime=1.39 cores=0,2,4,6
/proc/17948/task/17952/stat : 17952 (java) S 17946 17948 15509 0 -1 4202560 602 0 0 0 130 9 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275482757544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17953] ppid=17946 vsize=2766492 CPUtime=1.46 cores=0,2,4,6
/proc/17948/task/17953/stat : 17953 (java) S 17946 17948 15509 0 -1 4202560 728 0 0 0 136 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275481704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17954] ppid=17946 vsize=2766492 CPUtime=1.61 cores=0,2,4,6
/proc/17948/task/17954/stat : 17954 (java) S 17946 17948 15509 0 -1 4202560 1273 0 0 0 151 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275480651944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17955] ppid=17946 vsize=2766492 CPUtime=1.74 cores=0,2,4,6
/proc/17948/task/17955/stat : 17955 (java) S 17946 17948 15509 0 -1 4202560 1217 0 0 0 164 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275479600168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17956] ppid=17946 vsize=2766492 CPUtime=1.71 cores=0,2,4,6
/proc/17948/task/17956/stat : 17956 (java) S 17946 17948 15509 0 -1 4202560 1008 0 0 0 160 11 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275478547368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17957] ppid=17946 vsize=2766492 CPUtime=1.34 cores=0,2,4,6
/proc/17948/task/17957/stat : 17957 (java) S 17946 17948 15509 0 -1 4202560 1607 0 0 0 127 7 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275477494568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17958] ppid=17946 vsize=2766492 CPUtime=1.9 cores=0,2,4,6
/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 1044 0 0 0 178 12 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2766492 CPUtime=438.06 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) R 17946 17948 15509 0 -1 4202560 85 0 0 0 43799 7 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275464030856 140275503690097 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2766492 CPUtime=0.67 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 9722 0 0 0 65 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2766492 CPUtime=0.72 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 12230 0 0 0 70 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2766492 CPUtime=0.19 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 26 0 0 0 9 10 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17973] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17973/stat : 17973 (java) S 17946 17948 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346017327 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275455606184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 466.9
Current children cumulated vsize (KiB) 2766492

[startup+456.701 s]
/proc/loadavg: 2.00 2.08 2.41 3/212 17973
/proc/meminfo: memFree=22042716/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2766492 CPUtime=467.7 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 34540 0 1 0 46670 100 0 0 20 0 19 0 345973393 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 691623 364134 2264 9 0 682317 0
[pid=17948/tid=17950] ppid=17946 vsize=2766492 CPUtime=13.31 cores=0,2,4,6
/proc/17948/task/17950/stat : 17950 (java) S 17946 17948 15509 0 -1 4202560 3121 0 1 0 1321 10 0 0 20 0 19 0 345973394 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275499529400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17951] ppid=17946 vsize=2766492 CPUtime=1.59 cores=0,2,4,6
/proc/17948/task/17951/stat : 17951 (java) S 17946 17948 15509 0 -1 4202560 691 0 0 0 149 10 0 0 20 0 19 0 345973395 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275483810344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17952] ppid=17946 vsize=2766492 CPUtime=1.39 cores=0,2,4,6
/proc/17948/task/17952/stat : 17952 (java) S 17946 17948 15509 0 -1 4202560 602 0 0 0 130 9 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275482757544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17953] ppid=17946 vsize=2766492 CPUtime=1.46 cores=0,2,4,6
/proc/17948/task/17953/stat : 17953 (java) S 17946 17948 15509 0 -1 4202560 728 0 0 0 136 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275481704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17954] ppid=17946 vsize=2766492 CPUtime=1.61 cores=0,2,4,6
/proc/17948/task/17954/stat : 17954 (java) S 17946 17948 15509 0 -1 4202560 1273 0 0 0 151 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275480651944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17955] ppid=17946 vsize=2766492 CPUtime=1.74 cores=0,2,4,6
/proc/17948/task/17955/stat : 17955 (java) S 17946 17948 15509 0 -1 4202560 1217 0 0 0 164 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275479600168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17956] ppid=17946 vsize=2766492 CPUtime=1.71 cores=0,2,4,6
/proc/17948/task/17956/stat : 17956 (java) S 17946 17948 15509 0 -1 4202560 1008 0 0 0 160 11 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275478547368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17957] ppid=17946 vsize=2766492 CPUtime=1.34 cores=0,2,4,6
/proc/17948/task/17957/stat : 17957 (java) S 17946 17948 15509 0 -1 4202560 1607 0 0 0 127 7 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275477494568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17958] ppid=17946 vsize=2766492 CPUtime=1.9 cores=0,2,4,6
/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 1044 0 0 0 178 12 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2766492 CPUtime=438.86 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) R 17946 17948 15509 0 -1 4202560 85 0 0 0 43879 7 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275464030856 140275506384821 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2766492 CPUtime=0.67 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 9722 0 0 0 65 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2766492 CPUtime=0.72 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 12230 0 0 0 70 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2766492 CPUtime=0.19 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 26 0 0 0 9 10 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17973] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17973/stat : 17973 (java) S 17946 17948 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346017327 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275455606184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 467.7
Current children cumulated vsize (KiB) 2766492

[startup+457.101 s]
/proc/loadavg: 2.00 2.08 2.41 3/212 17973
/proc/meminfo: memFree=22042716/32873648 swapFree=6852/6852
[pid=17948] ppid=17946 vsize=2766492 CPUtime=468.1 cores=0,2,4,6
/proc/17948/stat : 17948 (java) S 17946 17948 15509 0 -1 4202496 34540 0 1 0 46710 100 0 0 20 0 19 0 345973393 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140736725940608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17948/statm: 691623 364134 2264 9 0 682317 0
[pid=17948/tid=17950] ppid=17946 vsize=2766492 CPUtime=13.31 cores=0,2,4,6
/proc/17948/task/17950/stat : 17950 (java) S 17946 17948 15509 0 -1 4202560 3121 0 1 0 1321 10 0 0 20 0 19 0 345973394 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275499529400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17951] ppid=17946 vsize=2766492 CPUtime=1.59 cores=0,2,4,6
/proc/17948/task/17951/stat : 17951 (java) S 17946 17948 15509 0 -1 4202560 691 0 0 0 149 10 0 0 20 0 19 0 345973395 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275483810344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17952] ppid=17946 vsize=2766492 CPUtime=1.39 cores=0,2,4,6
/proc/17948/task/17952/stat : 17952 (java) S 17946 17948 15509 0 -1 4202560 602 0 0 0 130 9 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275482757544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17948/tid=17953] ppid=17946 vsize=2766492 CPUtime=1.46 cores=0,2,4,6
/proc/17948/task/17953/stat : 17953 (java) S 17946 17948 15509 0 -1 4202560 728 0 0 0 136 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275481704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17954] ppid=17946 vsize=2766492 CPUtime=1.61 cores=0,2,4,6
/proc/17948/task/17954/stat : 17954 (java) S 17946 17948 15509 0 -1 4202560 1273 0 0 0 151 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275480651944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17955] ppid=17946 vsize=2766492 CPUtime=1.74 cores=0,2,4,6
/proc/17948/task/17955/stat : 17955 (java) S 17946 17948 15509 0 -1 4202560 1217 0 0 0 164 10 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275479600168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17956] ppid=17946 vsize=2766492 CPUtime=1.71 cores=0,2,4,6
/proc/17948/task/17956/stat : 17956 (java) S 17946 17948 15509 0 -1 4202560 1008 0 0 0 160 11 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275478547368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17957] ppid=17946 vsize=2766492 CPUtime=1.34 cores=0,2,4,6
/proc/17948/task/17957/stat : 17957 (java) S 17946 17948 15509 0 -1 4202560 1607 0 0 0 127 7 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275477494568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17958] ppid=17946 vsize=2766492 CPUtime=1.9 cores=0,2,4,6
/proc/17948/task/17958/stat : 17958 (java) S 17946 17948 15509 0 -1 4202560 1044 0 0 0 178 12 0 0 20 0 19 0 345973396 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275476441768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17959] ppid=17946 vsize=2766492 CPUtime=439.26 cores=0,2,4,6
/proc/17948/task/17959/stat : 17959 (java) R 17946 17948 15509 0 -1 4202560 85 0 0 0 43919 7 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275464030856 140275505653137 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17960] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17960/stat : 17960 (java) S 17946 17948 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275462976760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17961] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17961/stat : 17961 (java) S 17946 17948 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345973397 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275461923848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17962] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17962/stat : 17962 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275460872336 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17963] ppid=17946 vsize=2766492 CPUtime=0.67 cores=0,2,4,6
/proc/17948/task/17963/stat : 17963 (java) S 17946 17948 15509 0 -1 4202560 9722 0 0 0 65 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275459820472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17948/tid=17964] ppid=17946 vsize=2766492 CPUtime=0.72 cores=0,2,4,6
/proc/17948/task/17964/stat : 17964 (java) S 17946 17948 15509 0 -1 4202560 12230 0 0 0 70 2 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275458767672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17965] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17965/stat : 17965 (java) S 17946 17948 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275457715064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17948/tid=17966] ppid=17946 vsize=2766492 CPUtime=0.19 cores=0,2,4,6
/proc/17948/task/17966/stat : 17966 (java) S 17946 17948 15509 0 -1 4202560 26 0 0 0 9 10 0 0 20 0 19 0 345973400 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275456662472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17948/tid=17973] ppid=17946 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17948/task/17973/stat : 17973 (java) S 17946 17948 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346017327 2832887808 364134 33554432000 1073741824 1073778376 140736725949472 140275455606184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 468.1
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17948 and gives
#  childrusage.ru_utime.tv_sec=465
#  childrusage.ru_utime.tv_usec=942166
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=240811
# CPU time returned by wait4() is 467.183
# while last known CPU time is 468.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 457.144
CPU time (s): 468.1
CPU user time (s): 467.1
CPU system time (s): 1
CPU usage (%): 102.397
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.942
system time used= 1.24081
maximum resident set size= 1456556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34551
page faults= 1
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11174
involuntary context switches= 5419

runsolver used 0.950855 second user time and 2.46263 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 10:27:41
IDJOB=3743938
IDBENCH=92651
IDSOLVER=2324
FILE ID=node112/3743938-1338798456
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 70796 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_6_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743938-1338798456/watcher-3743938-1338798456 -o /tmp/evaluation-result-3743938-1338798456/solver-3743938-1338798456 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743938-1338798456.opb

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

MD5SUM BENCH= a2f99c9ee3680d6c94873a7ed8cb4007
RANDOM SEED=31602815

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23485472 kB
Buffers:          559792 kB
Cached:          6476980 kB
SwapCached:            0 kB
Active:          3705096 kB
Inactive:        4786600 kB
Active(anon):    1444016 kB
Inactive(anon):    10920 kB
Active(file):    2261080 kB
Inactive(file):  4775680 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222428 kB
Writeback:             0 kB
AnonPages:       1473564 kB
Mapped:            22464 kB
Shmem:               200 kB
Slab:             742232 kB
SReclaimable:     182040 kB
SUnreclaim:       560192 kB
KernelStack:        1576 kB
PageTables:         6976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1569172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1388544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70796 MiB
End job on node112 at 2012-06-04 10:35:19