Trace number 2662822

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 60.2278 32.1491

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900563801.opb
MD5SUMc0dce06d795e831bf046e609ad2fb3fd
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 benchmark6.93994
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 719
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.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662822-1276303035.opb
0.24/0.22	c reading problem ... 
0.50/0.72	c ... done. Wall clock time 0.494s.
0.50/0.72	c #vars     231
0.50/0.72	c #constraints  2707
0.50/0.72	c constraints type 
0.50/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.50/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.50/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.50/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.50/0.72	c constraints type 
0.50/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.50/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.50/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.50/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.66/2.57	c cleaning 2500 clauses out of 5003 with flag 5003/5003
6.20/3.31	c cleaning 4249 clauses out of 8501 with flag 11001/11001
7.95/4.24	c cleaning 5623 clauses out of 11253 with flag 18002/18002
10.49/5.52	c cleaning 6809 clauses out of 13628 with flag 26000/26000
12.82/6.80	c cleaning 7906 clauses out of 15819 with flag 35000/35000
15.72/8.25	c cleaning 8955 clauses out of 17917 with flag 45004/45004
18.84/9.81	c cleaning 9474 clauses out of 18958 with flag 55000/55000
21.94/11.40	c cleaning 9734 clauses out of 19485 with flag 65001/65001
24.65/12.87	c cleaning 9870 clauses out of 19751 with flag 75001/75001
27.96/14.53	c cleaning 9937 clauses out of 19881 with flag 85001/85001
31.05/16.15	c cleaning 9966 clauses out of 19943 with flag 95000/95000
34.36/17.82	c cleaning 9983 clauses out of 19977 with flag 105000/105000
37.42/19.50	c cleaning 9995 clauses out of 19996 with flag 115002/115002
41.70/21.64	c cleaning 9996 clauses out of 19999 with flag 125000/125000
44.60/23.14	c cleaning 9998 clauses out of 20004 with flag 135001/135001
47.29/24.51	c cleaning 9995 clauses out of 20006 with flag 145001/145001
49.97/25.96	c cleaning 10002 clauses out of 20010 with flag 155000/155000
52.86/27.42	c cleaning 10004 clauses out of 20013 with flag 165005/165005
55.57/28.82	c cleaning 9990 clauses out of 20004 with flag 175000/175000
58.64/30.48	c cleaning 10002 clauses out of 20016 with flag 185002/185002
59.91/31.19	c And the winner is Resolution
60.14/32.06	c starts		: 117
60.14/32.06	c conflicts		: 189796
60.14/32.06	c decisions		: 331245
60.14/32.06	c propagations		: 8107598
60.14/32.06	c inspects		: 107451096
60.14/32.06	c learnt literals	: 4
60.14/32.06	c learnt binary clauses	: 12
60.14/32.06	c learnt ternary clauses	: 201
60.14/32.06	c learnt clauses	: 189791
60.14/32.06	c ignored clauses	: 0
60.14/32.06	c root simplifications	: 0
60.14/32.06	c removed literals (reason simplification)	: 843468
60.14/32.06	c reason swapping (by a shorter reason)	: 0
60.14/32.06	c Calls to reduceDB	: 20
60.14/32.06	c number of reductions to clauses (during analyze)	: 0
60.14/32.06	c number of learned constraints concerned by reduction	: 0
60.14/32.06	c number of learning phase by resolution	: 0
60.14/32.06	c number of learning phase by cutting planes	: 0
60.14/32.06	c speed (assignments/second)	: 258714.59569851297
60.14/32.06	c non guided choices	184
60.14/32.09	c learnt constraints type 
60.14/32.09	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14791
60.14/32.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
60.14/32.09	c constraints type 
60.14/32.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
60.14/32.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
60.14/32.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
60.14/32.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
60.14/32.09	c constraints type 
60.14/32.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
60.14/32.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
60.14/32.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
60.14/32.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
60.14/32.09	s UNSATISFIABLE
60.14/32.09	c Total wall clock time (in seconds): 31.863

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-2662822-1276303035/watcher-2662822-1276303035 -o /tmp/evaluation-result-2662822-1276303035/solver-2662822-1276303035 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662822-1276303035.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.00 1.00 1.00 3/106 7712
/proc/meminfo: memFree=1538244/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=248 CPUtime=0
/proc/7712/stat : 7712 (java6) R 7710 7712 6703 0 -1 4194304 110 0 0 0 0 0 0 0 23 0 1 0 5907204 253952 29 1992294400 134512640 134550932 4287152944 18446744073709551615 8782302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7712/statm: 62 29 21 10 0 23 0

[startup+0.0652889 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7712
/proc/meminfo: memFree=1538244/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1521664 CPUtime=0.04
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 3628 0 1 0 3 1 0 0 15 0 7 0 5907204 1558183936 3068 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 380416 3068 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101291 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7712
/proc/meminfo: memFree=1538244/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1524020 CPUtime=0.08
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 3925 0 1 0 6 2 0 0 15 0 12 0 5907204 1560596480 3363 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 381005 3363 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301311 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7712
/proc/meminfo: memFree=1538244/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1526384 CPUtime=0.34
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 5393 0 1 0 31 3 0 0 15 0 12 0 5907204 1563017216 4829 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 381596 4829 1361 10 0 378899 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526384

[startup+0.74617 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7712
/proc/meminfo: memFree=1538244/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1528928 CPUtime=1.17
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 7541 0 1 0 113 4 0 0 15 0 15 0 5907204 1565622272 6860 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 382232 6860 1411 10 0 379535 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1528928

[startup+1.50117 s]
/proc/loadavg: 1.00 1.00 1.00 6/122 7728
/proc/meminfo: memFree=1503584/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1537092 CPUtime=2.66
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 16230 0 1 0 257 9 0 0 15 0 16 0 5907204 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 384273 14379 1423 10 0 381576 0
[pid=7712/tid=7714] ppid=7710 vsize=1537092 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5282 0 1 0 64 3 0 0 19 0 16 0 5907206 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 5907207 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 5907207 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 5907209 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 5907210 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5907210 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5907214 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1537092 CPUtime=0.56
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 1159 0 0 0 56 0 0 0 16 0 16 0 5907214 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1537092 CPUtime=1.02
/proc/7712/task/7722/stat : 7722 (java) R 7710 7712 6703 0 -1 4202560 3083 0 0 0 101 1 0 0 16 0 16 0 5907214 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 106251298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907214 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907214 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7725] ppid=7710 vsize=1537092 CPUtime=0.08
/proc/7712/task/7725/stat : 7725 (java) R 7710 7712 6703 0 -1 4202560 54 0 0 0 8 0 0 0 20 0 16 0 5907276 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4109530730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7712/tid=7726] ppid=7710 vsize=1537092 CPUtime=0.28
/proc/7712/task/7726/stat : 7726 (java) R 7710 7712 6703 0 -1 4202560 5579 0 0 0 26 2 0 0 18 0 16 0 5907276 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4108969024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5907277 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1537092 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5907279 1573982208 14379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1537092

[startup+3.10817 s]
/proc/loadavg: 1.00 1.00 1.00 3/122 7728
/proc/meminfo: memFree=1445676/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1542360 CPUtime=5.82
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 33724 0 1 0 567 15 0 0 15 0 16 0 5907204 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385590 28816 1448 10 0 382893 0
[pid=7712/tid=7714] ppid=7710 vsize=1542360 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5282 0 1 0 64 3 0 0 18 0 16 0 5907206 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 209 0 0 0 0 0 0 0 16 0 16 0 5907207 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 219 0 0 0 0 0 0 0 18 0 16 0 5907207 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1542360 CPUtime=0.02
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 428 0 0 0 2 0 0 0 16 0 16 0 5907209 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5907210 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907210 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5907214 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1542360 CPUtime=1.02
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3151 0 0 0 102 0 0 0 15 0 16 0 5907214 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1542360 CPUtime=1.9
/proc/7712/task/7722/stat : 7722 (java) R 7710 7712 6703 0 -1 4202560 5593 0 0 0 187 3 0 0 15 0 16 0 5907214 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 105499024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907214 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907214 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7725] ppid=7710 vsize=1542360 CPUtime=1.18
/proc/7712/task/7725/stat : 7725 (java) R 7710 7712 6703 0 -1 4202560 682 0 0 0 117 1 0 0 21 0 16 0 5907276 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4109445535 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7712/tid=7726] ppid=7710 vsize=1542360 CPUtime=0.96
/proc/7712/task/7726/stat : 7726 (java) R 7710 7712 6703 0 -1 4202560 17087 0 0 0 91 5 0 0 18 0 16 0 5907276 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4109470988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5907277 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1542360 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5907279 1579376640 28816 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1542360

[startup+6.30203 s]
/proc/loadavg: 1.32 1.07 1.02 3/122 7728
/proc/meminfo: memFree=1382684/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1540664 CPUtime=12.02
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 45447 0 1 0 1182 20 0 0 15 0 16 0 5907204 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385166 39479 1448 10 0 382469 0
[pid=7712/tid=7714] ppid=7710 vsize=1540664 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5282 0 1 0 64 3 0 0 18 0 16 0 5907206 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1540664 CPUtime=0.05
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 725 0 0 0 5 0 0 0 16 0 16 0 5907207 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1540664 CPUtime=0.06
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 698 0 0 0 6 0 0 0 15 0 16 0 5907207 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1540664 CPUtime=0.14
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 1472 0 0 0 14 0 0 0 15 0 16 0 5907209 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5907210 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907210 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5907214 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1540664 CPUtime=1.26
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3716 0 0 0 125 1 0 0 15 0 16 0 5907214 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1540664 CPUtime=2.13
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 5647 0 0 0 210 3 0 0 16 0 16 0 5907214 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907214 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907214 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7725] ppid=7710 vsize=1540664 CPUtime=3.91
/proc/7712/task/7725/stat : 7725 (java) R 7710 7712 6703 0 -1 4202560 892 0 0 0 390 1 0 0 18 0 16 0 5907276 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4109114125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7712/tid=7726] ppid=7710 vsize=1540664 CPUtime=3.72
/proc/7712/task/7726/stat : 7726 (java) R 7710 7712 6703 0 -1 4202560 25942 0 0 0 364 8 0 0 21 0 16 0 5907276 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4109504798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5907277 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5907279 1577639936 39479 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 1540664

[startup+12.7018 s]
/proc/loadavg: 1.37 1.08 1.03 3/122 7728
/proc/meminfo: memFree=1348468/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1540664 CPUtime=24.45
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 54582 0 1 0 2421 24 0 0 15 0 16 0 5907204 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385166 48568 1448 10 0 382469 0
[pid=7712/tid=7714] ppid=7710 vsize=1540664 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5283 0 1 0 64 3 0 0 15 0 16 0 5907206 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1540664 CPUtime=0.14
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 1471 0 0 0 13 1 0 0 16 0 16 0 5907207 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1540664 CPUtime=0.13
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 1475 0 0 0 13 0 0 0 15 0 16 0 5907207 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1540664 CPUtime=0.39
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 2744 0 0 0 39 0 0 0 15 0 16 0 5907209 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5907210 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907210 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5907214 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1540664 CPUtime=1.27
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3716 0 0 0 126 1 0 0 15 0 16 0 5907214 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1540664 CPUtime=2.13
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 5647 0 0 0 210 3 0 0 15 0 16 0 5907214 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907214 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1540664 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907214 1577639936 48568 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0

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

[pid=7712/tid=7717] ppid=7710 vsize=1542988 CPUtime=1.26
/proc/7712/task/7717/stat : 7717 (java) R 7710 7712 6703 0 -1 4202560 3259 0 0 0 125 1 0 0 16 0 16 0 5907209 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 105886127 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5907210 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907210 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5907214 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1542988 CPUtime=1.31
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3721 0 0 0 130 1 0 0 15 0 16 0 5907214 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1542988 CPUtime=2.52
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 6931 0 0 0 249 3 0 0 15 0 16 0 5907214 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907214 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907214 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7725] ppid=7710 vsize=1542988 CPUtime=24.63
/proc/7712/task/7725/stat : 7725 (java) S 7710 7712 6703 0 -1 4202560 1010 0 0 0 2461 2 0 0 25 0 16 0 5907276 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7726] ppid=7710 vsize=1542988 CPUtime=24.55
/proc/7712/task/7726/stat : 7726 (java) S 7710 7712 6703 0 -1 4202560 32185 0 0 0 2444 11 0 0 25 0 16 0 5907276 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5907277 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5907279 1580019712 51379 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.68
Current children cumulated vsize (KiB) 1542988

[startup+30.5012 s]
/proc/loadavg: 1.47 1.12 1.04 3/122 7730
/proc/meminfo: memFree=1336192/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1542988 CPUtime=58.82
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 58591 0 1 0 5854 28 0 0 15 0 16 0 5907204 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385747 51667 1448 10 0 383050 0
[pid=7712/tid=7714] ppid=7710 vsize=1542988 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5284 0 1 0 64 3 0 0 15 0 16 0 5907206 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 2497 0 0 0 33 2 0 0 15 0 16 0 5907207 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 2578 0 0 0 34 1 0 0 16 0 16 0 5907207 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1542988 CPUtime=1.29
/proc/7712/task/7717/stat : 7717 (java) R 7710 7712 6703 0 -1 4202560 3310 0 0 0 128 1 0 0 15 0 16 0 5907209 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 104177828 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5907210 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907210 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5907214 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1542988 CPUtime=1.31
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3721 0 0 0 130 1 0 0 15 0 16 0 5907214 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1542988 CPUtime=2.52
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 6931 0 0 0 249 3 0 0 15 0 16 0 5907214 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907214 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907214 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7725] ppid=7710 vsize=1542988 CPUtime=26.17
/proc/7712/task/7725/stat : 7725 (java) S 7710 7712 6703 0 -1 4202560 1012 0 0 0 2615 2 0 0 25 0 16 0 5907276 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7726] ppid=7710 vsize=1542988 CPUtime=26.08
/proc/7712/task/7726/stat : 7726 (java) S 7710 7712 6703 0 -1 4202560 32185 0 0 0 2597 11 0 0 25 0 16 0 5907276 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5907277 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5907279 1580019712 51667 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.82
Current children cumulated vsize (KiB) 1542988

[startup+31.3012 s]
/proc/loadavg: 1.47 1.12 1.04 3/122 7730
/proc/meminfo: memFree=1335820/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1542988 CPUtime=60.14
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 58593 0 1 0 5986 28 0 0 15 0 14 0 5907204 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385747 51669 1449 10 0 383050 0
[pid=7712/tid=7714] ppid=7710 vsize=1542988 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5284 0 1 0 64 3 0 0 15 0 14 0 5907206 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 2497 0 0 0 33 2 0 0 15 0 14 0 5907207 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 2578 0 0 0 34 1 0 0 16 0 14 0 5907207 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1542988 CPUtime=1.38
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 3310 0 0 0 137 1 0 0 16 0 14 0 5907209 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5907210 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5907210 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1542988 CPUtime=1.31
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3721 0 0 0 130 1 0 0 15 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1542988 CPUtime=2.54
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 6931 0 0 0 251 3 0 0 15 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 5907277 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 5907279 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.14
Current children cumulated vsize (KiB) 1542988

[startup+31.7012 s]
/proc/loadavg: 1.47 1.12 1.04 3/122 7730
/proc/meminfo: memFree=1335820/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1542988 CPUtime=60.14
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 58593 0 1 0 5986 28 0 0 15 0 14 0 5907204 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385747 51669 1449 10 0 383050 0
[pid=7712/tid=7714] ppid=7710 vsize=1542988 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5284 0 1 0 64 3 0 0 15 0 14 0 5907206 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 2497 0 0 0 33 2 0 0 15 0 14 0 5907207 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 2578 0 0 0 34 1 0 0 16 0 14 0 5907207 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1542988 CPUtime=1.38
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 3310 0 0 0 137 1 0 0 15 0 14 0 5907209 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5907210 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5907210 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1542988 CPUtime=1.31
/proc/7712/task/7721/stat : 7721 (java) S 7710 7712 6703 0 -1 4202560 3721 0 0 0 130 1 0 0 15 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1542988 CPUtime=2.54
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 6931 0 0 0 251 3 0 0 15 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 5907214 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 5907277 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 5907279 1580019712 51669 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.14
Current children cumulated vsize (KiB) 1542988

[startup+32.1092 s]
/proc/loadavg: 1.47 1.12 1.04 1/120 7730
/proc/meminfo: memFree=1335836/2059040 swapFree=4192956/4192956
[pid=7712] ppid=7710 vsize=1542988 CPUtime=60.19
/proc/7712/stat : 7712 (java) S 7710 7712 6703 0 -1 4202496 58602 0 1 0 5991 28 0 0 15 0 14 0 5907204 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7712/statm: 385747 51677 1451 10 0 383050 0
[pid=7712/tid=7714] ppid=7710 vsize=1542988 CPUtime=0.67
/proc/7712/task/7714/stat : 7714 (java) S 7710 7712 6703 0 -1 4202560 5290 0 1 0 64 3 0 0 15 0 14 0 5907206 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7715] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7715/stat : 7715 (java) S 7710 7712 6703 0 -1 4202560 2497 0 0 0 33 2 0 0 15 0 14 0 5907207 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7716] ppid=7710 vsize=1542988 CPUtime=0.35
/proc/7712/task/7716/stat : 7716 (java) S 7710 7712 6703 0 -1 4202560 2578 0 0 0 34 1 0 0 16 0 14 0 5907207 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7717] ppid=7710 vsize=1542988 CPUtime=1.38
/proc/7712/task/7717/stat : 7717 (java) S 7710 7712 6703 0 -1 4202560 3310 0 0 0 137 1 0 0 15 0 14 0 5907209 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7718] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7718/stat : 7718 (java) S 7710 7712 6703 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5907210 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7719] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7719/stat : 7719 (java) S 7710 7712 6703 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5907210 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7720] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7720/stat : 7720 (java) S 7710 7712 6703 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 5907214 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7721] ppid=7710 vsize=1542988 CPUtime=1.34
/proc/7712/task/7721/stat : 7721 (java) R 7710 7712 6703 0 -1 4202560 3721 0 0 0 133 1 0 0 15 0 14 0 5907214 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 105754753 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7712/tid=7722] ppid=7710 vsize=1542988 CPUtime=2.54
/proc/7712/task/7722/stat : 7722 (java) S 7710 7712 6703 0 -1 4202560 6933 0 0 0 251 3 0 0 15 0 14 0 5907214 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=7712/tid=7723] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7723/stat : 7723 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5907214 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7724] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7724/stat : 7724 (java) S 7710 7712 6703 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 5907214 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7727] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7727/stat : 7727 (java) S 7710 7712 6703 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 5907277 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=7712/tid=7728] ppid=7710 vsize=1542988 CPUtime=0
/proc/7712/task/7728/stat : 7728 (java) S 7710 7712 6703 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 5907279 1580019712 51677 1992294400 134512640 134550932 4287892800 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.19
Current children cumulated vsize (KiB) 1542988

Child status: 20
Real time (s): 32.1491
CPU time (s): 60.2278
CPU user time (s): 59.9209
CPU system time (s): 0.306953
CPU usage (%): 187.339
Max. virtual memory (cumulated for all children) (KiB): 1544652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.9209
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58602
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= 1704
involuntary context switches= 2253

runsolver used 0.182972 second user time and 0.354946 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 02:37:15
IDJOB=2662822
IDBENCH=1336
IDSOLVER=1166
FILE ID=node005/2662822-1276303035
PBS_JOBID= 11173113
Free space on /tmp= 62532 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.1900563801.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662822-1276303035/watcher-2662822-1276303035 -o /tmp/evaluation-result-2662822-1276303035/solver-2662822-1276303035 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662822-1276303035.opb

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

MD5SUM BENCH= c0dce06d795e831bf046e609ad2fb3fd
RANDOM SEED=225533479

node005.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.246
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.49
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.246
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1538516 kB
Buffers:         83852 kB
Cached:         308804 kB
SwapCached:          0 kB
Active:         171768 kB
Inactive:       280164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1538516 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             436 kB
Writeback:           8 kB
AnonPages:       59224 kB
Mapped:          15404 kB
Slab:            46684 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181076 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= 62532 MiB
End job on node005 at 2010-06-12 02:37:47