Trace number 3743860

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? 380.3 371.863

General information on the benchmark

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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.0.v20100531
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		1349517296
0.05/0.08	c Max memory 		1356595200
0.05/0.08	c Total memory 		1356595200
0.05/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-3743860-1338797776.opb
0.09/0.11	c reading problem ... 
359.31/350.85	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
359.31/350.85		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
359.31/350.85		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
359.31/350.85		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
359.31/350.85		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
359.31/350.85		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
359.31/350.85		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
359.31/350.85		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
359.31/350.85		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
359.31/350.85		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
359.31/350.85		at org.sat4j.AbstractLauncher.run(Unknown Source)
359.31/350.85		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
366.71/358.26	c starts		: 0
366.71/358.26	c conflicts		: 0
380.30/371.85	c decisions		: 0
380.30/371.85	c propagations		: 0
380.30/371.85	c inspects		: 0
380.30/371.85	c learnt literals	: 0
380.30/371.85	c learnt binary clauses	: 0
380.30/371.85	c learnt ternary clauses	: 0
380.30/371.85	c learnt clauses	: 0
380.30/371.85	c ignored clauses	: 0
380.30/371.85	c root simplifications	: 0
380.30/371.85	c removed literals (reason simplification)	: 0
380.30/371.85	c reason swapping (by a shorter reason)	: 0
380.30/371.85	c Calls to reduceDB	: 0
380.30/371.85	c number of reductions to clauses (during analyze)	: 0
380.30/371.85	c number of learned constraints concerned by reduction	: 0
380.30/371.85	c number of learning phase by resolution	: 0
380.30/371.85	c number of learning phase by cutting planes	: 0
380.30/371.85	c speed (assignments/second)	: 0.0
380.30/371.85	c non guided choices	0
380.30/371.85	c learnt constraints type 
380.30/371.85	c constraints type 
380.30/371.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354143
380.30/371.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
380.30/371.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39700
380.30/371.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 975450
380.30/371.85	c constraints type 
380.30/371.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39700
380.30/371.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 354143
380.30/371.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
380.30/371.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 975450
380.30/371.85	s UNKNOWN
380.30/371.85	c Total wall clock time (in seconds): 371.742

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.02 2.95 3.02 4/197 17773
/proc/meminfo: memFree=24262628/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (java6) R 17771 17773 15509 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345905108 9515008 182 33554432000 1073741824 1073778376 140734324056576 140734324047608 213866331829 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17773/statm: 2323 182 140 9 0 71 0

[startup+0.08085 s]
/proc/loadavg: 3.02 2.95 3.02 4/197 17773
/proc/meminfo: memFree=24262628/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 3897 0 1 0 4 1 0 0 20 0 18 0 345905108 2764726272 5616 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100182 s]
/proc/loadavg: 3.02 2.95 3.02 4/197 17773
/proc/meminfo: memFree=24262628/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 4716 0 1 0 8 1 0 0 20 0 18 0 345905108 2764726272 6418 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 6418 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300235 s]
/proc/loadavg: 3.02 2.95 3.02 4/197 17773
/proc/meminfo: memFree=24262628/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 5835 0 1 0 44 3 0 0 20 0 18 0 345905108 2764726272 28370 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 28370 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700183 s]
/proc/loadavg: 3.02 2.95 3.02 4/197 17773
/proc/meminfo: memFree=24262628/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=1.58 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 21672 0 1 0 152 6 0 0 20 0 18 0 345905108 2764726272 55632 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 55682 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.18 2.99 3.03 6/215 17791
/proc/meminfo: memFree=23946176/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=3.12 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 23767 0 1 0 295 17 0 0 20 0 18 0 345905108 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 125163 2256 9 0 665676 0
[pid=17773/tid=17775] ppid=17771 vsize=2699928 CPUtime=1.37 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17771 17773 15509 0 -1 4202560 2961 0 1 0 130 7 0 0 20 0 18 0 345905109 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053227408888 213869716749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17771 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17771 17773 15509 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053211691432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17777] ppid=17771 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17771 17773 15509 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053210638888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17778] ppid=17771 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17771 17773 15509 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053209585832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17779] ppid=17771 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17771 17773 15509 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053208533288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17780] ppid=17771 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17771 17773 15509 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053207481256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17781] ppid=17771 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17771 17773 15509 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053206428712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17782] ppid=17771 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17771 17773 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053205375656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17783] ppid=17771 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 345905110 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053191911784 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2699928 CPUtime=0.66 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10355 0 0 0 64 2 0 0 20 0 18 0 345905114 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2699928 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 69 0 0 0 20 0 18 0 345905114 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 125163 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 3.18 2.99 3.03 4/215 17791
/proc/meminfo: memFree=23607636/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=6 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 24537 0 1 0 555 45 0 0 20 0 18 0 345905108 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 193043 2256 9 0 665676 0
[pid=17773/tid=17775] ppid=17771 vsize=2699928 CPUtime=2.54 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17771 17773 15509 0 -1 4202560 2963 0 1 0 246 8 0 0 20 0 18 0 345905109 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053227408904 213869716749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17771 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17771 17773 15509 0 -1 4202560 107 0 0 0 22 5 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053211691432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17777] ppid=17771 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17771 17773 15509 0 -1 4202560 103 0 0 0 24 5 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053210638888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17778] ppid=17771 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17771 17773 15509 0 -1 4202560 49 0 0 0 12 3 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053209585832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17779] ppid=17771 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17771 17773 15509 0 -1 4202560 113 0 0 0 30 6 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053208533288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17780] ppid=17771 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17771 17773 15509 0 -1 4202560 328 0 0 0 20 4 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053207481256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17781] ppid=17771 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17771 17773 15509 0 -1 4202560 84 0 0 0 20 5 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053206428712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17782] ppid=17771 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17771 17773 15509 0 -1 4202560 72 0 0 0 17 3 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053205375656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17783] ppid=17771 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 62 0 0 0 14 4 0 0 20 0 18 0 345905110 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053191911784 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2699928 CPUtime=0.66 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10355 0 0 0 64 2 0 0 20 0 18 0 345905114 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2699928 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 69 0 0 0 20 0 18 0 345905114 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 193043 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 2699928

[startup+6.30069 s]
/proc/loadavg: 3.16 2.99 3.03 11/215 17791
/proc/meminfo: memFree=23147420/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=12.67 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 26452 0 1 0 1182 85 0 0 20 0 18 0 345905108 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 283570 2256 9 0 665676 0
[pid=17773/tid=17775] ppid=17771 vsize=2699928 CPUtime=4.55 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17771 17773 15509 0 -1 4202560 2969 0 1 0 447 8 0 0 20 0 18 0 345905109 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053227408632 213869716749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17771 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17771 17773 15509 0 -1 4202560 526 0 0 0 73 11 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053211691432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17777] ppid=17771 vsize=2699928 CPUtime=1.04 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17771 17773 15509 0 -1 4202560 236 0 0 0 91 13 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053210638888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17778] ppid=17771 vsize=2699928 CPUtime=0.58 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17771 17773 15509 0 -1 4202560 103 0 0 0 52 6 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053209585832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17779] ppid=17771 vsize=2699928 CPUtime=0.98 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17771 17773 15509 0 -1 4202560 446 0 0 0 87 11 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053208533288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17771 vsize=2699928 CPUtime=0.82 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17771 17773 15509 0 -1 4202560 408 0 0 0 72 10 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053207481256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17771 vsize=2699928 CPUtime=0.78 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17771 17773 15509 0 -1 4202560 400 0 0 0 69 9 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053206428712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17782] ppid=17771 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17771 17773 15509 0 -1 4202560 437 0 0 0 75 9 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053205375656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17783] ppid=17771 vsize=2699928 CPUtime=0.73 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 271 0 0 0 65 8 0 0 20 0 18 0 345905110 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053191911784 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345905112 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2699928 CPUtime=0.66 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10355 0 0 0 64 2 0 0 20 0 18 0 345905114 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2699928 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 69 0 0 0 20 0 18 0 345905114 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345905114 2764726272 283570 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.15 2.99 3.03 4/215 17791
/proc/meminfo: memFree=22876116/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2699928 CPUtime=21.18 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 28494 0 1 0 2011 107 0 0 20 0 18 0 345905108 2764726272 348677 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 674982 348677 2264 9 0 665676 0
[pid=17773/tid=17775] ppid=17771 vsize=2699928 CPUtime=5.39 cores=1,3,5,7

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

/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 759 0 0 0 106 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2766492 CPUtime=358.67 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) R 17771 17773 15509 0 -1 4202560 105 0 0 0 35860 7 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053191911944 140053231571318 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2766492 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10356 0 0 0 67 2 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2766492 CPUtime=0.74 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 74 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2766492 CPUtime=0.15 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 21 0 0 0 6 9 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17854] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17854/stat : 17854 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345940194 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053183487272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 378.31
Current children cumulated vsize (KiB) 2766492

[startup+370.601 s]
/proc/loadavg: 2.22 2.74 2.91 3/212 17854
/proc/meminfo: memFree=22323316/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2766492 CPUtime=379.1 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 28669 0 1 0 37795 115 0 0 20 0 19 0 345905108 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 691623 362520 2264 9 0 682317 0
[pid=17773/tid=17775] ppid=17771 vsize=2766492 CPUtime=7.56 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) S 17771 17773 15509 0 -1 4202560 3061 0 1 0 747 9 0 0 20 0 19 0 345905109 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053227410616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17776] ppid=17771 vsize=2766492 CPUtime=1.17 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17771 17773 15509 0 -1 4202560 582 0 0 0 104 13 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053211691432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17777] ppid=17771 vsize=2766492 CPUtime=1.43 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17771 17773 15509 0 -1 4202560 532 0 0 0 127 16 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053210638888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17778] ppid=17771 vsize=2766492 CPUtime=0.94 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17771 17773 15509 0 -1 4202560 872 0 0 0 85 9 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053209585832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17779] ppid=17771 vsize=2766492 CPUtime=1.38 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17771 17773 15509 0 -1 4202560 500 0 0 0 125 13 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053208533288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17771 vsize=2766492 CPUtime=1.13 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17771 17773 15509 0 -1 4202560 458 0 0 0 102 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053207481256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17771 vsize=2766492 CPUtime=1.09 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17771 17773 15509 0 -1 4202560 554 0 0 0 99 10 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053206428712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17782] ppid=17771 vsize=2766492 CPUtime=1.12 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17771 17773 15509 0 -1 4202560 567 0 0 0 101 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053205375656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17783] ppid=17771 vsize=2766492 CPUtime=1.17 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 759 0 0 0 106 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2766492 CPUtime=359.46 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) R 17771 17773 15509 0 -1 4202560 105 0 0 0 35939 7 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053191911944 140053233918024 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2766492 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10356 0 0 0 67 2 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2766492 CPUtime=0.74 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 74 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2766492 CPUtime=0.15 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 21 0 0 0 6 9 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17854] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17854/stat : 17854 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345940194 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053183487272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 379.1
Current children cumulated vsize (KiB) 2766492

[startup+371.401 s]
/proc/loadavg: 2.20 2.72 2.90 3/212 17854
/proc/meminfo: memFree=22323316/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2766492 CPUtime=379.9 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 28669 0 1 0 37875 115 0 0 20 0 19 0 345905108 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 691623 362520 2264 9 0 682317 0
[pid=17773/tid=17775] ppid=17771 vsize=2766492 CPUtime=7.56 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) S 17771 17773 15509 0 -1 4202560 3061 0 1 0 747 9 0 0 20 0 19 0 345905109 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053227410616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17776] ppid=17771 vsize=2766492 CPUtime=1.17 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17771 17773 15509 0 -1 4202560 582 0 0 0 104 13 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053211691432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17777] ppid=17771 vsize=2766492 CPUtime=1.43 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17771 17773 15509 0 -1 4202560 532 0 0 0 127 16 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053210638888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17778] ppid=17771 vsize=2766492 CPUtime=0.94 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17771 17773 15509 0 -1 4202560 872 0 0 0 85 9 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053209585832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17779] ppid=17771 vsize=2766492 CPUtime=1.38 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17771 17773 15509 0 -1 4202560 500 0 0 0 125 13 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053208533288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17771 vsize=2766492 CPUtime=1.13 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17771 17773 15509 0 -1 4202560 458 0 0 0 102 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053207481256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17771 vsize=2766492 CPUtime=1.09 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17771 17773 15509 0 -1 4202560 554 0 0 0 99 10 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053206428712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17782] ppid=17771 vsize=2766492 CPUtime=1.12 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17771 17773 15509 0 -1 4202560 567 0 0 0 101 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053205375656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17783] ppid=17771 vsize=2766492 CPUtime=1.17 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 759 0 0 0 106 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2766492 CPUtime=360.26 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) R 17771 17773 15509 0 -1 4202560 105 0 0 0 36019 7 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053191911944 213865997996 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2766492 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10356 0 0 0 67 2 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2766492 CPUtime=0.74 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 74 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2766492 CPUtime=0.15 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 21 0 0 0 6 9 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17854] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17854/stat : 17854 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345940194 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053183487272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 379.9
Current children cumulated vsize (KiB) 2766492

[startup+371.801 s]
/proc/loadavg: 2.20 2.72 2.90 3/212 17854
/proc/meminfo: memFree=22323316/32873648 swapFree=6852/6852
[pid=17773] ppid=17771 vsize=2766492 CPUtime=380.3 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17771 17773 15509 0 -1 4202496 28669 0 1 0 37915 115 0 0 20 0 19 0 345905108 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140736769341296 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17773/statm: 691623 362520 2264 9 0 682317 0
[pid=17773/tid=17775] ppid=17771 vsize=2766492 CPUtime=7.56 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) S 17771 17773 15509 0 -1 4202560 3061 0 1 0 747 9 0 0 20 0 19 0 345905109 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053227410616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17776] ppid=17771 vsize=2766492 CPUtime=1.17 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17771 17773 15509 0 -1 4202560 582 0 0 0 104 13 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053211691432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17777] ppid=17771 vsize=2766492 CPUtime=1.43 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17771 17773 15509 0 -1 4202560 532 0 0 0 127 16 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053210638888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17778] ppid=17771 vsize=2766492 CPUtime=0.94 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17771 17773 15509 0 -1 4202560 872 0 0 0 85 9 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053209585832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17779] ppid=17771 vsize=2766492 CPUtime=1.38 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17771 17773 15509 0 -1 4202560 500 0 0 0 125 13 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053208533288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17771 vsize=2766492 CPUtime=1.13 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17771 17773 15509 0 -1 4202560 458 0 0 0 102 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053207481256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17771 vsize=2766492 CPUtime=1.09 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17771 17773 15509 0 -1 4202560 554 0 0 0 99 10 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053206428712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17782] ppid=17771 vsize=2766492 CPUtime=1.12 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17771 17773 15509 0 -1 4202560 567 0 0 0 101 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053205375656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17783] ppid=17771 vsize=2766492 CPUtime=1.17 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17771 17773 15509 0 -1 4202560 759 0 0 0 106 11 0 0 20 0 19 0 345905110 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053204323112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17771 vsize=2766492 CPUtime=360.66 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) R 17771 17773 15509 0 -1 4202560 105 0 0 0 36059 7 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053191911944 140053233534353 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17785] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17771 17773 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053190858104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17786] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17771 17773 15509 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345905112 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053189804936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17787] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053188753680 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17788] ppid=17771 vsize=2766492 CPUtime=0.69 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17771 17773 15509 0 -1 4202560 10356 0 0 0 67 2 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053187701560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17771 vsize=2766492 CPUtime=0.74 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17771 17773 15509 0 -1 4202560 9116 0 0 0 74 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053186649016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17771 17773 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053185596152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17791] ppid=17771 vsize=2766492 CPUtime=0.15 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17771 17773 15509 0 -1 4202560 21 0 0 0 6 9 0 0 20 0 19 0 345905114 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053184543816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17854] ppid=17771 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17854/stat : 17854 (java) S 17771 17773 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345940194 2832887808 362520 33554432000 1073741824 1073778376 140736769350160 140053183487272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 380.3
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17773 and gives
#  childrusage.ru_utime.tv_sec=378
#  childrusage.ru_utime.tv_usec=192506
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=353794
# CPU time returned by wait4() is 379.546
# while last known CPU time is 380.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 371.863
CPU time (s): 380.3
CPU user time (s): 379.15
CPU system time (s): 1.15
CPU usage (%): 102.269
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.193
system time used= 1.35379
maximum resident set size= 1450084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28675
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= 8423
involuntary context switches= 11571

runsolver used 1.62275 second user time and 4.06638 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 10:16:18
IDJOB=3743860
IDBENCH=92638
IDSOLVER=2324
FILE ID=node112/3743860-1338797776
RUNJOBID= node112-1338783624-15526
PBS_JOBID= 14636841
Free space on /tmp= 71100 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_1_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743860-1338797776/watcher-3743860-1338797776 -o /tmp/evaluation-result-3743860-1338797776/solver-3743860-1338797776 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743860-1338797776.opb

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

MD5SUM BENCH= f237ff2f989182870e968c2b9cf3aa98
RANDOM SEED=2071732915

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:        24262884 kB
Buffers:          559172 kB
Cached:          6137308 kB
SwapCached:            0 kB
Active:          2949060 kB
Inactive:        4775460 kB
Active(anon):    1016976 kB
Inactive(anon):    10920 kB
Active(file):    1932084 kB
Inactive(file):  4764540 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            100280 kB
Writeback:             0 kB
AnonPages:       1046484 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             734808 kB
SReclaimable:     178252 kB
SUnreclaim:       556556 kB
KernelStack:        1616 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 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= 71032 MiB
End job on node112 at 2012-06-04 10:22:30