Trace number 2662796

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 155.383 81.3316

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
MD5SUMc118a5f7f4e95d7123e302378befd6ff
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 benchmark8.36073
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 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662796-1276293926.opb
0.24/0.22	c reading problem ... 
1.12/0.74	c ... done. Wall clock time 0.526s.
1.12/0.74	c #vars     231
1.12/0.74	c #constraints  2707
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.12/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.12/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.12/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.12/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.27/2.90	c cleaning 2498 clauses out of 5002 with flag 5002/5002
7.84/4.15	c cleaning 4248 clauses out of 8502 with flag 11000/11000
10.22/5.34	c cleaning 5625 clauses out of 11255 with flag 18001/18001
12.95/6.75	c cleaning 6806 clauses out of 13629 with flag 26000/26000
15.48/8.02	c cleaning 7907 clauses out of 15825 with flag 35002/35002
18.41/9.55	c cleaning 8951 clauses out of 17916 with flag 45000/45000
20.90/10.87	c cleaning 9479 clauses out of 18965 with flag 55000/55000
23.62/12.28	c cleaning 9739 clauses out of 19487 with flag 65001/65001
26.13/13.56	c cleaning 9872 clauses out of 19747 with flag 75000/75000
28.84/14.97	c cleaning 9926 clauses out of 19875 with flag 85000/85000
31.76/16.41	c cleaning 9971 clauses out of 19949 with flag 95000/95000
34.08/17.68	c cleaning 9986 clauses out of 19981 with flag 105003/105003
36.56/18.98	c cleaning 9993 clauses out of 19993 with flag 115001/115001
39.06/20.26	c cleaning 10000 clauses out of 19999 with flag 125000/125000
41.77/21.64	c cleaning 9997 clauses out of 19999 with flag 135000/135000
44.48/23.08	c cleaning 9992 clauses out of 20004 with flag 145002/145002
47.35/24.52	c cleaning 9996 clauses out of 20010 with flag 155000/155000
49.85/25.88	c cleaning 10003 clauses out of 20015 with flag 165001/165001
52.96/27.43	c cleaning 10000 clauses out of 20011 with flag 175000/175000
55.64/28.80	c cleaning 9996 clauses out of 20013 with flag 185002/185002
58.32/30.20	c cleaning 10005 clauses out of 20016 with flag 195001/195001
60.61/31.46	c cleaning 10001 clauses out of 20010 with flag 205000/205000
63.12/32.76	c cleaning 9998 clauses out of 20012 with flag 215003/215003
66.00/34.20	c cleaning 10001 clauses out of 20012 with flag 225001/225001
68.67/35.69	c cleaning 10002 clauses out of 20011 with flag 235001/235001
71.36/37.02	c cleaning 9999 clauses out of 20009 with flag 245001/245001
74.25/38.55	c cleaning 9993 clauses out of 20009 with flag 255000/255000
77.13/40.08	c cleaning 9998 clauses out of 20016 with flag 265000/265000
80.19/41.62	c cleaning 10007 clauses out of 20022 with flag 275004/275004
82.88/43.04	c cleaning 10000 clauses out of 20011 with flag 285000/285000
85.57/44.45	c cleaning 10002 clauses out of 20012 with flag 295001/295001
88.46/45.96	c cleaning 9998 clauses out of 20010 with flag 305001/305001
90.93/47.29	c cleaning 10000 clauses out of 20013 with flag 315002/315002
93.79/48.72	c cleaning 10001 clauses out of 20011 with flag 325000/325000
96.47/50.18	c cleaning 9998 clauses out of 20010 with flag 335000/335000
99.16/51.55	c cleaning 9998 clauses out of 20013 with flag 345001/345001
102.02/53.04	c cleaning 9992 clauses out of 20014 with flag 355000/355000
104.89/54.54	c cleaning 10005 clauses out of 20023 with flag 365001/365001
107.97/56.13	c cleaning 10004 clauses out of 20017 with flag 375000/375000
110.83/57.61	c cleaning 9997 clauses out of 20014 with flag 385001/385001
113.48/59.04	c cleaning 10003 clauses out of 20017 with flag 395001/395001
117.14/60.99	c cleaning 10005 clauses out of 20013 with flag 405000/405000
119.81/62.37	c cleaning 9993 clauses out of 20009 with flag 415001/415001
122.87/63.97	c cleaning 10005 clauses out of 20019 with flag 425004/425004
125.51/65.33	c cleaning 10004 clauses out of 20011 with flag 435001/435001
127.99/66.64	c cleaning 9997 clauses out of 20006 with flag 445000/445000
130.26/67.87	c cleaning 10000 clauses out of 20010 with flag 455001/455001
132.73/69.13	c cleaning 10003 clauses out of 20013 with flag 465004/465004
135.19/70.48	c cleaning 9993 clauses out of 20006 with flag 475000/475000
137.84/71.88	c cleaning 10003 clauses out of 20013 with flag 485000/485000
140.31/73.12	c cleaning 9999 clauses out of 20010 with flag 495000/495000
142.58/74.37	c cleaning 9996 clauses out of 20012 with flag 505001/505001
145.02/75.63	c cleaning 10004 clauses out of 20017 with flag 515002/515002
147.29/76.88	c cleaning 10000 clauses out of 20012 with flag 525001/525001
150.15/78.31	c cleaning 9998 clauses out of 20012 with flag 535001/535001
152.81/79.72	c cleaning 10005 clauses out of 20018 with flag 545005/545005
155.05/80.95	c And the winner is Resolution
155.29/81.26	c starts		: 153
155.29/81.26	c conflicts		: 553756
155.29/81.26	c decisions		: 927087
155.29/81.26	c propagations		: 24774665
155.29/81.26	c inspects		: 286260009
155.29/81.26	c learnt literals	: 3
155.29/81.26	c learnt binary clauses	: 15
155.29/81.26	c learnt ternary clauses	: 406
155.29/81.26	c learnt clauses	: 553752
155.29/81.26	c ignored clauses	: 0
155.29/81.26	c root simplifications	: 0
155.29/81.26	c removed literals (reason simplification)	: 2422425
155.29/81.26	c reason swapping (by a shorter reason)	: 0
155.29/81.26	c Calls to reduceDB	: 56
155.29/81.26	c number of reductions to clauses (during analyze)	: 0
155.29/81.26	c number of learned constraints concerned by reduction	: 0
155.29/81.26	c number of learning phase by resolution	: 0
155.29/81.26	c number of learning phase by cutting planes	: 0
155.29/81.26	c speed (assignments/second)	: 307702.47779916786
155.29/81.26	c non guided choices	162
155.29/81.28	c learnt constraints type 
155.29/81.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18745
155.29/81.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
155.29/81.28	c constraints type 
155.29/81.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
155.29/81.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
155.29/81.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
155.29/81.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
155.29/81.28	c constraints type 
155.29/81.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
155.29/81.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
155.29/81.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
155.29/81.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
155.29/81.28	s UNSATISFIABLE
155.29/81.28	c Total wall clock time (in seconds): 81.067

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-2662796-1276293926/watcher-2662796-1276293926 -o /tmp/evaluation-result-2662796-1276293926/solver-2662796-1276293926 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662796-1276293926.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.08 3/106 5659
/proc/meminfo: memFree=1557088/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1832 CPUtime=0
/proc/5659/stat : 5659 (java6) R 5657 5659 5592 0 -1 4194304 240 0 0 0 0 0 0 0 19 0 1 0 4996452 1875968 143 1992294400 134512640 134550932 4286927232 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5659/statm: 458 143 107 10 0 63 0

[startup+0.071934 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5659
/proc/meminfo: memFree=1557088/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1521796 CPUtime=0.05
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 3707 0 1 0 3 2 0 0 18 0 7 0 4996452 1558319104 3148 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 380449 3148 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101937 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5659
/proc/meminfo: memFree=1557088/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1524180 CPUtime=0.08
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 3958 0 1 0 5 3 0 0 18 0 12 0 4996452 1560760320 3397 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30017 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5659
/proc/meminfo: memFree=1557088/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1526232 CPUtime=0.35
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 5379 0 1 0 31 4 0 0 18 0 12 0 4996452 1562861568 4816 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 381558 4816 1361 10 0 378861 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526232

[startup+0.701161 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5659
/proc/meminfo: memFree=1557088/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1530892 CPUtime=1.12
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 7980 0 1 0 105 7 0 0 18 0 12 0 4996452 1567633408 7140 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 382723 7140 1396 10 0 380026 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530892

[startup+1.50214 s]
/proc/loadavg: 1.00 1.00 1.08 5/122 5675
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1533628 CPUtime=2.71
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 10549 0 1 0 263 8 0 0 18 0 16 0 4996452 1570435072 8826 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 383407 8826 1422 10 0 380710 0
[pid=5659/tid=5661] ppid=5657 vsize=1533628 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5275 0 1 0 67 5 0 0 19 0 16 0 4996454 1570435072 8826 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 4996455 1570435072 8826 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 4996455 1570435072 8826 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 4996457 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 4996457 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 4996457 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1533628 CPUtime=0.51
/proc/5659/task/5668/stat : 5668 (java) R 5657 5659 5592 0 -1 4202560 2045 0 0 0 50 1 0 0 25 0 16 0 4996462 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 104163519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1533628 CPUtime=0.69
/proc/5659/task/5669/stat : 5669 (java) R 5657 5659 5592 0 -1 4202560 1432 0 0 0 69 0 0 0 25 0 16 0 4996462 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 103861484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1570435072 8827 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) R 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4996462 1570435072 8828 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5672] ppid=5657 vsize=1533628 CPUtime=0.43
/proc/5659/task/5672/stat : 5672 (java) R 5657 5659 5592 0 -1 4202560 115 0 0 0 43 0 0 0 21 0 16 0 4996527 1570435072 8828 1992294400 134512640 134550932 4291723232 18446744073709551615 4108717086 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5673] ppid=5657 vsize=1533628 CPUtime=0.31
/proc/5659/task/5673/stat : 5673 (java) R 5657 5659 5592 0 -1 4202560 611 0 0 0 31 0 0 0 22 0 16 0 4996527 1570435072 8828 1992294400 134512640 134550932 4291723232 18446744073709551615 4108745588 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 4996528 1570435072 8828 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1533628 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4996528 1570435072 8828 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1533628

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.08 4/122 5675
/proc/meminfo: memFree=1516600/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1547880 CPUtime=5.86
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 31581 0 1 0 568 18 0 0 18 0 16 0 4996452 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 386970 28247 1438 10 0 384273 0
[pid=5659/tid=5661] ppid=5657 vsize=1547880 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5275 0 1 0 67 5 0 0 18 0 16 0 4996454 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1547880 CPUtime=0.01
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 444 0 0 0 1 0 0 0 18 0 16 0 4996455 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1547880 CPUtime=0
/proc/5659/task/5663/stat : 5663 (java) R 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 4996455 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1547880 CPUtime=0.04
/proc/5659/task/5664/stat : 5664 (java) R 5657 5659 5592 0 -1 4202560 445 0 0 0 3 1 0 0 17 0 16 0 4996457 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1547880 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) R 5657 5659 5592 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4996457 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1547880 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 4996457 1585029120 28247 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1547880 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1585029120 28256 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1547880 CPUtime=1.2
/proc/5659/task/5668/stat : 5668 (java) R 5657 5659 5592 0 -1 4202560 4547 0 0 0 118 2 0 0 16 0 16 0 4996462 1585029120 28258 1992294400 134512640 134550932 4291723232 18446744073709551615 103864103 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1547880 CPUtime=1.41
/proc/5659/task/5669/stat : 5669 (java) R 5657 5659 5592 0 -1 4202560 3519 0 0 0 140 1 0 0 25 0 16 0 4996462 1585029120 28259 1992294400 134512640 134550932 4291723232 18446744073709551615 106251278 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1547424 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1584562176 28145 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1547424 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4996462 1584562176 28145 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5672] ppid=5657 vsize=1547424 CPUtime=1.27
/proc/5659/task/5672/stat : 5672 (java) R 5657 5659 5592 0 -1 4202560 732 0 0 0 127 0 0 0 16 0 16 0 4996527 1584562176 28145 1992294400 134512640 134550932 4291723232 18446744073709551615 4109148881 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5673] ppid=5657 vsize=1547424 CPUtime=1.15
/proc/5659/task/5673/stat : 5673 (java) R 5657 5659 5592 0 -1 4202560 15561 0 0 0 109 6 0 0 16 0 16 0 4996527 1584562176 28145 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1547424 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 4996528 1584562176 28145 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1547424 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4996528 1584562176 28145 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1547880

[startup+6.30104 s]
/proc/loadavg: 1.48 1.10 1.11 2/122 5675
/proc/meminfo: memFree=1398056/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1549844 CPUtime=12.17
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 50282 0 1 0 1192 25 0 0 18 0 16 0 4996452 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 387461 41166 1448 10 0 384764 0
[pid=5659/tid=5661] ppid=5657 vsize=1549844 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5275 0 1 0 67 5 0 0 15 0 16 0 4996454 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1549844 CPUtime=0.02
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 752 0 0 0 2 0 0 0 15 0 16 0 4996455 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1549844 CPUtime=0.03
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 471 0 0 0 3 0 0 0 16 0 16 0 4996455 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1549844 CPUtime=0.12
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 1229 0 0 0 11 1 0 0 16 0 16 0 4996457 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 4996457 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4996457 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1549844 CPUtime=2.8
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9760 0 0 0 276 4 0 0 15 0 16 0 4996462 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1549844 CPUtime=1.66
/proc/5659/task/5669/stat : 5669 (java) R 5657 5659 5592 0 -1 4202560 4893 0 0 0 164 2 0 0 25 0 16 0 4996462 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 105952969 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4996462 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5672] ppid=5657 vsize=1549844 CPUtime=3.4
/proc/5659/task/5672/stat : 5672 (java) R 5657 5659 5592 0 -1 4202560 1147 0 0 0 340 0 0 0 16 0 16 0 4996527 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4109196858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5673] ppid=5657 vsize=1549844 CPUtime=3.34
/proc/5659/task/5673/stat : 5673 (java) R 5657 5659 5592 0 -1 4202560 25682 0 0 0 325 9 0 0 16 0 16 0 4996527 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4109182207 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 4996528 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1549844 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4996528 1587040256 41166 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 1549844

[startup+12.7021 s]
/proc/loadavg: 1.60 1.13 1.12 3/122 5675
/proc/meminfo: memFree=1363708/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1545112 CPUtime=24.54
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 59759 0 1 0 2425 29 0 0 18 0 16 0 4996452 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 386278 49662 1448 10 0 383581 0
[pid=5659/tid=5661] ppid=5657 vsize=1545112 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5276 0 1 0 67 5 0 0 15 0 16 0 4996454 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1545112 CPUtime=0.12
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 1948 0 0 0 12 0 0 0 15 0 16 0 4996455 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1545112 CPUtime=0.13
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 1652 0 0 0 13 0 0 0 16 0 16 0 4996455 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1545112 CPUtime=0.43
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 2701 0 0 0 41 2 0 0 16 0 16 0 4996457 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1545112 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 4996457 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1545112 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4996457 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1545112 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1545112 CPUtime=2.85
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9764 0 0 0 281 4 0 0 15 0 16 0 4996462 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1545112 CPUtime=1.73
/proc/5659/task/5669/stat : 5669 (java) S 5657 5659 5592 0 -1 4202560 4925 0 0 0 171 2 0 0 17 0 16 0 4996462 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1545112 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1545112 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4996462 1582194688 49662 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0

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

[pid=5659/tid=5666] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4996457 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1546440 CPUtime=2.85
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9764 0 0 0 281 4 0 0 15 0 16 0 4996462 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1546440 CPUtime=2.54
/proc/5659/task/5669/stat : 5669 (java) S 5657 5659 5592 0 -1 4202560 6451 0 0 0 251 3 0 0 16 0 16 0 4996462 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 4996462 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5672] ppid=5657 vsize=1546440 CPUtime=67.11
/proc/5659/task/5672/stat : 5672 (java) R 5657 5659 5592 0 -1 4202560 1272 0 0 0 6710 1 0 0 17 0 16 0 4996527 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4109230900 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5673] ppid=5657 vsize=1546440 CPUtime=67.38
/proc/5659/task/5673/stat : 5673 (java) R 5657 5659 5592 0 -1 4202560 31227 0 0 0 6726 12 0 0 25 0 16 0 4996527 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4109362576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 4996528 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4996528 1583554560 54438 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 147.09
Current children cumulated vsize (KiB) 1546440

[startup+79.9014 s]
/proc/loadavg: 1.90 1.30 1.18 3/122 5677
/proc/meminfo: memFree=1342876/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1546440 CPUtime=153.06
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 66167 0 1 0 15266 40 0 0 18 0 16 0 4996452 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 386610 54547 1448 10 0 383913 0
[pid=5659/tid=5661] ppid=5657 vsize=1546440 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5276 0 1 0 67 5 0 0 15 0 16 0 4996454 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1546440 CPUtime=0.84
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 4230 0 0 0 79 5 0 0 16 0 16 0 4996455 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1546440 CPUtime=0.86
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 3471 0 0 0 83 3 0 0 16 0 16 0 4996455 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1546440 CPUtime=5.12
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 3393 0 0 0 509 3 0 0 16 0 16 0 4996457 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 4996457 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4996457 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1546440 CPUtime=2.85
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9764 0 0 0 281 4 0 0 15 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1546440 CPUtime=2.54
/proc/5659/task/5669/stat : 5669 (java) S 5657 5659 5592 0 -1 4202560 6451 0 0 0 251 3 0 0 16 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5672] ppid=5657 vsize=1546440 CPUtime=69.91
/proc/5659/task/5672/stat : 5672 (java) R 5657 5659 5592 0 -1 4202560 1275 0 0 0 6990 1 0 0 16 0 16 0 4996527 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4109231036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5673] ppid=5657 vsize=1546440 CPUtime=70.14
/proc/5659/task/5673/stat : 5673 (java) R 5657 5659 5592 0 -1 4202560 31228 0 0 0 7002 12 0 0 24 0 16 0 4996527 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4109182207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 4996528 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4996528 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 153.06
Current children cumulated vsize (KiB) 1546440

[startup+80.7014 s]
/proc/loadavg: 1.91 1.31 1.18 3/122 5677
/proc/meminfo: memFree=1342876/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1546440 CPUtime=154.65
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 66167 0 1 0 15425 40 0 0 18 0 16 0 4996452 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 386610 54547 1448 10 0 383913 0
[pid=5659/tid=5661] ppid=5657 vsize=1546440 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5276 0 1 0 67 5 0 0 15 0 16 0 4996454 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1546440 CPUtime=0.84
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 4230 0 0 0 79 5 0 0 16 0 16 0 4996455 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1546440 CPUtime=0.86
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 3471 0 0 0 83 3 0 0 16 0 16 0 4996455 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1546440 CPUtime=5.12
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 3393 0 0 0 509 3 0 0 16 0 16 0 4996457 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 4996457 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4996457 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1546440 CPUtime=2.85
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9764 0 0 0 281 4 0 0 15 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1546440 CPUtime=2.56
/proc/5659/task/5669/stat : 5669 (java) S 5657 5659 5592 0 -1 4202560 6451 0 0 0 253 3 0 0 15 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 4996462 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5672] ppid=5657 vsize=1546440 CPUtime=70.71
/proc/5659/task/5672/stat : 5672 (java) R 5657 5659 5592 0 -1 4202560 1275 0 0 0 7070 1 0 0 17 0 16 0 4996527 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4109335670 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5659/tid=5673] ppid=5657 vsize=1546440 CPUtime=70.9
/proc/5659/task/5673/stat : 5673 (java) R 5657 5659 5592 0 -1 4202560 31228 0 0 0 7078 12 0 0 25 0 16 0 4996527 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4109182207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 4996528 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4996528 1583554560 54547 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 154.65
Current children cumulated vsize (KiB) 1546440

[startup+81.1014 s]
/proc/loadavg: 1.91 1.31 1.18 3/122 5677
/proc/meminfo: memFree=1342876/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1546440 CPUtime=155.29
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 66168 0 1 0 15489 40 0 0 18 0 14 0 4996452 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 386610 54548 1449 10 0 383913 0
[pid=5659/tid=5661] ppid=5657 vsize=1546440 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5276 0 1 0 67 5 0 0 15 0 14 0 4996454 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1546440 CPUtime=0.84
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 4230 0 0 0 79 5 0 0 16 0 14 0 4996455 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1546440 CPUtime=0.86
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 3471 0 0 0 83 3 0 0 16 0 14 0 4996455 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1546440 CPUtime=5.12
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 3393 0 0 0 509 3 0 0 15 0 14 0 4996457 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 4996457 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 4996457 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4996462 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1546440 CPUtime=2.85
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9764 0 0 0 281 4 0 0 15 0 14 0 4996462 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1546440 CPUtime=2.59
/proc/5659/task/5669/stat : 5669 (java) S 5657 5659 5592 0 -1 4202560 6451 0 0 0 256 3 0 0 15 0 14 0 4996462 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4996462 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) S 5657 5659 5592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 4996462 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 4996528 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 4996528 1583554560 54548 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 155.29
Current children cumulated vsize (KiB) 1546440

[startup+81.3026 s]
/proc/loadavg: 1.91 1.31 1.18 2/120 5678
/proc/meminfo: memFree=1342768/2059040 swapFree=4192956/4192956
[pid=5659] ppid=5657 vsize=1546440 CPUtime=155.35
/proc/5659/stat : 5659 (java) S 5657 5659 5592 0 -1 4202496 66176 0 1 0 15495 40 0 0 18 0 14 0 4996452 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5659/statm: 386610 54556 1451 10 0 383913 0
[pid=5659/tid=5661] ppid=5657 vsize=1546440 CPUtime=0.72
/proc/5659/task/5661/stat : 5661 (java) S 5657 5659 5592 0 -1 4202560 5281 0 1 0 67 5 0 0 15 0 14 0 4996454 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5662] ppid=5657 vsize=1546440 CPUtime=0.84
/proc/5659/task/5662/stat : 5662 (java) S 5657 5659 5592 0 -1 4202560 4230 0 0 0 79 5 0 0 16 0 14 0 4996455 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5663] ppid=5657 vsize=1546440 CPUtime=0.86
/proc/5659/task/5663/stat : 5663 (java) S 5657 5659 5592 0 -1 4202560 3471 0 0 0 83 3 0 0 16 0 14 0 4996455 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5664] ppid=5657 vsize=1546440 CPUtime=5.12
/proc/5659/task/5664/stat : 5664 (java) S 5657 5659 5592 0 -1 4202560 3393 0 0 0 509 3 0 0 15 0 14 0 4996457 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 0 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5665] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5665/stat : 5665 (java) S 5657 5659 5592 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 4996457 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5666] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5666/stat : 5666 (java) S 5657 5659 5592 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 4996457 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5667] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5667/stat : 5667 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4996462 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5668] ppid=5657 vsize=1546440 CPUtime=2.85
/proc/5659/task/5668/stat : 5668 (java) S 5657 5659 5592 0 -1 4202560 9764 0 0 0 281 4 0 0 15 0 14 0 4996462 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 1 0 0 0
[pid=5659/tid=5669] ppid=5657 vsize=1546440 CPUtime=2.63
/proc/5659/task/5669/stat : 5669 (java) R 5657 5659 5592 0 -1 4202560 6453 0 0 0 260 3 0 0 15 0 14 0 4996462 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 105953645 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5670] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5670/stat : 5670 (java) S 5657 5659 5592 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4996462 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5671] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5671/stat : 5671 (java) R 5657 5659 5592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 4996462 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5659/tid=5674] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5674/stat : 5674 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 4996528 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
[pid=5659/tid=5675] ppid=5657 vsize=1546440 CPUtime=0
/proc/5659/task/5675/stat : 5675 (java) S 5657 5659 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 4996528 1583554560 54556 1992294400 134512640 134550932 4291723232 18446744073709551615 4294960144 0 4 0 16800975 18446604437831833600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 155.35
Current children cumulated vsize (KiB) 1546440

Child status: 20
Real time (s): 81.3316
CPU time (s): 155.383
CPU user time (s): 154.955
CPU system time (s): 0.427934
CPU usage (%): 191.049
Max. virtual memory (cumulated for all children) (KiB): 1552080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.955
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66176
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= 3134
involuntary context switches= 4948

runsolver used 0.557915 second user time and 0.837872 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 00:05:26
IDJOB=2662796
IDBENCH=1308
IDSOLVER=1166
FILE ID=node004/2662796-1276293926
PBS_JOBID= 11173125
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.1900670675.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662796-1276293926/watcher-2662796-1276293926 -o /tmp/evaluation-result-2662796-1276293926/solver-2662796-1276293926 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662796-1276293926.opb

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

MD5SUM BENCH= c118a5f7f4e95d7123e302378befd6ff
RANDOM SEED=33158518

node004.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.210
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.42
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.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1557484 kB
Buffers:         66940 kB
Cached:         307972 kB
SwapCached:          0 kB
Active:         167400 kB
Inactive:       266868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1557484 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15384 kB
Slab:            45452 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182572 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 node004 at 2010-06-12 00:06:47