Trace number 2662838

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 70.9912 37.2657

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
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 benchmark24.1743
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 687
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/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@1f436f5
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@18385e3
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-2662838-1276309215.opb
0.24/0.22	c reading problem ... 
1.08/0.72	c ... done. Wall clock time 0.494s.
1.08/0.72	c #vars     231
1.08/0.72	c #constraints  2707
1.08/0.72	c constraints type 
1.08/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.08/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.08/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.08/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.08/0.72	c constraints type 
1.08/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.08/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.08/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.08/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.85/2.17	c cleaning 2495 clauses out of 5000 with flag 5000/5000
5.61/3.03	c cleaning 4248 clauses out of 8506 with flag 11001/11001
7.16/3.90	c cleaning 5626 clauses out of 11259 with flag 18002/18002
10.30/5.45	c cleaning 6815 clauses out of 13633 with flag 26002/26002
12.83/6.72	c cleaning 7899 clauses out of 15816 with flag 35000/35000
15.73/8.28	c cleaning 8955 clauses out of 17917 with flag 45000/45000
18.65/9.72	c cleaning 9472 clauses out of 18962 with flag 55000/55000
21.38/11.15	c cleaning 9741 clauses out of 19490 with flag 65000/65000
24.06/12.56	c cleaning 9872 clauses out of 19749 with flag 75000/75000
26.98/14.07	c cleaning 9935 clauses out of 19877 with flag 85000/85000
30.67/15.99	c cleaning 9963 clauses out of 19942 with flag 95000/95000
34.96/18.19	c cleaning 9978 clauses out of 19979 with flag 105000/105000
37.85/19.65	c cleaning 9997 clauses out of 20001 with flag 115000/115000
40.93/21.24	c cleaning 9992 clauses out of 20006 with flag 125002/125002
43.83/22.78	c cleaning 10003 clauses out of 20015 with flag 135003/135003
46.32/24.02	c cleaning 10001 clauses out of 20010 with flag 145001/145001
48.80/25.36	c cleaning 9998 clauses out of 20010 with flag 155002/155002
51.49/26.76	c cleaning 9989 clauses out of 20010 with flag 165000/165000
53.99/28.03	c cleaning 10001 clauses out of 20021 with flag 175000/175000
56.29/29.28	c cleaning 9999 clauses out of 20022 with flag 185002/185002
58.76/30.59	c cleaning 10009 clauses out of 20022 with flag 195001/195001
61.25/31.88	c cleaning 10000 clauses out of 20013 with flag 205001/205001
63.94/33.20	c cleaning 10003 clauses out of 20013 with flag 215001/215001
66.44/34.55	c cleaning 9997 clauses out of 20009 with flag 225000/225000
69.31/36.02	c cleaning 9996 clauses out of 20012 with flag 235000/235000
70.81/36.83	c And the winner is Resolution
70.92/37.19	c starts		: 120
70.92/37.19	c conflicts		: 241047
70.92/37.19	c decisions		: 436536
70.92/37.19	c propagations		: 8534372
70.92/37.19	c inspects		: 131217450
70.92/37.19	c learnt literals	: 6
70.92/37.19	c learnt binary clauses	: 24
70.92/37.19	c learnt ternary clauses	: 269
70.92/37.19	c learnt clauses	: 241040
70.92/37.19	c ignored clauses	: 0
70.92/37.19	c root simplifications	: 0
70.92/37.19	c removed literals (reason simplification)	: 1075287
70.92/37.19	c reason swapping (by a shorter reason)	: 0
70.92/37.19	c Calls to reduceDB	: 25
70.92/37.19	c number of reductions to clauses (during analyze)	: 0
70.92/37.19	c number of learned constraints concerned by reduction	: 0
70.92/37.19	c number of learning phase by resolution	: 0
70.92/37.19	c number of learning phase by cutting planes	: 0
70.92/37.19	c speed (assignments/second)	: 234004.3322091525
70.92/37.19	c non guided choices	169
70.92/37.21	c learnt constraints type 
70.92/37.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16032
70.92/37.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
70.92/37.21	c constraints type 
70.92/37.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
70.92/37.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
70.92/37.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
70.92/37.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
70.92/37.21	c constraints type 
70.92/37.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
70.92/37.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
70.92/37.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
70.92/37.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
70.92/37.22	s UNSATISFIABLE
70.92/37.22	c Total wall clock time (in seconds): 36.992

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-2662838-1276309215/watcher-2662838-1276309215 -o /tmp/evaluation-result-2662838-1276309215/solver-2662838-1276309215 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662838-1276309215.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.92 0.98 1.18 3/106 9659
/proc/meminfo: memFree=1429232/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1700 CPUtime=0
/proc/9659/stat : 9659 (java6) R 9657 9659 8944 0 -1 4194304 167 0 0 0 0 0 0 0 19 0 1 0 6522868 1740800 72 1992294400 134512640 134550932 4293358208 18446744073709551615 3723792 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9659/statm: 425 82 62 10 0 30 0

[startup+0.109603 s]
/proc/loadavg: 0.92 0.98 1.18 3/106 9659
/proc/meminfo: memFree=1429232/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1524180 CPUtime=0.09
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 4006 0 1 0 7 2 0 0 15 0 12 0 6522868 1560760320 3445 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 381045 3445 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.213616 s]
/proc/loadavg: 0.92 0.98 1.18 3/106 9659
/proc/meminfo: memFree=1429232/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1526280 CPUtime=0.24
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 5111 0 1 0 21 3 0 0 15 0 12 0 6522868 1562910720 4548 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 381570 4548 1346 10 0 378873 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526280

[startup+0.300632 s]
/proc/loadavg: 0.92 0.98 1.18 3/106 9659
/proc/meminfo: memFree=1429232/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1526280 CPUtime=0.34
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 5381 0 1 0 31 3 0 0 15 0 12 0 6522868 1562910720 4818 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 381570 4819 1358 10 0 378873 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526280

[startup+0.700709 s]
/proc/loadavg: 0.92 0.98 1.18 3/106 9659
/proc/meminfo: memFree=1429232/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1528076 CPUtime=1.08
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 7295 0 1 0 104 4 0 0 15 0 12 0 6522868 1564749824 6659 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 382019 6659 1396 10 0 379322 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528076

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 1.18 5/122 9675
/proc/meminfo: memFree=1398912/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1535884 CPUtime=2.67
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 11456 0 1 0 261 6 0 0 15 0 16 0 6522868 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 383971 9758 1425 10 0 381274 0
[pid=9659/tid=9661] ppid=9657 vsize=1535884 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5270 0 1 0 64 3 0 0 19 0 16 0 6522870 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 6522871 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6522871 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 6522873 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 6522873 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6522873 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1535884 CPUtime=0.55
/proc/9659/task/9668/stat : 9668 (java) R 9657 9659 8944 0 -1 4202560 968 0 0 0 55 0 0 0 18 0 16 0 6522878 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 105510757 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1535884 CPUtime=0.92
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 2887 0 0 0 92 0 0 0 15 0 16 0 6522878 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6522878 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1535884 CPUtime=0.31
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 136 0 0 0 31 0 0 0 20 0 16 0 6522940 1572745216 9758 1992294400 134512640 134550932 4287083200 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1535884 CPUtime=0.16
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 1121 0 0 0 16 0 0 0 22 0 16 0 6522940 1572745216 9759 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1572745216 9759 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1535884 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1572745216 9759 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1535884

[startup+3.10212 s]
/proc/loadavg: 0.92 0.98 1.18 2/122 9675
/proc/meminfo: memFree=1375724/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1540704 CPUtime=5.78
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 26361 0 1 0 566 12 0 0 15 0 16 0 6522868 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 385176 22434 1443 10 0 382479 0
[pid=9659/tid=9661] ppid=9657 vsize=1540704 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5270 0 1 0 64 3 0 0 18 0 16 0 6522870 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1540704 CPUtime=0.01
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 451 0 0 0 1 0 0 0 15 0 16 0 6522871 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 315 0 0 0 0 0 0 0 18 0 16 0 6522871 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1540704 CPUtime=0.05
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 620 0 0 0 5 0 0 0 16 0 16 0 6522873 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6522873 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6522873 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1540704 CPUtime=1.59
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 3618 0 0 0 158 1 0 0 15 0 16 0 6522878 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1540704 CPUtime=1.24
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 3761 0 0 0 123 1 0 0 15 0 16 0 6522878 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6522878 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1540704 CPUtime=1.56
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 818 0 0 0 156 0 0 0 18 0 16 0 6522940 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4109382700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1540704 CPUtime=0.59
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 10434 0 0 0 55 4 0 0 17 0 16 0 6522940 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4109407620 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1540704 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1577680896 22434 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 1540704

[startup+6.30167 s]
/proc/loadavg: 1.01 1.00 1.18 2/122 9675
/proc/meminfo: memFree=1274788/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1541624 CPUtime=12.02
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 45304 0 1 0 1182 20 0 0 15 0 16 0 6522868 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 385406 39908 1448 10 0 382709 0
[pid=9659/tid=9661] ppid=9657 vsize=1541624 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5270 0 1 0 64 3 0 0 18 0 16 0 6522870 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1541624 CPUtime=0.05
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 887 0 0 0 5 0 0 0 16 0 16 0 6522871 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1541624 CPUtime=0.05
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 734 0 0 0 5 0 0 0 15 0 16 0 6522871 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1541624 CPUtime=0.14
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 1410 0 0 0 14 0 0 0 15 0 16 0 6522873 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6522873 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6522873 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1541624 CPUtime=1.7
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 3771 0 0 0 169 1 0 0 15 0 16 0 6522878 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1541624 CPUtime=1.86
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 185 1 0 0 16 0 16 0 6522878 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6522878 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1541624 CPUtime=4.2
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 1058 0 0 0 420 0 0 0 20 0 16 0 6522940 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4109509295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1541624 CPUtime=3.25
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 25774 0 0 0 315 10 0 0 20 0 16 0 6522940 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4109406300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1578622976 39908 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 1541624

[startup+12.701 s]
/proc/loadavg: 1.09 1.02 1.19 3/122 9677
/proc/meminfo: memFree=1238704/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1541624 CPUtime=24.4
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 54102 0 1 0 2416 24 0 0 15 0 16 0 6522868 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 385406 48673 1448 10 0 382709 0
[pid=9659/tid=9661] ppid=9657 vsize=1541624 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5270 0 1 0 64 3 0 0 18 0 16 0 6522870 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1541624 CPUtime=0.14
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 1555 0 0 0 14 0 0 0 15 0 16 0 6522871 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1541624 CPUtime=0.13
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 1449 0 0 0 13 0 0 0 16 0 16 0 6522871 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1541624 CPUtime=0.44
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 2753 0 0 0 44 0 0 0 15 0 16 0 6522873 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6522873 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6522873 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1541624 CPUtime=1.7
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 3771 0 0 0 169 1 0 0 15 0 16 0 6522878 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1541624 CPUtime=1.88
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 186 2 0 0 15 0 16 0 6522878 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1541624 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6522878 1578622976 48673 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0

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

[pid=9659/tid=9668] ppid=9657 vsize=1541176 CPUtime=2.77
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 5521 0 0 0 274 3 0 0 15 0 16 0 6522878 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1541176 CPUtime=1.94
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 192 2 0 0 15 0 16 0 6522878 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 6522878 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1541176 CPUtime=27.06
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 1187 0 0 0 2706 0 0 0 25 0 16 0 6522940 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4109346728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1541176 CPUtime=26.84
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 31743 0 0 0 2671 13 0 0 25 0 16 0 6522940 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4109405926 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1578164224 50914 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.58
Current children cumulated vsize (KiB) 1541176

[startup+35.2015 s]
/proc/loadavg: 1.32 1.08 1.20 3/122 9677
/proc/meminfo: memFree=1228660/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1541176 CPUtime=67.73
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 58608 0 1 0 6745 28 0 0 15 0 16 0 6522868 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 385294 51181 1448 10 0 382597 0
[pid=9659/tid=9661] ppid=9657 vsize=1541176 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5271 0 1 0 64 3 0 0 15 0 16 0 6522870 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1541176 CPUtime=0.39
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 2932 0 0 0 38 1 0 0 16 0 16 0 6522871 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1541176 CPUtime=0.38
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 2564 0 0 0 37 1 0 0 16 0 16 0 6522871 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1541176 CPUtime=1.7
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 2984 0 0 0 169 1 0 0 16 0 16 0 6522873 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6522873 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6522873 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1541176 CPUtime=2.79
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 5521 0 0 0 276 3 0 0 15 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1541176 CPUtime=1.94
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 192 2 0 0 15 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1541176 CPUtime=30.04
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 1190 0 0 0 3004 0 0 0 25 0 16 0 6522940 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4109385625 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1541176 CPUtime=29.74
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 31744 0 0 0 2961 13 0 0 25 0 16 0 6522940 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4109505915 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.73
Current children cumulated vsize (KiB) 1541176

[startup+36.0015 s]
/proc/loadavg: 1.32 1.08 1.20 3/122 9677
/proc/meminfo: memFree=1228660/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1541176 CPUtime=69.31
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 58614 0 1 0 6902 29 0 0 15 0 16 0 6522868 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 385294 51181 1448 10 0 382597 0
[pid=9659/tid=9661] ppid=9657 vsize=1541176 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5271 0 1 0 64 3 0 0 15 0 16 0 6522870 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1541176 CPUtime=0.4
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 2932 0 0 0 39 1 0 0 15 0 16 0 6522871 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1541176 CPUtime=0.4
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 2564 0 0 0 38 2 0 0 16 0 16 0 6522871 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1541176 CPUtime=1.71
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 2986 0 0 0 170 1 0 0 16 0 16 0 6522873 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6522873 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6522873 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1541176 CPUtime=2.79
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 5521 0 0 0 276 3 0 0 15 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1541176 CPUtime=1.94
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 192 2 0 0 15 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 6522878 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1541176 CPUtime=30.81
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 1191 0 0 0 3081 0 0 0 25 0 16 0 6522940 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4109031087 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1541176 CPUtime=30.51
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 31745 0 0 0 3038 13 0 0 25 0 16 0 6522940 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4109407922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1578164224 51181 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.31
Current children cumulated vsize (KiB) 1541176

[startup+36.8014 s]
/proc/loadavg: 1.32 1.08 1.20 3/122 9677
/proc/meminfo: memFree=1228660/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1541176 CPUtime=70.81
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 58616 0 1 0 7052 29 0 0 15 0 16 0 6522868 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 385294 51182 1448 10 0 382597 0
[pid=9659/tid=9661] ppid=9657 vsize=1541176 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5271 0 1 0 64 3 0 0 15 0 16 0 6522870 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1541176 CPUtime=0.41
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 2932 0 0 0 40 1 0 0 15 0 16 0 6522871 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1541176 CPUtime=0.4
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 2564 0 0 0 38 2 0 0 16 0 16 0 6522871 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1541176 CPUtime=1.79
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 2986 0 0 0 178 1 0 0 16 0 16 0 6522873 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6522873 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6522873 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6522878 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1541176 CPUtime=2.81
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 5521 0 0 0 278 3 0 0 16 0 16 0 6522878 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1541176 CPUtime=1.94
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 192 2 0 0 15 0 16 0 6522878 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6522878 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 6522878 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9672] ppid=9657 vsize=1541176 CPUtime=31.53
/proc/9659/task/9672/stat : 9672 (java) R 9657 9659 8944 0 -1 4202560 1193 0 0 0 3152 1 0 0 25 0 16 0 6522940 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4109433591 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9659/tid=9673] ppid=9657 vsize=1541176 CPUtime=31.18
/proc/9659/task/9673/stat : 9673 (java) R 9657 9659 8944 0 -1 4202560 31745 0 0 0 3105 13 0 0 25 0 16 0 6522940 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4109324503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6522941 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1541176 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6522943 1578164224 51182 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.81
Current children cumulated vsize (KiB) 1541176

[startup+37.2014 s]
/proc/loadavg: 1.32 1.08 1.20 3/122 9677
/proc/meminfo: memFree=1228660/2059040 swapFree=4192956/4192956
[pid=9659] ppid=9657 vsize=1539736 CPUtime=70.92
/proc/9659/stat : 9659 (java) S 9657 9659 8944 0 -1 4202496 58621 0 1 0 7063 29 0 0 15 0 15 0 6522868 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9659/statm: 384934 50826 1449 10 0 382237 0
[pid=9659/tid=9661] ppid=9657 vsize=1539736 CPUtime=0.67
/proc/9659/task/9661/stat : 9661 (java) S 9657 9659 8944 0 -1 4202560 5274 0 1 0 64 3 0 0 16 0 15 0 6522870 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9662] ppid=9657 vsize=1539736 CPUtime=0.41
/proc/9659/task/9662/stat : 9662 (java) S 9657 9659 8944 0 -1 4202560 2932 0 0 0 40 1 0 0 15 0 15 0 6522871 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9663] ppid=9657 vsize=1539736 CPUtime=0.4
/proc/9659/task/9663/stat : 9663 (java) S 9657 9659 8944 0 -1 4202560 2564 0 0 0 38 2 0 0 16 0 15 0 6522871 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9664] ppid=9657 vsize=1539736 CPUtime=1.79
/proc/9659/task/9664/stat : 9664 (java) S 9657 9659 8944 0 -1 4202560 2986 0 0 0 178 1 0 0 15 0 15 0 6522873 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 0 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9665] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9665/stat : 9665 (java) S 9657 9659 8944 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 6522873 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9666] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9666/stat : 9666 (java) S 9657 9659 8944 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6522873 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9667] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9667/stat : 9667 (java) S 9657 9659 8944 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 6522878 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9668] ppid=9657 vsize=1539736 CPUtime=2.81
/proc/9659/task/9668/stat : 9668 (java) S 9657 9659 8944 0 -1 4202560 5521 0 0 0 278 3 0 0 16 0 15 0 6522878 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9669] ppid=9657 vsize=1539736 CPUtime=1.94
/proc/9659/task/9669/stat : 9669 (java) S 9657 9659 8944 0 -1 4202560 5326 0 0 0 192 2 0 0 15 0 15 0 6522878 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9670] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9670/stat : 9670 (java) S 9657 9659 8944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 6522878 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9671] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9671/stat : 9671 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 15 0 6522878 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
[pid=9659/tid=9674] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9674/stat : 9674 (java) S 9657 9659 8944 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 6522941 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 0 0 0 0
[pid=9659/tid=9675] ppid=9657 vsize=1539736 CPUtime=0
/proc/9659/task/9675/stat : 9675 (java) S 9657 9659 8944 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 6522943 1576689664 50826 1992294400 134512640 134550932 4287083200 18446744073709551615 4294960144 0 4 0 16800975 18446604437876573376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.92
Current children cumulated vsize (KiB) 1539736

Child status: 20
Real time (s): 37.2657
CPU time (s): 70.9912
CPU user time (s): 70.6763
CPU system time (s): 0.314952
CPU usage (%): 190.5
Max. virtual memory (cumulated for all children) (KiB): 1543684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6763
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58627
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= 1823
involuntary context switches= 2518

runsolver used 0.167974 second user time and 0.461929 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 04:20:15
IDJOB=2662838
IDBENCH=1353
IDSOLVER=1166
FILE ID=node014/2662838-1276309215
PBS_JOBID= 11173139
Free space on /tmp= 62464 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.1900551864.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662838-1276309215/watcher-2662838-1276309215 -o /tmp/evaluation-result-2662838-1276309215/solver-2662838-1276309215 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662838-1276309215.opb

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

MD5SUM BENCH= 733d8edd6a6cbfe19e20f4970079db5a
RANDOM SEED=573239052

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1429504 kB
Buffers:         88352 kB
Cached:         398488 kB
SwapCached:          0 kB
Active:         182292 kB
Inactive:       364408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1429504 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             436 kB
Writeback:          16 kB
AnonPages:       59716 kB
Mapped:          15432 kB
Slab:            60920 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181976 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= 62464 MiB
End job on node014 at 2010-06-12 04:20:52