Trace number 2661753

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-31OPT3 376.732 202.348

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
MD5SUMcdc1e49bcf2e6b6913c93a683c821b72
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.834872
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.14	c version 2.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661753-1276648658.opb
0.25/0.21	c reading problem ... 
0.57/0.48	c ... done. Wall clock time 0.268s.
0.57/0.48	c #vars     792
0.57/0.48	c #constraints  1180
0.57/0.48	c constraints type 
0.57/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.57/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.57/0.48	c constraints type 
0.57/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.57/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
8.30/4.33	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.87/5.65	c cleaning 4251 clauses out of 8501 with flag 11001/11001
13.40/6.96	c cleaning 5622 clauses out of 11249 with flag 18000/18000
15.75/8.16	c cleaning 6812 clauses out of 13630 with flag 26003/26003
18.83/9.79	c cleaning 7908 clauses out of 15816 with flag 35001/35001
22.54/11.68	c cleaning 8950 clauses out of 17908 with flag 45001/45001
28.22/14.60	c cleaning 9476 clauses out of 18957 with flag 55000/55000
32.13/16.57	c cleaning 9725 clauses out of 19482 with flag 65001/65001
37.38/19.28	c cleaning 9873 clauses out of 19756 with flag 75000/75000
44.44/22.85	c cleaning 9938 clauses out of 19884 with flag 85001/85001
50.88/26.11	c cleaning 9972 clauses out of 19945 with flag 95000/95000
56.93/29.23	c cleaning 9985 clauses out of 19974 with flag 105001/105001
59.81/30.71	c cleaning 9992 clauses out of 19988 with flag 115000/115000
66.05/33.92	c cleaning 9996 clauses out of 19996 with flag 125000/125000
71.70/36.81	c cleaning 9991 clauses out of 20000 with flag 135000/135000
75.55/38.88	c cleaning 10002 clauses out of 20010 with flag 145001/145001
80.38/41.36	c cleaning 9990 clauses out of 20008 with flag 155001/155001
83.26/42.84	c cleaning 9993 clauses out of 20018 with flag 165001/165001
86.11/44.32	c cleaning 10010 clauses out of 20025 with flag 175001/175001
90.75/46.74	c cleaning 10002 clauses out of 20013 with flag 185000/185000
94.97/48.94	c cleaning 10004 clauses out of 20011 with flag 195000/195000
97.83/50.40	c cleaning 0 clauses out of 5000 with flag 0/5000
99.88/51.53	c cleaning 9990 clauses out of 20007 with flag 205000/205000
101.35/52.34	c And the winner is Resolution
101.51/53.27	c SATISFIABLE
101.51/53.27	c OPTIMIZING...
101.51/53.27	c Got one! Elapsed wall clock time (in seconds):53.067
101.51/53.27	o 97
102.75/53.96	c cleaning 10001 clauses out of 20017 with flag 215000/215000
106.16/55.78	c cleaning 10005 clauses out of 20016 with flag 225000/225000
109.02/57.28	c cleaning 9993 clauses out of 20011 with flag 235000/235000
112.05/58.83	c cleaning 10004 clauses out of 20019 with flag 245001/245001
116.48/61.13	c cleaning 9995 clauses out of 20015 with flag 255001/255001
121.06/63.50	c cleaning 10000 clauses out of 20019 with flag 265000/265000
125.49/65.86	c cleaning 10006 clauses out of 20020 with flag 275001/275001
129.12/67.73	c cleaning 9998 clauses out of 20013 with flag 285000/285000
133.54/70.01	c cleaning 10001 clauses out of 20015 with flag 295000/295000
137.12/71.98	c cleaning 9997 clauses out of 20015 with flag 305001/305001
141.93/74.40	c cleaning 10003 clauses out of 20017 with flag 315000/315000
146.95/77.07	c cleaning 10005 clauses out of 20016 with flag 325002/325002
150.37/78.84	c cleaning 9996 clauses out of 20008 with flag 335000/335000
153.93/80.70	c cleaning 9998 clauses out of 20012 with flag 345000/345000
157.37/82.55	c cleaning 9999 clauses out of 20015 with flag 355001/355001
160.76/84.39	c cleaning 10008 clauses out of 20015 with flag 365000/365000
165.77/86.95	c cleaning 10002 clauses out of 20008 with flag 375001/375001
170.91/89.60	c cleaning 9999 clauses out of 20006 with flag 385001/385001
174.72/91.64	c cleaning 9984 clauses out of 20005 with flag 395000/395000
175.97/92.37	c And the winner is Resolution
176.18/92.81	c Got one! Elapsed wall clock time (in seconds):92.608
176.18/92.81	o 89
177.73/93.66	c cleaning 9990 clauses out of 20021 with flag 405000/405000
181.33/95.58	c cleaning 9996 clauses out of 20031 with flag 415000/415000
185.10/97.53	c cleaning 9996 clauses out of 20035 with flag 425000/425000
188.70/99.43	c cleaning 9995 clauses out of 20040 with flag 435001/435001
191.93/101.19	c cleaning 10020 clauses out of 20045 with flag 445001/445001
195.32/102.99	c cleaning 10003 clauses out of 20025 with flag 455001/455001
200.27/105.55	c cleaning 10005 clauses out of 20022 with flag 465001/465001
204.06/107.57	c cleaning 10002 clauses out of 20017 with flag 475001/475001
207.67/109.41	c cleaning 10004 clauses out of 20015 with flag 485001/485001
212.25/111.87	c cleaning 10004 clauses out of 20011 with flag 495001/495001
216.59/114.11	c cleaning 9990 clauses out of 20006 with flag 505000/505000
219.78/115.81	c cleaning 9998 clauses out of 20016 with flag 515000/515000
224.17/118.19	c cleaning 9996 clauses out of 20020 with flag 525002/525002
228.15/120.26	c cleaning 10004 clauses out of 20023 with flag 535001/535001
233.66/123.13	c cleaning 10000 clauses out of 20018 with flag 545000/545000
238.83/125.89	c cleaning 10000 clauses out of 20019 with flag 555001/555001
243.99/128.57	c cleaning 10005 clauses out of 20019 with flag 565001/565001
248.97/131.15	c cleaning 10004 clauses out of 20014 with flag 575001/575001
253.69/133.69	c cleaning 10001 clauses out of 20007 with flag 585000/585000
256.08/134.99	c And the winner is Resolution
256.37/135.14	c Got one! Elapsed wall clock time (in seconds):134.931
256.37/135.14	o 65
256.69/135.35	c cleaning 9992 clauses out of 20006 with flag 595000/595000
260.07/137.14	c cleaning 9993 clauses out of 20014 with flag 605000/605000
263.42/138.99	c cleaning 9996 clauses out of 20022 with flag 615001/615001
267.13/140.92	c cleaning 9997 clauses out of 20026 with flag 625001/625001
270.33/142.70	c cleaning 9998 clauses out of 20028 with flag 635000/635000
273.88/144.56	c cleaning 9999 clauses out of 20031 with flag 645001/645001
276.87/146.15	c cleaning 10001 clauses out of 20032 with flag 655001/655001
279.99/147.83	c cleaning 10011 clauses out of 20030 with flag 665000/665000
284.15/150.03	c cleaning 10004 clauses out of 20019 with flag 675000/675000
287.53/151.82	c cleaning 10000 clauses out of 20015 with flag 685000/685000
292.05/154.29	c cleaning 10004 clauses out of 20016 with flag 695001/695001
296.74/156.78	c cleaning 10006 clauses out of 20015 with flag 705004/705004
299.51/158.27	c cleaning 9992 clauses out of 20006 with flag 715001/715001
302.87/160.06	c cleaning 10001 clauses out of 20013 with flag 725000/725000
303.27/160.40	c And the winner is Resolution
303.57/160.59	c Got one! Elapsed wall clock time (in seconds):160.378
303.57/160.59	o 5
307.19/162.42	c cleaning 9992 clauses out of 20011 with flag 735000/735000
310.67/164.30	c cleaning 9995 clauses out of 20020 with flag 745001/745001
313.01/165.62	c cleaning 0 clauses out of 11000 with flag 0/11000
313.96/166.27	c cleaning 10001 clauses out of 20026 with flag 755002/755002
314.52/166.65	c And the winner is Resolution
314.92/167.88	c Got one! Elapsed wall clock time (in seconds):167.677
314.92/167.88	o 3
317.32/169.18	c cleaning 9993 clauses out of 20027 with flag 765004/765004
321.20/171.28	c cleaning 9995 clauses out of 20031 with flag 775001/775001
325.92/173.71	c cleaning 9997 clauses out of 20037 with flag 785002/785002
330.05/175.92	c cleaning 9994 clauses out of 20038 with flag 795000/795000
333.56/177.81	c cleaning 10019 clauses out of 20044 with flag 805000/805000
338.01/180.28	c cleaning 10011 clauses out of 20025 with flag 815000/815000
342.55/182.66	c cleaning 10008 clauses out of 20015 with flag 825001/825001
347.05/185.05	c cleaning 9995 clauses out of 20005 with flag 835000/835000
350.37/186.89	c cleaning 10000 clauses out of 20010 with flag 845000/845000
354.81/189.22	c cleaning 10002 clauses out of 20011 with flag 855001/855001
359.48/191.73	c cleaning 9999 clauses out of 20007 with flag 865000/865000
363.98/194.18	c cleaning 10002 clauses out of 20008 with flag 875000/875000
368.88/196.71	c cleaning 9998 clauses out of 20007 with flag 885001/885001
373.49/199.25	c cleaning 10001 clauses out of 20006 with flag 895000/895000
374.42/199.89	c And the winner is Resolution
376.60/202.28	c starts		: 175
376.60/202.28	c conflicts		: 897115
376.60/202.28	c decisions		: 931287
376.60/202.28	c propagations		: 18278461
376.60/202.28	c inspects		: 489311859
376.60/202.28	c learnt literals	: 20
376.60/202.28	c learnt binary clauses	: 89
376.60/202.28	c learnt ternary clauses	: 270
376.60/202.28	c learnt clauses	: 897094
376.60/202.28	c ignored clauses	: 0
376.60/202.28	c root simplifications	: 0
376.60/202.28	c removed literals (reason simplification)	: 28270081
376.60/202.28	c reason swapping (by a shorter reason)	: 0
376.60/202.28	c Calls to reduceDB	: 91
376.60/202.28	c number of reductions to clauses (during analyze)	: 0
376.60/202.28	c number of learned constraints concerned by reduction	: 0
376.60/202.28	c number of learning phase by resolution	: 0
376.60/202.28	c number of learning phase by cutting planes	: 0
376.60/202.28	c speed (assignments/second)	: 531443.3040646624
376.60/202.28	c non guided choices	8166
376.60/202.28	c learnt constraints type 
376.60/202.28	c constraints type 
376.60/202.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
376.60/202.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
376.60/202.28	c constraints type 
376.60/202.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
376.60/202.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
376.60/202.28	s OPTIMUM FOUND
376.60/202.28	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 
376.60/202.28	c objective function=3
376.60/202.28	c Total wall clock time (in seconds): 202.074

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-2661753-1276648658/watcher-2661753-1276648658 -o /tmp/evaluation-result-2661753-1276648658/solver-2661753-1276648658 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661753-1276648658.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.24 1.07 1.06 3/106 6010
/proc/meminfo: memFree=1803688/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=13164 CPUtime=0
/proc/6010/stat : 6010 (java) R 6008 6010 5107 0 -1 4194304 817 0 0 0 0 0 0 0 19 0 1 0 40469708 13479936 366 1992294400 134512640 134550932 4288984592 18446744073709551615 3847813 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6010/statm: 3291 372 144 10 0 1121 0

[startup+0.032441 s]
/proc/loadavg: 1.24 1.07 1.06 3/106 6010
/proc/meminfo: memFree=1803688/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1520328 CPUtime=0.02
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 3304 0 1 0 1 1 0 0 19 0 4 0 40469708 1556815872 2747 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 380082 2747 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100446 s]
/proc/loadavg: 1.24 1.07 1.06 3/106 6010
/proc/meminfo: memFree=1803688/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1524180 CPUtime=0.09
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 3998 0 1 0 6 3 0 0 19 0 12 0 40469708 1560760320 3437 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 381045 3437 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300406 s]
/proc/loadavg: 1.24 1.07 1.06 3/106 6010
/proc/meminfo: memFree=1803688/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1525660 CPUtime=0.37
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 5376 0 1 0 33 4 0 0 19 0 12 0 40469708 1562275840 4812 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 381415 4813 1357 10 0 378718 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525660

[startup+0.700397 s]
/proc/loadavg: 1.24 1.07 1.06 3/106 6010
/proc/meminfo: memFree=1803688/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1530920 CPUtime=1.16
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 7061 0 1 0 111 5 0 0 19 0 16 0 40469708 1567662080 6463 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 382730 6463 1401 10 0 380033 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1530920

[startup+1.50138 s]
/proc/loadavg: 1.24 1.07 1.06 5/122 6026
/proc/meminfo: memFree=1778948/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1535120 CPUtime=2.75
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 10431 0 1 0 268 7 0 0 19 0 16 0 40469708 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 383780 9150 1422 10 0 381083 0
[pid=6010/tid=6012] ppid=6008 vsize=1535120 CPUtime=0.45
/proc/6010/task/6012/stat : 6012 (java) S 6008 6010 5107 0 -1 4202560 4259 0 1 0 42 3 0 0 18 0 16 0 40469709 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 40469711 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 40469711 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40469712 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 40469713 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 40469713 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40469717 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1535120 CPUtime=0.45
/proc/6010/task/6019/stat : 6019 (java) R 6008 6010 5107 0 -1 4202560 1562 0 0 0 45 0 0 0 25 0 16 0 40469717 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1535120 CPUtime=0.4
/proc/6010/task/6020/stat : 6020 (java) R 6008 6010 5107 0 -1 4202560 1502 0 0 0 40 0 0 0 25 0 16 0 40469717 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 106115072 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40469717 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40469717 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6023] ppid=6008 vsize=1535120 CPUtime=0.75
/proc/6010/task/6023/stat : 6023 (java) R 6008 6010 5107 0 -1 4202560 472 0 0 0 75 0 0 0 20 0 16 0 40469756 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4109463518 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6010/tid=6024] ppid=6008 vsize=1535120 CPUtime=0.64
/proc/6010/task/6024/stat : 6024 (java) R 6008 6010 5107 0 -1 4202560 1563 0 0 0 64 0 0 0 22 0 16 0 40469756 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4109456452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40469757 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1535120 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40469769 1571962880 9150 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1535120

[startup+3.10135 s]
/proc/loadavg: 1.24 1.07 1.06 6/122 6026
/proc/meminfo: memFree=1758116/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543692 CPUtime=5.92
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 25679 0 1 0 574 18 0 0 19 0 16 0 40469708 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385923 21173 1426 10 0 383226 0
[pid=6010/tid=6012] ppid=6008 vsize=1543692 CPUtime=0.45
/proc/6010/task/6012/stat : 6012 (java) S 6008 6010 5107 0 -1 4202560 4259 0 1 0 42 3 0 0 18 0 16 0 40469709 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 40469711 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 40469711 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543692 CPUtime=0.04
/proc/6010/task/6015/stat : 6015 (java) D 6008 6010 5107 0 -1 4202560 1 0 0 0 1 3 0 0 18 0 16 0 40469712 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 40469713 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 40469713 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40469717 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543692 CPUtime=1.17
/proc/6010/task/6019/stat : 6019 (java) D 6008 6010 5107 0 -1 4202560 2141 0 0 0 117 0 0 0 25 0 16 0 40469717 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 103169569 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543692 CPUtime=1.6
/proc/6010/task/6020/stat : 6020 (java) R 6008 6010 5107 0 -1 4202560 6471 0 0 0 158 2 0 0 19 0 16 0 40469717 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 106257871 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40469717 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40469717 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6023] ppid=6008 vsize=1543692 CPUtime=1.15
/proc/6010/task/6023/stat : 6023 (java) R 6008 6010 5107 0 -1 4202560 2729 0 0 0 114 1 0 0 21 0 16 0 40469756 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4109888690 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6010/tid=6024] ppid=6008 vsize=1543692 CPUtime=1.45
/proc/6010/task/6024/stat : 6024 (java) D 6008 6010 5107 0 -1 4202560 9006 0 0 0 140 5 0 0 25 0 16 0 40469756 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 104271591 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40469757 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543692 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40469769 1580740608 21173 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1543692

[startup+6.30127 s]
/proc/loadavg: 1.38 1.11 1.07 4/122 6026
/proc/meminfo: memFree=1649492/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543492 CPUtime=12.21
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 46483 0 1 0 1190 31 0 0 19 0 16 0 40469708 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385873 40061 1448 10 0 383176 0
[pid=6010/tid=6012] ppid=6008 vsize=1543492 CPUtime=0.45
/proc/6010/task/6012/stat : 6012 (java) S 6008 6010 5107 0 -1 4202560 4259 0 1 0 42 3 0 0 18 0 16 0 40469709 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543492 CPUtime=0.04
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 1475 0 0 0 4 0 0 0 15 0 16 0 40469711 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=0.02
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 166 0 0 0 2 0 0 0 16 0 16 0 40469711 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=0.15
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 1349 0 0 0 9 6 0 0 15 0 16 0 40469712 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40469713 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 40469713 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40469717 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.26
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 225 1 0 0 17 0 16 0 40469717 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=2.04
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 7371 0 0 0 201 3 0 0 15 0 16 0 40469717 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40469717 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40469717 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6023] ppid=6008 vsize=1543492 CPUtime=3.73
/proc/6010/task/6023/stat : 6023 (java) R 6008 6010 5107 0 -1 4202560 5857 0 0 0 370 3 0 0 18 0 16 0 40469756 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4109916671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6010/tid=6024] ppid=6008 vsize=1543492 CPUtime=3.43
/proc/6010/task/6024/stat : 6024 (java) R 6008 6010 5107 0 -1 4202560 21756 0 0 0 332 11 0 0 25 0 16 0 40469756 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4109905012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40469757 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40469769 1580535808 40061 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 1543492

[startup+12.7011 s]
/proc/loadavg: 1.43 1.12 1.07 3/122 6026
/proc/meminfo: memFree=1607952/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543492 CPUtime=24.65
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 56534 0 1 0 2430 35 0 0 19 0 16 0 40469708 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385873 49971 1448 10 0 383176 0
[pid=6010/tid=6012] ppid=6008 vsize=1543492 CPUtime=0.45
/proc/6010/task/6012/stat : 6012 (java) S 6008 6010 5107 0 -1 4202560 4260 0 1 0 42 3 0 0 15 0 16 0 40469709 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543492 CPUtime=0.16
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 3480 0 0 0 15 1 0 0 15 0 16 0 40469711 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=0.13
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 1820 0 0 0 12 1 0 0 16 0 16 0 40469711 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=0.39
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 2843 0 0 0 33 6 0 0 15 0 16 0 40469712 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40469713 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 40469713 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40469717 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.27
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 226 1 0 0 15 0 16 0 40469717 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=2.11
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 7375 0 0 0 208 3 0 0 16 0 16 0 40469717 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40469717 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40469717 1580535808 49971 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0

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

[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=2.96
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 9459 0 0 0 280 16 0 0 15 0 16 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=16.37
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 4932 0 0 0 1617 20 0 0 15 0 16 0 40469712 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.34
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 233 1 0 0 16 0 16 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=3.59
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 8773 0 0 0 356 3 0 0 15 0 16 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40469757 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40469769 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6039] ppid=6008 vsize=1543492 CPUtime=26.21
/proc/6010/task/6039/stat : 6039 (java) R 6008 6010 5107 0 -1 4202560 25 0 0 0 2621 0 0 0 17 0 16 0 40486497 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4109891504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6040] ppid=6008 vsize=1543492 CPUtime=25.98
/proc/6010/task/6040/stat : 6040 (java) R 6008 6010 5107 0 -1 4202560 11 0 0 0 2598 0 0 0 17 0 16 0 40486497 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4109901309 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 371.71
Current children cumulated vsize (KiB) 1543492

[startup+199.901 s]
/proc/loadavg: 2.45 1.66 1.28 4/122 6040
/proc/meminfo: memFree=1537892/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543492 CPUtime=374.6
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 76830 0 1 0 37377 83 0 0 19 0 15 0 40469708 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385873 67307 1449 10 0 383176 0
[pid=6010/tid=6012] ppid=6008 vsize=1543492 CPUtime=0.46
/proc/6010/task/6012/stat : 6012 (java) S 6008 6010 5107 0 -1 4202560 4270 0 1 0 43 3 0 0 15 0 15 0 40469709 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543492 CPUtime=3.04
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 12398 0 0 0 292 12 0 0 15 0 15 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=2.98
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 9459 0 0 0 282 16 0 0 16 0 15 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=16.65
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 4932 0 0 0 1645 20 0 0 16 0 15 0 40469712 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 15 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.34
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 233 1 0 0 16 0 15 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=3.59
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 8773 0 0 0 356 3 0 0 15 0 15 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 15 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 40469757 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 40469769 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
[pid=6010/tid=6040] ppid=6008 vsize=1543492 CPUtime=27.26
/proc/6010/task/6040/stat : 6040 (java) R 6008 6010 5107 0 -1 4202560 13 0 0 0 2726 0 0 0 16 0 15 0 40486497 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4109888897 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 374.6
Current children cumulated vsize (KiB) 1543492

[startup+201.502 s]
/proc/loadavg: 2.45 1.66 1.28 2/120 6040
/proc/meminfo: memFree=1537908/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543492 CPUtime=375.9
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 76830 0 1 0 37507 83 0 0 19 0 14 0 40469708 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385873 67307 1449 10 0 383176 0
[pid=6010/tid=6012] ppid=6008 vsize=1543492 CPUtime=1.41
/proc/6010/task/6012/stat : 6012 (java) R 6008 6010 5107 0 -1 4202560 4270 0 1 0 138 3 0 0 16 0 14 0 40469709 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4109625043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543492 CPUtime=3.04
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 12398 0 0 0 292 12 0 0 15 0 14 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=2.98
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 9459 0 0 0 282 16 0 0 16 0 14 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=16.65
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 4932 0 0 0 1645 20 0 0 15 0 14 0 40469712 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.37
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 236 1 0 0 15 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=3.59
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 8773 0 0 0 356 3 0 0 15 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40469757 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40469769 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 375.9
Current children cumulated vsize (KiB) 1543492

[startup+201.902 s]
/proc/loadavg: 2.45 1.66 1.28 2/120 6040
/proc/meminfo: memFree=1537908/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543492 CPUtime=376.3
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 76830 0 1 0 37547 83 0 0 19 0 14 0 40469708 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385873 67307 1449 10 0 383176 0
[pid=6010/tid=6012] ppid=6008 vsize=1543492 CPUtime=1.81
/proc/6010/task/6012/stat : 6012 (java) R 6008 6010 5107 0 -1 4202560 4270 0 1 0 178 3 0 0 17 0 14 0 40469709 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4109625043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543492 CPUtime=3.04
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 12398 0 0 0 292 12 0 0 15 0 14 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=2.98
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 9459 0 0 0 282 16 0 0 16 0 14 0 40469711 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=16.65
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 4932 0 0 0 1645 20 0 0 16 0 14 0 40469712 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 40469713 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.37
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 236 1 0 0 15 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=3.59
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 8773 0 0 0 356 3 0 0 15 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 40469717 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40469757 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40469769 1580535808 67307 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 376.3
Current children cumulated vsize (KiB) 1543492

[startup+202.302 s]
/proc/loadavg: 2.45 1.66 1.28 1/120 6041
/proc/meminfo: memFree=1537908/2059040 swapFree=4140408/4192956
[pid=6010] ppid=6008 vsize=1543492 CPUtime=376.69
/proc/6010/stat : 6010 (java) S 6008 6010 5107 0 -1 4202496 76836 0 1 0 37586 83 0 0 19 0 14 0 40469708 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6010/statm: 385873 67312 1449 10 0 383176 0
[pid=6010/tid=6012] ppid=6008 vsize=1543492 CPUtime=2.19
/proc/6010/task/6012/stat : 6012 (java) S 6008 6010 5107 0 -1 4202560 4276 0 1 0 216 3 0 0 15 0 14 0 40469709 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6013] ppid=6008 vsize=1543492 CPUtime=3.04
/proc/6010/task/6013/stat : 6013 (java) S 6008 6010 5107 0 -1 4202560 12398 0 0 0 292 12 0 0 15 0 14 0 40469711 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6014] ppid=6008 vsize=1543492 CPUtime=2.98
/proc/6010/task/6014/stat : 6014 (java) S 6008 6010 5107 0 -1 4202560 9459 0 0 0 282 16 0 0 16 0 14 0 40469711 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6015] ppid=6008 vsize=1543492 CPUtime=16.65
/proc/6010/task/6015/stat : 6015 (java) S 6008 6010 5107 0 -1 4202560 4932 0 0 0 1645 20 0 0 16 0 14 0 40469712 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 0 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6016] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6016/stat : 6016 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 40469713 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6017] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6017/stat : 6017 (java) S 6008 6010 5107 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 40469713 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6018] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6018/stat : 6018 (java) S 6008 6010 5107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40469717 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6019] ppid=6008 vsize=1543492 CPUtime=2.37
/proc/6010/task/6019/stat : 6019 (java) S 6008 6010 5107 0 -1 4202560 3179 0 0 0 236 1 0 0 15 0 14 0 40469717 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6020] ppid=6008 vsize=1543492 CPUtime=3.59
/proc/6010/task/6020/stat : 6020 (java) S 6008 6010 5107 0 -1 4202560 8773 0 0 0 356 3 0 0 15 0 14 0 40469717 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6021] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6021/stat : 6021 (java) S 6008 6010 5107 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 40469717 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6022] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6022/stat : 6022 (java) S 6008 6010 5107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 40469717 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6025] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6025/stat : 6025 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40469757 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 0 0 0 0
[pid=6010/tid=6026] ppid=6008 vsize=1543492 CPUtime=0
/proc/6010/task/6026/stat : 6026 (java) S 6008 6010 5107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40469769 1580535808 67312 1992294400 134512640 134550932 4288984592 18446744073709551615 4294960144 0 4 0 16800975 18446604437828575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 376.69
Current children cumulated vsize (KiB) 1543492

Child status: 30
Real time (s): 202.348
CPU time (s): 376.732
CPU user time (s): 375.863
CPU system time (s): 0.868867
CPU usage (%): 186.18
Max. virtual memory (cumulated for all children) (KiB): 1545540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 375.863
system time used= 0.868867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76836
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= 7338
involuntary context switches= 11156

runsolver used 1.3108 second user time and 1.9507 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-16 02:37:38
IDJOB=2661753
IDBENCH=48008
IDSOLVER=1166
FILE ID=node004/2661753-1276648658
PBS_JOBID= 11172440
Free space on /tmp= 62564 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=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661753-1276648658/watcher-2661753-1276648658 -o /tmp/evaluation-result-2661753-1276648658/solver-2661753-1276648658 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661753-1276648658.opb

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

MD5SUM BENCH= cdc1e49bcf2e6b6913c93a683c821b72
RANDOM SEED=1245374509

node004.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.210
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.42
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.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1803960 kB
Buffers:         59468 kB
Cached:         103376 kB
SwapCached:       6480 kB
Active:          90016 kB
Inactive:        86908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803960 kB
SwapTotal:     4192956 kB
SwapFree:      4140408 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       12352 kB
Mapped:          13144 kB
Slab:            56316 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181500 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= 62564 MiB
End job on node004 at 2010-06-16 02:41:01