Trace number 3741703

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? 385.165 374.831

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2865693364730000016
Best CPU time to get the best result obtained on this benchmark1801.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-3741703-1338781344/watcher-3741703-1338781344 -o /tmp/evaluation-result-3741703-1338781344/solver-3741703-1338781344 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741703-1338781344.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: 1.18 1.48 1.77 2/195 17927
/proc/meminfo: memFree=28347832/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 1149 0 0 0 0 0 0 0 20 0 2 0 344261005 91889664 870 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 22434 882 667 9 0 16769 0
[pid=17927/tid=17928] ppid=17925 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 344261006 91893760 893 33554432000 1073741824 1073778376 140736053320608 140736053309672 214537422112 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0559499 s]
/proc/loadavg: 1.18 1.48 1.77 2/195 17927
/proc/meminfo: memFree=28347832/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 3848 0 1 0 3 1 0 0 20 0 18 0 344261005 2764726272 5568 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 5568 1757 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2639 0 1 0 3 0 0 0 20 0 18 0 344261006 2764726272 5568 33554432000 1073741824 1073778376 140736053320608 139701895924384 139701899811673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100233 s]
/proc/loadavg: 1.18 1.48 1.77 2/195 17927
/proc/meminfo: memFree=28347832/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 4852 0 1 0 10 1 0 0 20 0 18 0 344261005 2764726272 6540 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 6541 2142 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2777 0 1 0 7 0 0 0 20 0 18 0 344261006 2764726272 6542 33554432000 1073741824 1073778376 140736053320608 139701895906224 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300185 s]
/proc/loadavg: 1.18 1.48 1.77 2/195 17927
/proc/meminfo: memFree=28347832/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 6571 0 1 0 45 3 0 0 20 0 18 0 344261005 2764726272 37274 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 37274 2216 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2845 0 1 0 25 2 0 0 20 0 18 0 344261006 2764726272 37274 33554432000 1073741824 1073778376 140736053320608 139701895913296 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700269 s]
/proc/loadavg: 1.18 1.48 1.77 2/195 17927
/proc/meminfo: memFree=28347832/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=0.88 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 6618 0 1 0 83 5 0 0 20 0 18 0 344261005 2764726272 61338 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 61338 2216 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2892 0 1 0 63 4 0 0 20 0 18 0 344261006 2764726272 61338 33554432000 1073741824 1073778376 140736053320608 139701895913392 139701747387308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 1.18 1.48 1.77 4/215 17947
/proc/meminfo: memFree=28042824/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=1.9 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 6815 0 1 0 178 12 0 0 20 0 18 0 344261005 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 127430 2232 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=1.4 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2959 0 1 0 133 7 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701895921000 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 344261006 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) S 17925 17927 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344261007 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701742708840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1227 0 0 0 9 0 0 0 20 0 18 0 344261010 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 1315 0 0 0 8 0 0 0 20 0 18 0 344261010 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 127430 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 2699928

[startup+3.10069 s]
/proc/loadavg: 1.18 1.48 1.77 3/213 17947
/proc/meminfo: memFree=27849692/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=3.72 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 6984 0 1 0 352 20 0 0 20 0 18 0 344261005 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 152583 2236 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=2.92 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2960 0 1 0 285 7 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701895921032 139701747334927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 59 0 0 0 6 3 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 344261006 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) S 17925 17927 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344261007 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701742708840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1231 0 0 0 9 0 0 0 20 0 18 0 344261010 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 1315 0 0 0 8 0 0 0 20 0 18 0 344261010 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 152583 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 2699928

[startup+6.30068 s]
/proc/loadavg: 1.17 1.47 1.77 4/215 17951
/proc/meminfo: memFree=27696304/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=7.83 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 8996 0 1 0 749 34 0 0 20 0 18 0 344261005 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 186402 2237 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=5.86 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) R 17925 17927 17860 0 -1 4202560 2964 0 1 0 577 9 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701895913712 139701747333873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 160 0 0 0 18 5 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 101 0 0 0 15 4 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 157 0 0 0 18 3 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 74 0 0 0 13 3 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 215 0 0 0 16 3 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 91 0 0 0 18 3 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 18 0 344261006 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) S 17925 17927 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344261007 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701742708840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1666 0 0 0 21 0 0 0 20 0 18 0 344261010 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 2238 0 0 0 16 0 0 0 20 0 18 0 344261010 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 186402 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/loadavg: 3.02 2.55 2.16 4/215 17955
/proc/meminfo: memFree=26867824/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=383.69 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 12974 0 1 0 38275 94 0 0 20 0 18 0 344261005 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 355872 2250 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=25.65 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) S 17925 17927 17860 0 -1 4202560 3129 0 1 0 2552 13 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701895920008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=1.73 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 641 0 0 0 163 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=1.75 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 576 0 0 0 165 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=1.59 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 544 0 0 0 150 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 550 0 0 0 149 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=1.65 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 572 0 0 0 155 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=1.64 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 612 0 0 0 156 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=1.68 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 603 0 0 0 159 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 580 0 0 0 131 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=344.4 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) R 17925 17927 17860 0 -1 4202560 69 0 0 0 34435 5 0 0 20 0 18 0 344261007 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701742709000 139701902048481 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1666 0 0 0 22 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 2239 0 0 0 16 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 20 0 0 0 6 9 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 383.69
Current children cumulated vsize (KiB) 2699928

[startup+374.301 s]
/proc/loadavg: 3.02 2.56 2.16 4/215 17955
/proc/meminfo: memFree=26867824/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=384.49 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 12974 0 1 0 38355 94 0 0 20 0 18 0 344261005 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 355872 2250 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=25.65 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) S 17925 17927 17860 0 -1 4202560 3129 0 1 0 2552 13 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701895920008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=1.73 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 641 0 0 0 163 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=1.75 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 576 0 0 0 165 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=1.59 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 544 0 0 0 150 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 550 0 0 0 149 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=1.65 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 572 0 0 0 155 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=1.64 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 612 0 0 0 156 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=1.68 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 603 0 0 0 159 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 580 0 0 0 131 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=345.2 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) R 17925 17927 17860 0 -1 4202560 69 0 0 0 34515 5 0 0 20 0 18 0 344261007 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701742709000 139701902430280 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1666 0 0 0 22 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 2239 0 0 0 16 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 20 0 0 0 6 9 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 384.49
Current children cumulated vsize (KiB) 2699928

[startup+374.701 s]
/proc/loadavg: 3.02 2.56 2.16 4/215 17955
/proc/meminfo: memFree=26867824/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=384.89 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 12974 0 1 0 38395 94 0 0 20 0 18 0 344261005 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 355872 2250 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=25.65 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) S 17925 17927 17860 0 -1 4202560 3129 0 1 0 2552 13 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701895920008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=1.73 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 641 0 0 0 163 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=1.75 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 576 0 0 0 165 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=1.59 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 544 0 0 0 150 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 550 0 0 0 149 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=1.65 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 572 0 0 0 155 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=1.64 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 612 0 0 0 156 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=1.68 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 603 0 0 0 159 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 580 0 0 0 131 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=345.6 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) R 17925 17927 17860 0 -1 4202560 69 0 0 0 34555 5 0 0 20 0 18 0 344261007 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701742709000 139701902430254 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1666 0 0 0 22 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 2239 0 0 0 16 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 20 0 0 0 6 9 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 384.89
Current children cumulated vsize (KiB) 2699928

[startup+374.801 s]
/proc/loadavg: 3.02 2.56 2.16 4/215 17955
/proc/meminfo: memFree=26867824/32873648 swapFree=7116/7116
[pid=17927] ppid=17925 vsize=2699928 CPUtime=384.99 cores=0,2,4,6
/proc/17927/stat : 17927 (java) S 17925 17927 17860 0 -1 4202496 12974 0 1 0 38405 94 0 0 20 0 18 0 344261005 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 140736053311744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17927/statm: 674982 355872 2250 9 0 665676 0
[pid=17927/tid=17928] ppid=17925 vsize=2699928 CPUtime=25.65 cores=0,2,4,6
/proc/17927/task/17928/stat : 17928 (java) S 17925 17927 17860 0 -1 4202560 3129 0 1 0 2552 13 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701895920008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17930] ppid=17925 vsize=2699928 CPUtime=1.73 cores=0,2,4,6
/proc/17927/task/17930/stat : 17930 (java) S 17925 17927 17860 0 -1 4202560 641 0 0 0 163 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701880203432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17931] ppid=17925 vsize=2699928 CPUtime=1.75 cores=0,2,4,6
/proc/17927/task/17931/stat : 17931 (java) S 17925 17927 17860 0 -1 4202560 576 0 0 0 165 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701879150888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17932] ppid=17925 vsize=2699928 CPUtime=1.59 cores=0,2,4,6
/proc/17927/task/17932/stat : 17932 (java) S 17925 17927 17860 0 -1 4202560 544 0 0 0 150 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701878098344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17933] ppid=17925 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/17927/task/17933/stat : 17933 (java) S 17925 17927 17860 0 -1 4202560 550 0 0 0 149 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701877045800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17934] ppid=17925 vsize=2699928 CPUtime=1.65 cores=0,2,4,6
/proc/17927/task/17934/stat : 17934 (java) S 17925 17927 17860 0 -1 4202560 572 0 0 0 155 10 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701875993256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17927/tid=17935] ppid=17925 vsize=2699928 CPUtime=1.64 cores=0,2,4,6
/proc/17927/task/17935/stat : 17935 (java) S 17925 17927 17860 0 -1 4202560 612 0 0 0 156 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701874940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17936] ppid=17925 vsize=2699928 CPUtime=1.68 cores=0,2,4,6
/proc/17927/task/17936/stat : 17936 (java) S 17925 17927 17860 0 -1 4202560 603 0 0 0 159 9 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701873888168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17937] ppid=17925 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/17927/task/17937/stat : 17937 (java) S 17925 17927 17860 0 -1 4202560 580 0 0 0 131 8 0 0 20 0 18 0 344261006 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701872835624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17927/tid=17938] ppid=17925 vsize=2699928 CPUtime=345.7 cores=0,2,4,6
/proc/17927/task/17938/stat : 17938 (java) R 17925 17927 17860 0 -1 4202560 69 0 0 0 34565 5 0 0 20 0 18 0 344261007 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701742709000 139701902046612 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17939] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17939/stat : 17939 (java) S 17925 17927 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701741655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17940] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17940/stat : 17940 (java) S 17925 17927 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344261008 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701740602504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17941] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17941/stat : 17941 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701739551248 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17942] ppid=17925 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/17927/task/17942/stat : 17942 (java) S 17925 17927 17860 0 -1 4202560 1666 0 0 0 22 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701738498616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17927/tid=17943] ppid=17925 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17927/task/17943/stat : 17943 (java) S 17925 17927 17860 0 -1 4202560 2239 0 0 0 16 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701737446072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17944] ppid=17925 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17927/task/17944/stat : 17944 (java) S 17925 17927 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701736393720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17927/tid=17945] ppid=17925 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/17927/task/17945/stat : 17945 (java) S 17925 17927 17860 0 -1 4202560 20 0 0 0 6 9 0 0 20 0 18 0 344261010 2764726272 355872 33554432000 1073741824 1073778376 140736053320608 139701735341384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 384.99
Current children cumulated vsize (KiB) 2699928

Child status: 1
Real time (s): 374.831
CPU time (s): 385.165
CPU user time (s): 384.034
CPU system time (s): 1.13183
CPU usage (%): 102.757
Max. virtual memory (cumulated for all children) (KiB): 2699928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 384.034
system time used= 1.13183
maximum resident set size= 1423568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12999
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= 9312
involuntary context switches= 10723

runsolver used 1.25081 second user time and 3.08653 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 05:42:36
IDJOB=3741703
IDBENCH=89900
IDSOLVER=2324
FILE ID=node127/3741703-1338781344
RUNJOBID= node127-1338781344-17876
PBS_JOBID= 14636831
Free space on /tmp= 70152 MiB

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

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=1901284662

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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:        28348624 kB
Buffers:          425596 kB
Cached:          2409520 kB
SwapCached:         1428 kB
Active:          2183608 kB
Inactive:        1450040 kB
Active(anon):     792760 kB
Inactive(anon):     7952 kB
Active(file):    1390848 kB
Inactive(file):  1442088 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:            340784 kB
Writeback:             0 kB
AnonPages:        804236 kB
Mapped:            18856 kB
Shmem:                92 kB
Slab:             753688 kB
SReclaimable:     195996 kB
SUnreclaim:       557692 kB
KernelStack:        1584 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1570832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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= 70152 MiB
End job on node127 at 2012-06-04 05:48:50