Trace number 2658473

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT3 111.007 109.066

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
MD5SUMafe3df18e5a0f1ba7fdc86d94afdb427
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.770882
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658473-1276650711.opb
0.08/0.20	c reading problem ... 
0.38/0.38	c ... done. Wall clock time 0.179s.
0.38/0.38	c #vars     616
0.38/0.38	c #constraints  918
0.38/0.38	c constraints type 
0.38/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.38/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
2.79/1.88	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.04/2.97	c cleaning 4250 clauses out of 8500 with flag 11001/11001
5.34/4.24	c cleaning 5625 clauses out of 11249 with flag 18000/18000
7.18/6.05	c cleaning 6807 clauses out of 13625 with flag 26001/26001
8.84/7.61	c cleaning 7902 clauses out of 15818 with flag 35001/35001
10.64/9.47	c cleaning 8952 clauses out of 17916 with flag 45001/45001
13.16/11.87	c cleaning 9478 clauses out of 18962 with flag 55000/55000
16.04/14.42	c cleaning 9737 clauses out of 19484 with flag 65000/65000
18.35/16.79	c cleaning 9874 clauses out of 19747 with flag 75000/75000
20.77/19.12	c cleaning 9936 clauses out of 19874 with flag 85001/85001
23.88/22.25	c cleaning 9966 clauses out of 19938 with flag 95001/95001
25.38/23.76	c cleaning 9980 clauses out of 19971 with flag 105000/105000
26.78/25.21	c cleaning 9991 clauses out of 19991 with flag 115000/115000
29.39/27.77	c cleaning 9998 clauses out of 20001 with flag 125001/125001
31.47/29.79	c cleaning 9998 clauses out of 20002 with flag 135001/135001
34.06/32.33	c cleaning 9996 clauses out of 20004 with flag 145001/145001
36.76/35.02	c cleaning 9999 clauses out of 20008 with flag 155001/155001
39.26/37.56	c cleaning 10000 clauses out of 20009 with flag 165001/165001
41.37/39.65	c cleaning 10001 clauses out of 20009 with flag 175001/175001
42.68/40.99	c cleaning 9998 clauses out of 20008 with flag 185001/185001
45.18/43.41	c cleaning 10000 clauses out of 20009 with flag 195000/195000
47.78/46.09	c cleaning 10005 clauses out of 20010 with flag 205001/205001
50.09/48.33	c cleaning 9998 clauses out of 20004 with flag 215000/215000
52.39/50.66	c cleaning 10000 clauses out of 20008 with flag 225002/225002
54.68/52.94	c cleaning 10000 clauses out of 20007 with flag 235002/235002
56.20/54.43	c cleaning 9994 clauses out of 20007 with flag 245002/245002
57.30/55.59	c cleaning 9994 clauses out of 20012 with flag 255001/255001
58.63/56.81	c cleaning 10007 clauses out of 20017 with flag 265000/265000
60.55/58.73	c cleaning 10000 clauses out of 20010 with flag 275000/275000
62.75/60.99	c cleaning 10001 clauses out of 20010 with flag 285000/285000
64.46/62.61	c cleaning 9984 clauses out of 20010 with flag 295001/295001
64.66/62.84	c SATISFIABLE
64.66/62.84	c OPTIMIZING...
64.66/62.84	c Got one! Elapsed wall clock time (in seconds):62.631
64.66/62.84	o 85
65.95/64.17	c cleaning 10000 clauses out of 20027 with flag 305002/305002
67.46/65.66	c cleaning 10009 clauses out of 20028 with flag 315003/315003
69.56/67.77	c cleaning 10007 clauses out of 20016 with flag 325000/325000
71.86/70.06	c cleaning 10003 clauses out of 20009 with flag 335000/335000
74.25/72.49	c cleaning 10003 clauses out of 20006 with flag 345000/345000
75.95/74.19	c cleaning 9989 clauses out of 20004 with flag 355002/355002
77.46/75.69	c cleaning 9993 clauses out of 20014 with flag 365001/365001
78.96/77.19	c cleaning 9996 clauses out of 20020 with flag 375000/375000
80.06/78.25	c Got one! Elapsed wall clock time (in seconds):78.047
80.06/78.25	o 17
80.36/78.53	c cleaning 9993 clauses out of 20024 with flag 385000/385000
81.96/80.17	c cleaning 9997 clauses out of 20032 with flag 395001/395001
83.57/81.72	c cleaning 10002 clauses out of 20035 with flag 405001/405001
85.18/83.35	c cleaning 10000 clauses out of 20032 with flag 415000/415000
86.98/85.12	c cleaning 10014 clauses out of 20032 with flag 425000/425000
89.39/87.58	c cleaning 10007 clauses out of 20019 with flag 435001/435001
91.00/89.16	c cleaning 9995 clauses out of 20011 with flag 445000/445000
93.00/91.14	c cleaning 9991 clauses out of 20016 with flag 455000/455000
93.11/91.31	c Got one! Elapsed wall clock time (in seconds):91.101
93.21/91.31	o 3
95.00/93.17	c cleaning 9999 clauses out of 20025 with flag 465000/465000
96.61/94.70	c cleaning 10011 clauses out of 20027 with flag 475001/475001
98.51/96.68	c cleaning 9999 clauses out of 20017 with flag 485003/485003
99.92/98.08	c cleaning 10000 clauses out of 20016 with flag 495001/495001
102.22/100.31	c cleaning 10004 clauses out of 20016 with flag 505001/505001
104.43/102.55	c cleaning 10000 clauses out of 20011 with flag 515000/515000
106.84/104.97	c cleaning 10003 clauses out of 20012 with flag 525001/525001
109.34/107.47	c cleaning 9999 clauses out of 20008 with flag 535001/535001
110.95/109.00	c starts		: 154
110.95/109.00	c conflicts		: 542286
110.95/109.00	c decisions		: 563199
110.95/109.00	c propagations		: 11128252
110.95/109.00	c inspects		: 326075039
110.95/109.00	c learnt literals	: 13
110.95/109.00	c learnt binary clauses	: 80
110.95/109.00	c learnt ternary clauses	: 320
110.95/109.00	c learnt clauses	: 542272
110.95/109.00	c ignored clauses	: 0
110.95/109.00	c root simplifications	: 0
110.95/109.00	c removed literals (reason simplification)	: 18936252
110.95/109.00	c reason swapping (by a shorter reason)	: 0
110.95/109.00	c Calls to reduceDB	: 55
110.95/109.00	c number of reductions to clauses (during analyze)	: 0
110.95/109.00	c number of learned constraints concerned by reduction	: 0
110.95/109.00	c number of learning phase by resolution	: 0
110.95/109.00	c number of learning phase by cutting planes	: 0
110.95/109.00	c speed (assignments/second)	: 628785.851508645
110.95/109.00	c non guided choices	3381
110.95/109.00	c learnt constraints type 
110.95/109.00	c constraints type 
110.95/109.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
110.95/109.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
110.95/109.01	s OPTIMUM FOUND
110.95/109.01	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 
110.95/109.01	c objective function=3
110.95/109.01	c Total wall clock time (in seconds): 108.805

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

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


[startup+0 s]
/proc/loadavg: 0.93 0.97 0.99 3/106 14223
/proc/meminfo: memFree=1775928/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=248 CPUtime=0
/proc/14223/stat : 14223 (java) R 14221 14223 13713 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 6362082 253952 28 1992294400 134512640 134550932 4294728480 18446744073709551615 3899870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14223/statm: 62 28 21 10 0 23 0

[startup+0.07772 s]
/proc/loadavg: 0.93 0.97 0.99 3/106 14223
/proc/meminfo: memFree=1775928/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1521796 CPUtime=0.06
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 3764 0 1 0 4 2 0 0 18 0 7 0 6362082 1558319104 3206 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 380449 3206 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10172 s]
/proc/loadavg: 0.93 0.97 0.99 3/106 14223
/proc/meminfo: memFree=1775928/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1524184 CPUtime=0.08
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 6362082 1560764416 3404 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301859 s]
/proc/loadavg: 0.93 0.97 0.99 3/106 14223
/proc/meminfo: memFree=1775928/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1526888 CPUtime=0.38
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 5410 0 1 0 35 3 0 0 18 0 12 0 6362082 1563533312 4848 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 381722 4848 1363 10 0 379024 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526888

[startup+0.701851 s]
/proc/loadavg: 0.93 0.97 0.99 3/106 14223
/proc/meminfo: memFree=1775928/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530472 CPUtime=1.17
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 6900 0 1 0 113 4 0 0 18 0 13 0 6362082 1567203328 6228 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382618 6228 1418 10 0 379920 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530472

[startup+1.50184 s]
/proc/loadavg: 0.93 0.97 0.99 4/119 14236
/proc/meminfo: memFree=1753820/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530472 CPUtime=2.49
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 11151 0 1 0 242 7 0 0 18 0 13 0 6362082 1567203328 10478 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382618 10479 1421 10 0 379920 0
[pid=14223/tid=14225] ppid=14221 vsize=1530472 CPUtime=1.47
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 8393 0 1 0 142 5 0 0 20 0 13 0 6362084 1567203328 10479 1992294400 134512640 134550932 4294728480 18446744073709551615 4109560479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 6362085 1567203328 10479 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 6362085 1567203328 10480 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6362087 1567203328 10480 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6362087 1567203328 10481 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 6362087 1567203328 10481 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567203328 10482 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530472 CPUtime=0.39
/proc/14223/task/14232/stat : 14232 (java) R 14221 14223 13713 0 -1 4202560 454 0 0 0 39 0 0 0 23 0 13 0 6362092 1567203328 10482 1992294400 134512640 134550932 4294728480 18446744073709551615 103371686 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530472 CPUtime=0.6
/proc/14223/task/14233/stat : 14233 (java) R 14221 14223 13713 0 -1 4202560 1237 0 0 0 60 0 0 0 22 0 13 0 6362092 1567203328 10482 1992294400 134512640 134550932 4294728480 18446744073709551615 103335969 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567203328 10483 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6362092 1567203328 10483 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567203328 10484 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1530472

[startup+3.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/119 14236
/proc/meminfo: memFree=1726416/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530472 CPUtime=4.24
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 15187 0 1 0 416 8 0 0 18 0 13 0 6362082 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382618 14507 1440 10 0 379920 0
[pid=14223/tid=14225] ppid=14221 vsize=1530472 CPUtime=3.01
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 10797 0 1 0 295 6 0 0 25 0 13 0 6362084 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4109561599 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 495 0 0 0 0 0 0 0 18 0 13 0 6362085 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 392 0 0 0 0 0 0 0 18 0 13 0 6362085 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530472 CPUtime=0.04
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 726 0 0 0 4 0 0 0 16 0 13 0 6362087 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530472 CPUtime=0.47
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 462 0 0 0 47 0 0 0 15 0 13 0 6362092 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530472 CPUtime=0.66
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1249 0 0 0 66 0 0 0 15 0 13 0 6362092 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6362092 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567203328 14507 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1530472

[startup+6.30174 s]
/proc/loadavg: 0.93 0.97 0.99 2/119 14236
/proc/meminfo: memFree=1716124/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530472 CPUtime=7.54
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 18605 0 1 0 743 11 0 0 18 0 13 0 6362082 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382618 17922 1440 10 0 379920 0
[pid=14223/tid=14225] ppid=14221 vsize=1530472 CPUtime=6.14
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 13930 0 1 0 606 8 0 0 25 0 13 0 6362084 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4109509287 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530472 CPUtime=0.01
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 509 0 0 0 1 0 0 0 18 0 13 0 6362085 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530472 CPUtime=0.01
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 403 0 0 0 1 0 0 0 15 0 13 0 6362085 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530472 CPUtime=0.1
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 971 0 0 0 10 0 0 0 16 0 13 0 6362087 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530472 CPUtime=0.55
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 476 0 0 0 55 0 0 0 15 0 13 0 6362092 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530472 CPUtime=0.67
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1250 0 0 0 67 0 0 0 15 0 13 0 6362092 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6362092 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530472 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567203328 17922 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1530472

[startup+12.7016 s]
/proc/loadavg: 0.94 0.97 0.99 4/119 14236
/proc/meminfo: memFree=1690084/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1535848 CPUtime=14.32
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 24207 0 1 0 1419 13 0 0 18 0 13 0 6362082 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 383962 22645 1440 10 0 381264 0
[pid=14223/tid=14225] ppid=14221 vsize=1535848 CPUtime=12.42
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 16805 0 1 0 1233 9 0 0 25 0 13 0 6362084 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4109581302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1535848 CPUtime=0.03
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 553 0 0 0 3 0 0 0 17 0 13 0 6362085 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1535848 CPUtime=0.03
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 428 0 0 0 3 0 0 0 15 0 13 0 6362085 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1535848 CPUtime=0.19
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 1374 0 0 0 19 0 0 0 16 0 13 0 6362087 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1535848 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1535848 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1535848 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1535848 CPUtime=0.92
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 2731 0 0 0 91 1 0 0 16 0 13 0 6362092 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1535848 CPUtime=0.68
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1250 0 0 0 68 0 0 0 16 0 13 0 6362092 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1535848 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1535848 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6362092 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1535848 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1572708352 22645 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 1535848

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.99 3/119 14238
/proc/meminfo: memFree=1649536/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1533952 CPUtime=27.2
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 34736 0 1 0 2702 18 0 0 18 0 13 0 6362082 1570766848 32700 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 383488 32700 1440 10 0 380790 0
[pid=14223/tid=14225] ppid=14221 vsize=1533952 CPUtime=24.99
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 27082 0 1 0 2485 14 0 0 25 0 13 0 6362084 1570766848 32700 1992294400 134512640 134550932 4294728480 18446744073709551615 4109509314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1533952 CPUtime=0.05
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 553 0 0 0 5 0 0 0 15 0 13 0 6362085 1570766848 32700 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1533952 CPUtime=0.06
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 428 0 0 0 6 0 0 0 15 0 13 0 6362085 1570766848 32700 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1533952 CPUtime=0.38

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

/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6362092 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.45
Current children cumulated vsize (KiB) 1530656

[startup+107.102 s]
/proc/loadavg: 1.07 1.00 1.00 2/119 14240
/proc/meminfo: memFree=1640856/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530656 CPUtime=109.04
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 37654 0 1 0 10882 22 0 0 18 0 13 0 6362082 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382664 34760 1440 10 0 379966 0
[pid=14223/tid=14225] ppid=14221 vsize=1530656 CPUtime=104.77
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 28306 0 1 0 10461 16 0 0 25 0 13 0 6362084 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4109566352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530656 CPUtime=0.31
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 604 0 0 0 30 1 0 0 16 0 13 0 6362085 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530656 CPUtime=0.29
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 478 0 0 0 29 0 0 0 15 0 13 0 6362085 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530656 CPUtime=1.83
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 3211 0 0 0 183 0 0 0 15 0 13 0 6362087 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530656 CPUtime=1.07
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 2732 0 0 0 106 1 0 0 16 0 13 0 6362092 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530656 CPUtime=0.7
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1251 0 0 0 70 0 0 0 15 0 13 0 6362092 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6362092 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567391744 34760 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.04
Current children cumulated vsize (KiB) 1530656

[startup+107.902 s]
/proc/loadavg: 1.07 1.00 1.00 2/119 14240
/proc/meminfo: memFree=1640732/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530656 CPUtime=109.85
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 37711 0 1 0 10963 22 0 0 18 0 13 0 6362082 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382664 34816 1440 10 0 379966 0
[pid=14223/tid=14225] ppid=14221 vsize=1530656 CPUtime=105.53
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 28307 0 1 0 10537 16 0 0 25 0 13 0 6362084 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4109582085 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530656 CPUtime=0.31
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 604 0 0 0 30 1 0 0 16 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530656 CPUtime=0.3
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 478 0 0 0 30 0 0 0 15 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530656 CPUtime=1.86
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 3267 0 0 0 186 0 0 0 16 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530656 CPUtime=1.07
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 2732 0 0 0 106 1 0 0 16 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530656 CPUtime=0.7
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1251 0 0 0 70 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.85
Current children cumulated vsize (KiB) 1530656

[startup+108.702 s]
/proc/loadavg: 1.07 1.00 1.00 2/119 14240
/proc/meminfo: memFree=1640732/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530656 CPUtime=110.64
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 37711 0 1 0 11042 22 0 0 18 0 13 0 6362082 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382664 34816 1440 10 0 379966 0
[pid=14223/tid=14225] ppid=14221 vsize=1530656 CPUtime=106.33
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 28307 0 1 0 10617 16 0 0 25 0 13 0 6362084 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4109580923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530656 CPUtime=0.31
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 604 0 0 0 30 1 0 0 16 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530656 CPUtime=0.3
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 478 0 0 0 30 0 0 0 15 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530656 CPUtime=1.86
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 3267 0 0 0 186 0 0 0 15 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530656 CPUtime=1.07
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 2732 0 0 0 106 1 0 0 16 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530656 CPUtime=0.7
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1251 0 0 0 70 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.64
Current children cumulated vsize (KiB) 1530656

[startup+108.91 s]
/proc/loadavg: 1.07 1.00 1.00 2/119 14240
/proc/meminfo: memFree=1640732/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530656 CPUtime=110.85
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 37713 0 1 0 11063 22 0 0 18 0 13 0 6362082 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382664 34816 1440 10 0 379966 0
[pid=14223/tid=14225] ppid=14221 vsize=1530656 CPUtime=106.54
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 28307 0 1 0 10638 16 0 0 25 0 13 0 6362084 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4109514586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530656 CPUtime=0.31
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 604 0 0 0 30 1 0 0 16 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530656 CPUtime=0.3
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 478 0 0 0 30 0 0 0 15 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530656 CPUtime=1.86
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 3267 0 0 0 186 0 0 0 15 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530656 CPUtime=1.07
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 2732 0 0 0 106 1 0 0 16 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530656 CPUtime=0.7
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1251 0 0 0 70 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.85
Current children cumulated vsize (KiB) 1530656

[startup+109.002 s]
/proc/loadavg: 1.07 1.00 1.00 2/119 14240
/proc/meminfo: memFree=1640732/2059040 swapFree=4192956/4192956
[pid=14223] ppid=14221 vsize=1530656 CPUtime=110.95
/proc/14223/stat : 14223 (java) S 14221 14223 13713 0 -1 4202496 37714 0 1 0 11073 22 0 0 18 0 13 0 6362082 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 382664 34816 1440 10 0 379966 0
[pid=14223/tid=14225] ppid=14221 vsize=1530656 CPUtime=106.62
/proc/14223/task/14225/stat : 14225 (java) R 14221 14223 13713 0 -1 4202560 28307 0 1 0 10646 16 0 0 25 0 13 0 6362084 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4109752270 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=1530656 CPUtime=0.31
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13713 0 -1 4202560 604 0 0 0 30 1 0 0 16 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=1530656 CPUtime=0.3
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13713 0 -1 4202560 478 0 0 0 30 0 0 0 15 0 13 0 6362085 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=1530656 CPUtime=1.86
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13713 0 -1 4202560 3267 0 0 0 186 0 0 0 15 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 0 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6362087 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=1530656 CPUtime=1.07
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13713 0 -1 4202560 2732 0 0 0 106 1 0 0 16 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 1 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=1530656 CPUtime=0.71
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13713 0 -1 4202560 1252 0 0 0 71 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13713 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6362092 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=1530656 CPUtime=0
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13713 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6362122 1567391744 34816 1992294400 134512640 134550932 4294728480 18446744073709551615 4294960144 0 4 0 16800975 18446604437830435136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.95
Current children cumulated vsize (KiB) 1530656

Child status: 30
Real time (s): 109.066
CPU time (s): 111.007
CPU user time (s): 110.768
CPU system time (s): 0.238963
CPU usage (%): 101.779
Max. virtual memory (cumulated for all children) (KiB): 1537136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.768
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37729
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= 2994
involuntary context switches= 2111

runsolver used 0.243962 second user time and 0.607907 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 03:11:51
IDJOB=2658473
IDBENCH=48087
IDSOLVER=1164
FILE ID=node056/2658473-1276650711
PBS_JOBID= 11172420
Free space on /tmp= 98640 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658473-1276650711/watcher-2658473-1276650711 -o /tmp/evaluation-result-2658473-1276650711/solver-2658473-1276650711 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658473-1276650711.opb

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

MD5SUM BENCH= afe3df18e5a0f1ba7fdc86d94afdb427
RANDOM SEED=2067276844

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1776332 kB
Buffers:         24688 kB
Cached:         122132 kB
SwapCached:          0 kB
Active:         110192 kB
Inactive:        96296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1776332 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             504 kB
Writeback:           0 kB
AnonPages:       59544 kB
Mapped:          15408 kB
Slab:            54288 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180944 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= 98636 MiB
End job on node056 at 2010-06-16 03:13:40