Trace number 3740809

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? 940.53 928.416

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-3740809-1338759922/watcher-3740809-1338759922 -o /tmp/evaluation-result-3740809-1338759922/solver-3740809-1338759922 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740809-1338759922.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: 2.90 3.55 3.70 4/197 29570
/proc/meminfo: memFree=29180484/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/29570/stat : 29570 (java) R 29568 29570 22552 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 342118642 23793664 709 33554432000 1073741824 1073778376 140734845095712 140734845084776 259103176040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 5809 709 524 9 0 128 0

[startup+0.0711239 s]
/proc/loadavg: 2.90 3.55 3.70 4/197 29570
/proc/meminfo: memFree=29180484/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 3899 0 1 0 5 1 0 0 20 0 18 0 342118642 2764726272 5618 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 5618 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100197 s]
/proc/loadavg: 2.90 3.55 3.70 4/197 29570
/proc/meminfo: memFree=29180484/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 4843 0 1 0 10 1 0 0 20 0 18 0 342118642 2764726272 6517 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 6517 2153 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300192 s]
/proc/loadavg: 2.90 3.55 3.70 4/197 29570
/proc/meminfo: memFree=29180484/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 5832 0 1 0 46 2 0 0 20 0 18 0 342118642 2764726272 18888 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 18888 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700255 s]
/proc/loadavg: 2.90 3.55 3.70 4/197 29570
/proc/meminfo: memFree=29180484/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=1.33 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 11788 0 1 0 124 9 0 0 20 0 18 0 342118642 2764726272 101964 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 101964 2248 9 0 665676 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2699928

[startup+1.50065 s]
/proc/loadavg: 2.90 3.55 3.70 4/215 29588
/proc/meminfo: memFree=28750220/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=2.5 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 11947 0 1 0 233 17 0 0 20 0 18 0 342118642 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 117873 2248 9 0 665676 0
[pid=29570/tid=29572] ppid=29568 vsize=2699928 CPUtime=1.33 cores=1,3,5,7
/proc/29570/task/29572/stat : 29572 (java) R 29568 29570 22552 0 -1 4202560 2957 0 1 0 128 5 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655387799336 259115771149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29573] ppid=29568 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/29570/task/29573/stat : 29573 (java) S 29568 29570 22552 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655372081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29574] ppid=29568 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/29570/task/29574/stat : 29574 (java) S 29568 29570 22552 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655371029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29575] ppid=29568 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/29570/task/29575/stat : 29575 (java) S 29568 29570 22552 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655369976872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29576] ppid=29568 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/29570/task/29576/stat : 29576 (java) S 29568 29570 22552 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655368924072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29577] ppid=29568 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/29570/task/29577/stat : 29577 (java) S 29568 29570 22552 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655367870760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29578] ppid=29568 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/29570/task/29578/stat : 29578 (java) S 29568 29570 22552 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655366817960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29579] ppid=29568 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/29570/task/29579/stat : 29579 (java) S 29568 29570 22552 0 -1 4202560 22 0 0 0 6 2 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655365765672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29580] ppid=29568 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 342118643 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) S 29568 29570 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342118644 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655234161384 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342118645 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342118645 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4733 0 0 0 30 1 0 0 20 0 18 0 342118647 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 28 0 0 0 20 0 18 0 342118647 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 117873 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 2.90 3.55 3.70 4/215 29588
/proc/meminfo: memFree=28684332/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=4.89 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 12267 0 1 0 465 24 0 0 20 0 18 0 342118642 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 141602 2248 9 0 665676 0
[pid=29570/tid=29572] ppid=29568 vsize=2699928 CPUtime=2.67 cores=1,3,5,7
/proc/29570/task/29572/stat : 29572 (java) R 29568 29570 22552 0 -1 4202560 2962 0 1 0 262 5 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655387798552 139655395564648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29573] ppid=29568 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/29570/task/29573/stat : 29573 (java) S 29568 29570 22552 0 -1 4202560 57 0 0 0 11 2 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655372081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29574] ppid=29568 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/29570/task/29574/stat : 29574 (java) S 29568 29570 22552 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655371029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29575] ppid=29568 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/29570/task/29575/stat : 29575 (java) S 29568 29570 22552 0 -1 4202560 79 0 0 0 16 3 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655369976872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29576] ppid=29568 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/29570/task/29576/stat : 29576 (java) S 29568 29570 22552 0 -1 4202560 60 0 0 0 18 2 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655368924072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29577] ppid=29568 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/29570/task/29577/stat : 29577 (java) S 29568 29570 22552 0 -1 4202560 68 0 0 0 16 3 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655367870760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29578] ppid=29568 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/29570/task/29578/stat : 29578 (java) S 29568 29570 22552 0 -1 4202560 48 0 0 0 18 3 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655366817960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29579] ppid=29568 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/29570/task/29579/stat : 29579 (java) S 29568 29570 22552 0 -1 4202560 78 0 0 0 22 3 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655365765672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29580] ppid=29568 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 70 0 0 0 18 2 0 0 20 0 18 0 342118643 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) S 29568 29570 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342118644 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655234161384 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342118645 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342118645 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4739 0 0 0 33 1 0 0 20 0 18 0 342118647 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 30 0 0 0 20 0 18 0 342118647 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 141602 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 2699928

[startup+6.30069 s]
/proc/loadavg: 2.98 3.56 3.70 5/215 29588
/proc/meminfo: memFree=28506088/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=9.31 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 13694 0 1 0 898 33 0 0 20 0 18 0 342118642 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 172208 2248 9 0 665676 0
[pid=29570/tid=29572] ppid=29568 vsize=2699928 CPUtime=5.43 cores=1,3,5,7
/proc/29570/task/29572/stat : 29572 (java) R 29568 29570 22552 0 -1 4202560 2976 0 1 0 537 6 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655387791312 139655395564634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29573] ppid=29568 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/29570/task/29573/stat : 29573 (java) S 29568 29570 22552 0 -1 4202560 236 0 0 0 30 3 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655372081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29574] ppid=29568 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/29570/task/29574/stat : 29574 (java) S 29568 29570 22552 0 -1 4202560 153 0 0 0 33 2 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655371029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29575] ppid=29568 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/29570/task/29575/stat : 29575 (java) S 29568 29570 22552 0 -1 4202560 205 0 0 0 33 4 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655369976872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29576] ppid=29568 vsize=2699928 CPUtime=0.41 cores=1,3,5,7
/proc/29570/task/29576/stat : 29576 (java) S 29568 29570 22552 0 -1 4202560 220 0 0 0 38 3 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655368924072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29577] ppid=29568 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/29570/task/29577/stat : 29577 (java) S 29568 29570 22552 0 -1 4202560 196 0 0 0 34 3 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655367870760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29578] ppid=29568 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/29570/task/29578/stat : 29578 (java) S 29568 29570 22552 0 -1 4202560 323 0 0 0 40 4 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655366817960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29579] ppid=29568 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/29570/task/29579/stat : 29579 (java) S 29568 29570 22552 0 -1 4202560 325 0 0 0 40 4 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655365765672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29580] ppid=29568 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 240 0 0 0 32 3 0 0 20 0 18 0 342118643 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) S 29568 29570 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342118644 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655234161384 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342118645 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342118645 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4739 0 0 0 34 1 0 0 20 0 18 0 342118647 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 30 0 0 0 20 0 18 0 342118647 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342118647 2764726272 172208 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 2.98 3.55 3.70 4/215 29588
/proc/meminfo: memFree=28266056/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2699928 CPUtime=18.12 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 14577 0 1 0 1761 51 0 0 20 0 18 0 342118642 2764726272 229097 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 674982 229097 2248 9 0 665676 0
[pid=29570/tid=29572] ppid=29568 vsize=2699928 CPUtime=10.97 cores=1,3,5,7

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

/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 411 0 0 0 166 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2766492 CPUtime=884.87 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) R 29568 29570 22552 0 -1 4202560 782436 0 0 0 88335 152 0 0 20 0 19 0 342118644 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655234160472 139655394308168 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2766492 CPUtime=0.41 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4778 0 0 0 40 1 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2766492 CPUtime=0.32 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 32 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2766492 CPUtime=0.39 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 53 0 0 0 15 24 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29701] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29701/stat : 29701 (java) S 29568 29570 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342209231 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655225737784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 938.93
Current children cumulated vsize (KiB) 2766492

[startup+927.601 s]
/proc/loadavg: 2.93 2.96 3.20 4/217 29701
/proc/meminfo: memFree=27557400/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2766492 CPUtime=939.73 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 798039 0 1 0 93725 248 0 0 20 0 19 0 342118642 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 691623 360049 2264 9 0 682317 0
[pid=29570/tid=29572] ppid=29568 vsize=2766492 CPUtime=35.49 cores=1,3,5,7
/proc/29570/task/29572/stat : 29572 (java) S 29568 29570 22552 0 -1 4202560 3276 0 1 0 3535 14 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655387800760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29573] ppid=29568 vsize=2766492 CPUtime=1.95 cores=1,3,5,7
/proc/29570/task/29573/stat : 29573 (java) S 29568 29570 22552 0 -1 4202560 443 0 0 0 185 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655372081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29574] ppid=29568 vsize=2766492 CPUtime=1.92 cores=1,3,5,7
/proc/29570/task/29574/stat : 29574 (java) S 29568 29570 22552 0 -1 4202560 420 0 0 0 184 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655371029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29575] ppid=29568 vsize=2766492 CPUtime=1.81 cores=1,3,5,7
/proc/29570/task/29575/stat : 29575 (java) S 29568 29570 22552 0 -1 4202560 398 0 0 0 173 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655369976872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29576] ppid=29568 vsize=2766492 CPUtime=1.84 cores=1,3,5,7
/proc/29570/task/29576/stat : 29576 (java) S 29568 29570 22552 0 -1 4202560 431 0 0 0 175 9 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655368924072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29577] ppid=29568 vsize=2766492 CPUtime=1.92 cores=1,3,5,7
/proc/29570/task/29577/stat : 29577 (java) S 29568 29570 22552 0 -1 4202560 440 0 0 0 182 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655367870760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29578] ppid=29568 vsize=2766492 CPUtime=1.89 cores=1,3,5,7
/proc/29570/task/29578/stat : 29578 (java) S 29568 29570 22552 0 -1 4202560 424 0 0 0 181 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655366817960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29579] ppid=29568 vsize=2766492 CPUtime=2.04 cores=1,3,5,7
/proc/29570/task/29579/stat : 29579 (java) S 29568 29570 22552 0 -1 4202560 444 0 0 0 193 11 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655365765672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29580] ppid=29568 vsize=2766492 CPUtime=1.76 cores=1,3,5,7
/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 411 0 0 0 166 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2766492 CPUtime=885.67 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) R 29568 29570 22552 0 -1 4202560 782436 0 0 0 88415 152 0 0 20 0 19 0 342118644 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655234160472 139655394656087 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2766492 CPUtime=0.41 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4778 0 0 0 40 1 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2766492 CPUtime=0.32 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 32 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2766492 CPUtime=0.39 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 53 0 0 0 15 24 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29701] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29701/stat : 29701 (java) S 29568 29570 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342209231 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655225737784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 939.73
Current children cumulated vsize (KiB) 2766492

[startup+928.001 s]
/proc/loadavg: 2.93 2.96 3.20 7/217 29701
/proc/meminfo: memFree=27557276/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2766492 CPUtime=940.13 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 798039 0 1 0 93765 248 0 0 20 0 19 0 342118642 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 691623 360049 2264 9 0 682317 0
[pid=29570/tid=29572] ppid=29568 vsize=2766492 CPUtime=35.49 cores=1,3,5,7
/proc/29570/task/29572/stat : 29572 (java) S 29568 29570 22552 0 -1 4202560 3276 0 1 0 3535 14 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655387800760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29573] ppid=29568 vsize=2766492 CPUtime=1.95 cores=1,3,5,7
/proc/29570/task/29573/stat : 29573 (java) S 29568 29570 22552 0 -1 4202560 443 0 0 0 185 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655372081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29574] ppid=29568 vsize=2766492 CPUtime=1.92 cores=1,3,5,7
/proc/29570/task/29574/stat : 29574 (java) S 29568 29570 22552 0 -1 4202560 420 0 0 0 184 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655371029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29575] ppid=29568 vsize=2766492 CPUtime=1.81 cores=1,3,5,7
/proc/29570/task/29575/stat : 29575 (java) S 29568 29570 22552 0 -1 4202560 398 0 0 0 173 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655369976872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29576] ppid=29568 vsize=2766492 CPUtime=1.84 cores=1,3,5,7
/proc/29570/task/29576/stat : 29576 (java) S 29568 29570 22552 0 -1 4202560 431 0 0 0 175 9 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655368924072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29577] ppid=29568 vsize=2766492 CPUtime=1.92 cores=1,3,5,7
/proc/29570/task/29577/stat : 29577 (java) S 29568 29570 22552 0 -1 4202560 440 0 0 0 182 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655367870760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29578] ppid=29568 vsize=2766492 CPUtime=1.89 cores=1,3,5,7
/proc/29570/task/29578/stat : 29578 (java) S 29568 29570 22552 0 -1 4202560 424 0 0 0 181 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655366817960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29579] ppid=29568 vsize=2766492 CPUtime=2.04 cores=1,3,5,7
/proc/29570/task/29579/stat : 29579 (java) S 29568 29570 22552 0 -1 4202560 444 0 0 0 193 11 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655365765672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29580] ppid=29568 vsize=2766492 CPUtime=1.76 cores=1,3,5,7
/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 411 0 0 0 166 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2766492 CPUtime=886.07 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) R 29568 29570 22552 0 -1 4202560 782436 0 0 0 88455 152 0 0 20 0 19 0 342118644 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655234160472 259112059384 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2766492 CPUtime=0.41 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4778 0 0 0 40 1 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2766492 CPUtime=0.32 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 32 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2766492 CPUtime=0.39 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 53 0 0 0 15 24 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29701] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29701/stat : 29701 (java) S 29568 29570 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342209231 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655225737784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 940.13
Current children cumulated vsize (KiB) 2766492

[startup+928.401 s]
/proc/loadavg: 2.93 2.96 3.20 7/217 29701
/proc/meminfo: memFree=27557276/32873648 swapFree=6860/6860
[pid=29570] ppid=29568 vsize=2766492 CPUtime=940.53 cores=1,3,5,7
/proc/29570/stat : 29570 (java) S 29568 29570 22552 0 -1 4202496 798039 0 1 0 93805 248 0 0 20 0 19 0 342118642 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 140734845086848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29570/statm: 691623 360049 2264 9 0 682317 0
[pid=29570/tid=29572] ppid=29568 vsize=2766492 CPUtime=35.49 cores=1,3,5,7
/proc/29570/task/29572/stat : 29572 (java) S 29568 29570 22552 0 -1 4202560 3276 0 1 0 3535 14 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655387800760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29573] ppid=29568 vsize=2766492 CPUtime=1.95 cores=1,3,5,7
/proc/29570/task/29573/stat : 29573 (java) S 29568 29570 22552 0 -1 4202560 443 0 0 0 185 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655372081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29574] ppid=29568 vsize=2766492 CPUtime=1.92 cores=1,3,5,7
/proc/29570/task/29574/stat : 29574 (java) S 29568 29570 22552 0 -1 4202560 420 0 0 0 184 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655371029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29575] ppid=29568 vsize=2766492 CPUtime=1.81 cores=1,3,5,7
/proc/29570/task/29575/stat : 29575 (java) S 29568 29570 22552 0 -1 4202560 398 0 0 0 173 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655369976872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29576] ppid=29568 vsize=2766492 CPUtime=1.84 cores=1,3,5,7
/proc/29570/task/29576/stat : 29576 (java) S 29568 29570 22552 0 -1 4202560 431 0 0 0 175 9 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655368924072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29577] ppid=29568 vsize=2766492 CPUtime=1.92 cores=1,3,5,7
/proc/29570/task/29577/stat : 29577 (java) S 29568 29570 22552 0 -1 4202560 440 0 0 0 182 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655367870760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29578] ppid=29568 vsize=2766492 CPUtime=1.89 cores=1,3,5,7
/proc/29570/task/29578/stat : 29578 (java) S 29568 29570 22552 0 -1 4202560 424 0 0 0 181 8 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655366817960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29579] ppid=29568 vsize=2766492 CPUtime=2.04 cores=1,3,5,7
/proc/29570/task/29579/stat : 29579 (java) S 29568 29570 22552 0 -1 4202560 444 0 0 0 193 11 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655365765672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29570/tid=29580] ppid=29568 vsize=2766492 CPUtime=1.76 cores=1,3,5,7
/proc/29570/task/29580/stat : 29580 (java) S 29568 29570 22552 0 -1 4202560 411 0 0 0 166 10 0 0 20 0 19 0 342118643 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655364712872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29581] ppid=29568 vsize=2766492 CPUtime=886.47 cores=1,3,5,7
/proc/29570/task/29581/stat : 29581 (java) R 29568 29570 22552 0 -1 4202560 782436 0 0 0 88495 152 0 0 20 0 19 0 342118644 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655234160472 139655393924539 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29582] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29582/stat : 29582 (java) S 29568 29570 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655233107448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29583] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29583/stat : 29583 (java) S 29568 29570 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342118645 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655232055048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29584] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29584/stat : 29584 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655231003536 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29570/tid=29585] ppid=29568 vsize=2766492 CPUtime=0.41 cores=1,3,5,7
/proc/29570/task/29585/stat : 29585 (java) S 29568 29570 22552 0 -1 4202560 4778 0 0 0 40 1 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655229950136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29586] ppid=29568 vsize=2766492 CPUtime=0.32 cores=1,3,5,7
/proc/29570/task/29586/stat : 29586 (java) S 29568 29570 22552 0 -1 4202560 2900 0 0 0 32 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655228897336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29587] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29587/stat : 29587 (java) S 29568 29570 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655227845240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29570/tid=29588] ppid=29568 vsize=2766492 CPUtime=0.39 cores=1,3,5,7
/proc/29570/task/29588/stat : 29588 (java) S 29568 29570 22552 0 -1 4202560 53 0 0 0 15 24 0 0 20 0 19 0 342118647 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655226792648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29570/tid=29701] ppid=29568 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/29570/task/29701/stat : 29701 (java) S 29568 29570 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342209231 2832887808 360049 33554432000 1073741824 1073778376 140734845095712 139655225737784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 940.53
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29570 and gives
#  childrusage.ru_utime.tv_sec=935
#  childrusage.ru_utime.tv_usec=680754
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=780577
# CPU time returned by wait4() is 938.461
# while last known CPU time is 940.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 928.416
CPU time (s): 940.53
CPU user time (s): 938.05
CPU system time (s): 2.48
CPU usage (%): 101.305
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 935.681
system time used= 2.78058
maximum resident set size= 1440196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 798051
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22005
involuntary context switches= 22550

runsolver used 3.68144 second user time and 8.86465 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 23:45:28
IDJOB=3740809
IDBENCH=89632
IDSOLVER=2324
FILE ID=node124/3740809-1338759922
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70444 MiB

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

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=2068944218

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29180856 kB
Buffers:          224316 kB
Cached:          1771524 kB
SwapCached:         8268 kB
Active:          1608316 kB
Inactive:        1298684 kB
Active(anon):     905240 kB
Inactive(anon):     8240 kB
Active(file):     703076 kB
Inactive(file):  1290444 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:            265292 kB
Writeback:             0 kB
AnonPages:        912576 kB
Mapped:            17280 kB
Shmem:                 0 kB
Slab:             645400 kB
SReclaimable:      88428 kB
SUnreclaim:       556972 kB
KernelStack:        1616 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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= 70400 MiB
End job on node124 at 2012-06-04 00:00:56