Trace number 2659448

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 Resolution 2.2.0 2010-05-26UNSAT 154.658 152.796

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
MD5SUM6f786d0e248f798e90612aee65004e7e
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 benchmark28.3357
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 741
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.v20100526
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659448-1276299328.opb
0.22/0.21	c reading problem ... 
0.90/0.64	c ... done. Wall clock time 0.426s.
0.90/0.64	c #vars     231
0.90/0.64	c #constraints  2707
0.90/0.64	c constraints type 
0.90/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.90/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.90/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.90/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.90/1.88	c cleaning 2499 clauses out of 5002 with flag 5002/5002
3.64/2.54	c cleaning 4248 clauses out of 8501 with flag 11000/11000
4.65/3.50	c cleaning 5621 clauses out of 11254 with flag 18001/18001
5.76/4.63	c cleaning 6807 clauses out of 13632 with flag 26000/26000
7.02/5.85	c cleaning 7904 clauses out of 15826 with flag 35001/35001
8.52/7.31	c cleaning 8952 clauses out of 17921 with flag 45000/45000
10.03/8.84	c cleaning 9477 clauses out of 18969 with flag 55000/55000
11.53/10.35	c cleaning 9740 clauses out of 19494 with flag 65002/65002
13.03/11.80	c cleaning 9875 clauses out of 19755 with flag 75003/75003
14.44/13.23	c cleaning 9936 clauses out of 19877 with flag 85000/85000
15.74/14.59	c cleaning 9960 clauses out of 19942 with flag 95001/95001
17.14/15.99	c cleaning 9977 clauses out of 19982 with flag 105001/105001
18.54/17.39	c cleaning 10001 clauses out of 20004 with flag 115000/115000
20.05/18.89	c cleaning 9999 clauses out of 20005 with flag 125002/125002
21.55/20.38	c cleaning 9988 clauses out of 20005 with flag 135001/135001
22.95/21.75	c cleaning 10003 clauses out of 20019 with flag 145003/145003
24.26/23.09	c cleaning 10002 clauses out of 20013 with flag 155000/155000
25.75/24.52	c cleaning 9998 clauses out of 20011 with flag 165000/165000
27.05/25.87	c cleaning 9996 clauses out of 20015 with flag 175002/175002
28.45/27.22	c cleaning 9999 clauses out of 20018 with flag 185001/185001
29.65/28.49	c cleaning 10005 clauses out of 20019 with flag 195001/195001
31.15/29.91	c cleaning 10001 clauses out of 20013 with flag 205000/205000
32.45/31.24	c cleaning 9983 clauses out of 20012 with flag 215000/215000
33.65/32.47	c cleaning 10011 clauses out of 20033 with flag 225004/225004
35.06/33.88	c cleaning 10001 clauses out of 20020 with flag 235002/235002
36.67/35.33	c cleaning 9992 clauses out of 20017 with flag 245000/245000
38.23/36.63	c cleaning 10006 clauses out of 20027 with flag 255002/255002
39.43/37.88	c cleaning 10006 clauses out of 20021 with flag 265002/265002
40.83/39.22	c cleaning 9997 clauses out of 20013 with flag 275000/275000
42.35/40.71	c cleaning 10000 clauses out of 20017 with flag 285001/285001
43.76/42.15	c cleaning 9995 clauses out of 20016 with flag 295000/295000
45.16/43.52	c cleaning 10005 clauses out of 20022 with flag 305001/305001
46.36/44.73	c cleaning 10005 clauses out of 20020 with flag 315004/315004
47.87/46.25	c cleaning 10001 clauses out of 20014 with flag 325003/325003
49.26/47.67	c cleaning 9998 clauses out of 20011 with flag 335001/335001
50.76/49.12	c cleaning 10003 clauses out of 20015 with flag 345003/345003
52.07/50.43	c cleaning 10003 clauses out of 20009 with flag 355000/355000
53.27/51.66	c cleaning 9999 clauses out of 20013 with flag 365007/365007
54.56/52.90	c cleaning 9994 clauses out of 20007 with flag 375000/375000
55.76/54.12	c cleaning 9993 clauses out of 20013 with flag 385000/385000
57.07/55.43	c cleaning 9995 clauses out of 20020 with flag 395000/395000
58.47/56.84	c cleaning 10001 clauses out of 20025 with flag 405000/405000
59.77/58.16	c cleaning 10001 clauses out of 20025 with flag 415001/415001
60.98/59.40	c cleaning 10005 clauses out of 20024 with flag 425001/425001
62.38/60.79	c cleaning 10003 clauses out of 20018 with flag 435000/435000
63.67/62.09	c cleaning 10003 clauses out of 20015 with flag 445000/445000
65.07/63.48	c cleaning 10001 clauses out of 20014 with flag 455002/455002
66.37/64.73	c cleaning 10001 clauses out of 20012 with flag 465001/465001
67.59/65.96	c cleaning 9998 clauses out of 20012 with flag 475002/475002
68.88/67.22	c cleaning 9991 clauses out of 20012 with flag 485000/485000
69.98/68.36	c cleaning 10000 clauses out of 20022 with flag 495001/495001
71.08/69.47	c cleaning 10004 clauses out of 20021 with flag 505000/505000
72.38/70.70	c cleaning 9997 clauses out of 20018 with flag 515001/515001
73.58/71.96	c cleaning 10008 clauses out of 20023 with flag 525003/525003
74.89/73.30	c cleaning 10005 clauses out of 20016 with flag 535004/535004
76.28/74.67	c cleaning 10001 clauses out of 20009 with flag 545002/545002
77.68/76.03	c cleaning 9997 clauses out of 20006 with flag 555000/555000
79.08/77.41	c cleaning 9998 clauses out of 20010 with flag 565001/565001
80.48/78.88	c cleaning 10000 clauses out of 20012 with flag 575001/575001
82.08/80.47	c cleaning 10001 clauses out of 20014 with flag 585003/585003
83.48/81.89	c cleaning 9999 clauses out of 20010 with flag 595000/595000
84.98/83.39	c cleaning 10007 clauses out of 20017 with flag 605006/605006
86.48/84.83	c cleaning 9998 clauses out of 20004 with flag 615000/615000
87.99/86.33	c cleaning 9993 clauses out of 20009 with flag 625003/625003
89.49/87.88	c cleaning 10004 clauses out of 20014 with flag 635001/635001
90.99/89.35	c cleaning 9995 clauses out of 20009 with flag 645000/645000
92.39/90.78	c cleaning 10005 clauses out of 20015 with flag 655001/655001
93.80/92.18	c cleaning 9995 clauses out of 20009 with flag 665000/665000
95.23/93.59	c cleaning 9999 clauses out of 20015 with flag 675001/675001
96.72/95.00	c cleaning 9995 clauses out of 20015 with flag 685000/685000
98.12/96.48	c cleaning 9999 clauses out of 20020 with flag 695000/695000
99.53/97.87	c cleaning 10004 clauses out of 20021 with flag 705000/705000
100.92/99.27	c cleaning 10006 clauses out of 20018 with flag 715001/715001
102.35/100.62	c cleaning 9998 clauses out of 20011 with flag 725000/725000
103.66/101.95	c cleaning 9997 clauses out of 20013 with flag 735000/735000
105.06/103.35	c cleaning 9994 clauses out of 20017 with flag 745001/745001
106.45/104.70	c cleaning 10004 clauses out of 20022 with flag 755000/755000
107.95/106.29	c cleaning 9994 clauses out of 20018 with flag 765000/765000
109.35/107.64	c cleaning 10005 clauses out of 20025 with flag 775001/775001
110.75/109.03	c cleaning 10008 clauses out of 20019 with flag 785000/785000
112.25/110.59	c cleaning 9999 clauses out of 20011 with flag 795000/795000
113.66/111.91	c cleaning 9993 clauses out of 20012 with flag 805000/805000
115.16/113.48	c cleaning 10004 clauses out of 20019 with flag 815000/815000
116.56/114.81	c cleaning 10000 clauses out of 20019 with flag 825004/825004
117.86/116.13	c cleaning 10003 clauses out of 20016 with flag 835001/835001
119.17/117.44	c cleaning 10003 clauses out of 20012 with flag 845000/845000
120.36/118.69	c cleaning 9994 clauses out of 20011 with flag 855002/855002
121.76/120.00	c cleaning 10000 clauses out of 20015 with flag 865000/865000
123.06/121.33	c cleaning 9997 clauses out of 20015 with flag 875000/875000
124.76/123.08	c cleaning 10003 clauses out of 20019 with flag 885001/885001
126.26/124.53	c cleaning 10006 clauses out of 20017 with flag 895002/895002
127.66/125.90	c cleaning 10000 clauses out of 20009 with flag 905000/905000
129.06/127.36	c cleaning 9990 clauses out of 20009 with flag 915000/915000
130.47/128.78	c cleaning 9997 clauses out of 20019 with flag 925000/925000
131.86/130.18	c cleaning 9993 clauses out of 20022 with flag 935000/935000
133.07/131.38	c cleaning 10008 clauses out of 20029 with flag 945000/945000
134.47/132.74	c cleaning 10005 clauses out of 20022 with flag 955001/955001
135.98/134.21	c cleaning 10003 clauses out of 20019 with flag 965003/965003
137.18/135.49	c cleaning 10001 clauses out of 20015 with flag 975002/975002
138.57/136.90	c cleaning 9989 clauses out of 20013 with flag 985001/985001
140.17/138.43	c cleaning 10004 clauses out of 20023 with flag 995000/995000
141.57/139.90	c cleaning 10006 clauses out of 20020 with flag 1005001/1005001
142.88/141.14	c cleaning 10002 clauses out of 20013 with flag 1015000/1015000
144.28/142.51	c cleaning 9987 clauses out of 20012 with flag 1025001/1025001
145.58/143.88	c cleaning 9996 clauses out of 20024 with flag 1035000/1035000
146.99/145.23	c cleaning 10009 clauses out of 20028 with flag 1045000/1045000
148.28/146.58	c cleaning 10006 clauses out of 20021 with flag 1055002/1055002
149.92/148.15	c cleaning 10002 clauses out of 20013 with flag 1065001/1065001
151.34/149.59	c cleaning 9999 clauses out of 20011 with flag 1075001/1075001
152.84/151.00	c cleaning 9992 clauses out of 20012 with flag 1085001/1085001
154.14/152.37	c cleaning 10006 clauses out of 20018 with flag 1095000/1095000
154.55/152.76	c starts		: 188
154.55/152.76	c conflicts		: 1098292
154.55/152.76	c decisions		: 1811994
154.55/152.76	c propagations		: 49472147
154.55/152.76	c inspects		: 661296107
154.55/152.76	c learnt literals	: 7
154.55/152.76	c learnt binary clauses	: 28
154.55/152.76	c learnt ternary clauses	: 824
154.55/152.76	c learnt clauses	: 1098284
154.55/152.76	c ignored clauses	: 0
154.55/152.76	c root simplifications	: 0
154.55/152.76	c removed literals (reason simplification)	: 6197821
154.55/152.76	c reason swapping (by a shorter reason)	: 0
154.55/152.76	c Calls to reduceDB	: 111
154.55/152.76	c number of reductions to clauses (during analyze)	: 0
154.55/152.76	c number of learned constraints concerned by reduction	: 0
154.55/152.76	c number of learning phase by resolution	: 0
154.55/152.76	c number of learning phase by cutting planes	: 0
154.55/152.76	c speed (assignments/second)	: 325226.45218123007
154.55/152.76	c non guided choices	129
154.55/152.78	c learnt constraints type 
154.55/152.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13270
154.55/152.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
154.55/152.78	c constraints type 
154.55/152.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
154.55/152.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
154.55/152.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
154.55/152.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
154.55/152.78	s UNSATISFIABLE
154.55/152.78	c Total wall clock time (in seconds): 152.564

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-2659448-1276299328/watcher-2659448-1276299328 -o /tmp/evaluation-result-2659448-1276299328/solver-2659448-1276299328 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659448-1276299328.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.15 1.53 3/106 8325
/proc/meminfo: memFree=1443980/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=248 CPUtime=0
/proc/8325/stat : 8325 (java6) R 8323 8325 7856 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 3589092 253952 28 1992294400 134512640 134550932 4287232800 18446744073709551615 5145054 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8325/statm: 75 33 26 10 0 23 0

[startup+0.0707769 s]
/proc/loadavg: 1.00 1.15 1.53 3/106 8325
/proc/meminfo: memFree=1443980/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1521796 CPUtime=0.05
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 3691 0 1 0 3 2 0 0 15 0 7 0 3589092 1558319104 3132 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 380449 3132 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101777 s]
/proc/loadavg: 1.00 1.15 1.53 3/106 8325
/proc/meminfo: memFree=1443980/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1524184 CPUtime=0.08
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 3589092 1560764416 3396 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301772 s]
/proc/loadavg: 1.00 1.15 1.53 3/106 8325
/proc/meminfo: memFree=1443980/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1526516 CPUtime=0.34
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 5375 0 1 0 30 4 0 0 15 0 12 0 3589092 1563152384 4812 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 381629 4812 1361 10 0 378931 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526516

[startup+0.701764 s]
/proc/loadavg: 1.00 1.15 1.53 3/106 8325
/proc/meminfo: memFree=1443980/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1528756 CPUtime=1.09
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 7176 0 1 0 105 4 0 0 15 0 13 0 3589092 1565446144 6526 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 382189 6526 1410 10 0 379491 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528756

[startup+1.50075 s]
/proc/loadavg: 1.00 1.15 1.53 4/119 8338
/proc/meminfo: memFree=1420256/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1533276 CPUtime=2.51
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 8997 0 1 0 246 5 0 0 15 0 13 0 3589092 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383319 8005 1424 10 0 380621 0
[pid=8325/tid=8327] ppid=8323 vsize=1533276 CPUtime=1.3
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5229 0 1 0 127 3 0 0 25 0 13 0 3589094 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4109086002 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 3589095 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3589095 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 3589097 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 3589097 1570074624 8005 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1570074624 8006 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1533276 CPUtime=0.59
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1234 0 0 0 59 0 0 0 16 0 13 0 3589102 1570074624 8006 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1533276 CPUtime=0.59
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 1466 0 0 0 59 0 0 0 15 0 13 0 3589102 1570074624 8006 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1570074624 8006 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3589102 1570074624 8006 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1570074624 8006 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1533276

[startup+3.10171 s]
/proc/loadavg: 1.00 1.15 1.53 2/119 8338
/proc/meminfo: memFree=1413932/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1533276 CPUtime=4.26
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 10162 0 1 0 420 6 0 0 15 0 13 0 3589092 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383319 9165 1442 10 0 380621 0
[pid=8325/tid=8327] ppid=8323 vsize=1533276 CPUtime=2.79
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5556 0 1 0 276 3 0 0 25 0 13 0 3589094 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4109066903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 13 0 3589095 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 13 0 3589095 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1533276 CPUtime=0.03
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 338 0 0 0 3 0 0 0 15 0 13 0 3589097 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1533276 CPUtime=0.68
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1242 0 0 0 68 0 0 0 15 0 13 0 3589102 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1533276 CPUtime=0.7
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 1479 0 0 0 70 0 0 0 15 0 13 0 3589102 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3589102 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1570074624 9165 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1533276

[startup+6.30165 s]
/proc/loadavg: 1.00 1.15 1.53 3/119 8338
/proc/meminfo: memFree=1410956/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1533276 CPUtime=7.52
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 10569 0 1 0 746 6 0 0 15 0 13 0 3589092 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383319 9568 1442 10 0 380621 0
[pid=8325/tid=8327] ppid=8323 vsize=1533276 CPUtime=5.86
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5559 0 1 0 583 3 0 0 25 0 13 0 3589094 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4109066131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1533276 CPUtime=0.01
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 254 0 0 0 1 0 0 0 16 0 13 0 3589095 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1533276 CPUtime=0.01
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 408 0 0 0 1 0 0 0 15 0 13 0 3589095 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1533276 CPUtime=0.11
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 549 0 0 0 11 0 0 0 15 0 13 0 3589097 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1533276 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1242 0 0 0 69 0 0 0 16 0 13 0 3589102 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1533276 CPUtime=0.79
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 1490 0 0 0 79 0 0 0 15 0 13 0 3589102 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3589102 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1570074624 9568 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 1533276

[startup+12.7015 s]
/proc/loadavg: 1.00 1.15 1.53 2/119 8338
/proc/meminfo: memFree=1409468/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1533276 CPUtime=13.93
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 10777 0 1 0 1387 6 0 0 15 0 13 0 3589092 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383319 9772 1442 10 0 380621 0
[pid=8325/tid=8327] ppid=8323 vsize=1533276 CPUtime=12.13
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5563 0 1 0 1209 4 0 0 25 0 13 0 3589094 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4109066357 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1533276 CPUtime=0.02
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 279 0 0 0 2 0 0 0 15 0 13 0 3589095 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1533276 CPUtime=0.03
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 411 0 0 0 3 0 0 0 15 0 13 0 3589095 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1533276 CPUtime=0.22
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 724 0 0 0 22 0 0 0 15 0 13 0 3589097 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1533276 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1242 0 0 0 69 0 0 0 16 0 13 0 3589102 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1533276 CPUtime=0.8
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 1491 0 0 0 80 0 0 0 16 0 13 0 3589102 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3589102 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1533276 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1570074624 9772 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 1533276

[startup+25.5012 s]
/proc/loadavg: 1.00 1.14 1.52 2/119 8338
/proc/meminfo: memFree=1409096/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1533276 CPUtime=26.75
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 10894 0 1 0 2668 7 0 0 15 0 13 0 3589092 1570074624 9880 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383319 9880 1442 10 0 380621 0
[pid=8325/tid=8327] ppid=8323 vsize=1533276 CPUtime=24.65
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5572 0 1 0 2461 4 0 0 25 0 13 0 3589094 1570074624 9880 1992294400 134512640 134550932 4292714096 18446744073709551615 4109140958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1533276 CPUtime=0.05
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 284 0 0 0 5 0 0 0 15 0 13 0 3589095 1570074624 9880 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1533276 CPUtime=0.06
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 411 0 0 0 6 0 0 0 16 0 13 0 3589095 1570074624 9880 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1533276 CPUtime=0.45

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

/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 3589102 1569656832 10330 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1569656832 10330 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.49
Current children cumulated vsize (KiB) 1532868

[startup+147.101 s]
/proc/loadavg: 1.00 1.09 1.45 2/119 8342
/proc/meminfo: memFree=1406988/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1532868 CPUtime=148.92
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 12749 0 1 0 14877 15 0 0 15 0 13 0 3589092 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383217 10339 1442 10 0 380519 0
[pid=8325/tid=8327] ppid=8323 vsize=1532868 CPUtime=143.43
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5665 0 1 0 14334 9 0 0 25 0 13 0 3589094 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4109178002 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1532868 CPUtime=0.3
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 292 0 0 0 29 1 0 0 15 0 13 0 3589095 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1532868 CPUtime=0.31
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 422 0 0 0 30 1 0 0 16 0 13 0 3589095 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1532868 CPUtime=2.83
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 1267 0 0 0 283 0 0 0 16 0 13 0 3589097 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1532868 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1243 0 0 0 69 0 0 0 15 0 13 0 3589102 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1532868 CPUtime=1.31
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 2783 0 0 0 130 1 0 0 16 0 13 0 3589102 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 3589102 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1569656832 10339 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.92
Current children cumulated vsize (KiB) 1532868

[startup+150.302 s]
/proc/loadavg: 1.00 1.09 1.45 2/119 8342
/proc/meminfo: memFree=1406988/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1532868 CPUtime=152.14
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 12753 0 1 0 15199 15 0 0 15 0 13 0 3589092 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383217 10340 1442 10 0 380519 0
[pid=8325/tid=8327] ppid=8323 vsize=1532868 CPUtime=146.56
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5668 0 1 0 14647 9 0 0 25 0 13 0 3589094 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4109141242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1532868 CPUtime=0.3
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 292 0 0 0 29 1 0 0 15 0 13 0 3589095 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1532868 CPUtime=0.31
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 422 0 0 0 30 1 0 0 15 0 13 0 3589095 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1532868 CPUtime=2.89
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 1268 0 0 0 289 0 0 0 16 0 13 0 3589097 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1532868 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1243 0 0 0 69 0 0 0 15 0 13 0 3589102 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1532868 CPUtime=1.32
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 2783 0 0 0 131 1 0 0 15 0 13 0 3589102 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 3589102 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1569656832 10340 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 152.14
Current children cumulated vsize (KiB) 1532868

[startup+151.902 s]
/proc/loadavg: 1.00 1.09 1.45 2/119 8342
/proc/meminfo: memFree=1406740/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1532868 CPUtime=153.74
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 12773 0 1 0 15359 15 0 0 15 0 13 0 3589092 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383217 10359 1442 10 0 380519 0
[pid=8325/tid=8327] ppid=8323 vsize=1532868 CPUtime=148.13
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5669 0 1 0 14804 9 0 0 25 0 13 0 3589094 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4109066919 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1532868 CPUtime=0.31
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 292 0 0 0 30 1 0 0 15 0 13 0 3589095 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1532868 CPUtime=0.32
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 422 0 0 0 31 1 0 0 15 0 13 0 3589095 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1532868 CPUtime=2.92
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 1287 0 0 0 292 0 0 0 16 0 13 0 3589097 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1532868 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1243 0 0 0 69 0 0 0 15 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1532868 CPUtime=1.32
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 2783 0 0 0 131 1 0 0 15 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 153.74
Current children cumulated vsize (KiB) 1532868

[startup+152.302 s]
/proc/loadavg: 1.00 1.09 1.45 2/119 8342
/proc/meminfo: memFree=1406740/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1532868 CPUtime=154.14
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 12773 0 1 0 15399 15 0 0 15 0 13 0 3589092 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383217 10359 1442 10 0 380519 0
[pid=8325/tid=8327] ppid=8323 vsize=1532868 CPUtime=148.53
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5669 0 1 0 14844 9 0 0 25 0 13 0 3589094 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4109300424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1532868 CPUtime=0.31
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 292 0 0 0 30 1 0 0 15 0 13 0 3589095 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1532868 CPUtime=0.32
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 422 0 0 0 31 1 0 0 15 0 13 0 3589095 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1532868 CPUtime=2.92
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 1287 0 0 0 292 0 0 0 15 0 13 0 3589097 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1532868 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1243 0 0 0 69 0 0 0 15 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1532868 CPUtime=1.32
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 2783 0 0 0 131 1 0 0 15 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 3589102 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1569656832 10359 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 154.14
Current children cumulated vsize (KiB) 1532868

[startup+152.702 s]
/proc/loadavg: 1.00 1.09 1.45 2/119 8342
/proc/meminfo: memFree=1406740/2059040 swapFree=4192956/4192956
[pid=8325] ppid=8323 vsize=1532868 CPUtime=154.55
/proc/8325/stat : 8325 (java) S 8323 8325 7856 0 -1 4202496 12785 0 1 0 15440 15 0 0 15 0 13 0 3589092 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8325/statm: 383217 10370 1442 10 0 380519 0
[pid=8325/tid=8327] ppid=8323 vsize=1532868 CPUtime=148.9
/proc/8325/task/8327/stat : 8327 (java) R 8323 8325 7856 0 -1 4202560 5670 0 1 0 14881 9 0 0 25 0 13 0 3589094 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4109066086 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8325/tid=8328] ppid=8323 vsize=1532868 CPUtime=0.31
/proc/8325/task/8328/stat : 8328 (java) S 8323 8325 7856 0 -1 4202560 292 0 0 0 30 1 0 0 15 0 13 0 3589095 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8329] ppid=8323 vsize=1532868 CPUtime=0.32
/proc/8325/task/8329/stat : 8329 (java) S 8323 8325 7856 0 -1 4202560 422 0 0 0 31 1 0 0 16 0 13 0 3589095 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8330] ppid=8323 vsize=1532868 CPUtime=2.94
/proc/8325/task/8330/stat : 8330 (java) S 8323 8325 7856 0 -1 4202560 1298 0 0 0 294 0 0 0 16 0 13 0 3589097 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8331] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8331/stat : 8331 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8332] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8332/stat : 8332 (java) S 8323 8325 7856 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3589097 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8333] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8333/stat : 8333 (java) S 8323 8325 7856 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 3589102 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8334] ppid=8323 vsize=1532868 CPUtime=0.69
/proc/8325/task/8334/stat : 8334 (java) S 8323 8325 7856 0 -1 4202560 1243 0 0 0 69 0 0 0 15 0 13 0 3589102 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8335] ppid=8323 vsize=1532868 CPUtime=1.33
/proc/8325/task/8335/stat : 8335 (java) S 8323 8325 7856 0 -1 4202560 2783 0 0 0 132 1 0 0 15 0 13 0 3589102 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8336] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8336/stat : 8336 (java) S 8323 8325 7856 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3589102 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=8325/tid=8337] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8337/stat : 8337 (java) S 8323 8325 7856 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 3589102 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=8325/tid=8338] ppid=8323 vsize=1532868 CPUtime=0
/proc/8325/task/8338/stat : 8338 (java) S 8323 8325 7856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3589157 1569656832 10370 1992294400 134512640 134550932 4292714096 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 154.55
Current children cumulated vsize (KiB) 1532868

Child status: 20
Real time (s): 152.796
CPU time (s): 154.658
CPU user time (s): 154.493
CPU system time (s): 0.165974
CPU usage (%): 101.219
Max. virtual memory (cumulated for all children) (KiB): 1537340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.493
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12805
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= 4528
involuntary context switches= 3347

runsolver used 0.319951 second user time and 0.85387 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 01:35:28
IDJOB=2659448
IDBENCH=1321
IDSOLVER=1164
FILE ID=node018/2659448-1276299328
PBS_JOBID= 11173128
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659448-1276299328/watcher-2659448-1276299328 -o /tmp/evaluation-result-2659448-1276299328/solver-2659448-1276299328 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659448-1276299328.opb

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

MD5SUM BENCH= 6f786d0e248f798e90612aee65004e7e
RANDOM SEED=1456818167

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
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:       1444500 kB
Buffers:         74676 kB
Cached:         398380 kB
SwapCached:          0 kB
Active:         191312 kB
Inactive:       341084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1444500 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59304 kB
Mapped:          15388 kB
Slab:            60404 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180416 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= 62292 MiB
End job on node018 at 2010-06-12 01:38:00