Trace number 2662833

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 383.042 202.326

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUMad2f2eb73d6b7e5f546be528b10bc762
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.6932
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 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662833-1276307222.opb
0.24/0.21	c reading problem ... 
1.12/0.74	c ... done. Wall clock time 0.526s.
1.12/0.74	c #vars     231
1.12/0.74	c #constraints  2707
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.12/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.12/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.12/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.12/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.29/3.37	c cleaning 2497 clauses out of 5000 with flag 5000/5000
9.44/4.92	c cleaning 4245 clauses out of 8503 with flag 11000/11000
12.00/6.25	c cleaning 5627 clauses out of 11259 with flag 18001/18001
13.93/7.28	c cleaning 6810 clauses out of 13632 with flag 26001/26001
16.25/8.40	c cleaning 7908 clauses out of 15822 with flag 35001/35001
18.58/9.70	c cleaning 8953 clauses out of 17913 with flag 45000/45000
21.30/11.07	c cleaning 9477 clauses out of 18965 with flag 55005/55005
23.80/12.37	c cleaning 9738 clauses out of 19483 with flag 65000/65000
26.51/13.79	c cleaning 9869 clauses out of 19747 with flag 75002/75002
29.42/15.24	c cleaning 9935 clauses out of 19879 with flag 85003/85003
31.96/16.59	c cleaning 9961 clauses out of 19941 with flag 95000/95000
34.45/17.84	c cleaning 9983 clauses out of 19980 with flag 105000/105000
37.15/19.21	c cleaning 9994 clauses out of 19999 with flag 115002/115002
39.66/20.55	c cleaning 9992 clauses out of 20003 with flag 125000/125000
41.97/21.75	c cleaning 9997 clauses out of 20012 with flag 135001/135001
44.49/23.08	c cleaning 10003 clauses out of 20016 with flag 145002/145002
46.96/24.38	c cleaning 10002 clauses out of 20012 with flag 155001/155001
49.47/25.62	c cleaning 9994 clauses out of 20010 with flag 165001/165001
51.97/26.96	c cleaning 9999 clauses out of 20016 with flag 175001/175001
54.67/28.33	c cleaning 9999 clauses out of 20018 with flag 185002/185002
57.17/29.69	c cleaning 10004 clauses out of 20017 with flag 195000/195000
59.66/30.96	c cleaning 10004 clauses out of 20014 with flag 205001/205001
62.35/32.32	c cleaning 9999 clauses out of 20009 with flag 215000/215000
64.85/33.63	c cleaning 9999 clauses out of 20010 with flag 225000/225000
67.33/34.96	c cleaning 9993 clauses out of 20011 with flag 235000/235000
69.84/36.26	c cleaning 10001 clauses out of 20018 with flag 245000/245000
72.31/37.55	c cleaning 10006 clauses out of 20017 with flag 255000/255000
74.81/38.87	c cleaning 10003 clauses out of 20011 with flag 265000/265000
77.28/40.18	c cleaning 10000 clauses out of 20009 with flag 275001/275001
79.97/41.53	c cleaning 10000 clauses out of 20008 with flag 285000/285000
82.27/42.79	c cleaning 9999 clauses out of 20008 with flag 295000/295000
84.79/44.01	c cleaning 9999 clauses out of 20011 with flag 305002/305002
87.44/45.44	c cleaning 10003 clauses out of 20011 with flag 315001/315001
89.73/46.69	c cleaning 9996 clauses out of 20007 with flag 325000/325000
92.23/47.92	c cleaning 10001 clauses out of 20011 with flag 335000/335000
94.51/49.19	c cleaning 9998 clauses out of 20010 with flag 345000/345000
96.98/50.44	c cleaning 10002 clauses out of 20012 with flag 355000/355000
99.66/51.80	c cleaning 10001 clauses out of 20012 with flag 365002/365002
102.16/53.10	c cleaning 10001 clauses out of 20011 with flag 375002/375002
104.64/54.42	c cleaning 9999 clauses out of 20008 with flag 385000/385000
107.31/55.85	c cleaning 10004 clauses out of 20011 with flag 395002/395002
109.59/57.06	c cleaning 9992 clauses out of 20005 with flag 405000/405000
112.27/58.41	c cleaning 10005 clauses out of 20016 with flag 415003/415003
114.96/59.81	c cleaning 10001 clauses out of 20009 with flag 425001/425001
117.61/61.22	c cleaning 9991 clauses out of 20008 with flag 435001/435001
120.50/62.73	c cleaning 9997 clauses out of 20018 with flag 445002/445002
123.16/64.17	c cleaning 10004 clauses out of 20019 with flag 455000/455000
126.04/65.67	c cleaning 9999 clauses out of 20016 with flag 465001/465001
129.68/67.55	c cleaning 10000 clauses out of 20017 with flag 475001/475001
132.54/69.03	c cleaning 10004 clauses out of 20017 with flag 485001/485001
135.22/70.46	c cleaning 9999 clauses out of 20012 with flag 495000/495000
137.88/71.86	c cleaning 10003 clauses out of 20014 with flag 505001/505001
140.33/73.17	c cleaning 9996 clauses out of 20010 with flag 515000/515000
143.00/74.57	c cleaning 10001 clauses out of 20016 with flag 525002/525002
145.48/75.86	c cleaning 10005 clauses out of 20014 with flag 535001/535001
147.94/77.17	c cleaning 9998 clauses out of 20008 with flag 545000/545000
150.59/78.55	c cleaning 9999 clauses out of 20011 with flag 555001/555001
153.06/79.90	c cleaning 9996 clauses out of 20011 with flag 565000/565000
155.73/81.20	c cleaning 10002 clauses out of 20017 with flag 575002/575002
158.40/82.64	c cleaning 10001 clauses out of 20014 with flag 585001/585001
161.04/84.05	c cleaning 10002 clauses out of 20012 with flag 595000/595000
163.51/85.33	c cleaning 10000 clauses out of 20012 with flag 605002/605002
165.98/86.68	c cleaning 10002 clauses out of 20010 with flag 615000/615000
169.23/88.37	c cleaning 9996 clauses out of 20009 with flag 625001/625001
172.48/90.03	c cleaning 9996 clauses out of 20014 with flag 635002/635002
175.54/91.61	c cleaning 10007 clauses out of 20019 with flag 645003/645003
178.00/92.91	c cleaning 10000 clauses out of 20009 with flag 655000/655000
180.46/94.20	c cleaning 10002 clauses out of 20010 with flag 665001/665001
182.90/95.58	c cleaning 10000 clauses out of 20007 with flag 675000/675000
185.95/97.10	c cleaning 9998 clauses out of 20008 with flag 685001/685001
188.42/98.46	c cleaning 9998 clauses out of 20011 with flag 695002/695002
191.08/99.85	c cleaning 10001 clauses out of 20011 with flag 705000/705000
193.73/101.24	c cleaning 10002 clauses out of 20011 with flag 715001/715001
196.17/102.53	c cleaning 9983 clauses out of 20008 with flag 725000/725000
198.43/103.75	c cleaning 10008 clauses out of 20025 with flag 735000/735000
200.68/104.96	c cleaning 10003 clauses out of 20020 with flag 745003/745003
203.11/106.24	c cleaning 10001 clauses out of 20015 with flag 755001/755001
205.57/107.50	c cleaning 10003 clauses out of 20017 with flag 765004/765004
207.84/108.79	c cleaning 9997 clauses out of 20012 with flag 775002/775002
210.49/110.10	c cleaning 10002 clauses out of 20013 with flag 785000/785000
212.91/111.48	c cleaning 10002 clauses out of 20012 with flag 795001/795001
215.37/112.72	c cleaning 9996 clauses out of 20009 with flag 805000/805000
217.82/114.06	c cleaning 9996 clauses out of 20013 with flag 815000/815000
220.68/115.52	c cleaning 10003 clauses out of 20020 with flag 825003/825003
223.28/116.91	c cleaning 10000 clauses out of 20014 with flag 835000/835000
225.93/118.33	c cleaning 9999 clauses out of 20014 with flag 845000/845000
228.59/119.77	c cleaning 10000 clauses out of 20015 with flag 855000/855000
231.45/121.24	c cleaning 10003 clauses out of 20015 with flag 865000/865000
234.06/122.66	c cleaning 9998 clauses out of 20012 with flag 875000/875000
237.12/124.27	c cleaning 10004 clauses out of 20016 with flag 885002/885002
240.15/125.80	c cleaning 9991 clauses out of 20010 with flag 895000/895000
242.79/127.26	c cleaning 9999 clauses out of 20020 with flag 905001/905001
244.81/128.35	c cleaning 0 clauses out of 5000 with flag 0/5000
247.04/129.51	c cleaning 9991 clauses out of 20021 with flag 915001/915001
249.70/130.95	c cleaning 10005 clauses out of 20029 with flag 925000/925000
252.12/132.26	c cleaning 10001 clauses out of 20024 with flag 935000/935000
254.72/133.61	c cleaning 10008 clauses out of 20024 with flag 945001/945001
257.16/134.95	c cleaning 9995 clauses out of 20016 with flag 955001/955001
259.61/136.24	c cleaning 10004 clauses out of 20023 with flag 965003/965003
261.87/137.49	c cleaning 10005 clauses out of 20017 with flag 975001/975001
264.85/139.00	c cleaning 9996 clauses out of 20014 with flag 985003/985003
267.29/140.31	c cleaning 10004 clauses out of 20017 with flag 995002/995002
269.74/141.65	c cleaning 9997 clauses out of 20012 with flag 1005001/1005001
272.18/143.00	c cleaning 9992 clauses out of 20014 with flag 1015000/1015000
274.77/144.32	c cleaning 10002 clauses out of 20022 with flag 1025000/1025000
277.01/145.59	c cleaning 10009 clauses out of 20022 with flag 1035002/1035002
279.46/146.84	c cleaning 10002 clauses out of 20011 with flag 1045000/1045000
282.09/148.21	c cleaning 9999 clauses out of 20010 with flag 1055001/1055001
284.50/149.54	c cleaning 10002 clauses out of 20011 with flag 1065001/1065001
287.12/150.91	c cleaning 9996 clauses out of 20010 with flag 1075002/1075002
289.56/152.26	c cleaning 9994 clauses out of 20012 with flag 1085000/1085000
292.40/153.78	c cleaning 10005 clauses out of 20019 with flag 1095001/1095001
295.02/155.17	c cleaning 9998 clauses out of 20013 with flag 1105000/1105000
297.65/156.55	c cleaning 9986 clauses out of 20015 with flag 1115000/1115000
300.29/157.95	c cleaning 10008 clauses out of 20029 with flag 1125000/1125000
303.13/159.43	c cleaning 10005 clauses out of 20023 with flag 1135002/1135002
305.71/160.80	c cleaning 10000 clauses out of 20019 with flag 1145003/1145003
308.16/162.16	c cleaning 10001 clauses out of 20016 with flag 1155000/1155000
310.99/163.62	c cleaning 10003 clauses out of 20017 with flag 1165002/1165002
313.43/164.95	c cleaning 9997 clauses out of 20013 with flag 1175001/1175001
316.02/166.35	c cleaning 10001 clauses out of 20016 with flag 1185001/1185001
318.85/167.83	c cleaning 10004 clauses out of 20014 with flag 1195000/1195000
321.48/169.29	c cleaning 10001 clauses out of 20010 with flag 1205000/1205000
324.31/170.79	c cleaning 10001 clauses out of 20009 with flag 1215000/1215000
327.50/172.45	c cleaning 9994 clauses out of 20008 with flag 1225000/1225000
330.33/173.95	c cleaning 9995 clauses out of 20014 with flag 1235000/1235000
332.96/175.35	c cleaning 10004 clauses out of 20019 with flag 1245000/1245000
335.60/176.76	c cleaning 10000 clauses out of 20016 with flag 1255001/1255001
338.40/178.27	c cleaning 10005 clauses out of 20016 with flag 1265001/1265001
341.62/179.94	c cleaning 9996 clauses out of 20011 with flag 1275001/1275001
344.06/181.27	c cleaning 10000 clauses out of 20014 with flag 1285000/1285000
346.51/182.59	c cleaning 10001 clauses out of 20015 with flag 1295001/1295001
349.28/184.03	c cleaning 10000 clauses out of 20016 with flag 1305003/1305003
351.91/185.47	c cleaning 10002 clauses out of 20014 with flag 1315001/1315001
354.75/186.92	c cleaning 10000 clauses out of 20011 with flag 1325000/1325000
357.57/188.40	c cleaning 10000 clauses out of 20011 with flag 1335000/1335000
359.96/189.73	c cleaning 9999 clauses out of 20012 with flag 1345001/1345001
362.39/191.05	c cleaning 9999 clauses out of 20012 with flag 1355000/1355000
365.41/192.63	c cleaning 9993 clauses out of 20013 with flag 1365000/1365000
368.03/194.01	c cleaning 10008 clauses out of 20021 with flag 1375001/1375001
370.42/195.36	c cleaning 10003 clauses out of 20013 with flag 1385001/1385001
373.45/196.92	c cleaning 10000 clauses out of 20009 with flag 1395000/1395000
375.86/198.26	c cleaning 10003 clauses out of 20010 with flag 1405001/1405001
378.69/199.78	c cleaning 10002 clauses out of 20005 with flag 1415000/1415000
382.07/201.58	c cleaning 9993 clauses out of 20002 with flag 1425000/1425000
382.70/201.95	c And the winner is Resolution
382.98/202.24	c starts		: 205
382.98/202.24	c conflicts		: 1426689
382.98/202.24	c decisions		: 2361577
382.98/202.24	c propagations		: 69292715
382.98/202.24	c inspects		: 717722081
382.98/202.24	c learnt literals	: 8
382.98/202.24	c learnt binary clauses	: 61
382.98/202.24	c learnt ternary clauses	: 894
382.98/202.24	c learnt clauses	: 1426680
382.98/202.24	c ignored clauses	: 0
382.98/202.24	c root simplifications	: 0
382.98/202.24	c removed literals (reason simplification)	: 6904169
382.98/202.24	c reason swapping (by a shorter reason)	: 0
382.98/202.24	c Calls to reduceDB	: 144
382.98/202.24	c number of reductions to clauses (during analyze)	: 0
382.98/202.24	c number of learned constraints concerned by reduction	: 0
382.98/202.24	c number of learning phase by resolution	: 0
382.98/202.24	c number of learning phase by cutting planes	: 0
382.98/202.24	c speed (assignments/second)	: 343891.2683130186
382.98/202.24	c non guided choices	169
382.98/202.26	c learnt constraints type 
382.98/202.26	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11630
382.98/202.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61
382.98/202.26	c constraints type 
382.98/202.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
382.98/202.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
382.98/202.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
382.98/202.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
382.98/202.26	c constraints type 
382.98/202.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
382.98/202.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
382.98/202.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
382.98/202.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
382.98/202.26	s UNSATISFIABLE
382.98/202.26	c Total wall clock time (in seconds): 202.047

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-2662833-1276307222/watcher-2662833-1276307222 -o /tmp/evaluation-result-2662833-1276307222/solver-2662833-1276307222 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662833-1276307222.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 7454
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=248 CPUtime=0
/proc/7454/stat : 7454 (java) R 7452 7454 7321 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 6326200 253952 28 1992294400 134512640 134550932 4288628256 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7454/statm: 62 28 21 10 0 23 0

[startup+0.077255 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 7454
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1521796 CPUtime=0.06
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 3761 0 1 0 4 2 0 0 18 0 7 0 6326200 1558319104 3202 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 380449 3202 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101255 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 7454
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1524180 CPUtime=0.08
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 6326200 1560760320 3402 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301483 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 7454
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1526224 CPUtime=0.35
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 5389 0 1 0 32 3 0 0 18 0 12 0 6326200 1562853376 4826 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 381556 4826 1361 10 0 378859 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526224

[startup+0.701483 s]
/proc/loadavg: 1.09 1.04 1.01 3/106 7454
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1530832 CPUtime=1.12
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 8033 0 1 0 107 5 0 0 18 0 12 0 6326200 1567571968 7193 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 382708 7193 1396 10 0 380011 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530832

[startup+1.50148 s]
/proc/loadavg: 1.09 1.04 1.01 5/122 7470
/proc/meminfo: memFree=1502152/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1536408 CPUtime=2.71
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 10462 0 1 0 264 7 0 0 18 0 16 0 6326200 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 384102 9326 1422 10 0 381405 0
[pid=7454/tid=7456] ppid=7452 vsize=1536408 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5286 0 1 0 68 4 0 0 19 0 16 0 6326202 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6326203 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6326203 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6326205 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6326205 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6326205 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1536408 CPUtime=0.51
/proc/7454/task/7463/stat : 7463 (java) R 7452 7454 7321 0 -1 4202560 2026 0 0 0 50 1 0 0 25 0 16 0 6326209 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 106813344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1536408 CPUtime=0.7
/proc/7454/task/7464/stat : 7464 (java) R 7452 7454 7321 0 -1 4202560 1400 0 0 0 70 0 0 0 25 0 16 0 6326209 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 105496694 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326210 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1536408 CPUtime=0.47
/proc/7454/task/7467/stat : 7467 (java) R 7452 7454 7321 0 -1 4202560 114 0 0 0 47 0 0 0 21 0 16 0 6326275 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4109199150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1536408 CPUtime=0.27
/proc/7454/task/7468/stat : 7468 (java) R 7452 7454 7321 0 -1 4202560 561 0 0 0 27 0 0 0 22 0 16 0 6326275 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 103615280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1536408 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1573281792 9326 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1536408

[startup+3.10148 s]
/proc/loadavg: 1.09 1.04 1.01 5/122 7470
/proc/meminfo: memFree=1481692/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550200 CPUtime=5.88
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 41882 0 1 0 568 20 0 0 18 0 16 0 6326200 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387550 38441 1436 10 0 384853 0
[pid=7454/tid=7456] ppid=7452 vsize=1550200 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5286 0 1 0 68 4 0 0 18 0 16 0 6326202 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550200 CPUtime=0.01
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 558 0 0 0 1 0 0 0 17 0 16 0 6326203 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6326203 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7321 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 6326205 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) R 7452 7454 7321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6326205 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6326205 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550200 CPUtime=1.13
/proc/7454/task/7463/stat : 7463 (java) R 7452 7454 7321 0 -1 4202560 3572 0 0 0 112 1 0 0 25 0 16 0 6326209 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 5556464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550200 CPUtime=1.53
/proc/7454/task/7464/stat : 7464 (java) R 7452 7454 7321 0 -1 4202560 5337 0 0 0 151 2 0 0 25 0 16 0 6326209 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 103147985 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326210 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1550200 CPUtime=1.13
/proc/7454/task/7467/stat : 7467 (java) S 7452 7454 7321 0 -1 4202560 668 0 0 0 113 0 0 0 24 0 16 0 6326275 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1550200 CPUtime=1.3
/proc/7454/task/7468/stat : 7468 (java) R 7452 7454 7321 0 -1 4202560 25375 0 0 0 120 10 0 0 17 0 16 0 6326275 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4109817562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1550200 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1587404800 38441 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1550200

[startup+6.30149 s]
/proc/loadavg: 1.40 1.11 1.03 5/122 7470
/proc/meminfo: memFree=1365256/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550896 CPUtime=12.16
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 48337 0 1 0 1192 24 0 0 18 0 16 0 6326200 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387724 42712 1448 10 0 385027 0
[pid=7454/tid=7456] ppid=7452 vsize=1550896 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5286 0 1 0 68 4 0 0 18 0 16 0 6326202 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550896 CPUtime=0.05
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 1525 0 0 0 5 0 0 0 15 0 16 0 6326203 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550896 CPUtime=0.05
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 555 0 0 0 5 0 0 0 16 0 16 0 6326203 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550896 CPUtime=0.11
/proc/7454/task/7459/stat : 7459 (java) R 7452 7454 7321 0 -1 4202560 1241 0 0 0 11 0 0 0 15 0 16 0 6326205 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 103603280 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6326205 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6326205 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550896 CPUtime=2
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7321 0 -1 4202560 4228 0 0 0 199 1 0 0 25 0 16 0 6326209 1588117504 42712 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550896 CPUtime=2.37
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7321 0 -1 4202560 7596 0 0 0 234 3 0 0 22 0 16 0 6326209 1588117504 42714 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1588117504 42724 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326210 1588117504 42730 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1550896 CPUtime=2.64
/proc/7454/task/7467/stat : 7467 (java) S 7452 7454 7321 0 -1 4202560 673 0 0 0 264 0 0 0 25 0 16 0 6326275 1588117504 42739 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1550896 CPUtime=4.13
/proc/7454/task/7468/stat : 7468 (java) S 7452 7454 7321 0 -1 4202560 26160 0 0 0 402 11 0 0 18 0 16 0 6326275 1588117504 42749 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1588117504 42760 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1588117504 42769 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 1550896

[startup+12.7015 s]
/proc/loadavg: 1.45 1.12 1.03 3/122 7472
/proc/meminfo: memFree=1328312/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550896 CPUtime=24.53
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 57628 0 1 0 2425 28 0 0 18 0 16 0 6326200 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387724 51694 1448 10 0 385027 0
[pid=7454/tid=7456] ppid=7452 vsize=1550896 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5286 0 1 0 68 4 0 0 18 0 16 0 6326202 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550896 CPUtime=0.15
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 2360 0 0 0 14 1 0 0 15 0 16 0 6326203 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550896 CPUtime=0.13
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 1430 0 0 0 13 0 0 0 16 0 16 0 6326203 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550896 CPUtime=0.41
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7321 0 -1 4202560 2356 0 0 0 40 1 0 0 16 0 16 0 6326205 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6326205 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6326205 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550896 CPUtime=2.07
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7321 0 -1 4202560 4237 0 0 0 206 1 0 0 24 0 16 0 6326209 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550896 CPUtime=2.43
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7321 0 -1 4202560 7603 0 0 0 240 3 0 0 15 0 16 0 6326209 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326210 1588117504 51694 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0

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

/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1588117504 58216 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 364.02
Current children cumulated vsize (KiB) 1550896

[startup+198.303 s]
/proc/loadavg: 1.93 1.50 1.19 3/122 7476
/proc/meminfo: memFree=1299668/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550896 CPUtime=376.04
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 67010 0 1 0 37538 66 0 0 18 0 16 0 6326200 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387724 58350 1448 10 0 385027 0
[pid=7454/tid=7456] ppid=7452 vsize=1550896 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5288 0 1 0 68 4 0 0 15 0 16 0 6326202 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550896 CPUtime=1.92
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 4718 0 0 0 186 6 0 0 16 0 16 0 6326203 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550896 CPUtime=1.91
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 3603 0 0 0 184 7 0 0 15 0 16 0 6326203 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550896 CPUtime=17.16
/proc/7454/task/7459/stat : 7459 (java) R 7452 7454 7321 0 -1 4202560 4782 0 0 0 1697 19 0 0 15 0 16 0 6326205 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 105880848 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6326205 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6326205 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550896 CPUtime=2.13
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7321 0 -1 4202560 4237 0 0 0 212 1 0 0 16 0 16 0 6326209 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550896 CPUtime=3.88
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7321 0 -1 4202560 9829 0 0 0 384 4 0 0 15 0 16 0 6326209 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 6326210 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1550896 CPUtime=174.04
/proc/7454/task/7467/stat : 7467 (java) S 7452 7454 7321 0 -1 4202560 935 0 0 0 17399 5 0 0 17 0 16 0 6326275 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1550896 CPUtime=174.19
/proc/7454/task/7468/stat : 7468 (java) S 7452 7454 7321 0 -1 4202560 32533 0 0 0 17405 14 0 0 25 0 16 0 6326275 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1588117504 58350 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 376.04
Current children cumulated vsize (KiB) 1550896

[startup+199.902 s]
/proc/loadavg: 1.93 1.51 1.20 3/122 7476
/proc/meminfo: memFree=1299296/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550896 CPUtime=378.98
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 67094 0 1 0 37832 66 0 0 18 0 16 0 6326200 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387724 58433 1448 10 0 385027 0
[pid=7454/tid=7456] ppid=7452 vsize=1550896 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5288 0 1 0 68 4 0 0 15 0 16 0 6326202 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550896 CPUtime=1.93
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 4718 0 0 0 187 6 0 0 15 0 16 0 6326203 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550896 CPUtime=1.92
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 3603 0 0 0 185 7 0 0 16 0 16 0 6326203 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550896 CPUtime=17.39
/proc/7454/task/7459/stat : 7459 (java) R 7452 7454 7321 0 -1 4202560 4864 0 0 0 1720 19 0 0 16 0 16 0 6326205 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6326205 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6326205 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550896 CPUtime=2.13
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7321 0 -1 4202560 4237 0 0 0 212 1 0 0 16 0 16 0 6326209 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550896 CPUtime=3.9
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7321 0 -1 4202560 9829 0 0 0 386 4 0 0 15 0 16 0 6326209 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 6326210 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1550896 CPUtime=175.38
/proc/7454/task/7467/stat : 7467 (java) S 7452 7454 7321 0 -1 4202560 937 0 0 0 17533 5 0 0 17 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1550896 CPUtime=175.52
/proc/7454/task/7468/stat : 7468 (java) S 7452 7454 7321 0 -1 4202560 32533 0 0 0 17538 14 0 0 25 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 378.98
Current children cumulated vsize (KiB) 1550896

[startup+201.502 s]
/proc/loadavg: 1.93 1.51 1.20 3/122 7476
/proc/meminfo: memFree=1299296/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550896 CPUtime=382.07
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 67095 0 1 0 38141 66 0 0 18 0 16 0 6326200 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387724 58433 1448 10 0 385027 0
[pid=7454/tid=7456] ppid=7452 vsize=1550896 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5288 0 1 0 68 4 0 0 15 0 16 0 6326202 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550896 CPUtime=1.93
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 4718 0 0 0 187 6 0 0 15 0 16 0 6326203 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550896 CPUtime=1.92
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 3603 0 0 0 185 7 0 0 16 0 16 0 6326203 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550896 CPUtime=17.47
/proc/7454/task/7459/stat : 7459 (java) R 7452 7454 7321 0 -1 4202560 4864 0 0 0 1728 19 0 0 16 0 16 0 6326205 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6326205 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6326205 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550896 CPUtime=2.13
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7321 0 -1 4202560 4237 0 0 0 212 1 0 0 16 0 16 0 6326209 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550896 CPUtime=3.92
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7321 0 -1 4202560 9829 0 0 0 388 4 0 0 15 0 16 0 6326209 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 6326210 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1550896 CPUtime=176.89
/proc/7454/task/7467/stat : 7467 (java) S 7452 7454 7321 0 -1 4202560 937 0 0 0 17683 6 0 0 17 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1550896 CPUtime=177.01
/proc/7454/task/7468/stat : 7468 (java) S 7452 7454 7321 0 -1 4202560 32534 0 0 0 17687 14 0 0 25 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1588117504 58433 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 382.07
Current children cumulated vsize (KiB) 1550896

[startup+201.902 s]
/proc/loadavg: 1.93 1.51 1.20 3/122 7476
/proc/meminfo: memFree=1299296/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=1550896 CPUtime=382.7
/proc/7454/stat : 7454 (java) S 7452 7454 7321 0 -1 4202496 67202 0 1 0 38204 66 0 0 18 0 16 0 6326200 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 387724 58532 1448 10 0 385027 0
[pid=7454/tid=7456] ppid=7452 vsize=1550896 CPUtime=0.72
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7321 0 -1 4202560 5288 0 1 0 68 4 0 0 15 0 16 0 6326202 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1550896 CPUtime=1.96
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7321 0 -1 4202560 4737 0 0 0 190 6 0 0 15 0 16 0 6326203 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1550896 CPUtime=1.94
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7321 0 -1 4202560 3615 0 0 0 187 7 0 0 16 0 16 0 6326203 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1550896 CPUtime=17.62
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7321 0 -1 4202560 4938 0 0 0 1743 19 0 0 16 0 16 0 6326205 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7321 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6326205 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7321 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6326205 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326209 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1550896 CPUtime=2.13
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7321 0 -1 4202560 4237 0 0 0 212 1 0 0 16 0 16 0 6326209 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1550896 CPUtime=3.92
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7321 0 -1 4202560 9829 0 0 0 388 4 0 0 15 0 16 0 6326209 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326210 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7321 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 6326210 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 1 0 0 0
[pid=7454/tid=7467] ppid=7452 vsize=1550896 CPUtime=177.11
/proc/7454/task/7467/stat : 7467 (java) R 7452 7454 7321 0 -1 4202560 938 0 0 0 17705 6 0 0 16 0 16 0 6326275 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4109597733 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7454/tid=7468] ppid=7452 vsize=1550896 CPUtime=177.22
/proc/7454/task/7468/stat : 7468 (java) R 7452 7454 7321 0 -1 4202560 32535 0 0 0 17708 14 0 0 24 0 16 0 6326275 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4109330150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7454/tid=7469] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7469/stat : 7469 (java) S 7452 7454 7321 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6326275 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
[pid=7454/tid=7470] ppid=7452 vsize=1550896 CPUtime=0
/proc/7454/task/7470/stat : 7470 (java) S 7452 7454 7321 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6326275 1588117504 58532 1992294400 134512640 134550932 4288628256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671181760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 382.7
Current children cumulated vsize (KiB) 1550896

[startup+202.302 s]
/proc/loadavg: 1.93 1.51 1.20 1/120 7477
/proc/meminfo: memFree=1298940/2059040 swapFree=4192956/4192956
[pid=7454] ppid=7452 vsize=0 CPUtime=383.01
/proc/7454/stat : 7454 (java) Z 7452 7454 7321 0 -1 4203548 67210 0 1 0 38235 66 0 0 18 0 2 0 6326200 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7454/statm: 0 0 0 0 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=0 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) R 7452 7454 7321 0 -1 4203588 12 0 0 0 0 0 0 0 18 0 2 0 6326205 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 383.01
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 202.326
CPU time (s): 383.042
CPU user time (s): 382.356
CPU system time (s): 0.685895
CPU usage (%): 189.319
Max. virtual memory (cumulated for all children) (KiB): 1553968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.356
system time used= 0.685895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67210
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= 7101
involuntary context switches= 11587

runsolver used 1.27081 second user time and 2.19467 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 03:47:02
IDJOB=2662833
IDBENCH=1348
IDSOLVER=1166
FILE ID=node001/2662833-1276307222
PBS_JOBID= 11173141
Free space on /tmp= 62364 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.1900551347.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662833-1276307222/watcher-2662833-1276307222 -o /tmp/evaluation-result-2662833-1276307222/solver-2662833-1276307222 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662833-1276307222.opb

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

MD5SUM BENCH= ad2f2eb73d6b7e5f546be528b10bc762
RANDOM SEED=1426930858

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1529892 kB
Buffers:         87676 kB
Cached:         312520 kB
SwapCached:          0 kB
Active:         174796 kB
Inactive:       284768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1529892 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59336 kB
Mapped:          15392 kB
Slab:            47640 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182568 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= 62364 MiB
End job on node001 at 2010-06-12 03:50:24