Trace number 2662807

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 363.149 191.409

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.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.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662807-1276299337.opb
0.24/0.22	c reading problem ... 
1.07/0.74	c ... done. Wall clock time 0.518s.
1.07/0.74	c #vars     231
1.07/0.74	c #constraints  2707
1.07/0.74	c constraints type 
1.07/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.07/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.07/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.07/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.07/0.74	c constraints type 
1.07/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.07/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.07/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.07/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.23/2.32	c cleaning 2499 clauses out of 5002 with flag 5002/5002
6.60/3.51	c cleaning 4248 clauses out of 8501 with flag 11000/11000
8.93/4.70	c cleaning 5621 clauses out of 11254 with flag 18001/18001
11.65/6.11	c cleaning 6807 clauses out of 13632 with flag 26000/26000
14.17/7.49	c cleaning 7904 clauses out of 15826 with flag 35001/35001
17.67/9.23	c cleaning 8952 clauses out of 17921 with flag 45000/45000
21.20/11.05	c cleaning 9477 clauses out of 18969 with flag 55000/55000
24.49/12.77	c cleaning 9740 clauses out of 19494 with flag 65002/65002
27.77/14.45	c cleaning 9875 clauses out of 19755 with flag 75003/75003
31.07/16.12	c cleaning 9936 clauses out of 19877 with flag 85000/85000
34.17/17.73	c cleaning 9960 clauses out of 19942 with flag 95001/95001
37.27/19.36	c cleaning 9977 clauses out of 19982 with flag 105001/105001
40.54/21.01	c cleaning 10001 clauses out of 20004 with flag 115000/115000
43.84/22.76	c cleaning 9999 clauses out of 20005 with flag 125002/125002
47.13/24.44	c cleaning 9988 clauses out of 20005 with flag 135001/135001
50.03/25.94	c cleaning 10003 clauses out of 20019 with flag 145003/145003
52.92/27.41	c cleaning 10002 clauses out of 20013 with flag 155000/155000
55.80/28.97	c cleaning 9998 clauses out of 20011 with flag 165000/165000
59.09/30.67	c cleaning 9996 clauses out of 20015 with flag 175002/175002
62.37/32.35	c cleaning 9999 clauses out of 20018 with flag 185001/185001
65.44/33.99	c cleaning 10005 clauses out of 20019 with flag 195001/195001
68.93/35.75	c cleaning 10001 clauses out of 20013 with flag 205000/205000
72.23/37.46	c cleaning 9983 clauses out of 20012 with flag 215000/215000
75.29/39.04	c cleaning 10011 clauses out of 20033 with flag 225004/225004
78.74/40.83	c cleaning 10001 clauses out of 20020 with flag 235002/235002
82.83/42.92	c cleaning 9992 clauses out of 20017 with flag 245000/245000
86.09/44.60	c cleaning 10006 clauses out of 20027 with flag 255002/255002
89.18/46.22	c cleaning 10006 clauses out of 20021 with flag 265002/265002
92.42/47.96	c cleaning 9997 clauses out of 20013 with flag 275000/275000
96.09/49.87	c cleaning 10000 clauses out of 20017 with flag 285001/285001
99.77/51.71	c cleaning 9995 clauses out of 20016 with flag 295000/295000
103.23/53.51	c cleaning 10005 clauses out of 20022 with flag 305001/305001
106.26/55.13	c cleaning 10005 clauses out of 20020 with flag 315004/315004
109.93/57.02	c cleaning 10001 clauses out of 20014 with flag 325003/325003
113.40/58.85	c cleaning 9998 clauses out of 20011 with flag 335001/335001
117.04/60.72	c cleaning 10003 clauses out of 20015 with flag 345003/345003
120.08/62.37	c cleaning 10003 clauses out of 20009 with flag 355000/355000
122.97/63.86	c cleaning 9999 clauses out of 20013 with flag 365007/365007
125.82/65.35	c cleaning 9994 clauses out of 20007 with flag 375000/375000
128.69/66.82	c cleaning 9993 clauses out of 20013 with flag 385000/385000
131.72/68.44	c cleaning 9995 clauses out of 20020 with flag 395000/395000
134.99/70.13	c cleaning 10001 clauses out of 20025 with flag 405000/405000
138.05/71.72	c cleaning 10001 clauses out of 20025 with flag 415001/415001
140.91/73.24	c cleaning 10005 clauses out of 20024 with flag 425001/425001
144.14/74.93	c cleaning 10003 clauses out of 20018 with flag 435000/435000
147.00/76.46	c cleaning 10003 clauses out of 20015 with flag 445000/445000
150.45/78.24	c cleaning 10001 clauses out of 20014 with flag 455002/455002
153.51/79.86	c cleaning 10001 clauses out of 20012 with flag 465001/465001
156.73/81.54	c cleaning 9998 clauses out of 20012 with flag 475002/475002
160.00/83.23	c cleaning 9991 clauses out of 20012 with flag 485000/485000
162.67/84.64	c cleaning 10000 clauses out of 20022 with flag 495001/495001
165.31/86.02	c cleaning 10004 clauses out of 20021 with flag 505000/505000
168.14/87.58	c cleaning 9997 clauses out of 20018 with flag 515001/515001
171.01/89.07	c cleaning 10008 clauses out of 20023 with flag 525003/525003
174.26/90.72	c cleaning 10005 clauses out of 20016 with flag 535004/535004
177.32/92.32	c cleaning 10001 clauses out of 20009 with flag 545002/545002
180.33/93.91	c cleaning 9997 clauses out of 20006 with flag 555000/555000
183.38/95.54	c cleaning 9998 clauses out of 20010 with flag 565001/565001
186.64/97.24	c cleaning 10000 clauses out of 20012 with flag 575001/575001
190.48/99.21	c cleaning 10001 clauses out of 20014 with flag 585003/585003
193.89/101.01	c cleaning 9999 clauses out of 20010 with flag 595000/595000
197.35/102.86	c cleaning 10007 clauses out of 20017 with flag 605006/605006
200.78/104.68	c cleaning 9998 clauses out of 20004 with flag 615000/615000
204.42/106.53	c cleaning 9993 clauses out of 20009 with flag 625003/625003
208.04/108.50	c cleaning 10004 clauses out of 20014 with flag 635001/635001
211.67/110.35	c cleaning 9995 clauses out of 20009 with flag 645000/645000
215.13/112.15	c cleaning 10005 clauses out of 20015 with flag 655001/655001
218.35/113.82	c cleaning 9995 clauses out of 20009 with flag 665000/665000
220.57/115.05	c cleaning 0 clauses out of 5001 with flag 0/5001
221.84/115.70	c cleaning 9999 clauses out of 20015 with flag 675001/675001
224.88/117.35	c cleaning 9995 clauses out of 20015 with flag 685000/685000
228.12/119.08	c cleaning 9999 clauses out of 20020 with flag 695000/695000
231.32/120.76	c cleaning 10004 clauses out of 20021 with flag 705000/705000
234.75/122.54	c cleaning 10006 clauses out of 20018 with flag 715001/715001
238.00/124.22	c cleaning 9998 clauses out of 20011 with flag 725000/725000
241.03/125.88	c cleaning 9997 clauses out of 20013 with flag 735000/735000
244.43/127.65	c cleaning 9994 clauses out of 20017 with flag 745001/745001
247.83/129.48	c cleaning 10004 clauses out of 20022 with flag 755000/755000
251.64/131.47	c cleaning 9994 clauses out of 20018 with flag 765000/765000
255.07/133.20	c cleaning 10005 clauses out of 20025 with flag 775001/775001
258.46/135.00	c cleaning 10008 clauses out of 20019 with flag 785000/785000
261.89/136.88	c cleaning 9999 clauses out of 20011 with flag 795000/795000
265.12/138.53	c cleaning 9993 clauses out of 20012 with flag 805000/805000
268.94/140.50	c cleaning 10004 clauses out of 20019 with flag 815000/815000
272.12/142.25	c cleaning 10000 clauses out of 20019 with flag 825004/825004
275.35/143.92	c cleaning 10003 clauses out of 20016 with flag 835001/835001
278.37/145.59	c cleaning 10003 clauses out of 20012 with flag 845000/845000
281.42/147.15	c cleaning 9994 clauses out of 20011 with flag 855002/855002
284.41/148.77	c cleaning 10000 clauses out of 20015 with flag 865000/865000
287.44/150.33	c cleaning 9997 clauses out of 20015 with flag 875000/875000
291.25/152.36	c cleaning 10003 clauses out of 20019 with flag 885001/885001
294.67/154.15	c cleaning 10006 clauses out of 20017 with flag 895002/895002
298.06/155.93	c cleaning 10000 clauses out of 20009 with flag 905000/905000
301.48/157.74	c cleaning 9990 clauses out of 20009 with flag 915000/915000
304.92/159.52	c cleaning 9997 clauses out of 20019 with flag 925000/925000
308.12/161.26	c cleaning 9993 clauses out of 20022 with flag 935000/935000
311.12/162.82	c cleaning 10008 clauses out of 20029 with flag 945000/945000
314.33/164.51	c cleaning 10005 clauses out of 20022 with flag 955001/955001
317.75/166.35	c cleaning 10003 clauses out of 20019 with flag 965003/965003
320.97/168.01	c cleaning 10001 clauses out of 20015 with flag 975002/975002
324.34/169.86	c cleaning 9989 clauses out of 20013 with flag 985001/985001
328.15/171.81	c cleaning 10004 clauses out of 20023 with flag 995000/995000
331.57/173.67	c cleaning 10006 clauses out of 20020 with flag 1005001/1005001
334.60/175.25	c cleaning 10002 clauses out of 20013 with flag 1015000/1015000
337.99/177.01	c cleaning 9987 clauses out of 20012 with flag 1025001/1025001
341.19/178.71	c cleaning 9996 clauses out of 20024 with flag 1035000/1035000
344.22/180.40	c cleaning 10009 clauses out of 20028 with flag 1045000/1045000
347.42/182.09	c cleaning 10006 clauses out of 20021 with flag 1055002/1055002
351.18/184.08	c cleaning 10002 clauses out of 20013 with flag 1065001/1065001
354.62/185.89	c cleaning 9999 clauses out of 20011 with flag 1075001/1075001
358.20/187.80	c cleaning 9992 clauses out of 20012 with flag 1085001/1085001
361.81/189.63	c cleaning 10006 clauses out of 20018 with flag 1095000/1095000
362.81/190.28	c And the winner is Resolution
363.08/191.32	c starts		: 188
363.08/191.32	c conflicts		: 1098292
363.08/191.32	c decisions		: 1811994
363.08/191.32	c propagations		: 49472147
363.08/191.32	c inspects		: 661296107
363.08/191.32	c learnt literals	: 7
363.08/191.32	c learnt binary clauses	: 28
363.08/191.32	c learnt ternary clauses	: 824
363.08/191.32	c learnt clauses	: 1098284
363.08/191.32	c ignored clauses	: 0
363.08/191.32	c root simplifications	: 0
363.08/191.32	c removed literals (reason simplification)	: 6197821
363.08/191.32	c reason swapping (by a shorter reason)	: 0
363.08/191.32	c Calls to reduceDB	: 111
363.08/191.32	c number of reductions to clauses (during analyze)	: 0
363.08/191.32	c number of learned constraints concerned by reduction	: 0
363.08/191.32	c number of learning phase by resolution	: 0
363.08/191.32	c number of learning phase by cutting planes	: 0
363.08/191.32	c speed (assignments/second)	: 259592.7451515406
363.08/191.32	c non guided choices	129
363.08/191.34	c learnt constraints type 
363.08/191.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13270
363.08/191.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
363.08/191.34	c constraints type 
363.08/191.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
363.08/191.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
363.08/191.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
363.08/191.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
363.08/191.34	c constraints type 
363.08/191.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
363.08/191.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
363.08/191.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
363.08/191.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
363.08/191.34	s UNSATISFIABLE
363.08/191.34	c Total wall clock time (in seconds): 191.12

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-2662807-1276299337/watcher-2662807-1276299337 -o /tmp/evaluation-result-2662807-1276299337/solver-2662807-1276299337 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662807-1276299337.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6432
/proc/meminfo: memFree=1540768/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=248 CPUtime=0
/proc/6432/stat : 6432 (java6) R 6430 6432 5972 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 5537768 253952 28 1992294400 134512640 134550932 4291869328 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6432/statm: 62 28 21 10 0 23 0

[startup+0.0638901 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6432
/proc/meminfo: memFree=1540768/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1521664 CPUtime=0.05
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 3621 0 1 0 3 2 0 0 15 0 7 0 5537768 1558183936 3062 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 380416 3062 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.100895 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6432
/proc/meminfo: memFree=1540768/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1524020 CPUtime=0.08
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 3929 0 1 0 6 2 0 0 15 0 12 0 5537768 1560596480 3368 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 381005 3368 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300917 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6432
/proc/meminfo: memFree=1540768/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1525776 CPUtime=0.35
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 5382 0 1 0 32 3 0 0 15 0 12 0 5537768 1562394624 4817 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 381444 4817 1361 10 0 378747 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525776

[startup+0.700966 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6432
/proc/meminfo: memFree=1540768/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1529144 CPUtime=1.07
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 7298 0 1 0 103 4 0 0 15 0 12 0 5537768 1565843456 6674 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 382286 6674 1396 10 0 379589 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1529144

[startup+1.50207 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 6448
/proc/meminfo: memFree=1515964/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1538044 CPUtime=2.65
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 14133 0 1 0 257 8 0 0 15 0 16 0 5537768 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 384511 12449 1423 10 0 381814 0
[pid=6432/tid=6434] ppid=6430 vsize=1538044 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5263 0 1 0 68 4 0 0 25 0 16 0 5537770 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 5537772 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 5537772 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 5537773 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 5537774 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5537774 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5537778 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1538044 CPUtime=0.52
/proc/6432/task/6441/stat : 6441 (java) R 6430 6432 5972 0 -1 4202560 1539 0 0 0 52 0 0 0 17 0 16 0 5537778 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 106251283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1538044 CPUtime=0.99
/proc/6432/task/6442/stat : 6442 (java) R 6430 6432 5972 0 -1 4202560 2597 0 0 0 98 1 0 0 15 0 16 0 5537778 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 104076416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5537778 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5537778 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=1538044 CPUtime=0.14
/proc/6432/task/6445/stat : 6445 (java) R 6430 6432 5972 0 -1 4202560 93 0 0 0 14 0 0 0 25 0 16 0 5537843 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=1538044 CPUtime=0.24
/proc/6432/task/6446/stat : 6446 (java) R 6430 6432 5972 0 -1 4202560 3570 0 0 0 23 1 0 0 18 0 16 0 5537843 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5537844 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1538044 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5537845 1574957056 12449 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1538044

[startup+3.10225 s]
/proc/loadavg: 1.00 1.00 1.00 4/122 6448
/proc/meminfo: memFree=1478888/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1541936 CPUtime=5.81
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 41877 0 1 0 560 21 0 0 15 0 16 0 5537768 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 385484 38041 1448 10 0 382787 0
[pid=6432/tid=6434] ppid=6430 vsize=1541936 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5263 0 1 0 68 4 0 0 18 0 16 0 5537770 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1541936 CPUtime=0.01
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 411 0 0 0 1 0 0 0 15 0 16 0 5537772 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1541936 CPUtime=0.01
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 384 0 0 0 1 0 0 0 16 0 16 0 5537772 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1541936 CPUtime=0.02
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 367 0 0 0 2 0 0 0 15 0 16 0 5537773 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5537774 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5537774 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5537778 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1541936 CPUtime=1.29
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 3871 0 0 0 128 1 0 0 15 0 16 0 5537778 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1541936 CPUtime=1.48
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 3685 0 0 0 146 2 0 0 15 0 16 0 5537778 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5537778 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5537778 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=1541936 CPUtime=1.11
/proc/6432/task/6445/stat : 6445 (java) R 6430 6432 5972 0 -1 4202560 684 0 0 0 111 0 0 0 25 0 16 0 5537843 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4109311082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=1541936 CPUtime=1.09
/proc/6432/task/6446/stat : 6446 (java) R 6430 6432 5972 0 -1 4202560 26141 0 0 0 99 10 0 0 18 0 16 0 5537843 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4110006912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5537844 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5537845 1578942464 38041 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 1541936

[startup+6.30162 s]
/proc/loadavg: 1.16 1.03 1.01 4/122 6448
/proc/meminfo: memFree=1386136/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1541936 CPUtime=11.98
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 44811 0 1 0 1177 21 0 0 15 0 16 0 5537768 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 385484 40965 1448 10 0 382787 0
[pid=6432/tid=6434] ppid=6430 vsize=1541936 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5263 0 1 0 68 4 0 0 15 0 16 0 5537770 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1541936 CPUtime=0.07
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 1121 0 0 0 7 0 0 0 15 0 16 0 5537772 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1541936 CPUtime=0.06
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 1086 0 0 0 6 0 0 0 16 0 16 0 5537772 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1541936 CPUtime=0.17
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 1845 0 0 0 17 0 0 0 16 0 16 0 5537773 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5537774 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5537774 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5537778 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1541936 CPUtime=1.32
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 3872 0 0 0 131 1 0 0 16 0 16 0 5537778 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1541936 CPUtime=1.87
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 3717 0 0 0 185 2 0 0 16 0 16 0 5537778 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5537778 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5537778 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=1541936 CPUtime=3.71
/proc/6432/task/6445/stat : 6445 (java) R 6430 6432 5972 0 -1 4202560 690 0 0 0 371 0 0 0 25 0 16 0 5537843 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4109893283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=1541936 CPUtime=3.99
/proc/6432/task/6446/stat : 6446 (java) R 6430 6432 5972 0 -1 4202560 26146 0 0 0 389 10 0 0 23 0 16 0 5537843 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4109818624 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5537844 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1541936 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5537845 1578942464 40965 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 1541936

[startup+12.7024 s]
/proc/loadavg: 1.23 1.05 1.02 3/122 6448
/proc/meminfo: memFree=1350176/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1540016 CPUtime=24.49
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 53227 0 1 0 2424 25 0 0 15 0 16 0 5537768 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 385004 48707 1448 10 0 382307 0
[pid=6432/tid=6434] ppid=6430 vsize=1540016 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5263 0 1 0 68 4 0 0 15 0 16 0 5537770 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1540016 CPUtime=0.14
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 2343 0 0 0 14 0 0 0 15 0 16 0 5537772 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1540016 CPUtime=0.15
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 2339 0 0 0 15 0 0 0 16 0 16 0 5537772 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1540016 CPUtime=0.35
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 2329 0 0 0 35 0 0 0 16 0 16 0 5537773 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1540016 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5537774 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1540016 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5537774 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1540016 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5537778 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1540016 CPUtime=1.33
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 3872 0 0 0 132 1 0 0 16 0 16 0 5537778 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1540016 CPUtime=1.9
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 3717 0 0 0 188 2 0 0 15 0 16 0 5537778 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1540016 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5537778 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1540016 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5537778 1576976384 48707 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0

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

[pid=6432/tid=6438] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5537774 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5537774 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5537778 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1539568 CPUtime=1.71
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 4738 0 0 0 169 2 0 0 15 0 16 0 5537778 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1539568 CPUtime=2.43
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 5226 0 0 0 241 2 0 0 16 0 16 0 5537778 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5537778 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 5537778 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=1539568 CPUtime=165.47
/proc/6432/task/6445/stat : 6445 (java) R 6430 6432 5972 0 -1 4202560 936 0 0 0 16543 4 0 0 20 0 16 0 5537843 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4109748571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=1539568 CPUtime=166.13
/proc/6432/task/6446/stat : 6446 (java) R 6430 6432 5972 0 -1 4202560 31534 0 0 0 16598 15 0 0 25 0 16 0 5537843 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4109784143 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5537844 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5537845 1576517632 55798 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 354.02
Current children cumulated vsize (KiB) 1539568

[startup+188.702 s]
/proc/loadavg: 2.06 1.51 1.20 3/122 6454
/proc/meminfo: memFree=1319300/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1539568 CPUtime=360.03
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 63681 0 1 0 35957 46 0 0 15 0 16 0 5537768 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 384892 56105 1448 10 0 382195 0
[pid=6432/tid=6434] ppid=6430 vsize=1539568 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5271 0 1 0 68 4 0 0 15 0 16 0 5537770 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1539568 CPUtime=2.08
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 5492 0 0 0 201 7 0 0 16 0 16 0 5537772 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1539568 CPUtime=2.08
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 5643 0 0 0 203 5 0 0 16 0 16 0 5537772 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1539568 CPUtime=13.71
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 3754 0 0 0 1369 2 0 0 16 0 16 0 5537773 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5537774 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5537774 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5537778 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1539568 CPUtime=1.71
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 4738 0 0 0 169 2 0 0 15 0 16 0 5537778 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1539568 CPUtime=2.43
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 5226 0 0 0 241 2 0 0 16 0 16 0 5537778 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5537778 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 5537778 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=1539568 CPUtime=168.27
/proc/6432/task/6445/stat : 6445 (java) R 6430 6432 5972 0 -1 4202560 939 0 0 0 16823 4 0 0 25 0 16 0 5537843 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4109752303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=1539568 CPUtime=168.93
/proc/6432/task/6446/stat : 6446 (java) R 6430 6432 5972 0 -1 4202560 31535 0 0 0 16878 15 0 0 25 0 16 0 5537843 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4109805951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5537844 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5537845 1576517632 56105 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 360.03
Current children cumulated vsize (KiB) 1539568

[startup+190.31 s]
/proc/loadavg: 2.06 1.51 1.20 3/122 6454
/proc/meminfo: memFree=1318804/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1539568 CPUtime=362.99
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 63837 0 1 0 36253 46 0 0 15 0 15 0 5537768 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 384892 56256 1449 10 0 382195 0
[pid=6432/tid=6434] ppid=6430 vsize=1539568 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5271 0 1 0 68 4 0 0 15 0 15 0 5537770 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1539568 CPUtime=2.1
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 5616 0 0 0 203 7 0 0 15 0 15 0 5537772 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1539568 CPUtime=2.11
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 5672 0 0 0 206 5 0 0 16 0 15 0 5537772 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1539568 CPUtime=13.91
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 3754 0 0 0 1389 2 0 0 16 0 15 0 5537773 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 5537774 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 5537774 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1539568 CPUtime=1.72
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 4738 0 0 0 170 2 0 0 15 0 15 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1539568 CPUtime=2.43
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 5226 0 0 0 241 2 0 0 16 0 15 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 15 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=1539568 CPUtime=170.28
/proc/6432/task/6446/stat : 6446 (java) R 6430 6432 5972 0 -1 4202560 31536 0 0 0 17013 15 0 0 25 0 15 0 5537843 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4109806106 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 5537844 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 5537845 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 362.99
Current children cumulated vsize (KiB) 1539568

[startup+191.102 s]
/proc/loadavg: 2.06 1.51 1.20 3/122 6454
/proc/meminfo: memFree=1318804/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1539568 CPUtime=363.08
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 63837 0 1 0 36262 46 0 0 15 0 14 0 5537768 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 384892 56256 1449 10 0 382195 0
[pid=6432/tid=6434] ppid=6430 vsize=1539568 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5271 0 1 0 68 4 0 0 15 0 14 0 5537770 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1539568 CPUtime=2.1
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 5616 0 0 0 203 7 0 0 15 0 14 0 5537772 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1539568 CPUtime=2.11
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 5672 0 0 0 206 5 0 0 16 0 14 0 5537772 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1539568 CPUtime=13.91
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 3754 0 0 0 1389 2 0 0 15 0 14 0 5537773 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5537774 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5537774 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1539568 CPUtime=1.72
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 4738 0 0 0 170 2 0 0 15 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1539568 CPUtime=2.43
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 5226 0 0 0 241 2 0 0 16 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 5537844 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 5537845 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 363.08
Current children cumulated vsize (KiB) 1539568

[startup+191.302 s]
/proc/loadavg: 2.06 1.51 1.20 1/120 6454
/proc/meminfo: memFree=1318820/2059040 swapFree=4192956/4192956
[pid=6432] ppid=6430 vsize=1539568 CPUtime=363.08
/proc/6432/stat : 6432 (java) S 6430 6432 5972 0 -1 4202496 63837 0 1 0 36262 46 0 0 15 0 14 0 5537768 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6432/statm: 384892 56256 1449 10 0 382195 0
[pid=6432/tid=6434] ppid=6430 vsize=1539568 CPUtime=0.72
/proc/6432/task/6434/stat : 6434 (java) S 6430 6432 5972 0 -1 4202560 5271 0 1 0 68 4 0 0 15 0 14 0 5537770 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=1539568 CPUtime=2.1
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5972 0 -1 4202560 5616 0 0 0 203 7 0 0 15 0 14 0 5537772 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=1539568 CPUtime=2.11
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5972 0 -1 4202560 5672 0 0 0 206 5 0 0 16 0 14 0 5537772 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=1539568 CPUtime=13.91
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5972 0 -1 4202560 3754 0 0 0 1389 2 0 0 15 0 14 0 5537773 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 5537774 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5537774 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=1539568 CPUtime=1.72
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5972 0 -1 4202560 4738 0 0 0 170 2 0 0 15 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=1539568 CPUtime=2.43
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5972 0 -1 4202560 5226 0 0 0 241 2 0 0 16 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5972 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 5537778 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 5537844 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=1539568 CPUtime=0
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 5537845 1576517632 56256 1992294400 134512640 134550932 4287449776 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 363.08
Current children cumulated vsize (KiB) 1539568

Child status: 20
Real time (s): 191.409
CPU time (s): 363.149
CPU user time (s): 362.66
CPU system time (s): 0.488925
CPU usage (%): 189.724
Max. virtual memory (cumulated for all children) (KiB): 1548672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.66
system time used= 0.488925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63847
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= 6898
involuntary context switches= 11157

runsolver used 0.823874 second user time and 2.44063 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 01:35:37
IDJOB=2662807
IDBENCH=1321
IDSOLVER=1166
FILE ID=node001/2662807-1276299337
PBS_JOBID= 11173120
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.1900544484.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662807-1276299337/watcher-2662807-1276299337 -o /tmp/evaluation-result-2662807-1276299337/solver-2662807-1276299337 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662807-1276299337.opb

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

MD5SUM BENCH= 6f786d0e248f798e90612aee65004e7e
RANDOM SEED=1352472871

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:       1541040 kB
Buffers:         77836 kB
Cached:         311908 kB
SwapCached:          0 kB
Active:         173900 kB
Inactive:       275308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1541040 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       59408 kB
Mapped:          15392 kB
Slab:            46952 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180844 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 01:38:49