Trace number 2661762

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 267.523 141.851

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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 benchmark20.7478
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 variables168
Total number of constraints15
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 constraints15
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)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661762-1276649050.opb
0.24/0.22	c reading problem ... 
0.57/0.43	c ... done. Wall clock time 0.221s.
0.57/0.43	c #vars     616
0.57/0.43	c #constraints  918
0.57/0.43	c constraints type 
0.57/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.57/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.57/0.43	c constraints type 
0.57/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.57/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
8.71/4.57	c cleaning 2493 clauses out of 5000 with flag 5000/5000
11.06/5.71	c cleaning 4254 clauses out of 8508 with flag 11001/11001
13.98/7.20	c cleaning 5618 clauses out of 11254 with flag 18001/18001
18.30/9.42	c cleaning 6818 clauses out of 13635 with flag 26000/26000
22.40/11.59	c cleaning 7906 clauses out of 15818 with flag 35001/35001
27.10/13.96	c cleaning 8951 clauses out of 17912 with flag 45001/45001
32.38/16.60	c cleaning 9476 clauses out of 18961 with flag 55001/55001
37.06/19.03	c cleaning 9739 clauses out of 19484 with flag 65000/65000
43.29/22.20	c cleaning 9871 clauses out of 19745 with flag 75000/75000
48.96/25.17	c cleaning 9935 clauses out of 19875 with flag 85001/85001
53.05/27.28	c cleaning 9969 clauses out of 19940 with flag 95001/95001
57.53/29.55	c cleaning 9979 clauses out of 19970 with flag 105000/105000
61.38/31.53	c cleaning 9992 clauses out of 19991 with flag 115000/115000
67.63/34.70	c cleaning 9998 clauses out of 19999 with flag 125000/125000
72.51/37.23	c cleaning 9991 clauses out of 20001 with flag 135000/135000
75.20/38.63	c cleaning 9990 clauses out of 20012 with flag 145002/145002
77.86/40.04	c cleaning 10004 clauses out of 20021 with flag 155001/155001
82.12/42.24	c cleaning 9995 clauses out of 20017 with flag 165001/165001
85.99/44.23	c cleaning 10007 clauses out of 20022 with flag 175001/175001
90.05/46.39	c cleaning 10003 clauses out of 20015 with flag 185001/185001
94.47/48.63	c cleaning 10001 clauses out of 20010 with flag 195000/195000
98.92/50.96	c cleaning 9997 clauses out of 20009 with flag 205000/205000
100.60/51.80	c cleaning 0 clauses out of 5000 with flag 0/5000
101.67/52.45	c cleaning 10001 clauses out of 20012 with flag 215000/215000
106.28/54.83	c cleaning 9997 clauses out of 20012 with flag 225001/225001
110.33/56.98	c cleaning 10006 clauses out of 20017 with flag 235003/235003
113.78/58.70	c cleaning 9994 clauses out of 20008 with flag 245000/245000
116.84/60.34	c cleaning 9994 clauses out of 20014 with flag 255000/255000
118.08/61.08	c And the winner is Resolution
118.35/61.62	c SATISFIABLE
118.35/61.62	c OPTIMIZING...
118.35/61.62	c Got one! Elapsed wall clock time (in seconds):61.413
118.35/61.62	o 67
120.10/62.52	c cleaning 10002 clauses out of 20021 with flag 265001/265001
123.35/64.26	c cleaning 9992 clauses out of 20019 with flag 275001/275001
126.81/66.10	c cleaning 9997 clauses out of 20026 with flag 285000/285000
130.46/67.95	c cleaning 10011 clauses out of 20028 with flag 295000/295000
134.63/70.12	c cleaning 10001 clauses out of 20018 with flag 305001/305001
138.47/72.13	c cleaning 10000 clauses out of 20017 with flag 315001/315001
143.30/74.66	c cleaning 9998 clauses out of 20016 with flag 325000/325000
147.14/76.65	c cleaning 9995 clauses out of 20018 with flag 335000/335000
148.16/77.30	c And the winner is Resolution
148.44/77.84	c Got one! Elapsed wall clock time (in seconds):77.63
148.44/77.84	o 5
150.34/78.85	c cleaning 9997 clauses out of 20024 with flag 345001/345001
153.77/80.62	c cleaning 10002 clauses out of 20027 with flag 355001/355001
157.19/82.44	c cleaning 10008 clauses out of 20024 with flag 365000/365000
161.60/84.71	c cleaning 9999 clauses out of 20016 with flag 375000/375000
165.94/87.09	c cleaning 10006 clauses out of 20017 with flag 385000/385000
167.17/87.70	c And the winner is Resolution
167.28/87.93	c Got one! Elapsed wall clock time (in seconds):87.723
167.28/87.93	o 3
169.41/89.01	c cleaning 9994 clauses out of 20011 with flag 395000/395000
174.00/91.46	c cleaning 10000 clauses out of 20019 with flag 405002/405002
178.20/93.68	c cleaning 9998 clauses out of 20017 with flag 415000/415000
182.14/95.77	c cleaning 10001 clauses out of 20019 with flag 425000/425000
185.14/97.40	c cleaning 10007 clauses out of 20019 with flag 435001/435001
188.91/99.37	c cleaning 10000 clauses out of 20010 with flag 445000/445000
193.28/101.67	c cleaning 10003 clauses out of 20009 with flag 455000/455000
197.00/103.61	c cleaning 9998 clauses out of 20007 with flag 465001/465001
201.17/105.81	c cleaning 9997 clauses out of 20008 with flag 475001/475001
205.35/108.05	c cleaning 10000 clauses out of 20012 with flag 485002/485002
209.31/110.14	c cleaning 10000 clauses out of 20010 with flag 495000/495000
213.24/112.29	c cleaning 9999 clauses out of 20012 with flag 505002/505002
217.40/114.47	c cleaning 10000 clauses out of 20012 with flag 515001/515001
221.75/116.74	c cleaning 10002 clauses out of 20012 with flag 525001/525001
225.32/118.69	c cleaning 10001 clauses out of 20009 with flag 535000/535000
229.65/120.99	c cleaning 10000 clauses out of 20009 with flag 545001/545001
234.01/123.24	c cleaning 10002 clauses out of 20010 with flag 555002/555002
238.37/125.53	c cleaning 10000 clauses out of 20008 with flag 565002/565002
243.12/128.04	c cleaning 9998 clauses out of 20005 with flag 575000/575000
247.84/130.58	c cleaning 10000 clauses out of 20008 with flag 585001/585001
252.40/132.92	c cleaning 10001 clauses out of 20007 with flag 595000/595000
257.14/135.43	c cleaning 9998 clauses out of 20007 with flag 605001/605001
261.70/137.82	c cleaning 10005 clauses out of 20009 with flag 615001/615001
265.60/140.00	c And the winner is Resolution
267.49/141.80	c starts		: 156
267.49/141.80	c conflicts		: 624974
267.49/141.80	c decisions		: 646098
267.49/141.80	c propagations		: 12284439
267.49/141.80	c inspects		: 376397980
267.49/141.80	c learnt literals	: 16
267.49/141.80	c learnt binary clauses	: 60
267.49/141.80	c learnt ternary clauses	: 188
267.49/141.80	c learnt clauses	: 624957
267.49/141.80	c ignored clauses	: 0
267.49/141.80	c root simplifications	: 0
267.49/141.80	c removed literals (reason simplification)	: 20061276
267.49/141.80	c reason swapping (by a shorter reason)	: 0
267.49/141.80	c Calls to reduceDB	: 63
267.49/141.80	c number of reductions to clauses (during analyze)	: 0
267.49/141.80	c number of learned constraints concerned by reduction	: 0
267.49/141.80	c number of learning phase by resolution	: 0
267.49/141.80	c number of learning phase by cutting planes	: 0
267.49/141.80	c speed (assignments/second)	: 228042.82611520542
267.49/141.80	c non guided choices	4028
267.49/141.80	c learnt constraints type 
267.49/141.80	c constraints type 
267.49/141.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
267.49/141.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
267.49/141.80	c constraints type 
267.49/141.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
267.49/141.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
267.49/141.80	s OPTIMUM FOUND
267.49/141.80	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 
267.49/141.80	c objective function=3
267.49/141.80	c Total wall clock time (in seconds): 141.594

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-2661762-1276649050/watcher-2661762-1276649050 -o /tmp/evaluation-result-2661762-1276649050/solver-2661762-1276649050 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661762-1276649050.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.55 1.14 1.04 3/106 12264
/proc/meminfo: memFree=1845272/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=248 CPUtime=0
/proc/12264/stat : 12264 (java) R 12262 12264 12069 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 6196568 253952 28 1992294400 134512640 134550932 4294184192 18446744073709551615 1257950 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12264/statm: 62 28 21 10 0 23 0

[startup+0.0846631 s]
/proc/loadavg: 1.55 1.14 1.04 3/106 12264
/proc/meminfo: memFree=1845272/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1522820 CPUtime=0.07
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 3844 0 1 0 5 2 0 0 18 0 7 0 6196568 1559367680 3285 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 380705 3285 1045 10 0 378015 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522820

[startup+0.101663 s]
/proc/loadavg: 1.55 1.14 1.04 3/106 12264
/proc/meminfo: memFree=1845272/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1525204 CPUtime=0.09
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 3995 0 1 0 7 2 0 0 18 0 12 0 6196568 1561808896 3434 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 381301 3434 1077 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525204

[startup+0.300182 s]
/proc/loadavg: 1.55 1.14 1.04 3/106 12264
/proc/meminfo: memFree=1845272/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1525648 CPUtime=0.38
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 5376 0 1 0 35 3 0 0 18 0 12 0 6196568 1562263552 4811 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 381412 4811 1356 10 0 378715 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525648

[startup+0.70017 s]
/proc/loadavg: 1.55 1.14 1.04 3/106 12264
/proc/meminfo: memFree=1845272/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1532332 CPUtime=1.17
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 7372 0 1 0 114 3 0 0 18 0 15 0 6196568 1569107968 6588 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 383083 6588 1411 10 0 380386 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1532332

[startup+1.50115 s]
/proc/loadavg: 1.55 1.14 1.04 7/121 12279
/proc/meminfo: memFree=1821964/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1531632 CPUtime=2.76
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 11053 0 1 0 272 4 0 0 18 0 16 0 6196568 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 382908 8804 1422 10 0 380211 0
[pid=12264/tid=12266] ppid=12262 vsize=1531632 CPUtime=0.41
/proc/12264/task/12266/stat : 12266 (java) S 12262 12264 12069 0 -1 4202560 4127 0 1 0 39 2 0 0 18 0 16 0 6196570 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 16 0 6196571 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 6196571 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6196573 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6196573 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6196573 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6196578 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1531632 CPUtime=0.61
/proc/12264/task/12273/stat : 12273 (java) R 12262 12264 12069 0 -1 4202560 881 0 0 0 61 0 0 0 25 0 16 0 6196578 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 106262483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1531632 CPUtime=0.6
/proc/12264/task/12274/stat : 12274 (java) R 12262 12264 12069 0 -1 4202560 2571 0 0 0 60 0 0 0 25 0 16 0 6196578 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 106253734 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6196578 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6196578 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12277] ppid=12262 vsize=1531632 CPUtime=1.05
/proc/12264/task/12277/stat : 12277 (java) R 12262 12264 12069 0 -1 4202560 2218 0 0 0 105 0 0 0 19 0 16 0 6196612 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 106548832 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12264/tid=12278] ppid=12262 vsize=1531632 CPUtime=0.04
/proc/12264/task/12278/stat : 12278 (java) R 12262 12264 12069 0 -1 4202560 185 0 0 0 4 0 0 0 21 0 16 0 6196612 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4108555336 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1531632 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6196613 1568391168 8804 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1531632

[startup+3.1011 s]
/proc/loadavg: 1.55 1.14 1.04 5/122 12280
/proc/meminfo: memFree=1796660/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550376 CPUtime=5.93
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 32457 0 1 0 579 14 0 0 18 0 16 0 6196568 1587585024 27694 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387594 27694 1426 10 0 384897 0
[pid=12264/tid=12266] ppid=12262 vsize=1550376 CPUtime=0.41
/proc/12264/task/12266/stat : 12266 (java) S 12262 12264 12069 0 -1 4202560 4127 0 1 0 39 2 0 0 18 0 16 0 6196570 1587585024 27694 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 16 0 6196571 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 6196571 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6196573 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6196573 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6196573 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6196578 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550376 CPUtime=1.48
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 4029 0 0 0 147 1 0 0 16 0 16 0 6196578 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550376 CPUtime=1.16
/proc/12264/task/12274/stat : 12274 (java) R 12262 12264 12069 0 -1 4202560 5814 0 0 0 115 1 0 0 25 0 16 0 6196578 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6196578 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6196578 1587585024 27695 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12277] ppid=12262 vsize=1550376 CPUtime=1.77
/proc/12264/task/12277/stat : 12277 (java) R 12262 12264 12069 0 -1 4202560 5832 0 0 0 174 3 0 0 20 0 16 0 6196612 1587585024 27696 1992294400 134512640 134550932 4294184192 18446744073709551615 4109019909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12264/tid=12278] ppid=12262 vsize=1550376 CPUtime=1.05
/proc/12264/task/12278/stat : 12278 (java) R 12262 12264 12069 0 -1 4202560 11586 0 0 0 101 4 0 0 24 0 16 0 6196612 1587585024 27696 1992294400 134512640 134550932 4294184192 18446744073709551615 4109125016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6196613 1587585024 27696 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550376 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6196701 1587585024 27696 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1550376

[startup+6.30121 s]
/proc/loadavg: 1.66 1.17 1.05 3/122 12280
/proc/meminfo: memFree=1684812/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550064 CPUtime=12.2
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 49395 0 1 0 1198 22 0 0 18 0 16 0 6196568 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387516 41808 1448 10 0 384819 0
[pid=12264/tid=12266] ppid=12262 vsize=1550064 CPUtime=0.41
/proc/12264/task/12266/stat : 12266 (java) S 12262 12264 12069 0 -1 4202560 4128 0 1 0 39 2 0 0 15 0 16 0 6196570 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550064 CPUtime=0.03
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 727 0 0 0 3 0 0 0 16 0 16 0 6196571 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=0.04
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 776 0 0 0 4 0 0 0 15 0 16 0 6196571 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=0.09
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 1315 0 0 0 8 1 0 0 15 0 16 0 6196573 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6196573 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6196573 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6196578 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=2.83
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 5963 0 0 0 281 2 0 0 15 0 16 0 6196578 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.76
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 174 2 0 0 15 0 16 0 6196578 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6196578 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6196578 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12277] ppid=12262 vsize=1550064 CPUtime=3.68
/proc/12264/task/12277/stat : 12277 (java) R 12262 12264 12069 0 -1 4202560 6151 0 0 0 365 3 0 0 25 0 16 0 6196612 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4109201663 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12278] ppid=12262 vsize=1550064 CPUtime=3.3
/proc/12264/task/12278/stat : 12278 (java) R 12262 12264 12069 0 -1 4202560 21826 0 0 0 321 9 0 0 25 0 16 0 6196612 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4109566989 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6196613 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6196701 1587265536 41808 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 1550064

[startup+12.7018 s]
/proc/loadavg: 1.77 1.20 1.06 3/122 12280
/proc/meminfo: memFree=1645132/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550064 CPUtime=24.72
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 58830 0 1 0 2446 26 0 0 18 0 16 0 6196568 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387516 51128 1448 10 0 384819 0
[pid=12264/tid=12266] ppid=12262 vsize=1550064 CPUtime=0.41
/proc/12264/task/12266/stat : 12266 (java) S 12262 12264 12069 0 -1 4202560 4128 0 1 0 39 2 0 0 15 0 16 0 6196570 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550064 CPUtime=0.12
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 1978 0 0 0 12 0 0 0 15 0 16 0 6196571 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=0.14
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 2040 0 0 0 13 1 0 0 16 0 16 0 6196571 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=0.25
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 2055 0 0 0 24 1 0 0 15 0 16 0 6196573 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6196573 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6196573 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6196578 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=3.53
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 6001 0 0 0 351 2 0 0 15 0 16 0 6196578 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.79
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 177 2 0 0 15 0 16 0 6196578 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6196578 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6196578 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12277] ppid=12262 vsize=1550064 CPUtime=9.06
/proc/12264/task/12277/stat : 12277 (java) R 12262 12264 12069 0 -1 4202560 6719 0 0 0 903 3 0 0 25 0 16 0 6196612 1587265536 51128 1992294400 134512640 134550932 4294184192 18446744073709551615 4109168280 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 8314 0 0 0 184 10 0 0 15 0 16 0 6196571 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=1.95
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 8751 0 0 0 186 9 0 0 16 0 16 0 6196571 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=9.49
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 3495 0 0 0 936 13 0 0 16 0 16 0 6196573 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6196573 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6196573 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6196578 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=4.46
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 6001 0 0 0 444 2 0 0 15 0 16 0 6196578 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.8
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 178 2 0 0 16 0 16 0 6196578 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6196578 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 6196578 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6196613 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6196701 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12287] ppid=12262 vsize=1550064 CPUtime=45.04
/proc/12264/task/12287/stat : 12287 (java) R 12262 12264 12069 0 -1 4202560 29 0 0 0 4504 0 0 0 19 0 16 0 6205362 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4109168460 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12264/tid=12288] ppid=12262 vsize=1550064 CPUtime=45.32
/proc/12264/task/12288/stat : 12288 (java) R 12262 12264 12069 0 -1 4202560 24 0 0 0 4531 1 0 0 25 0 16 0 6205362 1587265536 64528 1992294400 134512640 134550932 4294184192 18446744073709551615 4108958167 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 264.01
Current children cumulated vsize (KiB) 1550064

[startup+140.702 s]
/proc/loadavg: 2.05 1.48 1.18 2/120 12290
/proc/meminfo: memFree=1590960/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550064 CPUtime=266.39
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 73493 0 1 0 26576 63 0 0 18 0 14 0 6196568 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387516 64529 1449 10 0 384819 0
[pid=12264/tid=12266] ppid=12262 vsize=1550064 CPUtime=0.78
/proc/12264/task/12266/stat : 12266 (java) R 12262 12264 12069 0 -1 4202560 4136 0 1 0 76 2 0 0 16 0 14 0 6196570 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4108748499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550064 CPUtime=1.97
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 8314 0 0 0 187 10 0 0 16 0 14 0 6196571 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=1.99
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 8751 0 0 0 189 10 0 0 16 0 14 0 6196571 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=9.49
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 3495 0 0 0 936 13 0 0 15 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=4.49
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 6001 0 0 0 447 2 0 0 15 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.8
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 178 2 0 0 16 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6196613 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6196701 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 266.39
Current children cumulated vsize (KiB) 1550064

[startup+141.502 s]
/proc/loadavg: 2.05 1.48 1.18 2/120 12290
/proc/meminfo: memFree=1590960/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550064 CPUtime=267.19
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 73493 0 1 0 26656 63 0 0 18 0 14 0 6196568 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387516 64529 1449 10 0 384819 0
[pid=12264/tid=12266] ppid=12262 vsize=1550064 CPUtime=1.57
/proc/12264/task/12266/stat : 12266 (java) R 12262 12264 12069 0 -1 4202560 4136 0 1 0 155 2 0 0 17 0 14 0 6196570 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4108748518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550064 CPUtime=1.97
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 8314 0 0 0 187 10 0 0 16 0 14 0 6196571 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=1.99
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 8751 0 0 0 189 10 0 0 16 0 14 0 6196571 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=9.49
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 3495 0 0 0 936 13 0 0 16 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=4.49
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 6001 0 0 0 447 2 0 0 15 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.8
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 178 2 0 0 16 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6196613 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6196701 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 267.19
Current children cumulated vsize (KiB) 1550064

[startup+141.701 s]
/proc/loadavg: 2.05 1.48 1.18 2/120 12290
/proc/meminfo: memFree=1590960/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550064 CPUtime=267.39
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 73493 0 1 0 26676 63 0 0 18 0 14 0 6196568 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387516 64529 1449 10 0 384819 0
[pid=12264/tid=12266] ppid=12262 vsize=1550064 CPUtime=1.77
/proc/12264/task/12266/stat : 12266 (java) R 12262 12264 12069 0 -1 4202560 4136 0 1 0 175 2 0 0 17 0 14 0 6196570 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4108748472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550064 CPUtime=1.97
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 8314 0 0 0 187 10 0 0 16 0 14 0 6196571 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=1.99
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 8751 0 0 0 189 10 0 0 16 0 14 0 6196571 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=9.49
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 3495 0 0 0 936 13 0 0 16 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6196573 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=4.49
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 6001 0 0 0 447 2 0 0 15 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.8
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 178 2 0 0 16 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6196578 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6196613 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6196701 1587265536 64529 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 267.39
Current children cumulated vsize (KiB) 1550064

[startup+141.801 s]
/proc/loadavg: 2.05 1.48 1.18 2/121 12291
/proc/meminfo: memFree=1590952/2059040 swapFree=4141108/4192956
[pid=12264] ppid=12262 vsize=1550064 CPUtime=267.49
/proc/12264/stat : 12264 (java) S 12262 12264 12069 0 -1 4202496 73497 0 1 0 26686 63 0 0 18 0 15 0 6196568 1587265536 64532 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12264/statm: 387516 64532 1449 10 0 384819 0
[pid=12264/tid=12266] ppid=12262 vsize=1550064 CPUtime=1.87
/proc/12264/task/12266/stat : 12266 (java) R 12262 12264 12069 0 -1 4202560 4139 0 1 0 185 2 0 0 15 0 15 0 6196570 1587265536 64532 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12264/tid=12267] ppid=12262 vsize=1550064 CPUtime=1.97
/proc/12264/task/12267/stat : 12267 (java) S 12262 12264 12069 0 -1 4202560 8314 0 0 0 187 10 0 0 16 0 15 0 6196571 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12268] ppid=12262 vsize=1550064 CPUtime=1.99
/proc/12264/task/12268/stat : 12268 (java) S 12262 12264 12069 0 -1 4202560 8751 0 0 0 189 10 0 0 16 0 15 0 6196571 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12269] ppid=12262 vsize=1550064 CPUtime=9.49
/proc/12264/task/12269/stat : 12269 (java) S 12262 12264 12069 0 -1 4202560 3495 0 0 0 936 13 0 0 16 0 15 0 6196573 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12270] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12270/stat : 12270 (java) S 12262 12264 12069 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 6196573 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12271] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12271/stat : 12271 (java) S 12262 12264 12069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6196573 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12272] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12272/stat : 12272 (java) S 12262 12264 12069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12273] ppid=12262 vsize=1550064 CPUtime=4.49
/proc/12264/task/12273/stat : 12273 (java) S 12262 12264 12069 0 -1 4202560 6001 0 0 0 447 2 0 0 15 0 14 0 6196578 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12274] ppid=12262 vsize=1550064 CPUtime=1.8
/proc/12264/task/12274/stat : 12274 (java) S 12262 12264 12069 0 -1 4202560 7439 0 0 0 178 2 0 0 16 0 14 0 6196578 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12275] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12275/stat : 12275 (java) S 12262 12264 12069 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6196578 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12276] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12276/stat : 12276 (java) S 12262 12264 12069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6196578 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12279] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12279/stat : 12279 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6196613 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=12264/tid=12280] ppid=12262 vsize=1550064 CPUtime=0
/proc/12264/task/12280/stat : 12280 (java) S 12262 12264 12069 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6196701 1587265536 64533 1992294400 134512640 134550932 4294184192 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=12264/tid=12291] ppid=-1 vsize=0 CPUtime=0
/proc/12264/task/12291/stat : -- couldn't open stat file --Current children cumulated CPU time (s) 267.49
Current children cumulated vsize (KiB) 1550064

Child status: 30
Real time (s): 141.851
CPU time (s): 267.523
CPU user time (s): 266.865
CPU system time (s): 0.657899
CPU usage (%): 188.595
Max. virtual memory (cumulated for all children) (KiB): 1552136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.865
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73499
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= 5365
involuntary context switches= 8169

runsolver used 0.91686 second user time and 1.38279 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 02:44:10
IDJOB=2661762
IDBENCH=48017
IDSOLVER=1166
FILE ID=node050/2661762-1276649050
PBS_JOBID= 11172451
Free space on /tmp= 62572 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=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661762-1276649050/watcher-2661762-1276649050 -o /tmp/evaluation-result-2661762-1276649050/solver-2661762-1276649050 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661762-1276649050.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=359916457

node050.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.215
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.43
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.215
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:       1845544 kB
Buffers:         26840 kB
Cached:          97072 kB
SwapCached:       6672 kB
Active:          98200 kB
Inactive:        39876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1845544 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:             504 kB
Writeback:           0 kB
AnonPages:       11556 kB
Mapped:          13092 kB
Slab:            53564 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181376 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= 62572 MiB
End job on node050 at 2010-06-16 02:46:31