Trace number 2658414

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 270.096 268.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=449-P1=149-P2=137-P3=137-P4=83-B.opb
MD5SUM854cc656dc0682d745f606d1e6722452
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.486925
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.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658414-1276649430.opb
0.08/0.21	c reading problem ... 
0.39/0.34	c ... done. Wall clock time 0.137s.
0.39/0.34	c #vars     432
0.39/0.34	c #constraints  661
0.39/0.34	c constraints type 
0.39/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.39/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
2.60/1.95	c cleaning 2495 clauses out of 5001 with flag 5001/5001
4.16/3.32	c cleaning 4247 clauses out of 8506 with flag 11001/11001
5.75/4.97	c cleaning 5628 clauses out of 11258 with flag 18000/18000
8.38/7.59	c cleaning 6816 clauses out of 13632 with flag 26002/26002
12.11/11.28	c cleaning 7908 clauses out of 15816 with flag 35002/35002
15.31/14.46	c cleaning 8951 clauses out of 17907 with flag 45001/45001
19.72/18.82	c cleaning 9475 clauses out of 18956 with flag 55001/55001
22.42/21.57	c cleaning 9740 clauses out of 19480 with flag 65000/65000
24.42/23.52	c cleaning 9868 clauses out of 19744 with flag 75004/75004
26.52/25.65	c cleaning 9933 clauses out of 19873 with flag 85001/85001
28.53/27.66	c cleaning 9967 clauses out of 19939 with flag 95000/95000
30.94/30.05	c cleaning 9978 clauses out of 19972 with flag 105000/105000
33.05/32.16	c cleaning 9995 clauses out of 19994 with flag 115000/115000
33.65/32.73	c SATISFIABLE
33.65/32.73	c OPTIMIZING...
33.65/32.73	c Got one! Elapsed wall clock time (in seconds):32.522
33.65/32.73	o 33
35.06/34.15	c cleaning 9997 clauses out of 20000 with flag 125001/125001
37.66/36.78	c cleaning 9994 clauses out of 20003 with flag 135001/135001
39.26/38.38	c cleaning 9996 clauses out of 20009 with flag 145001/145001
41.36/40.40	c cleaning 9998 clauses out of 20012 with flag 155000/155000
43.98/43.10	c cleaning 9999 clauses out of 20015 with flag 165001/165001
46.09/45.15	c cleaning 10006 clauses out of 20017 with flag 175002/175002
48.20/47.29	c cleaning 9999 clauses out of 20011 with flag 185002/185002
48.39/47.50	c Got one! Elapsed wall clock time (in seconds):47.292
48.39/47.50	o 3
49.69/48.70	c cleaning 10004 clauses out of 20010 with flag 195000/195000
52.20/51.21	c cleaning 9994 clauses out of 20007 with flag 205001/205001
54.70/53.76	c cleaning 9999 clauses out of 20013 with flag 215001/215001
56.30/55.34	c cleaning 9997 clauses out of 20013 with flag 225000/225000
58.21/57.24	c cleaning 10003 clauses out of 20016 with flag 235000/235000
60.42/59.43	c cleaning 10000 clauses out of 20013 with flag 245000/245000
62.52/61.51	c cleaning 9998 clauses out of 20014 with flag 255001/255001
64.62/63.61	c cleaning 10002 clauses out of 20016 with flag 265001/265001
66.97/65.81	c cleaning 10004 clauses out of 20014 with flag 275001/275001
69.78/68.34	c cleaning 10000 clauses out of 20010 with flag 285001/285001
71.83/70.10	c cleaning 9998 clauses out of 20009 with flag 295000/295000
73.63/71.95	c cleaning 10003 clauses out of 20012 with flag 305001/305001
76.44/74.79	c cleaning 10002 clauses out of 20009 with flag 315001/315001
78.95/77.30	c cleaning 9998 clauses out of 20006 with flag 325000/325000
80.85/79.19	c cleaning 9996 clauses out of 20008 with flag 335000/335000
82.45/80.75	c cleaning 9999 clauses out of 20013 with flag 345001/345001
84.45/82.77	c cleaning 9994 clauses out of 20013 with flag 355000/355000
88.08/86.36	c cleaning 9999 clauses out of 20020 with flag 365001/365001
91.58/89.85	c cleaning 9997 clauses out of 20021 with flag 375001/375001
94.48/92.72	c cleaning 10003 clauses out of 20023 with flag 385000/385000
96.98/95.30	c cleaning 10008 clauses out of 20021 with flag 395001/395001
99.48/97.71	c cleaning 10003 clauses out of 20016 with flag 405004/405004
101.29/99.54	c cleaning 9990 clauses out of 20010 with flag 415001/415001
103.49/101.76	c cleaning 9999 clauses out of 20019 with flag 425000/425000
105.90/104.17	c cleaning 10003 clauses out of 20022 with flag 435002/435002
108.10/106.39	c cleaning 10003 clauses out of 20017 with flag 445000/445000
110.20/108.41	c cleaning 10004 clauses out of 20014 with flag 455000/455000
112.71/110.94	c cleaning 10002 clauses out of 20010 with flag 465000/465000
115.12/113.31	c cleaning 10003 clauses out of 20009 with flag 475001/475001
117.11/115.34	c cleaning 9998 clauses out of 20005 with flag 485000/485000
118.92/117.10	c cleaning 9998 clauses out of 20007 with flag 495000/495000
120.63/118.81	c cleaning 10000 clauses out of 20009 with flag 505000/505000
122.92/121.12	c cleaning 9998 clauses out of 20010 with flag 515001/515001
125.04/123.22	c cleaning 10000 clauses out of 20011 with flag 525000/525000
127.44/125.62	c cleaning 9998 clauses out of 20012 with flag 535001/535001
130.24/128.40	c cleaning 9996 clauses out of 20013 with flag 545000/545000
132.85/131.06	c cleaning 10000 clauses out of 20017 with flag 555000/555000
135.85/134.09	c cleaning 10001 clauses out of 20018 with flag 565001/565001
138.65/136.89	c cleaning 10002 clauses out of 20017 with flag 575001/575001
141.15/139.39	c cleaning 10000 clauses out of 20016 with flag 585002/585002
143.25/141.50	c cleaning 10000 clauses out of 20014 with flag 595000/595000
145.25/143.42	c cleaning 9996 clauses out of 20015 with flag 605001/605001
146.96/145.17	c cleaning 10001 clauses out of 20018 with flag 615000/615000
148.66/146.80	c cleaning 10004 clauses out of 20017 with flag 625000/625000
150.57/148.74	c cleaning 10005 clauses out of 20013 with flag 635000/635000
153.07/151.23	c cleaning 9993 clauses out of 20009 with flag 645001/645001
154.79/152.96	c cleaning 10001 clauses out of 20016 with flag 655001/655001
156.48/154.63	c cleaning 9999 clauses out of 20014 with flag 665000/665000
158.18/156.39	c cleaning 10002 clauses out of 20015 with flag 675000/675000
160.29/158.43	c cleaning 10001 clauses out of 20013 with flag 685000/685000
162.39/160.59	c cleaning 10000 clauses out of 20013 with flag 695001/695001
164.50/162.68	c cleaning 10000 clauses out of 20012 with flag 705000/705000
166.91/165.03	c cleaning 10001 clauses out of 20012 with flag 715000/715000
168.84/166.96	c cleaning 10004 clauses out of 20012 with flag 725001/725001
171.54/169.61	c cleaning 9999 clauses out of 20007 with flag 735000/735000
173.45/171.53	c cleaning 9997 clauses out of 20009 with flag 745001/745001
175.45/173.55	c cleaning 9997 clauses out of 20011 with flag 755000/755000
177.49/175.53	c cleaning 9998 clauses out of 20015 with flag 765001/765001
179.61/177.63	c cleaning 10002 clauses out of 20017 with flag 775001/775001
181.53/179.53	c cleaning 10000 clauses out of 20014 with flag 785000/785000
183.83/181.86	c cleaning 9991 clauses out of 20014 with flag 795000/795000
186.73/184.74	c cleaning 10002 clauses out of 20023 with flag 805000/805000
189.22/187.24	c cleaning 10005 clauses out of 20021 with flag 815000/815000
191.44/189.50	c cleaning 9999 clauses out of 20017 with flag 825001/825001
194.55/192.57	c cleaning 10005 clauses out of 20018 with flag 835001/835001
196.94/194.91	c cleaning 10002 clauses out of 20012 with flag 845000/845000
199.65/197.68	c cleaning 10000 clauses out of 20011 with flag 855001/855001
202.56/200.56	c cleaning 10002 clauses out of 20011 with flag 865001/865001
205.45/203.40	c cleaning 10001 clauses out of 20008 with flag 875000/875000
207.65/205.69	c cleaning 9998 clauses out of 20007 with flag 885000/885000
210.75/208.71	c cleaning 9999 clauses out of 20009 with flag 895000/895000
212.97/210.96	c cleaning 10002 clauses out of 20009 with flag 905000/905000
215.48/213.47	c cleaning 9997 clauses out of 20008 with flag 915001/915001
218.69/216.69	c cleaning 10001 clauses out of 20011 with flag 925001/925001
221.29/219.24	c cleaning 9998 clauses out of 20009 with flag 935000/935000
224.20/222.15	c cleaning 10000 clauses out of 20012 with flag 945002/945002
227.09/225.01	c cleaning 10002 clauses out of 20010 with flag 955000/955000
229.99/227.93	c cleaning 9998 clauses out of 20008 with flag 965000/965000
232.69/230.68	c cleaning 10000 clauses out of 20011 with flag 975001/975001
235.49/233.41	c cleaning 10000 clauses out of 20011 with flag 985001/985001
238.09/236.08	c cleaning 10001 clauses out of 20011 with flag 995001/995001
240.71/238.69	c cleaning 9999 clauses out of 20010 with flag 1005001/1005001
243.39/241.33	c cleaning 10002 clauses out of 20011 with flag 1015001/1015001
246.09/244.02	c cleaning 10002 clauses out of 20009 with flag 1025001/1025001
248.80/246.77	c cleaning 10001 clauses out of 20007 with flag 1035001/1035001
251.20/249.14	c cleaning 9997 clauses out of 20006 with flag 1045001/1045001
253.70/251.63	c cleaning 10004 clauses out of 20008 with flag 1055000/1055000
256.40/254.30	c cleaning 9997 clauses out of 20003 with flag 1065000/1065000
258.99/256.99	c cleaning 10000 clauses out of 20007 with flag 1075001/1075001
261.60/259.51	c cleaning 9999 clauses out of 20006 with flag 1085000/1085000
264.20/262.10	c cleaning 10001 clauses out of 20007 with flag 1095000/1095000
267.00/264.90	c cleaning 10002 clauses out of 20006 with flag 1105001/1105001
269.60/267.54	c cleaning 9999 clauses out of 20002 with flag 1115000/1115000
270.00/267.96	c starts		: 190
270.00/267.96	c conflicts		: 1116879
270.00/267.96	c decisions		: 1145283
270.00/267.96	c propagations		: 25201434
270.00/267.96	c inspects		: 768861140
270.00/267.96	c learnt literals	: 15
270.00/267.96	c learnt binary clauses	: 84
270.00/267.96	c learnt ternary clauses	: 331
270.00/267.96	c learnt clauses	: 1116863
270.00/267.96	c ignored clauses	: 0
270.00/267.96	c root simplifications	: 0
270.00/267.96	c removed literals (reason simplification)	: 46601554
270.00/267.96	c reason swapping (by a shorter reason)	: 0
270.00/267.96	c Calls to reduceDB	: 113
270.00/267.96	c number of reductions to clauses (during analyze)	: 0
270.00/267.96	c number of learned constraints concerned by reduction	: 0
270.00/267.96	c number of learning phase by resolution	: 0
270.00/267.96	c number of learning phase by cutting planes	: 0
270.00/267.96	c speed (assignments/second)	: 114312.95473101696
270.00/267.96	c non guided choices	3242
270.00/267.96	c learnt constraints type 
270.00/267.96	c constraints type 
270.00/267.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
270.00/267.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
270.00/267.96	s OPTIMUM FOUND
270.00/267.96	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 
270.00/267.96	c objective function=3
270.00/267.96	c Total wall clock time (in seconds): 267.753

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.54 1.21 3/106 10245
/proc/meminfo: memFree=1823056/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=4 CPUtime=0
/proc/10245/stat : 10245 (java6) R 10243 10245 10132 0 -1 4194304 256 0 0 0 0 0 0 0 19 0 1 0 40546992 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10245/statm: 1 1 0 0 0 1 0

[startup+0.094055 s]
/proc/loadavg: 1.95 1.54 1.21 3/106 10245
/proc/meminfo: memFree=1823056/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1521796 CPUtime=0.08
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 3870 0 1 0 6 2 0 0 18 0 7 0 40546992 1558319104 3310 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 380449 3310 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.101054 s]
/proc/loadavg: 1.95 1.54 1.21 3/106 10245
/proc/meminfo: memFree=1823056/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1524184 CPUtime=0.08
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 40546992 1560764416 3398 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300763 s]
/proc/loadavg: 1.95 1.54 1.21 3/106 10245
/proc/meminfo: memFree=1823056/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1525624 CPUtime=0.39
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 5311 0 1 0 36 3 0 0 18 0 12 0 40546992 1562238976 4745 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 381406 4745 1363 10 0 378708 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1525624

[startup+0.700763 s]
/proc/loadavg: 1.95 1.54 1.21 3/106 10245
/proc/meminfo: memFree=1823056/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1529936 CPUtime=1.16
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 7103 0 1 0 112 4 0 0 18 0 13 0 40546992 1566654464 6250 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 382484 6250 1421 10 0 379786 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529936

[startup+1.50176 s]
/proc/loadavg: 2.03 1.57 1.22 2/119 10258
/proc/meminfo: memFree=1796976/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1529844 CPUtime=2.19
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 11499 0 1 0 213 6 0 0 18 0 13 0 40546992 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 382461 10578 1421 10 0 379763 0
[pid=10245/tid=10247] ppid=10243 vsize=1529844 CPUtime=1.36
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 8583 0 1 0 131 5 0 0 20 0 13 0 40546993 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4109370880 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 40546995 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 40546995 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40546996 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 40546997 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 40546997 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1529844 CPUtime=0.44
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 363 0 0 0 44 0 0 0 16 0 13 0 40547001 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1529844 CPUtime=0.37
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 1483 0 0 0 37 0 0 0 21 0 13 0 40547001 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40547001 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1566560256 10578 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1529844

[startup+3.10377 s]
/proc/loadavg: 2.03 1.57 1.22 2/119 10258
/proc/meminfo: memFree=1774656/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1529844 CPUtime=3.9
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 14288 0 1 0 383 7 0 0 18 0 13 0 40546992 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 382461 13363 1440 10 0 379763 0
[pid=10245/tid=10247] ppid=10243 vsize=1529844 CPUtime=2.9
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 10457 0 1 0 284 6 0 0 25 0 13 0 40546993 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4109406958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 322 0 0 0 0 0 0 0 18 0 13 0 40546995 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 130 0 0 0 0 0 0 0 18 0 13 0 40546995 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1529844 CPUtime=0.02
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 446 0 0 0 2 0 0 0 16 0 13 0 40546996 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1529844 CPUtime=0.47
/proc/10245/task/10254/stat : 10254 (java) R 10243 10245 10132 0 -1 4202560 367 0 0 0 47 0 0 0 15 0 13 0 40547001 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 104071300 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1529844 CPUtime=0.48
/proc/10245/task/10255/stat : 10255 (java) R 10243 10245 10132 0 -1 4202560 1498 0 0 0 48 0 0 0 16 0 13 0 40547001 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 5552454 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40547001 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1566560256 13363 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1529844

[startup+6.30277 s]
/proc/loadavg: 1.95 1.56 1.22 2/119 10258
/proc/meminfo: memFree=1762256/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1529844 CPUtime=7.16
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 17333 0 1 0 707 9 0 0 18 0 13 0 40546992 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 382461 16390 1440 10 0 379763 0
[pid=10245/tid=10247] ppid=10243 vsize=1529844 CPUtime=6.03
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 12662 0 1 0 596 7 0 0 25 0 13 0 40546993 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4109406486 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1529844 CPUtime=0.01
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 658 0 0 0 1 0 0 0 15 0 13 0 40546995 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 153 0 0 0 0 0 0 0 18 0 13 0 40546995 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1529844 CPUtime=0.07
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 923 0 0 0 7 0 0 0 15 0 13 0 40546996 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1529844 CPUtime=0.51
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 370 0 0 0 51 0 0 0 15 0 13 0 40547001 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1529844 CPUtime=0.5
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 1499 0 0 0 50 0 0 0 15 0 13 0 40547001 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40547001 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1566560256 16390 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1529844

[startup+12.7018 s]
/proc/loadavg: 1.87 1.55 1.22 2/119 10258
/proc/meminfo: memFree=1750724/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1529844 CPUtime=13.61
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 20225 0 1 0 1350 11 0 0 18 0 13 0 40546992 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 382461 19280 1440 10 0 379763 0
[pid=10245/tid=10247] ppid=10243 vsize=1529844 CPUtime=12.35
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 15299 0 1 0 1226 9 0 0 25 0 13 0 40546993 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4109483519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1529844 CPUtime=0.03
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 735 0 0 0 3 0 0 0 15 0 13 0 40546995 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1529844 CPUtime=0.01
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 154 0 0 0 1 0 0 0 18 0 13 0 40546995 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1529844 CPUtime=0.12
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 1091 0 0 0 12 0 0 0 15 0 13 0 40546996 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1529844 CPUtime=0.51
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 370 0 0 0 51 0 0 0 15 0 13 0 40547001 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1529844 CPUtime=0.54
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 1508 0 0 0 54 0 0 0 15 0 13 0 40547001 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40547001 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1529844 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1566560256 19280 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 1529844

[startup+25.5008 s]
/proc/loadavg: 1.74 1.53 1.22 2/119 10260
/proc/meminfo: memFree=1736588/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1529844 CPUtime=26.42
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 23751 0 1 0 2630 12 0 0 18 0 13 0 40546992 1566560256 22799 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 382461 22799 1440 10 0 379763 0
[pid=10245/tid=10247] ppid=10243 vsize=1529844 CPUtime=24.98
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 17669 0 1 0 2488 10 0 0 25 0 13 0 40546993 1566560256 22799 1992294400 134512640 134550932 4291028256 18446744073709551615 4109426276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1529844 CPUtime=0.06
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 1004 0 0 0 6 0 0 0 15 0 13 0 40546995 1566560256 22799 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1529844 CPUtime=0.03
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 421 0 0 0 3 0 0 0 18 0 13 0 40546995 1566560256 22799 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1529844 CPUtime=0.25

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

/proc/10245/statm: 383776 45157 1440 10 0 381078 0
[pid=10245/tid=10247] ppid=10243 vsize=1535104 CPUtime=257.19
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 36198 0 1 0 25696 23 0 0 25 0 13 0 40546993 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4109362798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1535104 CPUtime=0.67
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 1440 0 0 0 65 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1535104 CPUtime=0.61
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 992 0 0 0 59 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1535104 CPUtime=3.95
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 3379 0 0 0 393 2 0 0 16 0 13 0 40546996 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1535104 CPUtime=0.54
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 375 0 0 0 54 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1535104 CPUtime=1.38
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 4865 0 0 0 137 1 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 264.4
Current children cumulated vsize (KiB) 1535104

[startup+265.501 s]
/proc/loadavg: 1.07 1.24 1.16 2/119 10266
/proc/meminfo: memFree=1646440/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1535104 CPUtime=267.6
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 48334 0 1 0 26727 33 0 0 18 0 13 0 40546992 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 383776 45157 1440 10 0 381078 0
[pid=10245/tid=10247] ppid=10243 vsize=1535104 CPUtime=260.33
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 36199 0 1 0 26010 23 0 0 25 0 13 0 40546993 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4109426303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1535104 CPUtime=0.67
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 1440 0 0 0 65 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1535104 CPUtime=0.61
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 992 0 0 0 59 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1535104 CPUtime=4
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 3379 0 0 0 398 2 0 0 16 0 13 0 40546996 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1535104 CPUtime=0.54
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 375 0 0 0 54 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1535104 CPUtime=1.38
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 4865 0 0 0 137 1 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 267.6
Current children cumulated vsize (KiB) 1535104

[startup+267.101 s]
/proc/loadavg: 1.07 1.24 1.16 3/119 10266
/proc/meminfo: memFree=1646440/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1535104 CPUtime=269.2
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 48334 0 1 0 26887 33 0 0 18 0 13 0 40546992 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 383776 45157 1440 10 0 381078 0
[pid=10245/tid=10247] ppid=10243 vsize=1535104 CPUtime=261.93
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 36199 0 1 0 26170 23 0 0 25 0 13 0 40546993 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4109374703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1535104 CPUtime=0.67
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 1440 0 0 0 65 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1535104 CPUtime=0.61
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 992 0 0 0 59 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1535104 CPUtime=4
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 3379 0 0 0 398 2 0 0 15 0 13 0 40546996 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1535104 CPUtime=0.54
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 375 0 0 0 54 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1535104 CPUtime=1.38
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 4865 0 0 0 137 1 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 269.2
Current children cumulated vsize (KiB) 1535104

[startup+267.502 s]
/proc/loadavg: 1.07 1.24 1.16 3/119 10266
/proc/meminfo: memFree=1646440/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1535104 CPUtime=269.6
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 48334 0 1 0 26927 33 0 0 18 0 13 0 40546992 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 383776 45157 1440 10 0 381078 0
[pid=10245/tid=10247] ppid=10243 vsize=1535104 CPUtime=262.33
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 36199 0 1 0 26210 23 0 0 25 0 13 0 40546993 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4109567296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1535104 CPUtime=0.67
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 1440 0 0 0 65 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1535104 CPUtime=0.61
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 992 0 0 0 59 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1535104 CPUtime=4
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 3379 0 0 0 398 2 0 0 15 0 13 0 40546996 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1535104 CPUtime=0.54
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 375 0 0 0 54 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1535104 CPUtime=1.38
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 4865 0 0 0 137 1 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 269.6
Current children cumulated vsize (KiB) 1535104

[startup+267.902 s]
/proc/loadavg: 1.07 1.24 1.16 3/119 10266
/proc/meminfo: memFree=1646440/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=1535104 CPUtime=270
/proc/10245/stat : 10245 (java) S 10243 10245 10132 0 -1 4202496 48335 0 1 0 26967 33 0 0 18 0 13 0 40546992 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 383776 45157 1440 10 0 381078 0
[pid=10245/tid=10247] ppid=10243 vsize=1535104 CPUtime=262.69
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4202560 36200 0 1 0 26246 23 0 0 25 0 13 0 40546993 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4109376061 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1535104 CPUtime=0.68
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 10132 0 -1 4202560 1440 0 0 0 66 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1535104 CPUtime=0.62
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 10132 0 -1 4202560 992 0 0 0 60 2 0 0 15 0 13 0 40546995 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1535104 CPUtime=4.03
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 10132 0 -1 4202560 3379 0 0 0 401 2 0 0 16 0 13 0 40546996 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40546997 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1535104 CPUtime=0.54
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 10132 0 -1 4202560 375 0 0 0 54 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1535104 CPUtime=1.38
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 10132 0 -1 4202560 4865 0 0 0 137 1 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=10245/tid=10256] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10256/stat : 10256 (java) S 10243 10245 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 10132 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 40547001 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1535104 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 10132 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40547027 1571946496 45157 1992294400 134512640 134550932 4291028256 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 270
Current children cumulated vsize (KiB) 1535104

[startup+268.002 s]
/proc/loadavg: 1.07 1.24 1.16 3/119 10266
/proc/meminfo: memFree=1646440/2059040 swapFree=4136500/4192956
[pid=10245] ppid=10243 vsize=0 CPUtime=270.08
/proc/10245/stat : 10245 (java) Z 10243 10245 10132 0 -1 4203548 48351 0 1 0 26973 35 0 0 18 0 2 0 40546992 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10245/statm: 0 0 0 0 0 0 0
[pid=10245/tid=10247] ppid=10243 vsize=0 CPUtime=262.76
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 10132 0 -1 4203588 36206 0 1 0 26252 24 0 0 18 0 2 0 40546993 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) 270.08
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 268.01
CPU time (s): 270.096
CPU user time (s): 269.737
CPU system time (s): 0.358945
CPU usage (%): 100.778
Max. virtual memory (cumulated for all children) (KiB): 1538136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.737
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= 48351
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= 6915
involuntary context switches= 5069

runsolver used 0.559914 second user time and 1.50877 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-16 02:50:30
IDJOB=2658414
IDBENCH=48028
IDSOLVER=1164
FILE ID=node001/2658414-1276649430
PBS_JOBID= 11172454
Free space on /tmp= 62516 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=449-P1=149-P2=137-P3=137-P4=83-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658414-1276649430/watcher-2658414-1276649430 -o /tmp/evaluation-result-2658414-1276649430/solver-2658414-1276649430 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658414-1276649430.opb

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

MD5SUM BENCH= 854cc656dc0682d745f606d1e6722452
RANDOM SEED=76110427

node001.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823452 kB
Buffers:         32264 kB
Cached:         112696 kB
SwapCached:       9628 kB
Active:         101460 kB
Inactive:        56536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823452 kB
SwapTotal:     4192956 kB
SwapFree:      4136500 kB
Dirty:             488 kB
Writeback:           8 kB
AnonPages:       11556 kB
Mapped:           9376 kB
Slab:            55836 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180984 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= 62516 MiB
End job on node001 at 2010-06-16 02:54:58