Trace number 2662850

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-31UNSAT 38.4751 19.9777

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM0626939ca6144a564c8e59fb048e3266
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.0725
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2662850-1276315579.opb
0.24/0.23	c reading problem ... 
0.49/0.72	c ... done. Wall clock time 0.497s.
0.49/0.72	c #vars     231
0.49/0.72	c #constraints  2707
0.49/0.72	c constraints type 
0.49/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.49/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.49/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.49/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.49/0.72	c constraints type 
0.49/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.49/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.49/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.49/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.66/3.02	c cleaning 2497 clauses out of 5000 with flag 5000/5000
7.80/4.20	c cleaning 4249 clauses out of 8503 with flag 11000/11000
9.76/5.17	c cleaning 5623 clauses out of 11255 with flag 18001/18001
12.52/6.50	c cleaning 6814 clauses out of 13632 with flag 26001/26001
15.25/7.99	c cleaning 7906 clauses out of 15817 with flag 35000/35000
18.75/9.76	c cleaning 8952 clauses out of 17911 with flag 45000/45000
21.86/11.34	c cleaning 9476 clauses out of 18962 with flag 55003/55003
25.02/12.94	c cleaning 9739 clauses out of 19483 with flag 65000/65000
27.73/14.40	c cleaning 9871 clauses out of 19745 with flag 75001/75001
30.84/15.99	c cleaning 9935 clauses out of 19876 with flag 85003/85003
33.95/17.52	c cleaning 9968 clauses out of 19938 with flag 95000/95000
36.66/18.95	c cleaning 9981 clauses out of 19971 with flag 105001/105001
38.16/19.79	c And the winner is Resolution
38.36/19.88	c starts		: 91
38.36/19.88	c conflicts		: 110881
38.36/19.88	c decisions		: 201581
38.36/19.88	c propagations		: 4107973
38.36/19.88	c inspects		: 66553781
38.36/19.88	c learnt literals	: 7
38.36/19.88	c learnt binary clauses	: 24
38.36/19.88	c learnt ternary clauses	: 161
38.36/19.88	c learnt clauses	: 110873
38.36/19.88	c ignored clauses	: 0
38.36/19.88	c root simplifications	: 0
38.36/19.88	c removed literals (reason simplification)	: 510263
38.36/19.88	c reason swapping (by a shorter reason)	: 0
38.36/19.88	c Calls to reduceDB	: 12
38.36/19.88	c number of reductions to clauses (during analyze)	: 0
38.36/19.88	c number of learned constraints concerned by reduction	: 0
38.36/19.88	c number of learning phase by resolution	: 0
38.36/19.88	c number of learning phase by cutting planes	: 0
38.36/19.88	c speed (assignments/second)	: 214425.98392316524
38.36/19.88	c non guided choices	182
38.42/19.91	c learnt constraints type 
38.42/19.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15838
38.42/19.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
38.42/19.91	c constraints type 
38.42/19.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
38.42/19.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
38.42/19.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
38.42/19.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
38.42/19.91	c constraints type 
38.42/19.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
38.42/19.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
38.42/19.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
38.42/19.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
38.42/19.91	s UNSATISFIABLE
38.42/19.91	c Total wall clock time (in seconds): 19.687

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 8901
/proc/meminfo: memFree=1530936/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=428 CPUtime=0
/proc/8901/stat : 8901 (java6) R 8899 8901 7733 0 -1 4194304 125 0 0 0 0 0 0 0 23 0 1 0 7159223 438272 45 1992294400 134512640 134550932 4292193952 18446744073709551615 9134032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8901/statm: 111 47 36 10 0 25 0

[startup+0.019127 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 8901
/proc/meminfo: memFree=1530936/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=13480 CPUtime=0
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 1113 0 0 0 0 0 0 0 15 0 2 0 7159223 13803520 582 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101113 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 8901
/proc/meminfo: memFree=1530936/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1524180 CPUtime=0.08
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 7159223 1560760320 3389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30113 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 8901
/proc/meminfo: memFree=1530936/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1526228 CPUtime=0.34
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 5363 0 1 0 31 3 0 0 15 0 12 0 7159223 1562857472 4799 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 381557 4799 1361 10 0 378860 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526228

[startup+0.747536 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 8901
/proc/meminfo: memFree=1530936/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1529088 CPUtime=1.17
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 7520 0 1 0 113 4 0 0 15 0 15 0 7159223 1565786112 6883 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 382272 6883 1411 10 0 379575 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1529088

[startup+1.50224 s]
/proc/loadavg: 1.31 1.08 1.02 6/122 8917
/proc/meminfo: memFree=1505512/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1531756 CPUtime=2.67
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 9372 0 1 0 261 6 0 0 15 0 16 0 7159223 1568518144 8273 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 382939 8273 1421 10 0 380242 0
[pid=8901/tid=8903] ppid=8899 vsize=1531756 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 19 0 16 0 7159224 1568518144 8273 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 7159226 1568518144 8273 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 7159226 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 7159227 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 7159228 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7159228 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1531756 CPUtime=0.06
/proc/8901/task/8910/stat : 8910 (java) R 8899 8901 7733 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 16 0 7159232 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1531756 CPUtime=0.73
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 2109 0 0 0 72 1 0 0 16 0 16 0 7159232 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1531756 CPUtime=0.72
/proc/8901/task/8914/stat : 8914 (java) R 8899 8901 7733 0 -1 4202560 127 0 0 0 72 0 0 0 18 0 16 0 7159295 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4108858629 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1531756 CPUtime=0.43
/proc/8901/task/8915/stat : 8915 (java) R 8899 8901 7733 0 -1 4202560 756 0 0 0 43 0 0 0 18 0 16 0 7159295 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) R 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159296 1568518144 8274 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1531756 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1568518144 8275 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1531756

[startup+3.10239 s]
/proc/loadavg: 1.31 1.08 1.02 6/122 8917
/proc/meminfo: memFree=1499064/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1542044 CPUtime=5.85
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 18011 0 1 0 569 16 0 0 15 0 16 0 7159223 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385511 14389 1432 10 0 382814 0
[pid=8901/tid=8903] ppid=8899 vsize=1542044 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 18 0 16 0 7159224 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 7159226 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 7159226 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1542044 CPUtime=0.1
/proc/8901/task/8906/stat : 8906 (java) R 8899 8901 7733 0 -1 4202560 1 0 0 0 5 5 0 0 18 0 16 0 7159227 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 7159228 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7159228 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1542044 CPUtime=0.58
/proc/8901/task/8910/stat : 8910 (java) S 8899 8901 7733 0 -1 4202560 1180 0 0 0 58 0 0 0 15 0 16 0 7159232 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1542044 CPUtime=1.89
/proc/8901/task/8911/stat : 8911 (java) R 8899 8901 7733 0 -1 4202560 6080 0 0 0 186 3 0 0 16 0 16 0 7159232 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 104140329 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1542044 CPUtime=1.64
/proc/8901/task/8914/stat : 8914 (java) S 8899 8901 7733 0 -1 4202560 621 0 0 0 164 0 0 0 20 0 16 0 7159295 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1542044 CPUtime=0.9
/proc/8901/task/8915/stat : 8915 (java) S 8899 8901 7733 0 -1 4202560 3780 0 0 0 89 1 0 0 19 0 16 0 7159295 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) R 8899 8901 7733 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 7159296 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 104288928 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1542044 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1579053056 14389 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1542044

[startup+6.3017 s]
/proc/loadavg: 1.31 1.08 1.02 3/122 8917
/proc/meminfo: memFree=1380520/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1540344 CPUtime=12.11
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 44864 0 1 0 1181 30 0 0 15 0 16 0 7159223 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385086 38745 1448 10 0 382389 0
[pid=8901/tid=8903] ppid=8899 vsize=1540344 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 18 0 16 0 7159224 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1540344 CPUtime=0.04
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 674 0 0 0 4 0 0 0 16 0 16 0 7159226 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1540344 CPUtime=0.03
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 521 0 0 0 3 0 0 0 15 0 16 0 7159226 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1540344 CPUtime=0.25
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 956 0 0 0 16 9 0 0 15 0 16 0 7159227 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1540344 CPUtime=0.84
/proc/8901/task/8910/stat : 8910 (java) S 8899 8901 7733 0 -1 4202560 1814 0 0 0 83 1 0 0 15 0 16 0 7159232 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=2.97
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7715 0 0 0 294 3 0 0 15 0 16 0 7159232 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1540344 CPUtime=4.3
/proc/8901/task/8914/stat : 8914 (java) R 8899 8901 7733 0 -1 4202560 893 0 0 0 430 0 0 0 22 0 16 0 7159295 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4159332546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1540344 CPUtime=2.93
/proc/8901/task/8915/stat : 8915 (java) R 8899 8901 7733 0 -1 4202560 25940 0 0 0 283 10 0 0 19 0 16 0 7159295 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4109485186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) S 8899 8901 7733 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7159296 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1577312256 38745 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1540344

[startup+12.7013 s]
/proc/loadavg: 1.42 1.11 1.03 3/122 8917
/proc/meminfo: memFree=1339352/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1540344 CPUtime=24.62
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 55252 0 1 0 2427 35 0 0 15 0 16 0 7159223 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385086 49018 1448 10 0 382389 0
[pid=8901/tid=8903] ppid=8899 vsize=1540344 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 18 0 16 0 7159224 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1540344 CPUtime=0.14
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 2103 0 0 0 13 1 0 0 16 0 16 0 7159226 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1540344 CPUtime=0.13
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 1866 0 0 0 13 0 0 0 15 0 16 0 7159226 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1540344 CPUtime=0.47
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 2271 0 0 0 38 9 0 0 15 0 16 0 7159227 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1540344 CPUtime=0.86
/proc/8901/task/8910/stat : 8910 (java) S 8899 8901 7733 0 -1 4202560 1814 0 0 0 85 1 0 0 15 0 16 0 7159232 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=3.5
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7758 0 0 0 347 3 0 0 15 0 16 0 7159232 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1577312256 49018 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0

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

[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=3.53
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7758 0 0 0 350 3 0 0 16 0 16 0 7159232 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1540344 CPUtime=13.19
/proc/8901/task/8914/stat : 8914 (java) R 8899 8901 7733 0 -1 4202560 971 0 0 0 1318 1 0 0 25 0 16 0 7159295 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4109457544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1540344 CPUtime=11.81
/proc/8901/task/8915/stat : 8915 (java) R 8899 8901 7733 0 -1 4202560 32123 0 0 0 1168 13 0 0 25 0 16 0 7159295 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4109485288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) S 8899 8901 7733 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7159296 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1577312256 49363 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.17
Current children cumulated vsize (KiB) 1540344

[startup+17.7012 s]
/proc/loadavg: 1.46 1.12 1.04 3/122 8917
/proc/meminfo: memFree=1336624/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1540344 CPUtime=34.28
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 56010 0 1 0 3392 36 0 0 15 0 16 0 7159223 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385086 49705 1448 10 0 382389 0
[pid=8901/tid=8903] ppid=8899 vsize=1540344 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 18 0 16 0 7159224 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1540344 CPUtime=0.19
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 2467 0 0 0 18 1 0 0 16 0 16 0 7159226 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1540344 CPUtime=0.19
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 2105 0 0 0 19 0 0 0 15 0 16 0 7159226 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1540344 CPUtime=0.74
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 2419 0 0 0 64 10 0 0 16 0 16 0 7159227 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1540344 CPUtime=0.86
/proc/8901/task/8910/stat : 8910 (java) S 8899 8901 7733 0 -1 4202560 1814 0 0 0 85 1 0 0 15 0 16 0 7159232 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=3.53
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7758 0 0 0 350 3 0 0 16 0 16 0 7159232 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1540344 CPUtime=14.72
/proc/8901/task/8914/stat : 8914 (java) R 8899 8901 7733 0 -1 4202560 972 0 0 0 1471 1 0 0 25 0 16 0 7159295 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4109456279 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1540344 CPUtime=13.3
/proc/8901/task/8915/stat : 8915 (java) R 8899 8901 7733 0 -1 4202560 32124 0 0 0 1317 13 0 0 25 0 16 0 7159295 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4109439361 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) S 8899 8901 7733 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7159296 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1577312256 49705 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.28
Current children cumulated vsize (KiB) 1540344

[startup+19.3011 s]
/proc/loadavg: 1.46 1.12 1.04 3/122 8917
/proc/meminfo: memFree=1336624/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1540344 CPUtime=37.36
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 56248 0 1 0 3699 37 0 0 15 0 16 0 7159223 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385086 49924 1448 10 0 382389 0
[pid=8901/tid=8903] ppid=8899 vsize=1540344 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 18 0 16 0 7159224 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1540344 CPUtime=0.21
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 2607 0 0 0 20 1 0 0 15 0 16 0 7159226 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1540344 CPUtime=0.2
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 2201 0 0 0 20 0 0 0 16 0 16 0 7159226 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1540344 CPUtime=0.83
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 2419 0 0 0 73 10 0 0 16 0 16 0 7159227 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1540344 CPUtime=0.86
/proc/8901/task/8910/stat : 8910 (java) S 8899 8901 7733 0 -1 4202560 1814 0 0 0 85 1 0 0 15 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=3.58
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7758 0 0 0 355 3 0 0 16 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1540344 CPUtime=16.2
/proc/8901/task/8914/stat : 8914 (java) R 8899 8901 7733 0 -1 4202560 974 0 0 0 1619 1 0 0 25 0 16 0 7159295 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4109379602 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1540344 CPUtime=14.72
/proc/8901/task/8915/stat : 8915 (java) R 8899 8901 7733 0 -1 4202560 32124 0 0 0 1459 13 0 0 25 0 16 0 7159295 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4109558523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) S 8899 8901 7733 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7159296 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.36
Current children cumulated vsize (KiB) 1540344

[startup+19.7011 s]
/proc/loadavg: 1.46 1.12 1.04 3/122 8917
/proc/meminfo: memFree=1336624/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1540344 CPUtime=38.16
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 56248 0 1 0 3779 37 0 0 15 0 16 0 7159223 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385086 49924 1448 10 0 382389 0
[pid=8901/tid=8903] ppid=8899 vsize=1540344 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5278 0 1 0 65 3 0 0 18 0 16 0 7159224 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1540344 CPUtime=0.21
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 2607 0 0 0 20 1 0 0 15 0 16 0 7159226 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1540344 CPUtime=0.2
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 2201 0 0 0 20 0 0 0 16 0 16 0 7159226 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1540344 CPUtime=0.83
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 2419 0 0 0 73 10 0 0 16 0 16 0 7159227 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7159228 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1540344 CPUtime=0.86
/proc/8901/task/8910/stat : 8910 (java) S 8899 8901 7733 0 -1 4202560 1814 0 0 0 85 1 0 0 15 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=3.58
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7758 0 0 0 355 3 0 0 16 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7159232 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8914] ppid=8899 vsize=1540344 CPUtime=16.6
/proc/8901/task/8914/stat : 8914 (java) R 8899 8901 7733 0 -1 4202560 974 0 0 0 1659 1 0 0 25 0 16 0 7159295 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4109456593 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8915] ppid=8899 vsize=1540344 CPUtime=15.12
/proc/8901/task/8915/stat : 8915 (java) R 8899 8901 7733 0 -1 4202560 32124 0 0 0 1499 13 0 0 25 0 16 0 7159295 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 107082566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) S 8899 8901 7733 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7159296 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7159298 1577312256 49924 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.16
Current children cumulated vsize (KiB) 1540344

[startup+19.9011 s]
/proc/loadavg: 1.46 1.12 1.04 2/121 8918
/proc/meminfo: memFree=1335640/2059040 swapFree=4192956/4192956
[pid=8901] ppid=8899 vsize=1540344 CPUtime=38.42
/proc/8901/stat : 8901 (java) S 8899 8901 7733 0 -1 4202496 56255 0 1 0 3805 37 0 0 15 0 15 0 7159223 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8901/statm: 385086 49931 1451 10 0 382389 0
[pid=8901/tid=8903] ppid=8899 vsize=1540344 CPUtime=0.68
/proc/8901/task/8903/stat : 8903 (java) S 8899 8901 7733 0 -1 4202560 5280 0 1 0 65 3 0 0 19 0 15 0 7159224 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8904] ppid=8899 vsize=1540344 CPUtime=0.21
/proc/8901/task/8904/stat : 8904 (java) S 8899 8901 7733 0 -1 4202560 2607 0 0 0 20 1 0 0 15 0 15 0 7159226 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8905] ppid=8899 vsize=1540344 CPUtime=0.2
/proc/8901/task/8905/stat : 8905 (java) S 8899 8901 7733 0 -1 4202560 2201 0 0 0 20 0 0 0 16 0 15 0 7159226 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8906] ppid=8899 vsize=1540344 CPUtime=0.83
/proc/8901/task/8906/stat : 8906 (java) S 8899 8901 7733 0 -1 4202560 2419 0 0 0 73 10 0 0 16 0 15 0 7159227 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8907] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8907/stat : 8907 (java) S 8899 8901 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 7159228 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8908] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8908/stat : 8908 (java) S 8899 8901 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 7159228 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8909] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8909/stat : 8909 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 7159232 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8910] ppid=8899 vsize=1540344 CPUtime=0.87
/proc/8901/task/8910/stat : 8910 (java) R 8899 8901 7733 0 -1 4202560 1816 0 0 0 86 1 0 0 15 0 15 0 7159232 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 105749633 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8901/tid=8911] ppid=8899 vsize=1540344 CPUtime=3.58
/proc/8901/task/8911/stat : 8911 (java) S 8899 8901 7733 0 -1 4202560 7758 0 0 0 355 3 0 0 15 0 15 0 7159232 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8912] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8912/stat : 8912 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 7159232 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8913] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8913/stat : 8913 (java) S 8899 8901 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 7159232 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8916] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8916/stat : 8916 (java) S 8899 8901 7733 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 7159296 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=8901/tid=8917] ppid=8899 vsize=1540344 CPUtime=0
/proc/8901/task/8917/stat : 8917 (java) S 8899 8901 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 7159298 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=8901/tid=8918] ppid=8899 vsize=1540344 CPUtime=0.01
/proc/8901/task/8918/stat : 8918 (java) R 8899 8901 7733 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 15 0 7161211 1577312256 49931 1992294400 134512640 134550932 4293303232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.42
Current children cumulated vsize (KiB) 1540344

Child status: 20
Real time (s): 19.9777
CPU time (s): 38.4751
CPU user time (s): 38.0822
CPU system time (s): 0.39294
CPU usage (%): 192.59
Max. virtual memory (cumulated for all children) (KiB): 1542476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0822
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56265
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= 1149
involuntary context switches= 1521

runsolver used 0.144977 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 06:06:19
IDJOB=2662850
IDBENCH=1368
IDSOLVER=1166
FILE ID=node015/2662850-1276315579
PBS_JOBID= 11173133
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662850-1276315579/watcher-2662850-1276315579 -o /tmp/evaluation-result-2662850-1276315579/solver-2662850-1276315579 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662850-1276315579.opb

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

MD5SUM BENCH= 0626939ca6144a564c8e59fb048e3266
RANDOM SEED=1146072334

node015.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1531332 kB
Buffers:         89588 kB
Cached:         309368 kB
SwapCached:          0 kB
Active:         175248 kB
Inactive:       283440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1531332 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59784 kB
Mapped:          15464 kB
Slab:            47068 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62548 MiB
End job on node015 at 2010-06-12 06:06:39