Trace number 2658443

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT3 317.659 315.403

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
MD5SUMea08c66c9e8e41f4a763233d2f14489d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.32149
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658443-1276649912.opb
0.24/0.20	c reading problem ... 
0.40/0.37	c ... done. Wall clock time 0.159s.
0.40/0.37	c #vars     540
0.40/0.37	c #constraints  826
0.40/0.37	c constraints type 
0.40/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.40/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
2.97/2.15	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.71/3.77	c cleaning 4241 clauses out of 8499 with flag 11000/11000
6.72/5.72	c cleaning 5630 clauses out of 11259 with flag 18001/18001
9.34/8.36	c cleaning 6811 clauses out of 13628 with flag 26000/26000
12.77/11.76	c cleaning 7905 clauses out of 15818 with flag 35001/35001
15.27/14.29	c cleaning 8956 clauses out of 17912 with flag 45000/45000
18.98/17.98	c cleaning 9475 clauses out of 18956 with flag 55000/55000
21.89/20.84	c cleaning 9736 clauses out of 19481 with flag 65000/65000
24.99/23.94	c cleaning 9869 clauses out of 19745 with flag 75000/75000
27.60/26.54	c cleaning 9930 clauses out of 19877 with flag 85001/85001
30.09/29.01	c cleaning 9967 clauses out of 19947 with flag 95001/95001
31.93/30.84	c cleaning 9982 clauses out of 19979 with flag 105000/105000
32.04/30.99	c SATISFIABLE
32.04/30.99	c OPTIMIZING...
32.04/30.99	c Got one! Elapsed wall clock time (in seconds):30.788
32.04/30.99	o 65
34.03/32.96	c cleaning 9983 clauses out of 19998 with flag 115001/115001
37.01/35.70	c cleaning 10004 clauses out of 20015 with flag 125001/125001
41.54/39.85	c cleaning 10001 clauses out of 20010 with flag 135000/135000
44.03/42.28	c cleaning 9994 clauses out of 20010 with flag 145001/145001
47.15/45.36	c cleaning 9995 clauses out of 20016 with flag 155001/155001
50.74/48.97	c cleaning 10007 clauses out of 20021 with flag 165001/165001
54.64/52.84	c cleaning 10001 clauses out of 20014 with flag 175001/175001
58.05/56.28	c cleaning 10003 clauses out of 20013 with flag 185001/185001
61.46/59.67	c cleaning 10001 clauses out of 20009 with flag 195000/195000
65.45/63.60	c cleaning 9999 clauses out of 20008 with flag 205000/205000
68.55/66.75	c cleaning 10000 clauses out of 20009 with flag 215000/215000
70.86/69.03	c cleaning 9999 clauses out of 20009 with flag 225000/225000
72.36/70.54	c cleaning 10005 clauses out of 20011 with flag 235001/235001
75.26/73.42	c cleaning 9986 clauses out of 20005 with flag 245000/245000
78.07/76.24	c cleaning 10003 clauses out of 20022 with flag 255003/255003
81.07/79.22	c cleaning 10006 clauses out of 20016 with flag 265000/265000
84.28/82.40	c cleaning 10003 clauses out of 20011 with flag 275001/275001
86.31/84.43	c cleaning 9998 clauses out of 20007 with flag 285001/285001
88.92/87.03	c cleaning 9997 clauses out of 20008 with flag 295000/295000
91.12/89.26	c cleaning 9993 clauses out of 20012 with flag 305001/305001
94.81/92.97	c cleaning 10003 clauses out of 20018 with flag 315000/315000
98.12/96.28	c cleaning 10002 clauses out of 20015 with flag 325000/325000
101.73/99.81	c cleaning 10004 clauses out of 20014 with flag 335001/335001
104.53/102.67	c cleaning 10002 clauses out of 20011 with flag 345002/345002
108.13/106.23	c cleaning 10001 clauses out of 20008 with flag 355001/355001
110.94/109.07	c cleaning 9998 clauses out of 20006 with flag 365000/365000
114.13/112.28	c cleaning 9999 clauses out of 20009 with flag 375001/375001
117.45/115.51	c cleaning 9999 clauses out of 20010 with flag 385001/385001
120.35/118.49	c cleaning 9998 clauses out of 20010 with flag 395000/395000
123.85/121.93	c cleaning 9998 clauses out of 20012 with flag 405000/405000
126.96/125.08	c cleaning 10005 clauses out of 20015 with flag 415001/415001
130.17/128.23	c cleaning 10001 clauses out of 20009 with flag 425000/425000
133.16/131.26	c cleaning 10001 clauses out of 20008 with flag 435000/435000
134.87/132.98	c cleaning 9997 clauses out of 20008 with flag 445001/445001
136.38/134.42	c cleaning 10001 clauses out of 20010 with flag 455000/455000
139.28/137.32	c cleaning 10003 clauses out of 20010 with flag 465001/465001
142.29/140.34	c cleaning 9999 clauses out of 20006 with flag 475000/475000
144.79/142.86	c cleaning 9998 clauses out of 20007 with flag 485000/485000
146.31/144.35	c cleaning 9996 clauses out of 20010 with flag 495001/495001
148.00/146.07	c cleaning 9999 clauses out of 20014 with flag 505001/505001
149.51/147.56	c cleaning 10001 clauses out of 20014 with flag 515000/515000
151.10/149.15	c cleaning 9995 clauses out of 20013 with flag 525000/525000
153.59/151.65	c cleaning 10007 clauses out of 20018 with flag 535000/535000
156.69/154.70	c cleaning 10002 clauses out of 20012 with flag 545001/545001
159.59/157.60	c cleaning 10001 clauses out of 20008 with flag 555000/555000
161.99/160.00	c cleaning 9992 clauses out of 20008 with flag 565001/565001
163.59/161.64	c cleaning 9998 clauses out of 20017 with flag 575002/575002
165.70/163.71	c cleaning 9996 clauses out of 20017 with flag 585000/585000
167.31/165.36	c cleaning 9995 clauses out of 20021 with flag 595000/595000
168.81/166.85	c cleaning 9996 clauses out of 20026 with flag 605000/605000
170.42/168.45	c cleaning 10012 clauses out of 20031 with flag 615001/615001
173.91/171.95	c cleaning 10006 clauses out of 20019 with flag 625001/625001
176.12/174.13	c cleaning 9990 clauses out of 20012 with flag 635000/635000
176.22/174.22	c Got one! Elapsed wall clock time (in seconds):174.017
176.22/174.22	o 37
178.42/176.46	c cleaning 10002 clauses out of 20022 with flag 645000/645000
179.73/177.74	c Got one! Elapsed wall clock time (in seconds):177.539
179.73/177.74	o 5
180.44/178.46	c cleaning 9991 clauses out of 20021 with flag 655001/655001
183.03/181.02	c cleaning 9996 clauses out of 20029 with flag 665000/665000
185.63/183.66	c cleaning 10012 clauses out of 20034 with flag 675001/675001
188.24/186.28	c cleaning 10009 clauses out of 20021 with flag 685000/685000
190.45/188.46	c cleaning 9991 clauses out of 20012 with flag 695000/695000
190.55/188.55	c Got one! Elapsed wall clock time (in seconds):188.349
190.55/188.55	o 3
192.38/190.37	c cleaning 9998 clauses out of 20021 with flag 705000/705000
194.80/192.72	c cleaning 10002 clauses out of 20024 with flag 715001/715001
197.10/195.06	c cleaning 10007 clauses out of 20022 with flag 725001/725001
199.60/197.59	c cleaning 10006 clauses out of 20015 with flag 735001/735001
202.51/200.46	c cleaning 10000 clauses out of 20008 with flag 745000/745000
205.32/203.21	c cleaning 10000 clauses out of 20010 with flag 755002/755002
208.12/206.06	c cleaning 10002 clauses out of 20009 with flag 765001/765001
210.93/208.83	c cleaning 9996 clauses out of 20006 with flag 775000/775000
213.83/211.71	c cleaning 9999 clauses out of 20010 with flag 785000/785000
215.64/213.56	c cleaning 9996 clauses out of 20012 with flag 795001/795001
217.84/215.78	c cleaning 10000 clauses out of 20015 with flag 805000/805000
220.04/217.98	c cleaning 10002 clauses out of 20015 with flag 815000/815000
222.34/220.26	c cleaning 9997 clauses out of 20013 with flag 825000/825000
224.33/222.25	c cleaning 10004 clauses out of 20017 with flag 835001/835001
227.04/224.95	c cleaning 10003 clauses out of 20012 with flag 845000/845000
229.14/227.06	c cleaning 10002 clauses out of 20009 with flag 855000/855000
231.45/229.36	c cleaning 10003 clauses out of 20009 with flag 865002/865002
233.75/231.68	c cleaning 9998 clauses out of 20004 with flag 875000/875000
236.56/234.43	c cleaning 10000 clauses out of 20007 with flag 885001/885001
239.27/237.17	c cleaning 9997 clauses out of 20006 with flag 895000/895000
241.86/239.76	c cleaning 10002 clauses out of 20011 with flag 905002/905002
243.76/241.62	c cleaning 9998 clauses out of 20006 with flag 915000/915000
245.67/243.52	c cleaning 10000 clauses out of 20009 with flag 925001/925001
247.68/245.51	c cleaning 9997 clauses out of 20008 with flag 935000/935000
249.59/247.43	c cleaning 9998 clauses out of 20011 with flag 945000/945000
251.49/249.30	c cleaning 10001 clauses out of 20014 with flag 955001/955001
253.39/251.26	c cleaning 10001 clauses out of 20013 with flag 965002/965002
255.30/253.20	c cleaning 10002 clauses out of 20010 with flag 975000/975000
257.70/255.51	c cleaning 9999 clauses out of 20009 with flag 985001/985001
259.81/257.69	c cleaning 9997 clauses out of 20009 with flag 995000/995000
262.20/260.02	c cleaning 10001 clauses out of 20012 with flag 1005000/1005000
264.41/262.26	c cleaning 10000 clauses out of 20011 with flag 1015000/1015000
266.43/264.26	c cleaning 10002 clauses out of 20011 with flag 1025000/1025000
268.32/266.19	c cleaning 9999 clauses out of 20009 with flag 1035000/1035000
270.72/268.59	c cleaning 10002 clauses out of 20010 with flag 1045000/1045000
272.93/270.72	c cleaning 9998 clauses out of 20009 with flag 1055001/1055001
275.72/273.59	c cleaning 10002 clauses out of 20010 with flag 1065000/1065000
278.63/276.49	c cleaning 9999 clauses out of 20009 with flag 1075001/1075001
281.63/279.47	c cleaning 10001 clauses out of 20009 with flag 1085000/1085000
284.43/282.28	c cleaning 10003 clauses out of 20009 with flag 1095001/1095001
287.13/284.99	c cleaning 9999 clauses out of 20005 with flag 1105000/1105000
289.44/287.30	c cleaning 9997 clauses out of 20006 with flag 1115000/1115000
291.83/289.64	c cleaning 10001 clauses out of 20009 with flag 1125000/1125000
294.13/291.96	c cleaning 10000 clauses out of 20008 with flag 1135000/1135000
296.83/294.66	c cleaning 9998 clauses out of 20009 with flag 1145001/1145001
299.14/296.97	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
301.56/299.31	c cleaning 10002 clauses out of 20010 with flag 1165001/1165001
303.86/301.61	c cleaning 9999 clauses out of 20008 with flag 1175001/1175001
306.25/304.00	c cleaning 9999 clauses out of 20008 with flag 1185000/1185000
308.95/306.78	c cleaning 9999 clauses out of 20009 with flag 1195000/1195000
311.46/309.22	c cleaning 10005 clauses out of 20010 with flag 1205000/1205000
313.86/311.65	c cleaning 9998 clauses out of 20004 with flag 1215000/1215000
316.56/314.34	c cleaning 10001 clauses out of 20005 with flag 1225000/1225000
317.56/315.36	c starts		: 192
317.56/315.36	c conflicts		: 1229535
317.56/315.36	c decisions		: 1258007
317.56/315.36	c propagations		: 30745069
317.56/315.36	c inspects		: 872658065
317.56/315.36	c learnt literals	: 18
317.56/315.36	c learnt binary clauses	: 86
317.56/315.36	c learnt ternary clauses	: 266
317.56/315.36	c learnt clauses	: 1229516
317.56/315.36	c ignored clauses	: 0
317.56/315.36	c root simplifications	: 0
317.56/315.36	c removed literals (reason simplification)	: 52322282
317.56/315.36	c reason swapping (by a shorter reason)	: 0
317.56/315.36	c Calls to reduceDB	: 124
317.56/315.36	c number of reductions to clauses (during analyze)	: 0
317.56/315.36	c number of learned constraints concerned by reduction	: 0
317.56/315.36	c number of learning phase by resolution	: 0
317.56/315.36	c number of learning phase by cutting planes	: 0
317.56/315.36	c speed (assignments/second)	: 242451.7896994693
317.56/315.36	c non guided choices	4000
317.56/315.36	c learnt constraints type 
317.56/315.36	c constraints type 
317.56/315.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
317.56/315.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
317.56/315.36	s OPTIMUM FOUND
317.56/315.36	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 
317.56/315.36	c objective function=3
317.56/315.36	c Total wall clock time (in seconds): 315.161

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658443-1276649912/watcher-2658443-1276649912 -o /tmp/evaluation-result-2658443-1276649912/solver-2658443-1276649912 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658443-1276649912.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: 0.92 0.98 0.99 3/106 12869
/proc/meminfo: memFree=1807392/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=444 CPUtime=0
/proc/12869/stat : 12869 (java) R 12867 12869 12166 0 -1 4194304 299 0 0 0 0 0 0 0 25 0 1 0 6286555 454656 45 1992294400 134512640 134550932 4286574784 18446744073709551615 7394467 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12869/statm: 111 48 38 10 0 25 0

[startup+0.077407 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 12869
/proc/meminfo: memFree=1807392/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1521796 CPUtime=0.06
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 3802 0 1 0 5 1 0 0 25 0 7 0 6286555 1558319104 3243 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 380449 3261 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.104214 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 12869
/proc/meminfo: memFree=1807392/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1524184 CPUtime=0.09
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 4022 0 1 0 7 2 0 0 25 0 12 0 6286555 1560764416 3461 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 381046 3461 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301204 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 12869
/proc/meminfo: memFree=1807392/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1526248 CPUtime=0.4
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 5341 0 1 0 37 3 0 0 25 0 12 0 6286555 1562877952 4778 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 381562 4779 1365 10 0 378864 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526248

[startup+0.991802 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 12869
/proc/meminfo: memFree=1807392/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1529712 CPUtime=1.75
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 7394 0 1 0 171 4 0 0 25 0 13 0 6286555 1566425088 6771 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 382428 6771 1421 10 0 379730 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1529712

[startup+1.50212 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 12882
/proc/meminfo: memFree=1779824/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1529712 CPUtime=2.33
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 10459 0 1 0 228 5 0 0 25 0 13 0 6286555 1566425088 9835 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 382428 9835 1421 10 0 379730 0
[pid=12869/tid=12871] ppid=12867 vsize=1529712 CPUtime=1.39
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 7908 0 1 0 135 4 0 0 19 0 13 0 6286557 1566425088 9835 1992294400 134512640 134550932 4286574784 18446744073709551615 4109153546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 13 0 6286558 1566425088 9836 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6286558 1566425088 9836 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 9838 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 6286560 1566425088 9838 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 6286560 1566425088 9838 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1566425088 9838 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1529712 CPUtime=0.52
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 186 0 0 0 52 0 0 0 18 0 13 0 6286564 1566425088 9839 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1529712 CPUtime=0.4
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 1297 0 0 0 40 0 0 0 21 0 13 0 6286564 1566425088 9839 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1566425088 9839 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6286564 1566425088 9839 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1566425088 9840 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1529712

[startup+3.10122 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 12882
/proc/meminfo: memFree=1759488/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1529712 CPUtime=4.04
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 13839 0 1 0 397 7 0 0 25 0 13 0 6286555 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 382428 13207 1440 10 0 379730 0
[pid=12869/tid=12871] ppid=12867 vsize=1529712 CPUtime=2.96
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 10377 0 1 0 291 5 0 0 21 0 13 0 6286557 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4109239332 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 325 0 0 0 0 0 0 0 18 0 13 0 6286558 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 127 0 0 0 0 0 0 0 18 0 13 0 6286558 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1529712 CPUtime=0.02
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 441 0 0 0 2 0 0 0 16 0 13 0 6286560 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1529712 CPUtime=0.55
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 192 0 0 0 55 0 0 0 15 0 13 0 6286564 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1529712 CPUtime=0.47
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 1310 0 0 0 47 0 0 0 15 0 13 0 6286564 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6286564 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1566425088 13207 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1529712

[startup+6.30189 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 12882
/proc/meminfo: memFree=1750436/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1529712 CPUtime=7.32
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 16514 0 1 0 724 8 0 0 25 0 13 0 6286555 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 382428 15875 1440 10 0 379730 0
[pid=12869/tid=12871] ppid=12867 vsize=1529712 CPUtime=6.09
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 11960 0 1 0 603 6 0 0 25 0 13 0 6286557 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4109145727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1529712 CPUtime=0.01
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 599 0 0 0 1 0 0 0 17 0 13 0 6286558 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 333 0 0 0 0 0 0 0 18 0 13 0 6286558 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1529712 CPUtime=0.07
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 1047 0 0 0 7 0 0 0 15 0 13 0 6286560 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1529712 CPUtime=0.59
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 197 0 0 0 59 0 0 0 15 0 13 0 6286564 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1529712 CPUtime=0.51
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 1311 0 0 0 51 0 0 0 16 0 13 0 6286564 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6286564 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1566425088 15875 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1529712

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/119 12882
/proc/meminfo: memFree=1737292/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1529712 CPUtime=13.78
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 19311 0 1 0 1369 9 0 0 25 0 13 0 6286555 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 382428 18670 1440 10 0 379730 0
[pid=12869/tid=12871] ppid=12867 vsize=1529712 CPUtime=12.4
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 14186 0 1 0 1233 7 0 0 25 0 13 0 6286557 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4109145727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1529712 CPUtime=0.02
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 718 0 0 0 2 0 0 0 15 0 13 0 6286558 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1529712 CPUtime=0.01
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 397 0 0 0 1 0 0 0 18 0 13 0 6286558 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1529712 CPUtime=0.13
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 1427 0 0 0 13 0 0 0 16 0 13 0 6286560 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1529712 CPUtime=0.59
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 197 0 0 0 59 0 0 0 15 0 13 0 6286564 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1529712 CPUtime=0.57
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 1319 0 0 0 57 0 0 0 15 0 13 0 6286564 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6286564 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1529712 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1566425088 18670 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 1529712

[startup+25.5097 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 12882
/proc/meminfo: memFree=1723652/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1529712 CPUtime=26.6
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 22734 0 1 0 2649 11 0 0 25 0 13 0 6286555 1566425088 22087 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 382428 22087 1440 10 0 379730 0
[pid=12869/tid=12871] ppid=12867 vsize=1529712 CPUtime=25.04
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 16955 0 1 0 2496 8 0 0 25 0 13 0 6286557 1566425088 22087 1992294400 134512640 134550932 4286574784 18446744073709551615 4109145727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1529712 CPUtime=0.05
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 768 0 0 0 5 0 0 0 15 0 13 0 6286558 1566425088 22087 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1529712 CPUtime=0.03
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 441 0 0 0 3 0 0 0 18 0 13 0 6286558 1566425088 22087 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1529712 CPUtime=0.26

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

/proc/12869/statm: 383108 44170 1440 10 0 380410 0
[pid=12869/tid=12871] ppid=12867 vsize=1532432 CPUtime=304.76
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 34596 0 1 0 30452 24 0 0 25 0 13 0 6286557 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4109361996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1532432 CPUtime=0.73
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 1669 0 0 0 71 2 0 0 15 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1532432 CPUtime=0.71
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 1207 0 0 0 70 1 0 0 16 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1532432 CPUtime=4.5
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 4159 0 0 0 448 2 0 0 15 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1532432 CPUtime=0.62
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 203 0 0 0 62 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1532432 CPUtime=1.38
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 5050 0 0 0 136 2 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 312.76
Current children cumulated vsize (KiB) 1532432

[startup+313.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 12899
/proc/meminfo: memFree=1634372/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1532432 CPUtime=315.97
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 47969 0 1 0 31564 33 0 0 25 0 13 0 6286555 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 383108 44170 1440 10 0 380410 0
[pid=12869/tid=12871] ppid=12867 vsize=1532432 CPUtime=307.93
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 34597 0 1 0 30769 24 0 0 25 0 13 0 6286557 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4109080708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1532432 CPUtime=0.73
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 1669 0 0 0 71 2 0 0 15 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1532432 CPUtime=0.71
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 1207 0 0 0 70 1 0 0 15 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1532432 CPUtime=4.54
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 4159 0 0 0 452 2 0 0 15 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1532432 CPUtime=0.62
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 203 0 0 0 62 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1532432 CPUtime=1.38
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 5050 0 0 0 136 2 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 315.97
Current children cumulated vsize (KiB) 1532432

[startup+314.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 12899
/proc/meminfo: memFree=1634372/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1532432 CPUtime=316.76
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 47970 0 1 0 31643 33 0 0 25 0 13 0 6286555 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 383108 44170 1440 10 0 380410 0
[pid=12869/tid=12871] ppid=12867 vsize=1532432 CPUtime=308.67
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 34598 0 1 0 30843 24 0 0 25 0 13 0 6286557 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4109063978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1532432 CPUtime=0.74
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 1669 0 0 0 72 2 0 0 16 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1532432 CPUtime=0.72
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 1207 0 0 0 71 1 0 0 15 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1532432 CPUtime=4.59
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 4159 0 0 0 457 2 0 0 16 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1532432 CPUtime=0.62
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 203 0 0 0 62 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1532432 CPUtime=1.38
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 5050 0 0 0 136 2 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 316.76
Current children cumulated vsize (KiB) 1532432

[startup+314.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 12899
/proc/meminfo: memFree=1634372/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1532432 CPUtime=317.16
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 47970 0 1 0 31683 33 0 0 25 0 13 0 6286555 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 383108 44170 1440 10 0 380410 0
[pid=12869/tid=12871] ppid=12867 vsize=1532432 CPUtime=309.07
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 34598 0 1 0 30883 24 0 0 25 0 13 0 6286557 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4109152795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1532432 CPUtime=0.74
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 1669 0 0 0 72 2 0 0 16 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1532432 CPUtime=0.72
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 1207 0 0 0 71 1 0 0 15 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1532432 CPUtime=4.59
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 4159 0 0 0 457 2 0 0 16 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1532432 CPUtime=0.62
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 203 0 0 0 62 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1532432 CPUtime=1.38
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 5050 0 0 0 136 2 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 317.16
Current children cumulated vsize (KiB) 1532432

[startup+315.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 12899
/proc/meminfo: memFree=1634372/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=1532432 CPUtime=317.56
/proc/12869/stat : 12869 (java) S 12867 12869 12166 0 -1 4202496 47970 0 1 0 31723 33 0 0 25 0 13 0 6286555 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 383108 44170 1440 10 0 380410 0
[pid=12869/tid=12871] ppid=12867 vsize=1532432 CPUtime=309.47
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4202560 34598 0 1 0 30923 24 0 0 25 0 13 0 6286557 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4109073212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12869/tid=12872] ppid=12867 vsize=1532432 CPUtime=0.74
/proc/12869/task/12872/stat : 12872 (java) S 12867 12869 12166 0 -1 4202560 1669 0 0 0 72 2 0 0 16 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12873] ppid=12867 vsize=1532432 CPUtime=0.72
/proc/12869/task/12873/stat : 12873 (java) S 12867 12869 12166 0 -1 4202560 1207 0 0 0 71 1 0 0 15 0 13 0 6286558 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12874] ppid=12867 vsize=1532432 CPUtime=4.59
/proc/12869/task/12874/stat : 12874 (java) S 12867 12869 12166 0 -1 4202560 4159 0 0 0 457 2 0 0 16 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12875] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12875/stat : 12875 (java) S 12867 12869 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12876] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12876/stat : 12876 (java) S 12867 12869 12166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6286560 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12877] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12877/stat : 12877 (java) S 12867 12869 12166 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12878] ppid=12867 vsize=1532432 CPUtime=0.62
/proc/12869/task/12878/stat : 12878 (java) S 12867 12869 12166 0 -1 4202560 203 0 0 0 62 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12879] ppid=12867 vsize=1532432 CPUtime=1.38
/proc/12869/task/12879/stat : 12879 (java) S 12867 12869 12166 0 -1 4202560 5050 0 0 0 136 2 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12880] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12880/stat : 12880 (java) S 12867 12869 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
[pid=12869/tid=12881] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12881/stat : 12881 (java) S 12867 12869 12166 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 6286564 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 1 0 0 0
[pid=12869/tid=12882] ppid=12867 vsize=1532432 CPUtime=0
/proc/12869/task/12882/stat : 12882 (java) S 12867 12869 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6286592 1569210368 44170 1992294400 134512640 134550932 4286574784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838154688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 317.56
Current children cumulated vsize (KiB) 1532432

[startup+315.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 12899
/proc/meminfo: memFree=1634372/2059040 swapFree=4192956/4192956
[pid=12869] ppid=12867 vsize=0 CPUtime=317.64
/proc/12869/stat : 12869 (java) Z 12867 12869 12166 0 -1 4203548 47986 0 1 0 31729 35 0 0 18 0 2 0 6286555 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12869/statm: 0 0 0 0 0 0 0
[pid=12869/tid=12871] ppid=12867 vsize=0 CPUtime=309.54
/proc/12869/task/12871/stat : 12871 (java) R 12867 12869 12166 0 -1 4203588 34604 0 1 0 30928 26 0 0 25 0 2 0 6286557 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) 317.64
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 315.403
CPU time (s): 317.659
CPU user time (s): 317.3
CPU system time (s): 0.358945
CPU usage (%): 100.715
Max. virtual memory (cumulated for all children) (KiB): 1538128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 317.3
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47986
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= 7929
involuntary context switches= 5149

runsolver used 0.702893 second user time and 1.69674 second system time

The end

Launcher Data

Begin job on node030 at 2010-06-16 02:58:32
IDJOB=2658443
IDBENCH=48057
IDSOLVER=1164
FILE ID=node030/2658443-1276649912
PBS_JOBID= 11172424
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658443-1276649912/watcher-2658443-1276649912 -o /tmp/evaluation-result-2658443-1276649912/solver-2658443-1276649912 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658443-1276649912.opb

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

MD5SUM BENCH= ea08c66c9e8e41f4a763233d2f14489d
RANDOM SEED=339011048

node030.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.244
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.48
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.244
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807664 kB
Buffers:         27368 kB
Cached:          99884 kB
SwapCached:          0 kB
Active:         116736 kB
Inactive:        70264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:       59804 kB
Mapped:          15436 kB
Slab:            42496 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180952 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= 62556 MiB
End job on node030 at 2010-06-16 03:03:48