Trace number 2658357

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 308.765 306.742

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
MD5SUM39b4faf02952fa93fd33b15cbf6e7d18
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 benchmark0.509922
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 variables108
Total number of constraints9
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 constraints9
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)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658357-1276647866.opb
0.22/0.21	c reading problem ... 
0.35/0.37	c ... done. Wall clock time 0.151s.
0.35/0.37	c #vars     432
0.35/0.37	c #constraints  661
0.35/0.37	c constraints type 
0.35/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.35/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
3.05/2.16	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.65/3.50	c cleaning 4250 clauses out of 8499 with flag 11000/11000
5.55/4.44	c SATISFIABLE
5.55/4.44	c OPTIMIZING...
5.55/4.44	c Got one! Elapsed wall clock time (in seconds):4.223
5.55/4.44	o 43
5.96/4.80	c cleaning 5622 clauses out of 11249 with flag 18000/18000
8.16/7.06	c cleaning 6810 clauses out of 13628 with flag 26001/26001
11.50/10.37	c cleaning 7909 clauses out of 15817 with flag 35000/35000
14.81/13.64	c cleaning 8953 clauses out of 17908 with flag 45000/45000
16.11/14.95	c Got one! Elapsed wall clock time (in seconds):14.74
16.11/14.95	o 5
17.11/15.93	c cleaning 9478 clauses out of 18955 with flag 55000/55000
17.21/16.03	c Got one! Elapsed wall clock time (in seconds):15.814
17.21/16.03	o 3
19.60/18.44	c cleaning 9732 clauses out of 19477 with flag 65000/65000
22.13/20.94	c cleaning 9863 clauses out of 19746 with flag 75001/75001
25.13/23.99	c cleaning 9937 clauses out of 19882 with flag 85000/85000
27.23/26.09	c cleaning 9963 clauses out of 19946 with flag 95001/95001
29.86/28.65	c cleaning 9981 clauses out of 19984 with flag 105002/105002
32.39/31.16	c cleaning 9986 clauses out of 20002 with flag 115001/115001
34.59/33.33	c cleaning 10006 clauses out of 20017 with flag 125002/125002
37.10/35.86	c cleaning 9999 clauses out of 20010 with flag 135001/135001
40.11/38.86	c cleaning 10000 clauses out of 20011 with flag 145001/145001
43.21/41.93	c cleaning 10001 clauses out of 20010 with flag 155000/155000
45.61/44.30	c cleaning 9997 clauses out of 20009 with flag 165000/165000
47.61/46.37	c cleaning 10003 clauses out of 20012 with flag 175000/175000
50.83/49.56	c cleaning 10005 clauses out of 20010 with flag 185001/185001
53.22/51.91	c cleaning 9993 clauses out of 20005 with flag 195001/195001
54.82/53.52	c cleaning 10006 clauses out of 20011 with flag 205000/205000
56.74/55.38	c cleaning 10000 clauses out of 20006 with flag 215001/215001
59.08/57.49	c cleaning 9998 clauses out of 20005 with flag 225000/225000
61.58/59.99	c cleaning 9999 clauses out of 20008 with flag 235001/235001
63.99/62.38	c cleaning 9999 clauses out of 20008 with flag 245000/245000
66.09/64.41	c cleaning 9998 clauses out of 20009 with flag 255000/255000
68.10/66.43	c cleaning 9999 clauses out of 20012 with flag 265001/265001
70.19/68.57	c cleaning 9999 clauses out of 20012 with flag 275000/275000
72.70/71.02	c cleaning 10002 clauses out of 20014 with flag 285001/285001
75.00/73.38	c cleaning 9995 clauses out of 20011 with flag 295000/295000
77.11/75.40	c cleaning 10006 clauses out of 20016 with flag 305000/305000
79.11/77.45	c cleaning 10001 clauses out of 20011 with flag 315001/315001
81.11/79.47	c cleaning 9992 clauses out of 20009 with flag 325000/325000
82.91/81.23	c cleaning 9994 clauses out of 20018 with flag 335001/335001
84.63/82.92	c cleaning 9999 clauses out of 20023 with flag 345000/345000
86.44/84.80	c cleaning 10005 clauses out of 20024 with flag 355000/355000
88.64/86.91	c cleaning 10003 clauses out of 20020 with flag 365001/365001
91.34/89.69	c cleaning 10002 clauses out of 20017 with flag 375001/375001
94.44/92.72	c cleaning 9998 clauses out of 20014 with flag 385000/385000
96.74/95.06	c cleaning 10001 clauses out of 20017 with flag 395001/395001
98.94/97.21	c cleaning 9991 clauses out of 20016 with flag 405001/405001
101.04/99.32	c cleaning 10004 clauses out of 20025 with flag 415001/415001
103.56/101.89	c cleaning 10003 clauses out of 20020 with flag 425000/425000
105.86/104.18	c cleaning 10005 clauses out of 20020 with flag 435003/435003
108.26/106.60	c cleaning 10002 clauses out of 20012 with flag 445000/445000
111.25/109.55	c cleaning 10000 clauses out of 20011 with flag 455001/455001
113.45/111.75	c cleaning 10001 clauses out of 20010 with flag 465000/465000
115.66/113.98	c cleaning 9995 clauses out of 20010 with flag 475001/475001
117.57/115.80	c cleaning 9995 clauses out of 20014 with flag 485000/485000
120.07/118.33	c cleaning 9999 clauses out of 20019 with flag 495000/495000
122.37/120.64	c cleaning 9996 clauses out of 20020 with flag 505000/505000
124.38/122.63	c cleaning 10000 clauses out of 20024 with flag 515000/515000
125.88/124.17	c cleaning 10008 clauses out of 20025 with flag 525001/525001
127.98/126.24	c cleaning 10006 clauses out of 20017 with flag 535001/535001
129.68/127.94	c cleaning 10001 clauses out of 20010 with flag 545000/545000
131.89/130.15	c cleaning 9998 clauses out of 20009 with flag 555000/555000
134.39/132.66	c cleaning 9999 clauses out of 20011 with flag 565000/565000
136.59/134.84	c cleaning 10003 clauses out of 20013 with flag 575001/575001
139.23/137.44	c cleaning 9999 clauses out of 20011 with flag 585002/585002
141.16/139.33	c cleaning 10003 clauses out of 20010 with flag 595000/595000
143.68/141.81	c cleaning 9997 clauses out of 20007 with flag 605001/605001
146.00/144.19	c cleaning 9993 clauses out of 20010 with flag 615001/615001
147.99/146.14	c cleaning 10003 clauses out of 20016 with flag 625000/625000
149.80/147.92	c cleaning 9996 clauses out of 20014 with flag 635001/635001
152.00/150.11	c cleaning 9997 clauses out of 20018 with flag 645001/645001
153.71/151.87	c cleaning 10005 clauses out of 20020 with flag 655000/655000
156.30/154.44	c cleaning 10002 clauses out of 20015 with flag 665000/665000
158.71/156.81	c cleaning 10004 clauses out of 20013 with flag 675000/675000
161.11/159.24	c cleaning 9996 clauses out of 20010 with flag 685001/685001
163.22/161.32	c cleaning 10002 clauses out of 20014 with flag 695001/695001
165.52/163.69	c cleaning 10000 clauses out of 20012 with flag 705001/705001
167.75/165.85	c cleaning 9998 clauses out of 20011 with flag 715000/715000
169.65/167.79	c cleaning 10004 clauses out of 20014 with flag 725001/725001
172.15/170.27	c cleaning 10000 clauses out of 20010 with flag 735001/735001
174.25/172.39	c cleaning 9998 clauses out of 20009 with flag 745000/745000
176.46/174.53	c cleaning 10001 clauses out of 20011 with flag 755000/755000
178.56/176.69	c cleaning 10000 clauses out of 20010 with flag 765000/765000
180.67/178.73	c cleaning 10001 clauses out of 20011 with flag 775001/775001
182.78/180.85	c cleaning 10000 clauses out of 20010 with flag 785001/785001
184.88/182.91	c cleaning 9999 clauses out of 20009 with flag 795000/795000
187.79/185.89	c cleaning 10000 clauses out of 20010 with flag 805000/805000
190.09/188.15	c cleaning 10000 clauses out of 20011 with flag 815001/815001
191.88/189.96	c cleaning 10001 clauses out of 20013 with flag 825003/825003
193.98/192.10	c cleaning 10001 clauses out of 20011 with flag 835002/835002
196.38/194.49	c cleaning 10001 clauses out of 20008 with flag 845000/845000
198.79/196.89	c cleaning 9998 clauses out of 20007 with flag 855000/855000
201.10/199.16	c cleaning 9999 clauses out of 20010 with flag 865001/865001
203.49/201.56	c cleaning 9996 clauses out of 20010 with flag 875000/875000
205.69/203.71	c cleaning 10001 clauses out of 20015 with flag 885001/885001
207.99/206.07	c cleaning 9998 clauses out of 20013 with flag 895000/895000
210.29/208.35	c cleaning 10006 clauses out of 20015 with flag 905000/905000
212.49/210.53	c cleaning 10002 clauses out of 20010 with flag 915001/915001
215.50/213.50	c cleaning 10001 clauses out of 20008 with flag 925001/925001
217.70/215.75	c cleaning 9995 clauses out of 20007 with flag 935001/935001
220.10/218.12	c cleaning 9999 clauses out of 20012 with flag 945001/945001
222.50/220.52	c cleaning 9999 clauses out of 20012 with flag 955000/955000
224.70/222.70	c cleaning 10000 clauses out of 20013 with flag 965000/965000
226.80/224.81	c cleaning 10001 clauses out of 20013 with flag 975000/975000
229.10/227.11	c cleaning 10000 clauses out of 20012 with flag 985000/985000
231.60/229.60	c cleaning 10002 clauses out of 20012 with flag 995000/995000
234.01/232.06	c cleaning 10001 clauses out of 20010 with flag 1005000/1005000
236.50/234.51	c cleaning 10002 clauses out of 20009 with flag 1015000/1015000
239.10/237.12	c cleaning 10000 clauses out of 20008 with flag 1025001/1025001
241.40/239.48	c cleaning 9997 clauses out of 20008 with flag 1035001/1035001
243.81/241.82	c cleaning 10000 clauses out of 20010 with flag 1045000/1045000
247.01/245.03	c cleaning 10000 clauses out of 20012 with flag 1055002/1055002
249.91/247.97	c cleaning 10000 clauses out of 20010 with flag 1065000/1065000
252.11/250.19	c cleaning 9998 clauses out of 20010 with flag 1075000/1075000
255.21/253.28	c cleaning 9998 clauses out of 20013 with flag 1085001/1085001
257.93/255.94	c cleaning 10001 clauses out of 20016 with flag 1095002/1095002
260.73/258.73	c cleaning 9997 clauses out of 20014 with flag 1105001/1105001
263.14/261.19	c cleaning 9996 clauses out of 20016 with flag 1115000/1115000
265.84/263.88	c cleaning 9994 clauses out of 20020 with flag 1125000/1125000
268.14/266.16	c cleaning 10003 clauses out of 20026 with flag 1135000/1135000
270.83/268.81	c cleaning 10006 clauses out of 20025 with flag 1145002/1145002
273.64/271.65	c cleaning 10002 clauses out of 20017 with flag 1155000/1155000
276.44/274.44	c cleaning 10002 clauses out of 20016 with flag 1165001/1165001
279.03/277.03	c cleaning 10001 clauses out of 20014 with flag 1175001/1175001
281.73/279.77	c cleaning 10002 clauses out of 20012 with flag 1185000/1185000
284.64/282.69	c cleaning 10000 clauses out of 20010 with flag 1195000/1195000
287.23/285.27	c cleaning 10004 clauses out of 20011 with flag 1205001/1205001
289.83/287.88	c cleaning 10001 clauses out of 20007 with flag 1215001/1215001
292.63/290.65	c cleaning 9999 clauses out of 20006 with flag 1225001/1225001
295.25/293.28	c cleaning 9996 clauses out of 20005 with flag 1235000/1235000
298.05/296.06	c cleaning 10003 clauses out of 20010 with flag 1245001/1245001
300.65/298.61	c cleaning 10002 clauses out of 20006 with flag 1255000/1255000
303.35/301.39	c cleaning 9999 clauses out of 20005 with flag 1265001/1265001
306.05/304.06	c cleaning 10000 clauses out of 20004 with flag 1275000/1275000
308.55/306.56	c cleaning 10001 clauses out of 20002 with flag 1285001/1285001
308.65/306.68	c starts		: 193
308.65/306.68	c conflicts		: 1285311
308.65/306.68	c decisions		: 1315335
308.65/306.68	c propagations		: 26709917
308.65/306.68	c inspects		: 896266301
308.65/306.68	c learnt literals	: 14
308.65/306.68	c learnt binary clauses	: 74
308.65/306.68	c learnt ternary clauses	: 275
308.65/306.68	c learnt clauses	: 1285296
308.65/306.68	c ignored clauses	: 0
308.65/306.68	c root simplifications	: 0
308.65/306.68	c removed literals (reason simplification)	: 54137761
308.65/306.68	c reason swapping (by a shorter reason)	: 0
308.65/306.68	c Calls to reduceDB	: 130
308.65/306.68	c number of reductions to clauses (during analyze)	: 0
308.65/306.68	c number of learned constraints concerned by reduction	: 0
308.65/306.68	c number of learning phase by resolution	: 0
308.65/306.68	c number of learning phase by cutting planes	: 0
308.65/306.68	c speed (assignments/second)	: 91896.55326644923
308.65/306.68	c non guided choices	3952
308.65/306.68	c learnt constraints type 
308.65/306.68	c constraints type 
308.65/306.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
308.65/306.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
308.65/306.68	s OPTIMUM FOUND
308.65/306.68	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 
308.65/306.68	c objective function=3
308.65/306.68	c Total wall clock time (in seconds): 306.468

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-2658357-1276647866/watcher-2658357-1276647866 -o /tmp/evaluation-result-2658357-1276647866/solver-2658357-1276647866 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658357-1276647866.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.99 0.98 1.06 3/106 12292
/proc/meminfo: memFree=1803608/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=248 CPUtime=0
/proc/12292/stat : 12292 (java6) S 12290 12292 12133 0 -1 4194304 110 0 0 0 0 0 0 0 16 0 1 0 6079030 253952 28 1992294400 134512640 134550932 4293157568 18446744073709551615 12501588 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/12292/statm: 62 28 21 10 0 23 0

[startup+0.063517 s]
/proc/loadavg: 0.99 0.98 1.06 3/106 12292
/proc/meminfo: memFree=1803608/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1522688 CPUtime=0.04
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 3611 0 1 0 2 2 0 0 15 0 7 0 6079030 1559232512 3051 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 380672 3051 1023 10 0 377982 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1522688

[startup+0.100518 s]
/proc/loadavg: 0.99 0.98 1.06 3/106 12292
/proc/meminfo: memFree=1803608/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1525016 CPUtime=0.08
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 3914 0 1 0 6 2 0 0 15 0 12 0 6079030 1561616384 3352 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 381254 3352 1061 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525016

[startup+0.300538 s]
/proc/loadavg: 0.99 0.98 1.06 3/106 12292
/proc/meminfo: memFree=1803608/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1526240 CPUtime=0.35
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 5260 0 1 0 32 3 0 0 15 0 12 0 6079030 1562869760 4696 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 381560 4696 1363 10 0 378862 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526240

[startup+0.700575 s]
/proc/loadavg: 0.99 0.98 1.06 3/106 12292
/proc/meminfo: memFree=1803608/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1529752 CPUtime=1.14
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 6613 0 1 0 110 4 0 0 15 0 13 0 6079030 1566466048 5990 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382438 5990 1418 10 0 379740 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529752

[startup+1.50164 s]
/proc/loadavg: 0.99 0.98 1.06 5/119 12305
/proc/meminfo: memFree=1781560/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1529752 CPUtime=2.4
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 10105 0 1 0 234 6 0 0 15 0 13 0 6079030 1566466048 9481 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382438 9482 1421 10 0 379740 0
[pid=12292/tid=12294] ppid=12290 vsize=1529752 CPUtime=1.46
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 7560 0 1 0 142 4 0 0 25 0 13 0 6079032 1566466048 9482 1992294400 134512640 134550932 4294719472 18446744073709551615 4109578195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 6079034 1566466048 9483 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 13 0 6079034 1566466048 9483 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6079035 1566466048 9483 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 13 0 6079036 1566466048 9483 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 6079036 1566466048 9483 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1566466048 9484 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1529752 CPUtime=0.06
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 30 0 0 0 6 0 0 0 19 0 13 0 6079040 1566466048 9484 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1529752 CPUtime=0.85
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 1444 0 0 0 85 0 0 0 17 0 13 0 6079040 1566466048 9484 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1566466048 9484 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6079040 1566466048 9484 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1529752 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1566466048 9484 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1529752

[startup+3.10178 s]
/proc/loadavg: 0.99 0.98 1.06 2/119 12305
/proc/meminfo: memFree=1759612/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1532168 CPUtime=4.22
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 14800 0 1 0 415 7 0 0 15 0 13 0 6079030 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 383042 13707 1440 10 0 380344 0
[pid=12292/tid=12294] ppid=12290 vsize=1532168 CPUtime=2.97
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 10309 0 1 0 291 6 0 0 25 0 13 0 6079032 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4109695370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 248 0 0 0 0 0 0 0 16 0 13 0 6079034 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 184 0 0 0 0 0 0 0 18 0 13 0 6079034 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1532168 CPUtime=0.02
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 421 0 0 0 2 0 0 0 18 0 13 0 6079035 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1532168 CPUtime=0.27
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 27 0 0 0 16 0 13 0 6079040 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1532168 CPUtime=0.93
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 1658 0 0 0 93 0 0 0 16 0 13 0 6079040 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6079040 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1568940032 13707 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1532168

[startup+6.30206 s]
/proc/loadavg: 0.99 0.98 1.06 2/119 12305
/proc/meminfo: memFree=1743864/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1532168 CPUtime=7.46
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 17223 0 1 0 737 9 0 0 15 0 13 0 6079030 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 383042 16123 1440 10 0 380344 0
[pid=12292/tid=12294] ppid=12290 vsize=1532168 CPUtime=6.07
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 11593 0 1 0 600 7 0 0 25 0 13 0 6079032 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4109630379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1532168 CPUtime=0.01
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 586 0 0 0 1 0 0 0 16 0 13 0 6079034 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1532168 CPUtime=0.01
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 455 0 0 0 1 0 0 0 18 0 13 0 6079034 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1532168 CPUtime=0.06
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 950 0 0 0 6 0 0 0 15 0 13 0 6079035 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1532168 CPUtime=0.3
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 30 0 0 0 15 0 13 0 6079040 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1532168 CPUtime=0.97
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 1659 0 0 0 97 0 0 0 15 0 13 0 6079040 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6079040 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1568940032 16123 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1532168

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 1.06 2/119 12305
/proc/meminfo: memFree=1727620/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1532168 CPUtime=13.9
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 21234 0 1 0 1380 10 0 0 15 0 13 0 6079030 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 383042 20131 1440 10 0 380344 0
[pid=12292/tid=12294] ppid=12290 vsize=1532168 CPUtime=12.37
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 14928 0 1 0 1229 8 0 0 25 0 13 0 6079032 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4109632221 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1532168 CPUtime=0.03
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 728 0 0 0 3 0 0 0 15 0 13 0 6079034 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1532168 CPUtime=0.02
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 556 0 0 0 2 0 0 0 18 0 13 0 6079034 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1532168 CPUtime=0.13
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 1375 0 0 0 13 0 0 0 15 0 13 0 6079035 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1532168 CPUtime=0.3
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 30 0 0 0 15 0 13 0 6079040 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1532168 CPUtime=1.02
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 1667 0 0 0 102 0 0 0 15 0 13 0 6079040 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6079040 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1532168 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1568940032 20131 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1532168

[startup+25.5007 s]
/proc/loadavg: 0.99 0.98 1.06 2/119 12305
/proc/meminfo: memFree=1721048/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1530816 CPUtime=26.73
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 23068 0 1 0 2661 12 0 0 15 0 13 0 6079030 1567555584 21659 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382704 21659 1440 10 0 380006 0
[pid=12292/tid=12294] ppid=12290 vsize=1530816 CPUtime=24.97
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 16261 0 1 0 2488 9 0 0 25 0 13 0 6079032 1567555584 21659 1992294400 134512640 134550932 4294719472 18446744073709551615 4109630476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1530816 CPUtime=0.06
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 788 0 0 0 6 0 0 0 15 0 13 0 6079034 1567555584 21659 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1530816 CPUtime=0.04
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 598 0 0 0 4 0 0 0 18 0 13 0 6079034 1567555584 21659 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1530816 CPUtime=0.28

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

/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 296.35
Current children cumulated vsize (KiB) 1530816

[startup+300.701 s]
/proc/loadavg: 1.03 1.00 1.04 2/119 12313
/proc/meminfo: memFree=1652600/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1530816 CPUtime=302.75
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 41786 0 1 0 30244 31 0 0 15 0 13 0 6079030 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382704 38684 1440 10 0 380006 0
[pid=12292/tid=12294] ppid=12290 vsize=1530816 CPUtime=295.16
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 32180 0 1 0 29494 22 0 0 25 0 13 0 6079032 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4109596840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1530816 CPUtime=0.65
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 798 0 0 0 63 2 0 0 16 0 13 0 6079034 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1530816 CPUtime=0.6
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 609 0 0 0 59 1 0 0 15 0 13 0 6079034 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1530816 CPUtime=4.33
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 2955 0 0 0 432 1 0 0 15 0 13 0 6079035 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1530816 CPUtime=0.32
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 32 0 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1530816 CPUtime=1.61
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 3246 0 0 0 160 1 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 302.75
Current children cumulated vsize (KiB) 1530816

[startup+303.901 s]
/proc/loadavg: 1.03 1.00 1.04 2/119 12313
/proc/meminfo: memFree=1652600/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1530816 CPUtime=305.95
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 41788 0 1 0 30564 31 0 0 15 0 13 0 6079030 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382704 38684 1440 10 0 380006 0
[pid=12292/tid=12294] ppid=12290 vsize=1530816 CPUtime=298.31
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 32182 0 1 0 29809 22 0 0 25 0 13 0 6079032 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4109997083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1530816 CPUtime=0.66
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 798 0 0 0 64 2 0 0 15 0 13 0 6079034 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1530816 CPUtime=0.61
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 609 0 0 0 60 1 0 0 15 0 13 0 6079034 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1530816 CPUtime=4.37
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 2955 0 0 0 436 1 0 0 15 0 13 0 6079035 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1530816 CPUtime=0.32
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 32 0 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1530816 CPUtime=1.61
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 3246 0 0 0 160 1 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 6079040 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1567555584 38684 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 305.95
Current children cumulated vsize (KiB) 1530816

[startup+305.502 s]
/proc/loadavg: 1.03 1.00 1.04 2/119 12313
/proc/meminfo: memFree=1652600/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1530816 CPUtime=307.55
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 41792 0 1 0 30724 31 0 0 15 0 13 0 6079030 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382704 38687 1440 10 0 380006 0
[pid=12292/tid=12294] ppid=12290 vsize=1530816 CPUtime=299.87
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 32183 0 1 0 29965 22 0 0 25 0 13 0 6079032 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4109698461 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1530816 CPUtime=0.66
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 798 0 0 0 64 2 0 0 16 0 13 0 6079034 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1530816 CPUtime=0.61
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 609 0 0 0 60 1 0 0 15 0 13 0 6079034 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1530816 CPUtime=4.41
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 2958 0 0 0 440 1 0 0 15 0 13 0 6079035 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1530816 CPUtime=0.32
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 32 0 0 0 15 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1530816 CPUtime=1.61
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 3246 0 0 0 160 1 0 0 15 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 307.55
Current children cumulated vsize (KiB) 1530816

[startup+306.302 s]
/proc/loadavg: 1.03 1.00 1.04 2/119 12313
/proc/meminfo: memFree=1652600/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1530816 CPUtime=308.35
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 41792 0 1 0 30804 31 0 0 15 0 13 0 6079030 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382704 38687 1440 10 0 380006 0
[pid=12292/tid=12294] ppid=12290 vsize=1530816 CPUtime=300.67
/proc/12292/task/12294/stat : 12294 (java) R 12290 12292 12133 0 -1 4202560 32183 0 1 0 30045 22 0 0 25 0 13 0 6079032 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4109624903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1530816 CPUtime=0.66
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 798 0 0 0 64 2 0 0 16 0 13 0 6079034 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1530816 CPUtime=0.61
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 609 0 0 0 60 1 0 0 15 0 13 0 6079034 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1530816 CPUtime=4.41
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 2958 0 0 0 440 1 0 0 15 0 13 0 6079035 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1530816 CPUtime=0.32
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 32 0 0 0 15 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1530816 CPUtime=1.61
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 3246 0 0 0 160 1 0 0 15 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 6079040 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1530816 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1567555584 38687 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 308.35
Current children cumulated vsize (KiB) 1530816

[startup+306.703 s]
/proc/loadavg: 1.03 1.00 1.04 2/119 12313
/proc/meminfo: memFree=1652600/2059040 swapFree=4141376/4192956
[pid=12292] ppid=12290 vsize=1531140 CPUtime=308.74
/proc/12292/stat : 12292 (java) S 12290 12292 12133 0 -1 4202496 41820 0 1 0 30843 31 0 0 15 0 13 0 6079030 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12292/statm: 382785 38714 1441 10 0 380087 0
[pid=12292/tid=12294] ppid=12290 vsize=1531140 CPUtime=301.01
/proc/12292/task/12294/stat : 12294 (java) S 12290 12292 12133 0 -1 4202560 32189 0 1 0 30079 22 0 0 25 0 13 0 6079032 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12295] ppid=12290 vsize=1531140 CPUtime=0.67
/proc/12292/task/12295/stat : 12295 (java) S 12290 12292 12133 0 -1 4202560 798 0 0 0 65 2 0 0 16 0 13 0 6079034 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12296] ppid=12290 vsize=1531140 CPUtime=0.62
/proc/12292/task/12296/stat : 12296 (java) S 12290 12292 12133 0 -1 4202560 609 0 0 0 61 1 0 0 15 0 13 0 6079034 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12297] ppid=12290 vsize=1531140 CPUtime=4.44
/proc/12292/task/12297/stat : 12297 (java) S 12290 12292 12133 0 -1 4202560 2974 0 0 0 443 1 0 0 16 0 13 0 6079035 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 0 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
[pid=12292/tid=12298] ppid=12290 vsize=1531140 CPUtime=0
/proc/12292/task/12298/stat : 12298 (java) S 12290 12292 12133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6079036 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12299] ppid=12290 vsize=1531140 CPUtime=0
/proc/12292/task/12299/stat : 12299 (java) S 12290 12292 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6079036 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12300] ppid=12290 vsize=1531140 CPUtime=0
/proc/12292/task/12300/stat : 12300 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6079040 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12301] ppid=12290 vsize=1531140 CPUtime=0.32
/proc/12292/task/12301/stat : 12301 (java) S 12290 12292 12133 0 -1 4202560 912 0 0 0 32 0 0 0 15 0 13 0 6079040 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12302] ppid=12290 vsize=1531140 CPUtime=1.61
/proc/12292/task/12302/stat : 12302 (java) S 12290 12292 12133 0 -1 4202560 3246 0 0 0 160 1 0 0 15 0 13 0 6079040 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12303] ppid=12290 vsize=1531140 CPUtime=0
/proc/12292/task/12303/stat : 12303 (java) S 12290 12292 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6079040 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12304] ppid=12290 vsize=1531140 CPUtime=0
/proc/12292/task/12304/stat : 12304 (java) S 12290 12292 12133 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 6079040 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 0 0 0 0
[pid=12292/tid=12305] ppid=12290 vsize=1531140 CPUtime=0
/proc/12292/task/12305/stat : 12305 (java) S 12290 12292 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6079068 1567887360 38714 1992294400 134512640 134550932 4294719472 18446744073709551615 4294960144 0 4 0 16800975 18446604437811341184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 308.74
Current children cumulated vsize (KiB) 1531140

Child status: 30
Real time (s): 306.742
CPU time (s): 308.765
CPU user time (s): 308.435
CPU system time (s): 0.329949
CPU usage (%): 100.66
Max. virtual memory (cumulated for all children) (KiB): 1536876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.435
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41821
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= 7963
involuntary context switches= 4984

runsolver used 0.6549 second user time and 1.65775 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 02:24:26
IDJOB=2658357
IDBENCH=47971
IDSOLVER=1164
FILE ID=node043/2658357-1276647866
PBS_JOBID= 11172441
Free space on /tmp= 62296 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=137-P2=419-P3=449-P4=47-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658357-1276647866/watcher-2658357-1276647866 -o /tmp/evaluation-result-2658357-1276647866/solver-2658357-1276647866 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658357-1276647866.opb

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

MD5SUM BENCH= 39b4faf02952fa93fd33b15cbf6e7d18
RANDOM SEED=1847114310

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804136 kB
Buffers:         68364 kB
Cached:         107732 kB
SwapCached:       6168 kB
Active:          94776 kB
Inactive:        95564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804136 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:             312 kB
Writeback:           0 kB
AnonPages:       11908 kB
Mapped:          13660 kB
Slab:            42704 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182932 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= 62296 MiB
End job on node043 at 2010-06-16 02:29:33