Trace number 2661730

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 RES // CP 2.2.0 2010-05-31SAT (TO)3 1800.19 1616.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
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 benchmark7.38288
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 variables216
Total number of constraints19
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 constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.19	c version 2.2.0.v20100531
0.09/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.19	c java.vm.version	11.2-b01
0.09/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.19	c sun.arch.data.model	32
0.09/0.19	c java.version		1.6.0_12
0.09/0.19	c os.name		Linux
0.09/0.19	c os.version		2.6.18-164.el5
0.09/0.19	c os.arch		i386
0.09/0.19	c Free memory 		1393557488
0.09/0.19	c Max memory 		1395916800
0.09/0.19	c Total memory 		1395916800
0.09/0.19	c Number of processors 	2
0.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2661730-1276648171.opb
0.25/0.22	c reading problem ... 
0.56/0.48	c ... done. Wall clock time 0.268s.
0.56/0.48	c #vars     792
0.56/0.48	c #constraints  1180
0.56/0.48	c constraints type 
0.56/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.56/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.56/0.48	c constraints type 
0.56/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.56/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
6.32/3.31	c cleaning 2499 clauses out of 5000 with flag 5000/5000
8.46/4.48	c cleaning 4244 clauses out of 8502 with flag 11001/11001
11.18/5.87	c cleaning 5628 clauses out of 11257 with flag 18000/18000
14.50/7.55	c cleaning 6814 clauses out of 13629 with flag 26000/26000
18.18/9.40	c cleaning 7902 clauses out of 15815 with flag 35000/35000
22.86/11.85	c cleaning 8956 clauses out of 17913 with flag 45000/45000
26.36/13.63	c cleaning 9476 clauses out of 18956 with flag 55000/55000
31.43/16.28	c cleaning 9739 clauses out of 19483 with flag 65003/65003
34.70/17.99	c cleaning 9865 clauses out of 19741 with flag 75000/75000
39.97/20.62	c cleaning 9935 clauses out of 19877 with flag 85001/85001
43.44/22.42	c cleaning 9963 clauses out of 19944 with flag 95003/95003
46.73/24.18	c cleaning 9987 clauses out of 19980 with flag 105002/105002
50.39/26.06	c cleaning 9989 clauses out of 19993 with flag 115002/115002
53.86/27.89	c cleaning 9996 clauses out of 20002 with flag 125000/125000
57.55/29.76	c cleaning 9993 clauses out of 20007 with flag 135001/135001
62.80/32.41	c cleaning 9999 clauses out of 20014 with flag 145001/145001
66.45/34.31	c cleaning 9995 clauses out of 20015 with flag 155001/155001
70.72/36.56	c cleaning 10006 clauses out of 20019 with flag 165001/165001
74.40/38.46	c cleaning 10001 clauses out of 20013 with flag 175001/175001
77.86/40.26	c cleaning 10003 clauses out of 20011 with flag 185000/185000
82.10/42.47	c cleaning 9999 clauses out of 20008 with flag 195000/195000
86.36/44.61	c cleaning 9995 clauses out of 20009 with flag 205000/205000
89.82/46.49	c cleaning 10000 clauses out of 20015 with flag 215001/215001
94.08/48.61	c cleaning 10001 clauses out of 20014 with flag 225000/225000
96.91/50.17	c cleaning 0 clauses out of 5001 with flag 0/5001
97.79/50.61	c cleaning 9998 clauses out of 20013 with flag 235000/235000
101.01/52.36	c cleaning 9999 clauses out of 20015 with flag 245000/245000
106.05/54.94	c cleaning 9998 clauses out of 20016 with flag 255000/255000
111.23/57.61	c cleaning 10007 clauses out of 20018 with flag 265000/265000
115.66/59.96	c cleaning 10004 clauses out of 20011 with flag 275000/275000
119.90/62.18	c cleaning 10000 clauses out of 20007 with flag 285001/285001
124.92/64.76	c cleaning 10003 clauses out of 20007 with flag 295001/295001
130.11/67.40	c cleaning 9997 clauses out of 20003 with flag 305000/305000
133.35/69.12	c cleaning 9996 clauses out of 20007 with flag 315001/315001
137.99/71.55	c cleaning 10000 clauses out of 20010 with flag 325000/325000
141.41/73.35	c cleaning 9993 clauses out of 20009 with flag 335000/335000
144.40/74.96	c cleaning 9988 clauses out of 20018 with flag 345002/345002
148.63/77.12	c cleaning 10005 clauses out of 20028 with flag 355000/355000
153.25/79.56	c cleaning 10007 clauses out of 20023 with flag 365000/365000
158.47/82.28	c cleaning 10001 clauses out of 20016 with flag 375000/375000
163.46/84.81	c cleaning 10001 clauses out of 20016 with flag 385001/385001
167.29/86.88	c cleaning 9995 clauses out of 20015 with flag 395001/395001
170.51/88.50	c cleaning 9998 clauses out of 20021 with flag 405002/405002
174.33/90.55	c cleaning 9997 clauses out of 20022 with flag 415001/415001
178.10/92.54	c cleaning 10009 clauses out of 20024 with flag 425000/425000
183.11/95.17	c cleaning 10007 clauses out of 20015 with flag 435000/435000
187.11/97.29	c cleaning 10003 clauses out of 20008 with flag 445000/445000
190.13/98.88	c cleaning 9984 clauses out of 20004 with flag 455000/455000
193.30/100.50	c cleaning 9998 clauses out of 20020 with flag 465000/465000
197.31/102.68	c cleaning 10007 clauses out of 20022 with flag 475000/475000
201.31/104.71	c cleaning 10002 clauses out of 20015 with flag 485000/485000
204.72/106.55	c cleaning 9976 clauses out of 20013 with flag 495000/495000
207.69/108.14	c cleaning 9987 clauses out of 20038 with flag 505001/505001
210.90/109.84	c cleaning 10015 clauses out of 20050 with flag 515000/515000
215.69/112.39	c cleaning 10006 clauses out of 20036 with flag 525001/525001
220.09/114.66	c cleaning 10004 clauses out of 20029 with flag 535000/535000
222.23/115.84	c And the winner is Resolution
222.48/116.03	c SATISFIABLE
222.48/116.03	c OPTIMIZING...
222.48/116.03	c Got one! Elapsed wall clock time (in seconds):115.824
222.48/116.03	o 173
223.64/116.66	c cleaning 9991 clauses out of 20024 with flag 545000/545000
227.22/118.57	c cleaning 9980 clauses out of 20033 with flag 555000/555000
230.62/120.39	c cleaning 10002 clauses out of 20055 with flag 565002/565002
234.41/122.36	c cleaning 10000 clauses out of 20051 with flag 575000/575000
238.16/124.37	c cleaning 10001 clauses out of 20051 with flag 585000/585000
242.36/126.56	c cleaning 10020 clauses out of 20050 with flag 595000/595000
246.34/128.64	c cleaning 10011 clauses out of 20030 with flag 605000/605000
251.51/131.32	c cleaning 10005 clauses out of 20020 with flag 615001/615001
256.63/134.08	c cleaning 10002 clauses out of 20014 with flag 625000/625000
261.23/136.42	c cleaning 9998 clauses out of 20012 with flag 635000/635000
265.40/138.69	c cleaning 10003 clauses out of 20014 with flag 645000/645000
269.38/140.72	c cleaning 10002 clauses out of 20012 with flag 655001/655001
273.70/143.03	c cleaning 10001 clauses out of 20009 with flag 665000/665000
279.05/145.80	c cleaning 9999 clauses out of 20007 with flag 675000/675000
283.22/148.02	c cleaning 9999 clauses out of 20009 with flag 685001/685001
287.59/150.31	c cleaning 9996 clauses out of 20010 with flag 695001/695001
288.34/150.84	c And the winner is Resolution
288.54/151.25	c Got one! Elapsed wall clock time (in seconds):151.039
288.54/151.25	o 161
291.22/152.69	c cleaning 9994 clauses out of 20013 with flag 705000/705000
295.18/154.71	c cleaning 9995 clauses out of 20020 with flag 715001/715001
298.55/156.56	c cleaning 10002 clauses out of 20024 with flag 725000/725000
300.75/157.80	c And the winner is Resolution
301.12/158.27	c Got one! Elapsed wall clock time (in seconds):158.057
301.12/158.27	o 129
302.17/158.84	c cleaning 9987 clauses out of 20022 with flag 735000/735000
306.08/160.96	c cleaning 9998 clauses out of 20035 with flag 745000/745000
310.42/163.24	c cleaning 9996 clauses out of 20038 with flag 755001/755001
315.37/165.87	c cleaning 10017 clauses out of 20041 with flag 765000/765000
320.32/168.50	c cleaning 10008 clauses out of 20025 with flag 775001/775001
325.41/171.11	c cleaning 10007 clauses out of 20016 with flag 785000/785000
328.98/173.09	c cleaning 10000 clauses out of 20009 with flag 795000/795000
332.72/175.06	c And the winner is Resolution
333.09/175.49	c Got one! Elapsed wall clock time (in seconds):175.279
333.09/175.49	o 65
333.71/175.88	c cleaning 9989 clauses out of 20009 with flag 805000/805000
335.49/176.80	c And the winner is Resolution
335.72/177.49	c Got one! Elapsed wall clock time (in seconds):177.287
335.72/177.49	o 9
337.14/178.26	c cleaning 9996 clauses out of 20020 with flag 815001/815001
340.41/180.06	c cleaning 9998 clauses out of 20025 with flag 825002/825002
343.97/181.98	c cleaning 9998 clauses out of 20027 with flag 835002/835002
347.50/183.82	c cleaning 9987 clauses out of 20027 with flag 845000/845000
349.64/185.08	c cleaning 0 clauses out of 11002 with flag 0/11002
351.31/186.07	c cleaning 10020 clauses out of 20041 with flag 855001/855001
352.88/186.96	c And the winner is Resolution
353.07/187.57	c Got one! Elapsed wall clock time (in seconds):187.363
353.07/187.57	o 3
353.07/187.57	c And the winner is Resolution
589.92/422.04	c cleaning 0 clauses out of 18000 with flag 0/18000
1105.54/931.81	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.00/1615.92	c starts		: 175
1800.00/1615.92	c conflicts		: 859644
1800.00/1615.92	c decisions		: 895472
1800.00/1615.92	c propagations		: 17442309
1800.00/1615.92	c inspects		: 427065158
1800.00/1615.92	c learnt literals	: 8
1800.00/1615.92	c learnt binary clauses	: 34
1800.00/1615.92	c learnt ternary clauses	: 140
1800.00/1615.92	c learnt clauses	: 859636
1800.00/1615.92	c ignored clauses	: 0
1800.00/1615.92	c root simplifications	: 0
1800.00/1615.92	c removed literals (reason simplification)	: 26942987
1800.00/1615.92	c reason swapping (by a shorter reason)	: 0
1800.00/1615.92	c Calls to reduceDB	: 87
1800.00/1615.92	c number of reductions to clauses (during analyze)	: 0
1800.00/1615.92	c number of learned constraints concerned by reduction	: 0
1800.00/1615.92	c number of learning phase by resolution	: 0
1800.00/1615.92	c number of learning phase by cutting planes	: 0
1800.00/1615.92	c speed (assignments/second)	: 12211.491985168921
1800.00/1615.92	c non guided choices	8350
1800.00/1615.98	c learnt constraints type 
1800.00/1615.98	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14630
1800.00/1615.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.00/1615.98	c constraints type 
1800.00/1615.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
1800.00/1615.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 605
1800.00/1615.98	c constraints type 
1800.00/1615.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
1800.00/1615.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 605
1800.00/1615.98	s SATISFIABLE
1800.00/1615.98	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 x16 x17 -x18 x19 -x20 -x21 x22 x23 x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 x41 -x42 -x43 x44 x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 x62 x63 -x64 x65 -x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 x75 -x76 x77 x78 -x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 x94 x95 x96 x97 -x98 -x99 x100 x101 x102 x103 -x104 x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 x129 -x130 x131 x132 -x133 -x134 -x135 x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 
1800.00/1615.98	c objective function=3
1800.00/1615.98	c Total wall clock time (in seconds): 1615.772

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-2661730-1276648171/watcher-2661730-1276648171 -o /tmp/evaluation-result-2661730-1276648171/solver-2661730-1276648171 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661730-1276648171.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.38 1.12 1.08 3/106 13513
/proc/meminfo: memFree=1821572/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1832 CPUtime=0
/proc/13513/stat : 13513 (java) R 13511 13513 11912 0 -1 4194304 398 0 0 0 0 0 0 0 19 0 1 0 6108074 1875968 128 1992294400 134512640 134550932 4290340864 18446744073709551615 11464400 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13513/statm: 458 132 96 10 0 63 0

[startup+0.0654171 s]
/proc/loadavg: 1.38 1.12 1.08 3/106 13513
/proc/meminfo: memFree=1821572/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1521796 CPUtime=0.05
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 3704 0 1 0 3 2 0 0 19 0 7 0 6108074 1558319104 3145 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 380449 3145 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101421 s]
/proc/loadavg: 1.38 1.12 1.08 3/106 13513
/proc/meminfo: memFree=1821572/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1524180 CPUtime=0.09
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 4000 0 1 0 7 2 0 0 19 0 12 0 6108074 1560760320 3439 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 381045 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301456 s]
/proc/loadavg: 1.38 1.12 1.08 3/106 13513
/proc/meminfo: memFree=1821572/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1526224 CPUtime=0.37
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 5378 0 1 0 34 3 0 0 19 0 12 0 6108074 1562853376 4815 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 381556 4815 1357 10 0 378859 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526224

[startup+0.700436 s]
/proc/loadavg: 1.38 1.12 1.08 3/106 13513
/proc/meminfo: memFree=1821572/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1533592 CPUtime=1.16
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 8066 0 1 0 112 4 0 0 19 0 16 0 6108074 1570398208 6974 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 383398 6975 1411 10 0 380701 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533592

[startup+1.50139 s]
/proc/loadavg: 1.38 1.12 1.08 5/122 13529
/proc/meminfo: memFree=1795096/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1547612 CPUtime=2.74
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 14719 0 1 0 268 6 0 0 19 0 16 0 6108074 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386903 11673 1422 10 0 384206 0
[pid=13513/tid=13515] ppid=13511 vsize=1547612 CPUtime=0.45
/proc/13513/task/13515/stat : 13515 (java) R 13511 13513 11912 0 -1 4202560 4237 0 1 0 43 2 0 0 18 0 16 0 6108075 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 16 0 6108076 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 16 0 6108076 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 6108078 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 16 0 6108079 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 6108079 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6108083 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1547612 CPUtime=0.5
/proc/13513/task/13522/stat : 13522 (java) R 13511 13513 11912 0 -1 4202560 1811 0 0 0 49 1 0 0 18 0 16 0 6108083 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 106247639 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1547612 CPUtime=0.79
/proc/13513/task/13523/stat : 13523 (java) R 13511 13513 11912 0 -1 4202560 5817 0 0 0 78 1 0 0 18 0 16 0 6108083 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 104139970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6108083 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6108083 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13526] ppid=13511 vsize=1547612 CPUtime=0.55
/proc/13513/task/13526/stat : 13526 (java) R 13511 13513 11912 0 -1 4202560 457 0 0 0 55 0 0 0 22 0 16 0 6108122 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 106547988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13513/tid=13527] ppid=13511 vsize=1547612 CPUtime=0.41
/proc/13513/task/13527/stat : 13527 (java) R 13511 13513 11912 0 -1 4202560 1327 0 0 0 41 0 0 0 20 0 16 0 6108122 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4108650459 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6108123 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1547612 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6108128 1584754688 11673 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1547612

[startup+3.10131 s]
/proc/loadavg: 1.51 1.16 1.09 4/122 13529
/proc/meminfo: memFree=1769800/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1547800 CPUtime=5.91
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 31176 0 1 0 578 13 0 0 19 0 16 0 6108074 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386950 24139 1426 10 0 384253 0
[pid=13513/tid=13515] ppid=13511 vsize=1547800 CPUtime=0.45
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4237 0 1 0 43 2 0 0 18 0 16 0 6108075 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 16 0 6108076 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 16 0 6108076 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 6108078 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 16 0 6108079 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 6108079 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6108083 1584947200 24139 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1547800 CPUtime=1.25
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 1951 0 0 0 124 1 0 0 15 0 16 0 6108083 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1547800 CPUtime=2.06
/proc/13513/task/13523/stat : 13523 (java) R 13511 13513 11912 0 -1 4202560 10250 0 0 0 203 3 0 0 16 0 16 0 6108083 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 103502568 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6108083 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6108083 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13526] ppid=13511 vsize=1547800 CPUtime=1.36
/proc/13513/task/13526/stat : 13526 (java) R 13511 13513 11912 0 -1 4202560 5379 0 0 0 134 2 0 0 18 0 16 0 6108122 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4109056151 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13513/tid=13527] ppid=13511 vsize=1547800 CPUtime=0.74
/proc/13513/task/13527/stat : 13527 (java) R 13511 13513 11912 0 -1 4202560 8290 0 0 0 73 1 0 0 21 0 16 0 6108122 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6108123 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1547800 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6108128 1584947200 24140 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1547800

[startup+6.30133 s]
/proc/loadavg: 1.51 1.16 1.09 3/122 13529
/proc/meminfo: memFree=1665160/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1544920 CPUtime=12.11
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 49566 0 1 0 1191 20 0 0 19 0 16 0 6108074 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386230 41555 1448 10 0 383533 0
[pid=13513/tid=13515] ppid=13511 vsize=1544920 CPUtime=0.45
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4237 0 1 0 43 2 0 0 18 0 16 0 6108075 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1544920 CPUtime=0.06
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 1159 0 0 0 6 0 0 0 15 0 16 0 6108076 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1544920 CPUtime=0.04
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 661 0 0 0 4 0 0 0 16 0 16 0 6108076 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1544920 CPUtime=0.12
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 2105 0 0 0 11 1 0 0 15 0 16 0 6108078 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 6108079 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6108079 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6108083 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1544920 CPUtime=1.34
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 1960 0 0 0 133 1 0 0 16 0 16 0 6108083 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1544920 CPUtime=2.47
/proc/13513/task/13523/stat : 13523 (java) S 13511 13513 11912 0 -1 4202560 10511 0 0 0 244 3 0 0 15 0 16 0 6108083 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6108083 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6108083 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13526] ppid=13511 vsize=1544920 CPUtime=4.25
/proc/13513/task/13526/stat : 13526 (java) R 13511 13513 11912 0 -1 4202560 7431 0 0 0 421 4 0 0 20 0 16 0 6108122 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4109154851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13513/tid=13527] ppid=13511 vsize=1544920 CPUtime=3.31
/proc/13513/task/13527/stat : 13527 (java) R 13511 13513 11912 0 -1 4202560 20433 0 0 0 326 5 0 0 25 0 16 0 6108122 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4109059548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6108123 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6108128 1581998080 41555 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1544920

[startup+12.7023 s]
/proc/loadavg: 1.58 1.18 1.10 3/122 13529
/proc/meminfo: memFree=1622528/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1544920 CPUtime=24.58
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 59057 0 1 0 2432 26 0 0 19 0 16 0 6108074 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386230 50899 1448 10 0 383533 0
[pid=13513/tid=13515] ppid=13511 vsize=1544920 CPUtime=0.45
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4237 0 1 0 43 2 0 0 15 0 16 0 6108075 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1544920 CPUtime=0.18
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 3286 0 0 0 17 1 0 0 16 0 16 0 6108076 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1544920 CPUtime=0.16
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 2551 0 0 0 15 1 0 0 15 0 16 0 6108076 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1544920 CPUtime=0.33
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 3171 0 0 0 32 1 0 0 15 0 16 0 6108078 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 6108079 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6108079 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6108083 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1544920 CPUtime=1.39
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 1966 0 0 0 138 1 0 0 15 0 16 0 6108083 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1544920 CPUtime=2.47
/proc/13513/task/13523/stat : 13523 (java) S 13511 13513 11912 0 -1 4202560 10511 0 0 0 244 3 0 0 15 0 16 0 6108083 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6108083 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1544920 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6108083 1581998080 50899 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0

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

[pid=13513/tid=13547] ppid=13511 vsize=1545448 CPUtime=1217.2
/proc/13513/task/13547/stat : 13547 (java) R 13511 13513 11912 0 -1 4202560 873 0 0 0 121701 19 0 0 25 0 15 0 6126832 1582538752 97645 1992294400 134512640 134550932 4290340864 18446744073709551615 4109060675 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1602.66
Current children cumulated vsize (KiB) 1545448

[startup+1482.3 s]
/proc/loadavg: 1.03 1.02 1.07 2/121 13584
/proc/meminfo: memFree=1431328/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1545448 CPUtime=1663.79
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 112275 0 1 0 166250 129 0 0 19 0 15 0 6108074 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386362 98189 1449 10 0 383665 0
[pid=13513/tid=13515] ppid=13511 vsize=1545448 CPUtime=0.47
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4249 0 1 0 44 3 0 0 15 0 15 0 6108075 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1545448 CPUtime=19.63
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 28079 0 0 0 1929 34 0 0 16 0 15 0 6108076 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1545448 CPUtime=19.55
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 25925 0 0 0 1922 33 0 0 16 0 15 0 6108076 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1545448 CPUtime=15.2
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 4886 0 0 0 1509 11 0 0 15 0 15 0 6108078 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 6108083 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1545448 CPUtime=2.58
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 4068 0 0 0 256 2 0 0 15 0 15 0 6108083 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1545448 CPUtime=2.49
/proc/13513/task/13523/stat : 13523 (java) S 13511 13513 11912 0 -1 4202560 10511 0 0 0 246 3 0 0 16 0 15 0 6108083 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 6108083 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 15 0 6108083 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108123 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108128 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13547] ppid=13511 vsize=1545448 CPUtime=1275.98
/proc/13513/task/13547/stat : 13547 (java) R 13511 13513 11912 0 -1 4202560 914 0 0 0 127578 20 0 0 25 0 15 0 6126832 1582538752 98189 1992294400 134512640 134550932 4290340864 18446744073709551615 4109441883 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1663.79
Current children cumulated vsize (KiB) 1545448

[startup+1542.3 s]
/proc/loadavg: 1.07 1.03 1.07 2/121 13586
/proc/meminfo: memFree=1428848/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1545448 CPUtime=1724.96
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 112933 0 1 0 172364 132 0 0 19 0 15 0 6108074 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386362 98793 1449 10 0 383665 0
[pid=13513/tid=13515] ppid=13511 vsize=1545448 CPUtime=0.47
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4249 0 1 0 44 3 0 0 15 0 15 0 6108075 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1545448 CPUtime=20.82
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 28281 0 0 0 2048 34 0 0 15 0 15 0 6108076 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1545448 CPUtime=20.74
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 26334 0 0 0 2040 34 0 0 16 0 15 0 6108076 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1545448 CPUtime=15.21
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 4888 0 0 0 1510 11 0 0 15 0 15 0 6108078 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 6108083 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1545448 CPUtime=2.58
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 4068 0 0 0 256 2 0 0 15 0 15 0 6108083 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1545448 CPUtime=2.49
/proc/13513/task/13523/stat : 13523 (java) S 13511 13513 11912 0 -1 4202560 10511 0 0 0 246 3 0 0 16 0 15 0 6108083 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 6108083 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 15 0 6108083 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108123 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108128 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13547] ppid=13511 vsize=1545448 CPUtime=1334.75
/proc/13513/task/13547/stat : 13547 (java) R 13511 13513 11912 0 -1 4202560 955 0 0 0 133454 21 0 0 25 0 15 0 6126832 1582538752 98793 1992294400 134512640 134550932 4290340864 18446744073709551615 4108997437 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.96
Current children cumulated vsize (KiB) 1545448

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.06 2/121 13586
/proc/meminfo: memFree=1425996/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1545448 CPUtime=1786.12
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 113684 0 1 0 178476 136 0 0 19 0 15 0 6108074 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386362 99490 1449 10 0 383665 0
[pid=13513/tid=13515] ppid=13511 vsize=1545448 CPUtime=0.47
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4249 0 1 0 44 3 0 0 15 0 15 0 6108075 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1545448 CPUtime=22
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 28499 0 0 0 2166 34 0 0 15 0 15 0 6108076 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1545448 CPUtime=21.94
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 26821 0 0 0 2158 36 0 0 16 0 15 0 6108076 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1545448 CPUtime=15.21
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 4892 0 0 0 1510 11 0 0 15 0 15 0 6108078 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 6108083 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1545448 CPUtime=2.58
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 4068 0 0 0 256 2 0 0 15 0 15 0 6108083 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1545448 CPUtime=2.49
/proc/13513/task/13523/stat : 13523 (java) S 13511 13513 11912 0 -1 4202560 10511 0 0 0 246 3 0 0 16 0 15 0 6108083 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 6108083 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 15 0 6108083 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108123 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108128 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13547] ppid=13511 vsize=1545448 CPUtime=1393.53
/proc/13513/task/13547/stat : 13547 (java) R 13511 13513 11912 0 -1 4202560 995 0 0 0 139330 23 0 0 25 0 15 0 6126832 1582538752 99490 1992294400 134512640 134550932 4290340864 18446744073709551615 4109442306 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.12
Current children cumulated vsize (KiB) 1545448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1615.91 s]
/proc/loadavg: 1.02 1.02 1.06 2/121 13588
/proc/meminfo: memFree=1425128/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=1545448 CPUtime=1800
/proc/13513/stat : 13513 (java) S 13511 13513 11912 0 -1 4202496 113936 0 1 0 179863 137 0 0 19 0 15 0 6108074 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 386362 99715 1449 10 0 383665 0
[pid=13513/tid=13515] ppid=13511 vsize=1545448 CPUtime=0.47
/proc/13513/task/13515/stat : 13515 (java) S 13511 13513 11912 0 -1 4202560 4249 0 1 0 44 3 0 0 15 0 15 0 6108075 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13516] ppid=13511 vsize=1545448 CPUtime=22.28
/proc/13513/task/13516/stat : 13516 (java) S 13511 13513 11912 0 -1 4202560 28550 0 0 0 2194 34 0 0 15 0 15 0 6108076 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13517] ppid=13511 vsize=1545448 CPUtime=22.2
/proc/13513/task/13517/stat : 13517 (java) S 13511 13513 11912 0 -1 4202560 27009 0 0 0 2184 36 0 0 16 0 15 0 6108076 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13518] ppid=13511 vsize=1545448 CPUtime=15.21
/proc/13513/task/13518/stat : 13518 (java) S 13511 13513 11912 0 -1 4202560 4894 0 0 0 1510 11 0 0 15 0 15 0 6108078 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 0 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13519] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13519/stat : 13519 (java) S 13511 13513 11912 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13520] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13520/stat : 13520 (java) S 13511 13513 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 6108079 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13521] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13521/stat : 13521 (java) S 13511 13513 11912 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 6108083 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13522] ppid=13511 vsize=1545448 CPUtime=2.58
/proc/13513/task/13522/stat : 13522 (java) S 13511 13513 11912 0 -1 4202560 4068 0 0 0 256 2 0 0 15 0 15 0 6108083 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13523] ppid=13511 vsize=1545448 CPUtime=2.49
/proc/13513/task/13523/stat : 13523 (java) S 13511 13513 11912 0 -1 4202560 10511 0 0 0 246 3 0 0 16 0 15 0 6108083 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 1 0 0 0
[pid=13513/tid=13524] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13524/stat : 13524 (java) S 13511 13513 11912 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 6108083 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13525] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13525/stat : 13525 (java) S 13511 13513 11912 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 15 0 6108083 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13528] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13528/stat : 13528 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108123 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13529] ppid=13511 vsize=1545448 CPUtime=0
/proc/13513/task/13529/stat : 13529 (java) S 13511 13513 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6108128 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4294960144 0 4 0 16800975 18446604437683376256 0 0 -1 0 0 0 0
[pid=13513/tid=13547] ppid=13511 vsize=1545448 CPUtime=1406.88
/proc/13513/task/13547/stat : 13547 (java) R 13511 13513 11912 0 -1 4202560 1004 0 0 0 140664 24 0 0 25 0 15 0 6126832 1582538752 99715 1992294400 134512640 134550932 4290340864 18446744073709551615 4109441883 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1545448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1616.02 s]
/proc/loadavg: 1.02 1.02 1.06 2/121 13588
/proc/meminfo: memFree=1425128/2059040 swapFree=4164948/4192956
[pid=13513] ppid=13511 vsize=0 CPUtime=1800.15
/proc/13513/stat : 13513 (java) Z 13511 13513 11912 0 -1 4203548 113953 0 1 0 179877 138 0 0 17 0 2 0 6108074 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13513/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1616.04
CPU time (s): 1800.19
CPU user time (s): 1798.78
CPU system time (s): 1.41179
CPU usage (%): 111.395
Max. virtual memory (cumulated for all children) (KiB): 1549156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.41179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113953
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= 47263
involuntary context switches= 47877

runsolver used 4.05038 second user time and 11.1873 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 02:29:31
IDJOB=2661730
IDBENCH=47985
IDSOLVER=1166
FILE ID=node052/2661730-1276648171
PBS_JOBID= 11172443
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661730-1276648171/watcher-2661730-1276648171 -o /tmp/evaluation-result-2661730-1276648171/solver-2661730-1276648171 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661730-1276648171.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=164535384

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822092 kB
Buffers:         28936 kB
Cached:         108372 kB
SwapCached:       3620 kB
Active:          95664 kB
Inactive:        76520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822092 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             596 kB
Writeback:           0 kB
AnonPages:       31188 kB
Mapped:          15120 kB
Slab:            43052 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62504 MiB
End job on node052 at 2010-06-16 02:56:29