Trace number 2662810

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 77.8372 41.2776

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900570242.opb
MD5SUM490d573a1d39845890b306c349815f34
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 benchmark9.75252
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 749
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662810-1276299779.opb
0.24/0.21	c reading problem ... 
1.14/0.71	c ... done. Wall clock time 0.497s.
1.14/0.71	c #vars     231
1.14/0.71	c #constraints  2707
1.14/0.71	c constraints type 
1.14/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.14/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.14/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.14/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.14/0.71	c constraints type 
1.14/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.14/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.14/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.14/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.89/3.10	c cleaning 2498 clauses out of 5001 with flag 5001/5001
9.24/4.85	c cleaning 4247 clauses out of 8502 with flag 11000/11000
11.23/5.81	c cleaning 5625 clauses out of 11256 with flag 18001/18001
13.42/6.92	c cleaning 6811 clauses out of 13632 with flag 26002/26002
15.93/8.23	c cleaning 7904 clauses out of 15819 with flag 35000/35000
18.86/9.71	c cleaning 8952 clauses out of 17916 with flag 45001/45001
21.58/11.16	c cleaning 9478 clauses out of 18964 with flag 55001/55001
24.11/12.48	c cleaning 9737 clauses out of 19486 with flag 65001/65001
27.01/13.90	c cleaning 9870 clauses out of 19749 with flag 75001/75001
29.73/15.38	c cleaning 9931 clauses out of 19879 with flag 85001/85001
32.63/16.82	c cleaning 9967 clauses out of 19949 with flag 95002/95002
35.13/18.14	c cleaning 9978 clauses out of 19981 with flag 105001/105001
37.44/19.37	c cleaning 9995 clauses out of 20004 with flag 115002/115002
40.15/20.80	c cleaning 10003 clauses out of 20009 with flag 125002/125002
42.84/22.16	c cleaning 9988 clauses out of 20006 with flag 135002/135002
45.15/23.30	c cleaning 10002 clauses out of 20016 with flag 145000/145000
47.45/24.59	c cleaning 9996 clauses out of 20014 with flag 155000/155000
49.75/25.76	c cleaning 10004 clauses out of 20018 with flag 165000/165000
53.64/27.74	c cleaning 10000 clauses out of 20016 with flag 175002/175002
56.53/29.23	c cleaning 10002 clauses out of 20015 with flag 185001/185001
60.00/31.06	c cleaning 9999 clauses out of 20012 with flag 195000/195000
62.50/32.36	c cleaning 9999 clauses out of 20013 with flag 205000/205000
64.78/33.59	c cleaning 10002 clauses out of 20014 with flag 215000/215000
67.08/34.79	c cleaning 9999 clauses out of 20013 with flag 225001/225001
69.54/36.08	c cleaning 10004 clauses out of 20015 with flag 235002/235002
71.83/37.26	c cleaning 10001 clauses out of 20009 with flag 245000/245000
74.33/38.56	c cleaning 10000 clauses out of 20009 with flag 255001/255001
77.01/39.96	c cleaning 10000 clauses out of 20008 with flag 265000/265000
77.69/40.32	c And the winner is Resolution
77.78/41.18	c starts		: 130
77.78/41.18	c conflicts		: 267596
77.78/41.18	c decisions		: 470188
77.78/41.18	c propagations		: 11307921
77.78/41.18	c inspects		: 131120606
77.78/41.18	c learnt literals	: 4
77.78/41.18	c learnt binary clauses	: 17
77.78/41.18	c learnt ternary clauses	: 218
77.78/41.18	c learnt clauses	: 267591
77.78/41.18	c ignored clauses	: 0
77.78/41.18	c root simplifications	: 0
77.78/41.18	c removed literals (reason simplification)	: 1100351
77.78/41.18	c reason swapping (by a shorter reason)	: 0
77.78/41.18	c Calls to reduceDB	: 28
77.78/41.18	c number of reductions to clauses (during analyze)	: 0
77.78/41.18	c number of learned constraints concerned by reduction	: 0
77.78/41.18	c number of learning phase by resolution	: 0
77.78/41.18	c number of learning phase by cutting planes	: 0
77.78/41.18	c speed (assignments/second)	: 279352.7755132291
77.78/41.18	c non guided choices	143
77.79/41.20	c learnt constraints type 
77.79/41.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12582
77.79/41.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
77.79/41.20	c constraints type 
77.79/41.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
77.79/41.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
77.79/41.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
77.79/41.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
77.79/41.21	c constraints type 
77.79/41.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
77.79/41.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
77.79/41.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
77.79/41.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
77.79/41.21	s UNSATISFIABLE
77.79/41.21	c Total wall clock time (in seconds): 40.999

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-2662810-1276299779/watcher-2662810-1276299779 -o /tmp/evaluation-result-2662810-1276299779/solver-2662810-1276299779 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662810-1276299779.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: 0.96 1.19 1.13 3/106 6662
/proc/meminfo: memFree=1539228/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=248 CPUtime=0
/proc/6662/stat : 6662 (java) R 6660 6662 5972 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 5581942 253952 29 1992294400 134512640 134550932 4294201280 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6662/statm: 62 29 21 10 0 23 0

[startup+0.094587 s]
/proc/loadavg: 0.96 1.19 1.13 3/106 6662
/proc/meminfo: memFree=1539228/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1524180 CPUtime=0.08
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 3952 0 1 0 6 2 0 0 18 0 12 0 5581942 1560760320 3391 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.101587 s]
/proc/loadavg: 0.96 1.19 1.13 3/106 6662
/proc/meminfo: memFree=1539228/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1524180 CPUtime=0.08
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 3998 0 1 0 6 2 0 0 18 0 12 0 5581942 1560760320 3437 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 381045 3437 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301668 s]
/proc/loadavg: 0.96 1.19 1.13 3/106 6662
/proc/meminfo: memFree=1539228/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1525756 CPUtime=0.36
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 5392 0 1 0 33 3 0 0 18 0 12 0 5581942 1562374144 4829 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 381439 4830 1361 10 0 378742 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525756

[startup+0.701668 s]
/proc/loadavg: 0.96 1.19 1.13 3/106 6662
/proc/meminfo: memFree=1539228/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1528692 CPUtime=1.14
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 7554 0 1 0 109 5 0 0 18 0 12 0 5581942 1565380608 6896 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 382173 6898 1396 10 0 379476 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528692

[startup+1.50167 s]
/proc/loadavg: 1.13 1.22 1.14 6/122 6678
/proc/meminfo: memFree=1514612/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1535428 CPUtime=2.72
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 10235 0 1 0 266 6 0 0 18 0 16 0 5581942 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 383857 8730 1423 10 0 381160 0
[pid=6662/tid=6664] ppid=6660 vsize=1535428 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5265 0 1 0 66 2 0 0 19 0 16 0 5581943 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 16 0 5581944 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5581944 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 5581946 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 5581947 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5581947 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1535428 CPUtime=0.51
/proc/6662/task/6671/stat : 6671 (java) R 6660 6662 5972 0 -1 4202560 1461 0 0 0 51 0 0 0 25 0 16 0 5581951 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 104144471 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1535428 CPUtime=0.5
/proc/6662/task/6672/stat : 6672 (java) R 6660 6662 5972 0 -1 4202560 1939 0 0 0 49 1 0 0 25 0 16 0 5581951 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 101914437 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5581951 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6675] ppid=6660 vsize=1535428 CPUtime=0.77
/proc/6662/task/6675/stat : 6675 (java) R 6660 6662 5972 0 -1 4202560 135 0 0 0 77 0 0 0 18 0 16 0 5582013 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4109077011 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6676] ppid=6660 vsize=1535428 CPUtime=0.2
/proc/6662/task/6676/stat : 6676 (java) R 6660 6662 5972 0 -1 4202560 358 0 0 0 20 0 0 0 22 0 16 0 5582013 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 16 0 5582013 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1535428 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5582013 1572278272 8730 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1535428

[startup+3.10167 s]
/proc/loadavg: 1.13 1.22 1.14 5/122 6678
/proc/meminfo: memFree=1502088/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1542224 CPUtime=5.89
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 35882 0 1 0 571 18 0 0 18 0 16 0 5581942 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 385556 33869 1429 10 0 382859 0
[pid=6662/tid=6664] ppid=6660 vsize=1542224 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5265 0 1 0 66 2 0 0 18 0 16 0 5581943 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 16 0 5581944 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5581944 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 16 0 5581946 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 5581947 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5581947 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1542224 CPUtime=1.11
/proc/6662/task/6671/stat : 6671 (java) R 6660 6662 5972 0 -1 4202560 2856 0 0 0 110 1 0 0 25 0 16 0 5581951 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 105499489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1542224 CPUtime=1.19
/proc/6662/task/6672/stat : 6672 (java) R 6660 6662 5972 0 -1 4202560 2351 0 0 0 118 1 0 0 25 0 16 0 5581951 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 104138849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 5581951 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6675] ppid=6660 vsize=1542224 CPUtime=1.59
/proc/6662/task/6675/stat : 6675 (java) R 6660 6662 5972 0 -1 4202560 653 0 0 0 159 0 0 0 20 0 16 0 5582013 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 103615336 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6676] ppid=6660 vsize=1542224 CPUtime=1.25
/proc/6662/task/6676/stat : 6676 (java) R 6660 6662 5972 0 -1 4202560 23677 0 0 0 115 10 0 0 18 0 16 0 5582013 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4108628930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 16 0 5582013 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1542224 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5582013 1579237376 33869 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1542224

[startup+6.30167 s]
/proc/loadavg: 1.13 1.22 1.14 7/122 6678
/proc/meminfo: memFree=1380444/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1550112 CPUtime=12.22
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 48947 0 1 0 1200 22 0 0 18 0 16 0 5581942 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 387528 41335 1448 10 0 384831 0
[pid=6662/tid=6664] ppid=6660 vsize=1550112 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5265 0 1 0 66 2 0 0 15 0 16 0 5581943 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1550112 CPUtime=0.03
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 596 0 0 0 3 0 0 0 15 0 16 0 5581944 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1550112 CPUtime=0.02
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 475 0 0 0 2 0 0 0 15 0 16 0 5581944 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1550112 CPUtime=0.11
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 1427 0 0 0 11 0 0 0 16 0 16 0 5581946 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5581947 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5581947 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1550112 CPUtime=2.18
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8795 0 0 0 215 3 0 0 15 0 16 0 5581951 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1550112 CPUtime=1.99
/proc/6662/task/6672/stat : 6672 (java) R 6660 6662 5972 0 -1 4202560 4476 0 0 0 197 2 0 0 25 0 16 0 5581951 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 104142964 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 5581951 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6675] ppid=6660 vsize=1550112 CPUtime=3.57
/proc/6662/task/6675/stat : 6675 (java) R 6660 6662 5972 0 -1 4202560 671 0 0 0 357 0 0 0 21 0 16 0 5582013 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4109150940 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6676] ppid=6660 vsize=1550112 CPUtime=3.56
/proc/6662/task/6676/stat : 6676 (java) R 6660 6662 5972 0 -1 4202560 26165 0 0 0 345 11 0 0 16 0 16 0 5582013 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4109128658 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 16 0 5582013 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1550112 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5582013 1587314688 41335 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1550112

[startup+12.7017 s]
/proc/loadavg: 1.33 1.26 1.16 3/122 6678
/proc/meminfo: memFree=1340152/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1549596 CPUtime=24.64
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 58911 0 1 0 2438 26 0 0 18 0 16 0 5581942 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 387399 51085 1448 10 0 384702 0
[pid=6662/tid=6664] ppid=6660 vsize=1549596 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5265 0 1 0 66 2 0 0 15 0 16 0 5581943 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1549596 CPUtime=0.12
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 1705 0 0 0 12 0 0 0 16 0 16 0 5581944 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1549596 CPUtime=0.11
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 1518 0 0 0 11 0 0 0 15 0 16 0 5581944 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1549596 CPUtime=0.4
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 2557 0 0 0 40 0 0 0 16 0 16 0 5581946 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1549596 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5581947 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1549596 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5581947 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1549596 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1549596 CPUtime=2.26
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8805 0 0 0 223 3 0 0 15 0 16 0 5581951 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1549596 CPUtime=2.19
/proc/6662/task/6672/stat : 6672 (java) S 6660 6662 5972 0 -1 4202560 4512 0 0 0 217 2 0 0 15 0 16 0 5581951 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1549596 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1549596 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 5581951 1586786304 51085 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0

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

[pid=6662/tid=6667] ppid=6660 vsize=1550620 CPUtime=2.01
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 3072 0 0 0 191 10 0 0 16 0 16 0 5581946 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5581947 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5581947 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1550620 CPUtime=2.29
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8805 0 0 0 226 3 0 0 15 0 16 0 5581951 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1550620 CPUtime=3.7
/proc/6662/task/6672/stat : 6672 (java) S 6660 6662 5972 0 -1 4202560 6669 0 0 0 366 4 0 0 15 0 16 0 5581951 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 5581951 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6675] ppid=6660 vsize=1550620 CPUtime=31.71
/proc/6662/task/6675/stat : 6675 (java) R 6660 6662 5972 0 -1 4202560 818 0 0 0 3170 1 0 0 19 0 16 0 5582013 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4109078807 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6676] ppid=6660 vsize=1550620 CPUtime=32.59
/proc/6662/task/6676/stat : 6676 (java) R 6660 6662 5972 0 -1 4202560 32690 0 0 0 3246 13 0 0 25 0 16 0 5582013 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4109127624 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 16 0 5582013 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5582013 1587834880 53503 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 73.92
Current children cumulated vsize (KiB) 1550620

[startup+39.9017 s]
/proc/loadavg: 1.56 1.32 1.18 3/122 6680
/proc/meminfo: memFree=1328992/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1550620 CPUtime=77.01
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 63531 0 1 0 7660 41 0 0 18 0 16 0 5581942 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 387655 53504 1448 10 0 384958 0
[pid=6662/tid=6664] ppid=6660 vsize=1550620 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5267 0 1 0 66 2 0 0 15 0 16 0 5581943 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1550620 CPUtime=0.46
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 2619 0 0 0 44 2 0 0 15 0 16 0 5581944 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1550620 CPUtime=0.45
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 2507 0 0 0 44 1 0 0 16 0 16 0 5581944 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1550620 CPUtime=2.09
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 3072 0 0 0 199 10 0 0 15 0 16 0 5581946 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5581947 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5581947 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1550620 CPUtime=2.29
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8805 0 0 0 226 3 0 0 15 0 16 0 5581951 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1550620 CPUtime=3.7
/proc/6662/task/6672/stat : 6672 (java) S 6660 6662 5972 0 -1 4202560 6669 0 0 0 366 4 0 0 15 0 16 0 5581951 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5581951 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 5581951 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6675] ppid=6660 vsize=1550620 CPUtime=33.17
/proc/6662/task/6675/stat : 6675 (java) R 6660 6662 5972 0 -1 4202560 820 0 0 0 3316 1 0 0 21 0 16 0 5582013 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4109921808 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6662/tid=6676] ppid=6660 vsize=1550620 CPUtime=34.07
/proc/6662/task/6676/stat : 6676 (java) R 6660 6662 5972 0 -1 4202560 32691 0 0 0 3394 13 0 0 25 0 16 0 5582013 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4109256287 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 16 0 5582013 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5582013 1587834880 53504 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.01
Current children cumulated vsize (KiB) 1550620

[startup+40.7097 s]
/proc/loadavg: 1.44 1.30 1.17 1/120 6680
/proc/meminfo: memFree=1328884/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1550620 CPUtime=77.78
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 63653 0 1 0 7737 41 0 0 18 0 14 0 5581942 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 387655 53616 1449 10 0 384958 0
[pid=6662/tid=6664] ppid=6660 vsize=1550620 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5267 0 1 0 66 2 0 0 15 0 14 0 5581943 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1550620 CPUtime=0.47
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 2681 0 0 0 45 2 0 0 15 0 14 0 5581944 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1550620 CPUtime=0.47
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 2565 0 0 0 45 2 0 0 16 0 14 0 5581944 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1550620 CPUtime=2.2
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 3072 0 0 0 210 10 0 0 16 0 14 0 5581946 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5581947 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 5581947 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1550620 CPUtime=2.29
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8805 0 0 0 226 3 0 0 15 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1550620 CPUtime=3.7
/proc/6662/task/6672/stat : 6672 (java) S 6660 6662 5972 0 -1 4202560 6669 0 0 0 366 4 0 0 15 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 14 0 5582013 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5582013 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.78
Current children cumulated vsize (KiB) 1550620

[startup+41.1017 s]
/proc/loadavg: 1.44 1.30 1.17 1/120 6680
/proc/meminfo: memFree=1328884/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1550620 CPUtime=77.78
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 63653 0 1 0 7737 41 0 0 18 0 14 0 5581942 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 387655 53616 1449 10 0 384958 0
[pid=6662/tid=6664] ppid=6660 vsize=1550620 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5267 0 1 0 66 2 0 0 15 0 14 0 5581943 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1550620 CPUtime=0.47
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 2681 0 0 0 45 2 0 0 15 0 14 0 5581944 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1550620 CPUtime=0.47
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 2565 0 0 0 45 2 0 0 16 0 14 0 5581944 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1550620 CPUtime=2.2
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 3072 0 0 0 210 10 0 0 15 0 14 0 5581946 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5581947 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 5581947 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1550620 CPUtime=2.29
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8805 0 0 0 226 3 0 0 15 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1550620 CPUtime=3.7
/proc/6662/task/6672/stat : 6672 (java) S 6660 6662 5972 0 -1 4202560 6669 0 0 0 366 4 0 0 15 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 5581951 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 14 0 5582013 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5582013 1587834880 53616 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.78
Current children cumulated vsize (KiB) 1550620

[startup+41.2017 s]
/proc/loadavg: 1.44 1.30 1.17 1/120 6680
/proc/meminfo: memFree=1328884/2059040 swapFree=4192956/4192956
[pid=6662] ppid=6660 vsize=1550620 CPUtime=77.79
/proc/6662/stat : 6662 (java) S 6660 6662 5972 0 -1 4202496 63659 0 1 0 7738 41 0 0 18 0 15 0 5581942 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6662/statm: 387655 53622 1451 10 0 384958 0
[pid=6662/tid=6664] ppid=6660 vsize=1550620 CPUtime=0.68
/proc/6662/task/6664/stat : 6664 (java) S 6660 6662 5972 0 -1 4202560 5270 0 1 0 66 2 0 0 16 0 15 0 5581943 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6665] ppid=6660 vsize=1550620 CPUtime=0.47
/proc/6662/task/6665/stat : 6665 (java) S 6660 6662 5972 0 -1 4202560 2681 0 0 0 45 2 0 0 15 0 15 0 5581944 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6666] ppid=6660 vsize=1550620 CPUtime=0.47
/proc/6662/task/6666/stat : 6666 (java) S 6660 6662 5972 0 -1 4202560 2565 0 0 0 45 2 0 0 16 0 15 0 5581944 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6667] ppid=6660 vsize=1550620 CPUtime=2.2
/proc/6662/task/6667/stat : 6667 (java) S 6660 6662 5972 0 -1 4202560 3072 0 0 0 210 10 0 0 15 0 15 0 5581946 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6668] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6668/stat : 6668 (java) S 6660 6662 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 5581947 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6669] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6669/stat : 6669 (java) S 6660 6662 5972 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 5581947 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6670] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6670/stat : 6670 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 5581951 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6671] ppid=6660 vsize=1550620 CPUtime=2.29
/proc/6662/task/6671/stat : 6671 (java) S 6660 6662 5972 0 -1 4202560 8805 0 0 0 226 3 0 0 15 0 15 0 5581951 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6672] ppid=6660 vsize=1550620 CPUtime=3.7
/proc/6662/task/6672/stat : 6672 (java) R 6660 6662 5972 0 -1 4202560 6671 0 0 0 366 4 0 0 15 0 15 0 5581951 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 106106764 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6662/tid=6673] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6673/stat : 6673 (java) S 6660 6662 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 5581951 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6674] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6674/stat : 6674 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 15 0 5581951 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6662/tid=6677] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6677/stat : 6677 (java) S 6660 6662 5972 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 15 0 5582013 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6662/tid=6678] ppid=6660 vsize=1550620 CPUtime=0
/proc/6662/task/6678/stat : 6678 (java) S 6660 6662 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 5582013 1587834880 53622 1992294400 134512640 134550932 4294201280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.79
Current children cumulated vsize (KiB) 1550620

Child status: 20
Real time (s): 41.2776
CPU time (s): 77.8372
CPU user time (s): 77.4012
CPU system time (s): 0.435933
CPU usage (%): 188.57
Max. virtual memory (cumulated for all children) (KiB): 1555548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.4012
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63661
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= 1814
involuntary context switches= 2632

runsolver used 0.185971 second user time and 0.517921 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 01:42:59
IDJOB=2662810
IDBENCH=1324
IDSOLVER=1166
FILE ID=node001/2662810-1276299779
PBS_JOBID= 11173120
Free space on /tmp= 62364 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.1900570242.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662810-1276299779/watcher-2662810-1276299779 -o /tmp/evaluation-result-2662810-1276299779/solver-2662810-1276299779 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662810-1276299779.opb

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

MD5SUM BENCH= 490d573a1d39845890b306c349815f34
RANDOM SEED=231459396

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1539624 kB
Buffers:         78924 kB
Cached:         312116 kB
SwapCached:          0 kB
Active:         174228 kB
Inactive:       276240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1539624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:       59372 kB
Mapped:          15528 kB
Slab:            47080 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181812 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= 62364 MiB
End job on node001 at 2010-06-12 01:43:40