Trace number 43351

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, and are wall clock time (not CPU 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
SAT4JPSEUDO 2006.2 HeuristicsSAT (TO)233472 1800.92 1797.59

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-markshare2.opb
MD5SUMed3cba978a5e277395c10305f700e2f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76800
Best CPU time to get the best result obtained on this benchmark1800.27
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46080
Optimality of the best value was proved NO
Number of variables270
Total number of constraints7
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 constraints7
Minimum length of a constraint90
Maximum length of a constraint90
Number of terms in the objective function 210
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 7516192761
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 7516192761
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node52/43351-1149316753/instance-43351-1149316753.opb
0.20	c reading problem ... 
0.30	c ... done. Time 0.092 ms.
0.30	c #vars     270
0.30	c #constraints  14
4.66	c SATISFIABLE
4.66	c OPTIMIZING...
4.66	c Got one! Ellapsed CPU time (in seconds):4.454
4.67	o 8141824
12.56	c Got one! Ellapsed CPU time (in seconds):12.354
12.56	o 1134592
20.53	c Got one! Ellapsed CPU time (in seconds):20.33
20.54	o 793600
29.27	c Got one! Ellapsed CPU time (in seconds):29.062
29.27	o 675840
40.17	c Got one! Ellapsed CPU time (in seconds):39.963
40.17	o 599040
49.38	c Got one! Ellapsed CPU time (in seconds):49.172
49.38	o 233472
1797.48	c starts		: 22
1797.48	c conflicts		: 2285
1797.48	c decisions		: 11369
1797.48	c propagations		: 32558
1797.48	c inspects		: 5297732
1797.48	c learnt literals	: 0
1797.48	c learnt binary clauses	: 0
1797.48	c learnt ternary clauses	: 0
1797.48	c learnt clauses	: 2284
1797.48	c root simplifications	: 0
1797.48	c removed literals (reason simplification)	: 0
1797.48	c reason swapping (by a shorter reason)	: 0
1797.48	c Calls to reduceDB	: 0
1797.48	c speed (decisions/second)	: 6.503621354119294
1797.48	c non guided choices	189
1797.48	s SATISFIABLE
1797.49	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
1797.49	v -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
1797.49	v -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
1797.49	v -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
1797.49	v -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 -x118 x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127
1797.49	v -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 x141 -x142 x143 x144 -x145 -x146 -x147 -x148
1797.49	v -x149 x150 -x151 x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
1797.49	v -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 x188 x189 x190
1797.49	v x191 x192 x193 -x194 -x195 x196 -x197 x198 x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212
1797.49	v -x213 -x214 -x215 -x216 x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233
1797.49	v -x234 -x235 x236 x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 x253 x254 x255
1797.49	v -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270
1797.49	c objective function=233472
1797.49	c Total wall clock time (ms): 1797.282

Verifier Data (download as text)

OK	233472

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node52/watcher-43351-1149316753 -o ROOT/results/node52/solver-43351-1149316753 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node52/43351-1149316753/instance-43351-1149316753.opb 6024927 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.37 0.81 0.92 2/64 1521
/proc/meminfo: memFree=1383388/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1784 CPUtime=0
/proc/1521/stat : 1521 (java) D 1519 1521 1475 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 197343176 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1521/statm: 446 137 102 14 0 91 0

[startup+10.0019 s]
/proc/loadavg: 0.46 0.81 0.92 2/76 1534
/proc/meminfo: memFree=1198468/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1726700 CPUtime=11.93
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 56208 0 1 0 1169 24 0 0 25 0 13 0 197343176 1768140800 48053 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071441042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 431675 48055 1905 14 0 418422 0
[pid=1521/tid=1522] ppid=1519 vsize=1726700 CPUtime=0.1
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 4176 0 0 0 8 2 0 0 16 0 13 0 197343180 1768140800 48058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1726700 CPUtime=0.09
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 3972 0 0 0 8 1 0 0 16 0 13 0 197343180 1768140800 48059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 197343182 1768140800 48059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1768140800 48059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1768140800 48059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1768140800 48059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1768140800 48059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1726700 CPUtime=1.48
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4933 0 0 0 146 2 0 0 17 0 13 0 197343186 1768140800 48060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1726700 CPUtime=1.18
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6334 0 0 0 116 2 0 0 16 0 13 0 197343186 1768140800 48060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1768140800 48062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1768140800 48064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1534] ppid=1519 vsize=1726700 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343645 1768140800 48066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (Kb) 1726700

[startup+20.0084 s]
/proc/loadavg: 0.55 0.82 0.92 2/76 1535
/proc/meminfo: memFree=1177476/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=22.04
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 62313 0 1 0 2177 27 0 0 25 0 13 0 197343176 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071380553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 431363 53197 1909 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=0.15
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 6433 0 0 0 12 3 0 0 16 0 13 0 197343180 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=0.14
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 6279 0 0 0 12 2 0 0 16 0 13 0 197343180 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197343182 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.52
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4936 0 0 0 150 2 0 0 16 0 13 0 197343186 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.23
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6340 0 0 0 121 2 0 0 15 0 13 0 197343186 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1535] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1535/stat : 1535 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197344434 1766862848 53197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.04
Current children cumulated vsize (Kb) 1725452

[startup+30.0149 s]
/proc/loadavg: 0.61 0.82 0.92 2/76 1537
/proc/meminfo: memFree=1175676/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=32.11
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 65384 0 1 0 3182 29 0 0 25 0 13 0 197343176 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071513356 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 431363 53639 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=0.2
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 8345 0 0 0 16 4 0 0 16 0 13 0 197343180 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=0.19
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 7425 0 0 0 16 3 0 0 16 0 13 0 197343180 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197343182 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.53
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4937 0 0 0 151 2 0 0 16 0 13 0 197343186 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.25
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 123 2 0 0 17 0 13 0 197343186 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1537] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1537/stat : 1537 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197346104 1766862848 53639 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.11
Current children cumulated vsize (Kb) 1725452

[startup+40.0214 s]
/proc/loadavg: 0.67 0.83 0.92 2/76 1537
/proc/meminfo: memFree=1177340/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=42.16
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 68143 0 1 0 4185 31 0 0 22 0 13 0 197343176 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071597423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 431363 53229 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=0.24
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 9877 0 0 0 19 5 0 0 16 0 13 0 197343180 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=0.23
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 8642 0 0 0 20 3 0 0 16 0 13 0 197343180 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197343182 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.53
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4937 0 0 0 151 2 0 0 16 0 13 0 197343186 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.25
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 123 2 0 0 17 0 13 0 197343186 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1537] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1537/stat : 1537 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197346104 1766862848 53229 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.16
Current children cumulated vsize (Kb) 1725452

[startup+50.0279 s]
/proc/loadavg: 0.72 0.83 0.92 2/76 1539
/proc/meminfo: memFree=1176948/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=52.2
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 70503 0 1 0 5188 32 0 0 25 0 13 0 197343176 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071453548 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 431363 53328 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=0.29
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 11278 0 0 0 24 5 0 0 16 0 13 0 197343180 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=0.28
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 9591 0 0 0 24 4 0 0 16 0 13 0 197343180 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197343182 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.53
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4937 0 0 0 151 2 0 0 17 0 13 0 197343186 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.25
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 123 2 0 0 17 0 13 0 197343186 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197348115 1766862848 53328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.2
Current children cumulated vsize (Kb) 1725452

[startup+60.0344 s]
/proc/loadavg: 0.77 0.84 0.92 2/76 1539
/proc/meminfo: memFree=1175284/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=62.28
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 72825 0 1 0 6195 33 0 0 25 0 13 0 197343176 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071607513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 431363 53723 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=0.33
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 12483 0 0 0 28 5 0 0 16 0 13 0 197343180 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=0.32
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 10698 0 0 0 28 4 0 0 16 0 13 0 197343180 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0.02
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 30 0 0 0 1 1 0 0 16 0 13 0 197343182 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 53723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.56
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4938 0 0 0 154 2 0 0 17 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.26
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 124 2 0 0 16 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 197348115 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (Kb) 1725452

[startup+1794.46 s]
/proc/loadavg: 1.00 0.99 0.93 2/76 1739
/proc/meminfo: memFree=1018868/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=1797.76
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 159419 0 1 0 179680 96 0 0 25 0 13 0 197343176 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071453676 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 431363 92467 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=2.27
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 53217 0 0 0 200 27 0 0 16 0 13 0 197343180 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=2.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 54995 0 0 0 198 26 0 0 16 0 13 0 197343180 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0.18
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 76 0 0 0 9 9 0 0 16 0 13 0 197343182 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.56
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4938 0 0 0 154 2 0 0 17 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.26
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 124 2 0 0 16 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 197348115 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (Kb) 1725452

[startup+1795.46 s]
/proc/loadavg: 1.00 0.99 0.93 2/76 1739
/proc/meminfo: memFree=1018868/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=1798.77
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 159419 0 1 0 179781 96 0 0 25 0 13 0 197343176 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071477856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 431363 92467 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=2.27
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 53217 0 0 0 200 27 0 0 16 0 13 0 197343180 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=2.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 54995 0 0 0 198 26 0 0 16 0 13 0 197343180 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0.18
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 76 0 0 0 9 9 0 0 16 0 13 0 197343182 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.56
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4938 0 0 0 154 2 0 0 17 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.26
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 124 2 0 0 16 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 197348115 1766862848 92467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (Kb) 1725452

[startup+1796.47 s]
/proc/loadavg: 1.00 0.99 0.93 2/76 1739
/proc/meminfo: memFree=1018932/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=1799.78
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 159420 0 1 0 179882 96 0 0 25 0 13 0 197343176 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420771 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 431363 92451 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=2.27
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 53217 0 0 0 200 27 0 0 16 0 13 0 197343180 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=2.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 54995 0 0 0 198 26 0 0 16 0 13 0 197343180 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0.18
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 76 0 0 0 9 9 0 0 16 0 13 0 197343182 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.56
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4938 0 0 0 154 2 0 0 17 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.26
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 124 2 0 0 16 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 197348115 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.78
Current children cumulated vsize (Kb) 1725452

[startup+1797.48 s]
/proc/loadavg: 1.00 0.99 0.93 2/76 1739
/proc/meminfo: memFree=1018932/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=1800.78
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 159420 0 1 0 179982 96 0 0 25 0 13 0 197343176 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071477844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 431363 92451 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=2.27
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 53217 0 0 0 200 27 0 0 16 0 13 0 197343180 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=2.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 54995 0 0 0 198 26 0 0 16 0 13 0 197343180 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0.18
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 76 0 0 0 9 9 0 0 16 0 13 0 197343182 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.56
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4938 0 0 0 154 2 0 0 17 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.26
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 124 2 0 0 16 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 197348115 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (Kb) 1725452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.48 s]
/proc/loadavg: 1.00 0.99 0.93 2/76 1739
/proc/meminfo: memFree=1018932/2055920 swapFree=4181360/4192956
[pid=1521] ppid=1519 vsize=1725452 CPUtime=1800.79
/proc/1521/stat : 1521 (java) R 1519 1521 1475 0 -1 0 159420 0 1 0 179983 96 0 0 25 0 13 0 197343176 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071478323 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 431363 92451 1910 14 0 418110 0
[pid=1521/tid=1522] ppid=1519 vsize=1725452 CPUtime=2.27
/proc/1521/task/1522/stat : 1522 (java) S 1519 1521 1475 0 -1 64 53217 0 0 0 200 27 0 0 16 0 13 0 197343180 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1519 vsize=1725452 CPUtime=2.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 1475 0 -1 64 54995 0 0 0 198 26 0 0 16 0 13 0 197343180 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1524] ppid=1519 vsize=1725452 CPUtime=0.18
/proc/1521/task/1524/stat : 1524 (java) S 1519 1521 1475 0 -1 64 76 0 0 0 9 9 0 0 16 0 13 0 197343182 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 1475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 1475 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197343183 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 1475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 1475 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=1725452 CPUtime=1.56
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 1475 0 -1 64 4938 0 0 0 154 2 0 0 17 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1530] ppid=1519 vsize=1725452 CPUtime=1.26
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 1475 0 -1 64 6342 0 0 0 124 2 0 0 16 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 1475 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 197343186 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1521/tid=1539] ppid=1519 vsize=1725452 CPUtime=0
/proc/1521/task/1539/stat : 1539 (java) S 1519 1521 1475 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 197348115 1766862848 92451 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (Kb) 1725452

Sending SIGTERM to -1521
Sleeping 2 seconds

Child status: 143
Real time (s): 1797.59
CPU time (s): 1800.92
CPU user time (s): 1799.89
CPU system time (s): 1.03084
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (Kb): 1726700

Launcher Data (download as text)

Begin job on node52 on Sat Jun  3 06:39:14 UTC 2006


FILE ID= 43351-1149316753

PBS_JOBID= 308396

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-markshare2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node52/43351-1149316753/instance-43351-1149316753.opb 6024927
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-43351-1149316753 -o ROOT/results/node52/solver-43351-1149316753 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node52/43351-1149316753/instance-43351-1149316753.opb 6024927

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  ed3cba978a5e277395c10305f700e2f4

RANDOM SEED= 6024927


/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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1383596 kB
Buffers:         25472 kB
Cached:         583496 kB
SwapCached:       3508 kB
Active:          52452 kB
Inactive:       565448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383596 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:             120 kB
Writeback:           0 kB
Mapped:          14916 kB
Slab:            40372 kB
Committed_AS:   346856 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node52 on Sat Jun  3 07:09:12 UTC 2006