Trace number 2701680

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
SAT4J PB RES // CP 2.2.0 2010-05-31? 202.769 172.663

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-1_wcsp.wbo
MD5SUM9484feda1dfd442233b4ec59a851c185
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20370
Total number of constraints1081113
Number of soft constraints1079076
Number of constraints which are clauses1079076
Number of constraints which are cardinality constraints (but not clauses)2037
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 47
Min constraint cost 1
Max constraint cost 47
Sum of constraints costs 50697528
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.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) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/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@1cb25f1
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@b1c260
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-2701680-1278541151.wbo
0.11/0.10	c reading problem ... 
202.64/172.55	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
202.64/172.55		at org.sat4j.minisat.constraints.card.MinWatchCard.<init>(Unknown Source)
202.64/172.55		at org.sat4j.minisat.constraints.card.MinWatchCard.minWatchCardNew(Unknown Source)
202.64/172.55		at org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure.constructCard(Unknown Source)
202.64/172.55		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
202.64/172.55		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
202.64/172.55		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
202.64/172.55		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
202.64/172.55		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
202.64/172.55		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
202.64/172.55		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
202.64/172.55		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
202.64/172.55		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
202.64/172.55		at org.sat4j.AbstractLauncher.run(Unknown Source)
202.64/172.55		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
202.64/172.55	c starts		: 0
202.64/172.55	c conflicts		: 0
202.64/172.55	c decisions		: 0
202.64/172.55	c propagations		: 0
202.64/172.55	c inspects		: 0
202.64/172.55	c learnt literals	: 0
202.64/172.55	c learnt binary clauses	: 0
202.64/172.55	c learnt ternary clauses	: 0
202.64/172.55	c learnt clauses	: 0
202.64/172.55	c ignored clauses	: 0
202.64/172.55	c root simplifications	: 0
202.64/172.55	c removed literals (reason simplification)	: 0
202.64/172.55	c reason swapping (by a shorter reason)	: 0
202.64/172.55	c Calls to reduceDB	: 0
202.64/172.55	c number of reductions to clauses (during analyze)	: 0
202.64/172.55	c number of learned constraints concerned by reduction	: 0
202.64/172.55	c number of learning phase by resolution	: 0
202.64/172.55	c number of learning phase by cutting planes	: 0
202.64/172.55	c speed (assignments/second)	: 0.0
202.64/172.55	c non guided choices	0
202.64/172.56	c learnt constraints type 
202.64/172.56	c constraints type 
202.64/172.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2037
202.64/172.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 20200
202.64/172.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996000
202.64/172.56	c constraints type 
202.64/172.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2037
202.64/172.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20200
202.64/172.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996000
202.64/172.56	s UNKNOWN
202.64/172.56	c Total wall clock time (in seconds): 172.454

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701680-1278541151/watcher-2701680-1278541151 -o /tmp/evaluation-result-2701680-1278541151/solver-2701680-1278541151 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701680-1278541151.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.54 2.25 2.09 3/195 21147
/proc/meminfo: memFree=28056744/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=13164 CPUtime=0
/proc/21147/stat : 21147 (java) R 21145 21147 19054 0 -1 4194304 960 0 0 0 0 0 0 0 20 0 1 0 22328695 13479936 449 4089446400 134512640 134550932 4286622352 18446744073709551615 107030145 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21147/statm: 3291 466 170 10 0 1121 0

[startup+0.101171 s]
/proc/loadavg: 2.54 2.25 2.09 3/195 21147
/proc/meminfo: memFree=28056744/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1530160 CPUtime=0.11
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 5229 0 1 0 10 1 0 0 20 0 18 0 22328695 1566883840 4665 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 382540 4666 1346 10 0 379843 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530160

[startup+0.200157 s]
/proc/loadavg: 2.54 2.25 2.09 3/195 21147
/proc/meminfo: memFree=28056744/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1530440 CPUtime=0.28
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 13026 0 1 0 26 2 0 0 20 0 18 0 22328695 1567170560 12462 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 382610 12463 1382 10 0 379913 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1530440

[startup+0.301141 s]
/proc/loadavg: 2.54 2.25 2.09 3/195 21147
/proc/meminfo: memFree=28056744/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1531644 CPUtime=0.54
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 30875 0 1 0 49 5 0 0 20 0 18 0 22328695 1568403456 30195 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 382911 30195 1406 10 0 380214 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1531644

[startup+0.701068 s]
/proc/loadavg: 2.54 2.25 2.09 3/195 21147
/proc/meminfo: memFree=28056744/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1537944 CPUtime=1.53
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 45477 0 1 0 145 8 0 0 20 0 18 0 22328695 1574854656 43649 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 384486 43649 1426 10 0 381789 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1537944

[startup+1.50092 s]
/proc/loadavg: 2.54 2.25 2.09 3/213 21165
/proc/meminfo: memFree=27841716/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1537944 CPUtime=3.3
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 65209 0 1 0 318 12 0 0 20 0 18 0 22328695 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 384486 61878 1426 10 0 381789 0
[pid=21147/tid=21148] ppid=21145 vsize=1537944 CPUtime=1.25
/proc/21147/task/21148/stat : 21148 (java) R 21145 21147 19054 0 -1 4202560 32056 0 1 0 121 4 0 0 25 0 18 0 22328695 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4109198421 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1537944 CPUtime=0.17
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 2988 0 0 0 17 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1537944 CPUtime=0.09
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 2247 0 0 0 9 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1537944 CPUtime=0.15
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 2997 0 0 0 15 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1537944 CPUtime=0.16
/proc/21147/task/21153/stat : 21153 (java) S 21145 21147 19054 0 -1 4202560 2750 0 0 0 16 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1537944 CPUtime=0.13
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 3940 0 0 0 13 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1537944 CPUtime=0.16
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 4096 0 0 0 16 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1537944 CPUtime=0.18
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 4756 0 0 0 17 1 0 0 15 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1537944 CPUtime=0.17
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 4296 0 0 0 17 0 0 0 16 0 18 0 22328696 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 5 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1537944 CPUtime=0
/proc/21147/task/21158/stat : 21158 (java) S 21145 21147 19054 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 22328697 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1537944 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 18 0 22328697 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1537944 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1537944 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1537944 CPUtime=0.32
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1115 0 0 0 32 0 0 0 20 0 18 0 22328699 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1537944 CPUtime=0.38
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2873 0 0 0 38 0 0 0 15 0 18 0 22328699 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1537944 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1537944 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22328699 1574854656 61878 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 1537944

[startup+3.10064 s]
/proc/loadavg: 2.54 2.25 2.09 3/213 21165
/proc/meminfo: memFree=27769920/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1538968 CPUtime=6.36
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 92358 0 1 0 617 19 0 0 20 0 18 0 22328695 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 384742 86693 1426 10 0 382045 0
[pid=21147/tid=21148] ppid=21145 vsize=1538968 CPUtime=2.56
/proc/21147/task/21148/stat : 21148 (java) R 21145 21147 19054 0 -1 4202560 32088 0 1 0 251 5 0 0 25 0 18 0 22328695 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4109377746 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1538968 CPUtime=0.41
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 6480 0 0 0 39 2 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1538968 CPUtime=0.31
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 5168 0 0 0 30 1 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1538968 CPUtime=0.39
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 6538 0 0 0 39 0 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 0 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1538968 CPUtime=0.34
/proc/21147/task/21153/stat : 21153 (java) S 21145 21147 19054 0 -1 4202560 5956 0 0 0 34 0 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1538968 CPUtime=0.33
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 6584 0 0 0 32 1 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1538968 CPUtime=0.41
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 8115 0 0 0 40 1 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 5 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1538968 CPUtime=0.38
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 8838 0 0 0 36 2 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 5 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1538968 CPUtime=0.37
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 7500 0 0 0 36 1 0 0 16 0 18 0 22328696 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1538968 CPUtime=0.01
/proc/21147/task/21158/stat : 21158 (java) S 21145 21147 19054 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 18 0 22328697 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 18 0 22328697 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1538968 CPUtime=0.34
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1120 0 0 0 34 0 0 0 16 0 18 0 22328699 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1538968 CPUtime=0.39
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2876 0 0 0 39 0 0 0 16 0 18 0 22328699 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22328699 1575903232 86693 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 1538968

[startup+6.31867 s]
/proc/loadavg: 2.58 2.26 2.09 8/213 21165
/proc/meminfo: memFree=27517300/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1538968 CPUtime=13.88
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 172779 0 1 0 1343 45 0 0 20 0 18 0 22328695 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 384742 160681 1426 10 0 382045 0
[pid=21147/tid=21148] ppid=21145 vsize=1538968 CPUtime=4.94
/proc/21147/task/21148/stat : 21148 (java) S 21145 21147 19054 0 -1 4202560 32136 0 1 0 489 5 0 0 25 0 18 0 22328695 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1538968 CPUtime=1.04
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 15105 0 0 0 99 5 0 0 15 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1538968 CPUtime=0.95
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 17644 0 0 0 91 4 0 0 15 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1538968 CPUtime=1.11
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 18942 0 0 0 108 3 0 0 16 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1538968 CPUtime=0.99
/proc/21147/task/21153/stat : 21153 (java) R 21145 21147 19054 0 -1 4202560 15321 0 0 0 95 4 0 0 16 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1538968 CPUtime=0.95
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 16698 0 0 0 91 4 0 0 16 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1538968 CPUtime=0.95
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 14049 0 0 0 92 3 0 0 15 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1538968 CPUtime=1.1
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 20390 0 0 0 104 6 0 0 15 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1538968 CPUtime=0.99
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 17403 0 0 0 95 4 0 0 16 0 18 0 22328696 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 5 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1538968 CPUtime=0.01
/proc/21147/task/21158/stat : 21158 (java) S 21145 21147 19054 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 18 0 22328697 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 18 0 22328697 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1538968 CPUtime=0.34
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1120 0 0 0 34 0 0 0 15 0 18 0 22328699 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1538968 CPUtime=0.39
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2876 0 0 0 39 0 0 0 16 0 18 0 22328699 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1538968 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22328699 1575903232 160681 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 1538968

[startup+12.7015 s]
/proc/loadavg: 2.53 2.26 2.09 8/213 21165
/proc/meminfo: memFree=26967004/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1539992 CPUtime=29.93
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 301442 0 1 0 2883 110 0 0 20 0 18 0 22328695 1576951808 281086 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 384998 281086 1426 10 0 382301 0
[pid=21147/tid=21148] ppid=21145 vsize=1539992 CPUtime=9.23
/proc/21147/task/21148/stat : 21148 (java) S 21145 21147 19054 0 -1 4202560 32243 0 1 0 917 6 0 0 25 0 18 0 22328695 1576951808 281087 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1539992 CPUtime=2.55
/proc/21147/task/21150/stat : 21150 (java) R 21145 21147 19054 0 -1 4202560 30023 0 0 0 243 12 0 0 15 0 18 0 22328696 1576951808 281087 4089446400 134512640 134550932 4286622352 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1539992 CPUtime=2.46
/proc/21147/task/21151/stat : 21151 (java) R 21145 21147 19054 0 -1 4202560 34464 0 0 0 233 13 0 0 15 0 18 0 22328696 1576951808 281088 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1539992 CPUtime=2.45
/proc/21147/task/21152/stat : 21152 (java) R 21145 21147 19054 0 -1 4202560 35191 0 0 0 234 11 0 0 15 0 18 0 22328696 1576951808 281088 4089446400 134512640 134550932 4286622352 18446744073709551615 103112807 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1539992 CPUtime=2.56
/proc/21147/task/21153/stat : 21153 (java) R 21145 21147 19054 0 -1 4202560 33879 0 0 0 244 12 0 0 15 0 18 0 22328696 1576951808 281089 4089446400 134512640 134550932 4286622352 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 5 0 0 0

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

/proc/loadavg: 2.12 2.16 2.08 3/213 21169
/proc/meminfo: memFree=26635056/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1555996 CPUtime=201.34
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 699172 0 1 0 19875 259 0 0 20 0 18 0 22328695 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 388999 356370 1428 10 0 386302 0
[pid=21147/tid=21148] ppid=21145 vsize=1555996 CPUtime=14.15
/proc/21147/task/21148/stat : 21148 (java) S 21145 21147 19054 0 -1 4202560 32409 0 1 0 1407 8 0 0 15 0 18 0 22328695 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1555996 CPUtime=4.64
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 39296 0 0 0 441 23 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1555996 CPUtime=4.58
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 44429 0 0 0 433 25 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 0 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1555996 CPUtime=4.45
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 46659 0 0 0 417 28 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1555996 CPUtime=4.48
/proc/21147/task/21153/stat : 21153 (java) S 21145 21147 19054 0 -1 4202560 44073 0 0 0 420 28 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1555996 CPUtime=4.14
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 36450 0 0 0 387 27 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1555996 CPUtime=4.47
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 38224 0 0 0 424 23 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1555996 CPUtime=4.36
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 45434 0 0 0 406 30 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1555996 CPUtime=5.27
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 45051 0 0 0 506 21 0 0 16 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1555996 CPUtime=149.97
/proc/21147/task/21158/stat : 21158 (java) R 21145 21147 19054 0 -1 4202560 322077 0 0 0 14957 40 0 0 25 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 106158030 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1555996 CPUtime=0.34
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1120 0 0 0 34 0 0 0 15 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1555996 CPUtime=0.39
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2876 0 0 0 39 0 0 0 16 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.34
Current children cumulated vsize (KiB) 1555996

[startup+172.001 s]
/proc/loadavg: 2.12 2.16 2.08 3/213 21169
/proc/meminfo: memFree=26635056/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1555996 CPUtime=202.14
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 699172 0 1 0 19955 259 0 0 20 0 18 0 22328695 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 388999 356370 1428 10 0 386302 0
[pid=21147/tid=21148] ppid=21145 vsize=1555996 CPUtime=14.15
/proc/21147/task/21148/stat : 21148 (java) S 21145 21147 19054 0 -1 4202560 32409 0 1 0 1407 8 0 0 15 0 18 0 22328695 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1555996 CPUtime=4.64
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 39296 0 0 0 441 23 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1555996 CPUtime=4.58
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 44429 0 0 0 433 25 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 0 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1555996 CPUtime=4.45
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 46659 0 0 0 417 28 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1555996 CPUtime=4.48
/proc/21147/task/21153/stat : 21153 (java) S 21145 21147 19054 0 -1 4202560 44073 0 0 0 420 28 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1555996 CPUtime=4.14
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 36450 0 0 0 387 27 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1555996 CPUtime=4.47
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 38224 0 0 0 424 23 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1555996 CPUtime=4.36
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 45434 0 0 0 406 30 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1555996 CPUtime=5.27
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 45051 0 0 0 506 21 0 0 16 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1555996 CPUtime=150.77
/proc/21147/task/21158/stat : 21158 (java) R 21145 21147 19054 0 -1 4202560 322077 0 0 0 15037 40 0 0 25 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 106836629 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1555996 CPUtime=0.34
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1120 0 0 0 34 0 0 0 15 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1555996 CPUtime=0.39
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2876 0 0 0 39 0 0 0 16 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.14
Current children cumulated vsize (KiB) 1555996

[startup+172.401 s]
/proc/loadavg: 2.12 2.16 2.08 3/213 21169
/proc/meminfo: memFree=26635056/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1555996 CPUtime=202.54
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 699172 0 1 0 19995 259 0 0 20 0 18 0 22328695 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 388999 356370 1428 10 0 386302 0
[pid=21147/tid=21148] ppid=21145 vsize=1555996 CPUtime=14.15
/proc/21147/task/21148/stat : 21148 (java) S 21145 21147 19054 0 -1 4202560 32409 0 1 0 1407 8 0 0 15 0 18 0 22328695 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1555996 CPUtime=4.64
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 39296 0 0 0 441 23 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1555996 CPUtime=4.58
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 44429 0 0 0 433 25 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 0 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1555996 CPUtime=4.45
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 46659 0 0 0 417 28 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1555996 CPUtime=4.48
/proc/21147/task/21153/stat : 21153 (java) S 21145 21147 19054 0 -1 4202560 44073 0 0 0 420 28 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1555996 CPUtime=4.14
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 36450 0 0 0 387 27 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1555996 CPUtime=4.47
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 38224 0 0 0 424 23 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1555996 CPUtime=4.36
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 45434 0 0 0 406 30 0 0 15 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1555996 CPUtime=5.27
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 45051 0 0 0 506 21 0 0 16 0 18 0 22328696 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1555996 CPUtime=151.17
/proc/21147/task/21158/stat : 21158 (java) R 21145 21147 19054 0 -1 4202560 322077 0 0 0 15077 40 0 0 25 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1555996 CPUtime=0.34
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1120 0 0 0 34 0 0 0 15 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1555996 CPUtime=0.39
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2876 0 0 0 39 0 0 0 16 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1555996 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22328699 1593339904 356370 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.54
Current children cumulated vsize (KiB) 1555996

[startup+172.601 s]
/proc/loadavg: 2.12 2.16 2.08 3/213 21169
/proc/meminfo: memFree=26635056/32950928 swapFree=67111528/67111528
[pid=21147] ppid=21145 vsize=1540316 CPUtime=202.7
/proc/21147/stat : 21147 (java) S 21145 21147 19054 0 -1 4202496 699186 0 1 0 20011 259 0 0 20 0 18 0 22328695 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21147/statm: 385079 352380 1428 10 0 382382 0
[pid=21147/tid=21148] ppid=21145 vsize=1540316 CPUtime=14.15
/proc/21147/task/21148/stat : 21148 (java) S 21145 21147 19054 0 -1 4202560 32416 0 1 0 1407 8 0 0 16 0 18 0 22328695 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21150] ppid=21145 vsize=1540316 CPUtime=4.64
/proc/21147/task/21150/stat : 21150 (java) S 21145 21147 19054 0 -1 4202560 39296 0 0 0 441 23 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21151] ppid=21145 vsize=1540316 CPUtime=4.58
/proc/21147/task/21151/stat : 21151 (java) S 21145 21147 19054 0 -1 4202560 44429 0 0 0 433 25 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 0 0 0 0
[pid=21147/tid=21152] ppid=21145 vsize=1540316 CPUtime=4.45
/proc/21147/task/21152/stat : 21152 (java) S 21145 21147 19054 0 -1 4202560 46659 0 0 0 417 28 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21153] ppid=21145 vsize=1540316 CPUtime=4.48
/proc/21147/task/21153/stat : 21153 (java) S 21145 21147 19054 0 -1 4202560 44073 0 0 0 420 28 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21154] ppid=21145 vsize=1540316 CPUtime=4.14
/proc/21147/task/21154/stat : 21154 (java) S 21145 21147 19054 0 -1 4202560 36450 0 0 0 387 27 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 2 0 0 0
[pid=21147/tid=21155] ppid=21145 vsize=1540316 CPUtime=4.47
/proc/21147/task/21155/stat : 21155 (java) S 21145 21147 19054 0 -1 4202560 38224 0 0 0 424 23 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21156] ppid=21145 vsize=1540316 CPUtime=4.36
/proc/21147/task/21156/stat : 21156 (java) S 21145 21147 19054 0 -1 4202560 45434 0 0 0 406 30 0 0 15 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 4 0 0 0
[pid=21147/tid=21157] ppid=21145 vsize=1540316 CPUtime=5.27
/proc/21147/task/21157/stat : 21157 (java) S 21145 21147 19054 0 -1 4202560 45051 0 0 0 506 21 0 0 16 0 18 0 22328696 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21158] ppid=21145 vsize=1540316 CPUtime=151.32
/proc/21147/task/21158/stat : 21158 (java) S 21145 21147 19054 0 -1 4202560 322077 0 0 0 15092 40 0 0 25 0 18 0 22328697 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 0 0 16800975 18446604471134127936 0 0 -1 5 0 0 0
[pid=21147/tid=21159] ppid=21145 vsize=1540316 CPUtime=0
/proc/21147/task/21159/stat : 21159 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22328697 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21160] ppid=21145 vsize=1540316 CPUtime=0
/proc/21147/task/21160/stat : 21160 (java) S 21145 21147 19054 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22328697 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21161] ppid=21145 vsize=1540316 CPUtime=0
/proc/21147/task/21161/stat : 21161 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 1 0 0 0
[pid=21147/tid=21162] ppid=21145 vsize=1540316 CPUtime=0.34
/proc/21147/task/21162/stat : 21162 (java) S 21145 21147 19054 0 -1 4202560 1120 0 0 0 34 0 0 0 15 0 18 0 22328699 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 7 0 0 0
[pid=21147/tid=21163] ppid=21145 vsize=1540316 CPUtime=0.39
/proc/21147/task/21163/stat : 21163 (java) S 21145 21147 19054 0 -1 4202560 2876 0 0 0 39 0 0 0 16 0 18 0 22328699 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 6 0 0 0
[pid=21147/tid=21164] ppid=21145 vsize=1540316 CPUtime=0
/proc/21147/task/21164/stat : 21164 (java) S 21145 21147 19054 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22328699 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
[pid=21147/tid=21165] ppid=21145 vsize=1540316 CPUtime=0
/proc/21147/task/21165/stat : 21165 (java) S 21145 21147 19054 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22328699 1577283584 352380 4089446400 134512640 134550932 4286622352 18446744073709551615 4294960144 0 4 0 16800975 18446604471134127936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.7
Current children cumulated vsize (KiB) 1540316

Child status: 1
Real time (s): 172.663
CPU time (s): 202.769
CPU user time (s): 200.117
CPU system time (s): 2.6526
CPU usage (%): 117.436
Max. virtual memory (cumulated for all children) (KiB): 1568484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.117
system time used= 2.6526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699190
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18286
involuntary context switches= 1083882

runsolver used 0.317951 second user time and 0.646901 second system time

The end

Launcher Data

Begin job on node122 at 2010-07-08 00:19:12
IDJOB=2701680
IDBENCH=79619
IDSOLVER=1207
FILE ID=node122/2701680-1278541151
PBS_JOBID= 11239233
Free space on /tmp= 73112 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-1_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701680-1278541151/watcher-2701680-1278541151 -o /tmp/evaluation-result-2701680-1278541151/solver-2701680-1278541151 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701680-1278541151.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9484feda1dfd442233b4ec59a851c185
RANDOM SEED=369325704

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28057148 kB
Buffers:        147716 kB
Cached:        3099736 kB
SwapCached:          0 kB
Active:        2799872 kB
Inactive:      1928564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28057148 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          198844 kB
Writeback:           0 kB
AnonPages:     1481304 kB
Mapped:          20460 kB
Slab:            98000 kB
PageTables:       7620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1656632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73112 MiB
End job on node122 at 2010-07-08 00:22:04