Trace number 2662825

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 144.928 76.2044

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567024.opb
MD5SUM42a09607e2cf515cb7da5ec0628015c7
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 benchmark11.2293
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 755
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662825-1276304971.opb
0.25/0.21	c reading problem ... 
1.13/0.74	c ... done. Wall clock time 0.526s.
1.13/0.74	c #vars     231
1.13/0.74	c #constraints  2707
1.13/0.74	c constraints type 
1.13/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.13/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.13/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.13/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.13/0.74	c constraints type 
1.13/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.13/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.13/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.13/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
7.67/4.09	c cleaning 2498 clauses out of 5000 with flag 5000/5000
9.60/5.04	c cleaning 4250 clauses out of 8502 with flag 11000/11000
11.34/5.91	c cleaning 5624 clauses out of 11252 with flag 18000/18000
13.47/7.00	c cleaning 6809 clauses out of 13628 with flag 26000/26000
15.78/8.28	c cleaning 7905 clauses out of 15820 with flag 35001/35001
18.90/9.81	c cleaning 8957 clauses out of 17916 with flag 45002/45002
22.00/11.41	c cleaning 9471 clauses out of 18958 with flag 55001/55001
25.11/13.06	c cleaning 9741 clauses out of 19489 with flag 65003/65003
27.81/14.46	c cleaning 9869 clauses out of 19745 with flag 75000/75000
31.12/16.11	c cleaning 9934 clauses out of 19877 with flag 85001/85001
34.03/17.69	c cleaning 9966 clauses out of 19942 with flag 95000/95000
36.91/19.13	c cleaning 9978 clauses out of 19976 with flag 105000/105000
39.61/20.58	c cleaning 9993 clauses out of 19999 with flag 115001/115001
43.10/22.33	c cleaning 10003 clauses out of 20007 with flag 125002/125002
46.20/23.98	c cleaning 9997 clauses out of 20002 with flag 135000/135000
49.29/25.58	c cleaning 9997 clauses out of 20006 with flag 145001/145001
52.16/27.07	c cleaning 9997 clauses out of 20009 with flag 155001/155001
54.85/28.43	c cleaning 10005 clauses out of 20014 with flag 165003/165003
57.55/29.81	c cleaning 9993 clauses out of 20008 with flag 175002/175002
60.23/31.23	c cleaning 10001 clauses out of 20017 with flag 185004/185004
63.31/32.83	c cleaning 10004 clauses out of 20016 with flag 195004/195004
66.20/34.34	c cleaning 10003 clauses out of 20013 with flag 205005/205005
68.90/35.77	c cleaning 10001 clauses out of 20007 with flag 215002/215002
71.57/37.10	c cleaning 9997 clauses out of 20006 with flag 225002/225002
74.25/38.57	c cleaning 10000 clauses out of 20010 with flag 235003/235003
76.93/39.95	c cleaning 9997 clauses out of 20007 with flag 245000/245000
79.41/41.26	c cleaning 10002 clauses out of 20011 with flag 255001/255001
82.10/42.60	c cleaning 9998 clauses out of 20010 with flag 265002/265002
84.57/43.97	c cleaning 9997 clauses out of 20011 with flag 275001/275001
87.24/45.37	c cleaning 10004 clauses out of 20013 with flag 285000/285000
89.92/46.79	c cleaning 10000 clauses out of 20009 with flag 295000/295000
92.60/48.11	c cleaning 9995 clauses out of 20009 with flag 305000/305000
95.07/49.41	c cleaning 10002 clauses out of 20015 with flag 315001/315001
97.74/50.87	c cleaning 9998 clauses out of 20012 with flag 325000/325000
100.61/52.32	c cleaning 10005 clauses out of 20017 with flag 335003/335003
103.09/53.65	c cleaning 10001 clauses out of 20011 with flag 345002/345002
105.76/55.08	c cleaning 10002 clauses out of 20008 with flag 355000/355000
108.62/56.53	c cleaning 10000 clauses out of 20007 with flag 365001/365001
111.30/57.90	c cleaning 9996 clauses out of 20006 with flag 375000/375000
113.78/59.30	c cleaning 9997 clauses out of 20010 with flag 385000/385000
116.62/60.79	c cleaning 10003 clauses out of 20014 with flag 395001/395001
119.49/62.29	c cleaning 9999 clauses out of 20012 with flag 405002/405002
122.76/63.96	c cleaning 10005 clauses out of 20014 with flag 415003/415003
125.42/65.36	c cleaning 9995 clauses out of 20006 with flag 425000/425000
128.07/66.73	c cleaning 9996 clauses out of 20014 with flag 435003/435003
130.74/68.18	c cleaning 9999 clauses out of 20016 with flag 445001/445001
133.61/69.63	c cleaning 10002 clauses out of 20018 with flag 455002/455002
136.07/70.98	c cleaning 9994 clauses out of 20014 with flag 465000/465000
138.70/72.39	c cleaning 10004 clauses out of 20021 with flag 475001/475001
141.38/73.75	c cleaning 10006 clauses out of 20016 with flag 485000/485000
144.23/75.27	c cleaning 10002 clauses out of 20009 with flag 495000/495000
144.71/75.52	c And the winner is Resolution
144.84/76.14	c starts		: 152
144.84/76.14	c conflicts		: 496389
144.84/76.14	c decisions		: 883769
144.84/76.14	c propagations		: 20955729
144.84/76.14	c inspects		: 263582425
144.84/76.14	c learnt literals	: 7
144.84/76.14	c learnt binary clauses	: 27
144.84/76.14	c learnt ternary clauses	: 570
144.84/76.14	c learnt clauses	: 496381
144.84/76.14	c ignored clauses	: 0
144.84/76.14	c root simplifications	: 0
144.84/76.14	c removed literals (reason simplification)	: 2200243
144.84/76.14	c reason swapping (by a shorter reason)	: 0
144.84/76.14	c Calls to reduceDB	: 51
144.84/76.14	c number of reductions to clauses (during analyze)	: 0
144.84/76.14	c number of learned constraints concerned by reduction	: 0
144.84/76.14	c number of learning phase by resolution	: 0
144.84/76.14	c number of learning phase by cutting planes	: 0
144.84/76.14	c speed (assignments/second)	: 277934.81259449857
144.84/76.14	c non guided choices	121
144.84/76.16	c learnt constraints type 
144.84/76.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11362
144.84/76.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
144.84/76.16	c constraints type 
144.84/76.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
144.84/76.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
144.84/76.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
144.84/76.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
144.84/76.16	c constraints type 
144.84/76.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
144.84/76.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
144.84/76.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
144.84/76.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
144.84/76.16	s UNSATISFIABLE
144.84/76.16	c Total wall clock time (in seconds): 75.951

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-2662825-1276304971/watcher-2662825-1276304971 -o /tmp/evaluation-result-2662825-1276304971/solver-2662825-1276304971 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662825-1276304971.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.09 1.04 1.01 3/106 8991
/proc/meminfo: memFree=1773828/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=248 CPUtime=0
/proc/8991/stat : 8991 (java) R 8989 8991 7304 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 6098640 253952 29 1992294400 134512640 134550932 4288724880 18446744073709551615 6382164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8991/statm: 62 29 21 10 0 23 0

[startup+0.0999319 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 8991
/proc/meminfo: memFree=1773828/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1524180 CPUtime=0.08
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 6098640 1560760320 3401 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.101928 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 8991
/proc/meminfo: memFree=1773828/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1524180 CPUtime=0.08
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 3970 0 1 0 6 2 0 0 18 0 12 0 6098640 1560760320 3409 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 381045 3409 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301129 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 8991
/proc/meminfo: memFree=1773828/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1526264 CPUtime=0.36
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 5394 0 1 0 33 3 0 0 18 0 12 0 6098640 1562894336 4831 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 381566 4831 1361 10 0 378869 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526264

[startup+0.701128 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 8991
/proc/meminfo: memFree=1773828/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1530412 CPUtime=1.13
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 7871 0 1 0 108 5 0 0 18 0 12 0 6098640 1567141888 7091 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 382603 7091 1396 10 0 379906 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530412

[startup+1.50113 s]
/proc/loadavg: 1.09 1.04 1.01 5/122 9007
/proc/meminfo: memFree=1747972/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1534020 CPUtime=2.72
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 11300 0 1 0 265 7 0 0 18 0 16 0 6098640 1570836480 10002 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 383505 10005 1423 10 0 380808 0
[pid=8991/tid=8993] ppid=8989 vsize=1534020 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5274 0 1 0 68 4 0 0 19 0 16 0 6098641 1570836480 10006 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6098643 1570836480 10008 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6098643 1570836480 10008 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6098645 1570836480 10009 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6098645 1570836480 10010 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6098645 1570836480 10011 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1570836480 10012 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1534020 CPUtime=0.6
/proc/8991/task/9000/stat : 9000 (java) R 8989 8991 7304 0 -1 4202560 2003 0 0 0 60 0 0 0 25 0 16 0 6098649 1570836480 10012 1992294400 134512640 134550932 4288724880 18446744073709551615 103975843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1534020 CPUtime=0.61
/proc/8991/task/9001/stat : 9001 (java) R 8989 8991 7304 0 -1 4202560 994 0 0 0 61 0 0 0 25 0 16 0 6098649 1570836480 10014 1992294400 134512640 134550932 4288724880 18446744073709551615 105496195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1570836480 10014 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6098649 1570836480 10015 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9004] ppid=8989 vsize=1534020 CPUtime=0.41
/proc/8991/task/9004/stat : 9004 (java) R 8989 8991 7304 0 -1 4202560 103 0 0 0 41 0 0 0 21 0 16 0 6098714 1570836480 10016 1992294400 134512640 134550932 4288724880 18446744073709551615 4109231994 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9005] ppid=8989 vsize=1534020 CPUtime=0.33
/proc/8991/task/9005/stat : 9005 (java) R 8989 8991 7304 0 -1 4202560 1865 0 0 0 33 0 0 0 22 0 16 0 6098714 1570836480 10017 1992294400 134512640 134550932 4288724880 18446744073709551615 4109721384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6098715 1570836480 10018 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1534020 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6098715 1570836480 10018 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1534020

[startup+3.10112 s]
/proc/loadavg: 1.09 1.04 1.01 5/122 9007
/proc/meminfo: memFree=1714368/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1548028 CPUtime=5.9
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 40993 0 1 0 569 21 0 0 18 0 16 0 6098640 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 387007 38675 1436 10 0 384310 0
[pid=8991/tid=8993] ppid=8989 vsize=1548028 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5274 0 1 0 68 4 0 0 18 0 16 0 6098641 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1548028 CPUtime=0.01
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 586 0 0 0 1 0 0 0 18 0 16 0 6098643 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 19 0 0 0 0 0 0 0 17 0 16 0 6098643 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 6098645 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6098645 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) R 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 6098645 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1548028 CPUtime=1.69
/proc/8991/task/9000/stat : 9000 (java) R 8989 8991 7304 0 -1 4202560 4421 0 0 0 168 1 0 0 18 0 16 0 6098649 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 105388852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1548028 CPUtime=1.1
/proc/8991/task/9001/stat : 9001 (java) R 8989 8991 7304 0 -1 4202560 2788 0 0 0 110 0 0 0 25 0 16 0 6098649 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 105496613 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6098649 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9004] ppid=8989 vsize=1548028 CPUtime=0.93
/proc/8991/task/9004/stat : 9004 (java) R 8989 8991 7304 0 -1 4202560 597 0 0 0 93 0 0 0 24 0 16 0 6098714 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9005] ppid=8989 vsize=1548028 CPUtime=1.39
/proc/8991/task/9005/stat : 9005 (java) R 8989 8991 7304 0 -1 4202560 26230 0 0 0 127 12 0 0 18 0 16 0 6098714 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4109826657 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6098715 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1548028 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6098715 1585180672 38675 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1548028

[startup+6.30311 s]
/proc/loadavg: 1.57 1.14 1.04 3/122 9007
/proc/meminfo: memFree=1613928/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1546044 CPUtime=12.09
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 45341 0 1 0 1186 23 0 0 18 0 16 0 6098640 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 386511 42102 1448 10 0 383814 0
[pid=8991/tid=8993] ppid=8989 vsize=1546044 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5274 0 1 0 68 4 0 0 18 0 16 0 6098641 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1546044 CPUtime=0.07
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 1662 0 0 0 7 0 0 0 16 0 16 0 6098643 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1546044 CPUtime=0.04
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 680 0 0 0 4 0 0 0 16 0 16 0 6098643 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1546044 CPUtime=0.14
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 1701 0 0 0 13 1 0 0 15 0 16 0 6098645 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1546044 CPUtime=2.37
/proc/8991/task/9000/stat : 9000 (java) S 8989 8991 7304 0 -1 4202560 4561 0 0 0 236 1 0 0 15 0 16 0 6098649 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1546044 CPUtime=1.78
/proc/8991/task/9001/stat : 9001 (java) S 8989 8991 7304 0 -1 4202560 3554 0 0 0 177 1 0 0 18 0 16 0 6098649 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6098649 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9004] ppid=8989 vsize=1546044 CPUtime=2.76
/proc/8991/task/9004/stat : 9004 (java) R 8989 8991 7304 0 -1 4202560 601 0 0 0 276 0 0 0 23 0 16 0 6098714 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4109760322 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9005] ppid=8989 vsize=1546044 CPUtime=4.13
/proc/8991/task/9005/stat : 9005 (java) R 8989 8991 7304 0 -1 4202560 26235 0 0 0 401 12 0 0 18 0 16 0 6098714 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4109826062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6098715 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6098715 1583149056 42102 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1546044

[startup+12.7011 s]
/proc/loadavg: 1.60 1.15 1.05 3/122 9007
/proc/meminfo: memFree=1578712/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1546044 CPUtime=24.51
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 53228 0 1 0 2425 26 0 0 18 0 16 0 6098640 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 386511 49847 1448 10 0 383814 0
[pid=8991/tid=8993] ppid=8989 vsize=1546044 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5274 0 1 0 68 4 0 0 15 0 16 0 6098641 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1546044 CPUtime=0.15
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 2513 0 0 0 15 0 0 0 16 0 16 0 6098643 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1546044 CPUtime=0.13
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 1647 0 0 0 13 0 0 0 16 0 16 0 6098643 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1546044 CPUtime=0.38
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 2137 0 0 0 37 1 0 0 15 0 16 0 6098645 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1546044 CPUtime=2.37
/proc/8991/task/9000/stat : 9000 (java) S 8989 8991 7304 0 -1 4202560 4561 0 0 0 236 1 0 0 15 0 16 0 6098649 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1546044 CPUtime=1.84
/proc/8991/task/9001/stat : 9001 (java) S 8989 8991 7304 0 -1 4202560 3561 0 0 0 183 1 0 0 15 0 16 0 6098649 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6098649 1583149056 49847 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0

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

/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 53425 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 6098649 1583149056 53425 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9004] ppid=8989 vsize=1546044 CPUtime=60.81
/proc/8991/task/9004/stat : 9004 (java) R 8989 8991 7304 0 -1 4202560 725 0 0 0 6078 3 0 0 20 0 16 0 6098714 1583149056 53425 1992294400 134512640 134550932 4288724880 18446744073709551615 4109665503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9005] ppid=8989 vsize=1546044 CPUtime=62.56
/proc/8991/task/9005/stat : 9005 (java) R 8989 8991 7304 0 -1 4202560 31820 0 0 0 6240 16 0 0 25 0 16 0 6098714 1583149056 53425 1992294400 134512640 134550932 4288724880 18446744073709551615 4109826185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6098715 1583149056 53425 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6098715 1583149056 53425 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 134.89
Current children cumulated vsize (KiB) 1546044

[startup+73.5022 s]
/proc/loadavg: 1.92 1.32 1.11 2/122 9009
/proc/meminfo: memFree=1563708/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1546044 CPUtime=140.97
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 57279 0 1 0 14059 38 0 0 18 0 16 0 6098640 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 386511 53558 1448 10 0 383814 0
[pid=8991/tid=8993] ppid=8989 vsize=1546044 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5276 0 1 0 68 4 0 0 15 0 16 0 6098641 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1546044 CPUtime=0.92
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 4289 0 0 0 88 4 0 0 16 0 16 0 6098643 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1546044 CPUtime=0.89
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 3283 0 0 0 86 3 0 0 15 0 16 0 6098643 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1546044 CPUtime=4.44
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 2646 0 0 0 442 2 0 0 16 0 16 0 6098645 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1546044 CPUtime=2.87
/proc/8991/task/9000/stat : 9000 (java) S 8989 8991 7304 0 -1 4202560 4599 0 0 0 286 1 0 0 15 0 16 0 6098649 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1546044 CPUtime=1.9
/proc/8991/task/9001/stat : 9001 (java) S 8989 8991 7304 0 -1 4202560 3561 0 0 0 189 1 0 0 15 0 16 0 6098649 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 6098649 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9004] ppid=8989 vsize=1546044 CPUtime=63.71
/proc/8991/task/9004/stat : 9004 (java) R 8989 8991 7304 0 -1 4202560 727 0 0 0 6368 3 0 0 19 0 16 0 6098714 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4109665167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9005] ppid=8989 vsize=1546044 CPUtime=65.44
/proc/8991/task/9005/stat : 9005 (java) R 8989 8991 7304 0 -1 4202560 31821 0 0 0 6528 16 0 0 25 0 16 0 6098714 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4109708894 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6098715 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6098715 1583149056 53558 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 140.97
Current children cumulated vsize (KiB) 1546044

[startup+75.1025 s]
/proc/loadavg: 1.93 1.33 1.11 3/122 9009
/proc/meminfo: memFree=1563708/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1546044 CPUtime=144.03
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 57285 0 1 0 14365 38 0 0 18 0 16 0 6098640 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 386511 53559 1448 10 0 383814 0
[pid=8991/tid=8993] ppid=8989 vsize=1546044 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5276 0 1 0 68 4 0 0 15 0 16 0 6098641 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1546044 CPUtime=0.93
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 4289 0 0 0 89 4 0 0 16 0 16 0 6098643 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1546044 CPUtime=0.9
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 3283 0 0 0 87 3 0 0 16 0 16 0 6098643 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1546044 CPUtime=4.55
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 2646 0 0 0 453 2 0 0 15 0 16 0 6098645 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6098645 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1546044 CPUtime=2.91
/proc/8991/task/9000/stat : 9000 (java) S 8989 8991 7304 0 -1 4202560 4600 0 0 0 290 1 0 0 16 0 16 0 6098649 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1546044 CPUtime=1.9
/proc/8991/task/9001/stat : 9001 (java) S 8989 8991 7304 0 -1 4202560 3561 0 0 0 189 1 0 0 15 0 16 0 6098649 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6098649 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 6098649 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9004] ppid=8989 vsize=1546044 CPUtime=65.16
/proc/8991/task/9004/stat : 9004 (java) R 8989 8991 7304 0 -1 4202560 730 0 0 0 6513 3 0 0 20 0 16 0 6098714 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4109665503 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8991/tid=9005] ppid=8989 vsize=1546044 CPUtime=66.88
/proc/8991/task/9005/stat : 9005 (java) R 8989 8991 7304 0 -1 4202560 31821 0 0 0 6672 16 0 0 25 0 16 0 6098714 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4109678324 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6098715 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6098715 1583149056 53559 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 144.03
Current children cumulated vsize (KiB) 1546044

[startup+75.9097 s]
/proc/loadavg: 1.93 1.33 1.11 1/120 9009
/proc/meminfo: memFree=1563724/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1546044 CPUtime=144.84
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 57287 0 1 0 14446 38 0 0 18 0 14 0 6098640 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 386511 53560 1449 10 0 383814 0
[pid=8991/tid=8993] ppid=8989 vsize=1546044 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5276 0 1 0 68 4 0 0 15 0 14 0 6098641 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1546044 CPUtime=0.94
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 4289 0 0 0 90 4 0 0 15 0 14 0 6098643 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1546044 CPUtime=0.91
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 3283 0 0 0 88 3 0 0 16 0 14 0 6098643 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1546044 CPUtime=4.67
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 2646 0 0 0 465 2 0 0 16 0 14 0 6098645 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6098645 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6098645 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1546044 CPUtime=2.91
/proc/8991/task/9000/stat : 9000 (java) S 8989 8991 7304 0 -1 4202560 4600 0 0 0 290 1 0 0 16 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1546044 CPUtime=1.9
/proc/8991/task/9001/stat : 9001 (java) S 8989 8991 7304 0 -1 4202560 3561 0 0 0 189 1 0 0 15 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6098715 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6098715 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 144.84
Current children cumulated vsize (KiB) 1546044

[startup+76.1017 s]
/proc/loadavg: 1.93 1.33 1.11 1/120 9009
/proc/meminfo: memFree=1563724/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=1546044 CPUtime=144.84
/proc/8991/stat : 8991 (java) S 8989 8991 7304 0 -1 4202496 57287 0 1 0 14446 38 0 0 18 0 14 0 6098640 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 386511 53560 1449 10 0 383814 0
[pid=8991/tid=8993] ppid=8989 vsize=1546044 CPUtime=0.72
/proc/8991/task/8993/stat : 8993 (java) S 8989 8991 7304 0 -1 4202560 5276 0 1 0 68 4 0 0 15 0 14 0 6098641 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8994] ppid=8989 vsize=1546044 CPUtime=0.94
/proc/8991/task/8994/stat : 8994 (java) S 8989 8991 7304 0 -1 4202560 4289 0 0 0 90 4 0 0 15 0 14 0 6098643 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8995] ppid=8989 vsize=1546044 CPUtime=0.91
/proc/8991/task/8995/stat : 8995 (java) S 8989 8991 7304 0 -1 4202560 3283 0 0 0 88 3 0 0 16 0 14 0 6098643 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8996] ppid=8989 vsize=1546044 CPUtime=4.67
/proc/8991/task/8996/stat : 8996 (java) S 8989 8991 7304 0 -1 4202560 2646 0 0 0 465 2 0 0 16 0 14 0 6098645 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 0 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=8997] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8997/stat : 8997 (java) S 8989 8991 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6098645 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8998] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8998/stat : 8998 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6098645 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=8999] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/8999/stat : 8999 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9000] ppid=8989 vsize=1546044 CPUtime=2.91
/proc/8991/task/9000/stat : 9000 (java) S 8989 8991 7304 0 -1 4202560 4600 0 0 0 290 1 0 0 16 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9001] ppid=8989 vsize=1546044 CPUtime=1.9
/proc/8991/task/9001/stat : 9001 (java) S 8989 8991 7304 0 -1 4202560 3561 0 0 0 189 1 0 0 15 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9002] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9002/stat : 9002 (java) S 8989 8991 7304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9003] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9003/stat : 9003 (java) S 8989 8991 7304 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6098649 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 1 0 0 0
[pid=8991/tid=9006] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9006/stat : 9006 (java) S 8989 8991 7304 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6098715 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
[pid=8991/tid=9007] ppid=8989 vsize=1546044 CPUtime=0
/proc/8991/task/9007/stat : 9007 (java) S 8989 8991 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6098715 1583149056 53560 1992294400 134512640 134550932 4288724880 18446744073709551615 4294960144 0 4 0 16800975 18446604437834479808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 144.84
Current children cumulated vsize (KiB) 1546044

[startup+76.2019 s]
/proc/loadavg: 1.93 1.33 1.11 1/120 9009
/proc/meminfo: memFree=1563724/2059040 swapFree=4192076/4192956
[pid=8991] ppid=8989 vsize=0 CPUtime=144.92
/proc/8991/stat : 8991 (java) R 8989 8991 7304 0 -1 4203524 57416 0 1 0 14451 41 0 0 18 0 1 0 6098640 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8991/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 144.92
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 76.2044
CPU time (s): 144.928
CPU user time (s): 144.515
CPU system time (s): 0.412937
CPU usage (%): 190.183
Max. virtual memory (cumulated for all children) (KiB): 1548028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.515
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57416
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= 3050
involuntary context switches= 4701

runsolver used 0.465929 second user time and 0.803877 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-12 03:09:31
IDJOB=2662825
IDBENCH=1340
IDSOLVER=1166
FILE ID=node011/2662825-1276304971
PBS_JOBID= 11173114
Free space on /tmp= 62260 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.1900567024.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662825-1276304971/watcher-2662825-1276304971 -o /tmp/evaluation-result-2662825-1276304971/solver-2662825-1276304971 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662825-1276304971.opb

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

MD5SUM BENCH= 42a09607e2cf515cb7da5ec0628015c7
RANDOM SEED=330547538

node011.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.264
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.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1774348 kB
Buffers:         48708 kB
Cached:         111368 kB
SwapCached:          0 kB
Active:         112016 kB
Inactive:       106324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1774348 kB
SwapTotal:     4192956 kB
SwapFree:      4192076 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       58236 kB
Mapped:          15416 kB
Slab:            44572 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180548 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= 62260 MiB
End job on node011 at 2010-06-12 03:10:47