Trace number 50875

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.2SAT (TO)124 1800.57 1793.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_4.opb
MD5SUM87341d3e4752b9f90faef0f8d9385430
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint84
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6154
Number of bits of the biggest sum of numbers13
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@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node44/50875-1154099846/instance-50875-1154099846.opb
0.20	c reading problem ... 
0.33	c ... done. Time 0.132 ms.
0.33	c #vars     198
0.33	c #constraints  16
0.37	c SATISFIABLE
0.37	c OPTIMIZING...
0.37	c Got one! Ellapsed CPU time (in seconds):0.166
0.38	o 1434
0.78	c Got one! Ellapsed CPU time (in seconds):0.582
0.78	o 1091
1.32	c Got one! Ellapsed CPU time (in seconds):1.116
1.32	o 1002
1.96	c Got one! Ellapsed CPU time (in seconds):1.76
1.96	o 773
2.11	c Got one! Ellapsed CPU time (in seconds):1.909
2.11	o 714
2.16	c Got one! Ellapsed CPU time (in seconds):1.961
2.16	o 700
2.24	c Got one! Ellapsed CPU time (in seconds):2.039
2.24	o 698
2.60	c Got one! Ellapsed CPU time (in seconds):2.397
2.60	o 611
2.81	c Got one! Ellapsed CPU time (in seconds):2.607
2.81	o 598
4.28	c Got one! Ellapsed CPU time (in seconds):4.074
4.28	o 596
4.69	c Got one! Ellapsed CPU time (in seconds):4.492
4.69	o 594
5.49	c Got one! Ellapsed CPU time (in seconds):5.287
5.49	o 545
5.61	c Got one! Ellapsed CPU time (in seconds):5.409
5.61	o 526
5.86	c Got one! Ellapsed CPU time (in seconds):5.654
5.86	o 415
7.76	c Got one! Ellapsed CPU time (in seconds):7.557
7.76	o 360
8.45	c Got one! Ellapsed CPU time (in seconds):8.247
8.45	o 355
8.85	c Got one! Ellapsed CPU time (in seconds):8.645
8.85	o 352
9.31	c Got one! Ellapsed CPU time (in seconds):9.107
9.31	o 350
9.75	c Got one! Ellapsed CPU time (in seconds):9.549
9.75	o 348
10.05	c Got one! Ellapsed CPU time (in seconds):9.852
10.05	o 342
10.89	c Got one! Ellapsed CPU time (in seconds):10.691
10.89	o 338
12.71	c Got one! Ellapsed CPU time (in seconds):12.507
12.71	o 311
18.35	c Got one! Ellapsed CPU time (in seconds):18.144
18.35	o 264
23.67	c Got one! Ellapsed CPU time (in seconds):23.468
23.67	o 260
26.76	c Got one! Ellapsed CPU time (in seconds):26.559
26.76	o 259
33.07	c Got one! Ellapsed CPU time (in seconds):32.866
33.09	o 250
37.76	c Got one! Ellapsed CPU time (in seconds):37.559
37.76	o 234
67.90	c Got one! Ellapsed CPU time (in seconds):67.697
67.90	o 231
73.42	c Got one! Ellapsed CPU time (in seconds):73.214
73.42	o 225
90.49	c Got one! Ellapsed CPU time (in seconds):90.289
90.49	o 223
108.94	c Got one! Ellapsed CPU time (in seconds):108.738
108.94	o 208
121.72	c Got one! Ellapsed CPU time (in seconds):121.514
121.72	o 207
130.88	c Got one! Ellapsed CPU time (in seconds):130.68
130.88	o 194
154.77	c Got one! Ellapsed CPU time (in seconds):154.566
154.77	o 191
564.16	c Got one! Ellapsed CPU time (in seconds):563.956
564.16	o 185
585.45	c Got one! Ellapsed CPU time (in seconds):585.25
585.45	o 175
680.87	c Got one! Ellapsed CPU time (in seconds):680.669
680.87	o 170
714.90	c Got one! Ellapsed CPU time (in seconds):714.696
714.90	o 164
764.18	c Got one! Ellapsed CPU time (in seconds):763.983
764.18	o 147
809.81	c Got one! Ellapsed CPU time (in seconds):809.612
809.81	o 128
1279.39	c Got one! Ellapsed CPU time (in seconds):1279.187
1279.39	o 124
1793.38	c starts		: 103
1793.39	c conflicts		: 14830
1793.39	c decisions		: 76990
1793.39	c propagations		: 295893
1793.39	c inspects		: 141506742
1793.39	c learnt literals	: 0
1793.39	c learnt binary clauses	: 0
1793.39	c learnt ternary clauses	: 0
1793.39	c learnt clauses	: 14829
1793.39	c root simplifications	: 0
1793.39	c removed literals (reason simplification)	: 0
1793.39	c reason swapping (by a shorter reason)	: 0
1793.39	c Calls to reduceDB	: 0
1793.39	c speed (decisions/second)	: 149.78686646031008
1793.39	c non guided choices	1672
1793.39	s SATISFIABLE
1793.39	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
1793.39	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 -x55
1793.39	v -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
1793.39	v -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
1793.39	v x107 -x108 -x109 x110 -x111 -x112 x113 x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128
1793.39	v -x129 x130 -x131 x132 -x133 x134 -x135 x136 x137 -x138 -x139 x140 -x141 x142 x143 x144 x145 x146 -x147 x148 -x149 x150 x151
1793.39	v x152 -x153 x154 -x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 x167 -x168 x169 -x170 -x171 -x172 -x173 -x174
1793.39	v x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 x185 -x186 x187 -x188 x189 -x190 -x191 x192 x193 -x194 x195 -x196
1793.39	v -x197 -x198
1793.39	c objective function=124
1793.39	c Total wall clock time (ms): 1793.185

Verifier Data (download as text)

OK	124

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node44/watcher-50875-1154099846 -o ROOT/results/node44/solver-50875-1154099846 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node44/50875-1154099846/instance-50875-1154099846.opb 762573140 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 1.00 1.00 2/64 4515
/proc/meminfo: memFree=1516240/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1784 CPUtime=0
/proc/4515/stat : 4515 (java) D 4513 4515 4466 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 156855549 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/4515/statm: 446 141 106 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 4546
/proc/meminfo: memFree=1330160/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=11.13
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 50703 0 1 0 1091 22 0 0 18 0 13 0 156855549 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071455095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 48331 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=0.17
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 5271 0 0 0 15 2 0 0 16 0 13 0 156855553 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=0.17
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 4550 0 0 0 16 1 0 0 16 0 13 0 156855553 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 156855555 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 676 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.67
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1078 0 0 0 67 0 0 0 17 0 13 0 156855559 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4546] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4546/stat : 4546 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156856525 1753931776 48331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.13
Current children cumulated vsize (Kb) 1712824

[startup+20.009 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 4550
/proc/meminfo: memFree=1322408/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=21.22
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 53964 0 1 0 2099 23 0 0 17 0 13 0 156855549 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071472023 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 50220 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=0.24
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 7170 0 0 0 22 2 0 0 16 0 13 0 156855553 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=0.24
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 5898 0 0 0 23 1 0 0 16 0 13 0 156855553 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 156855555 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 676 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.68
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1080 0 0 0 68 0 0 0 16 0 13 0 156855559 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4550] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4550/stat : 4550 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156857384 1753931776 50220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (Kb) 1712824

[startup+30.0161 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 4552
/proc/meminfo: memFree=1324384/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=31.29
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 55704 0 1 0 3104 25 0 0 23 0 13 0 156855549 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071541842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 49723 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=0.31
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 8255 0 0 0 28 3 0 0 16 0 13 0 156855553 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=0.31
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 6544 0 0 0 29 2 0 0 16 0 13 0 156855553 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 156855555 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 676 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.68
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1080 0 0 0 68 0 0 0 16 0 13 0 156855559 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4552] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4552/stat : 4552 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 156858226 1753931776 49723 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (Kb) 1712824

[startup+40.0231 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 4554
/proc/meminfo: memFree=1327768/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=41.35
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 57299 0 1 0 4109 26 0 0 25 0 13 0 156855549 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071368281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 48882 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=0.37
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 9158 0 0 0 34 3 0 0 16 0 13 0 156855553 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=0.37
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 7225 0 0 0 35 2 0 0 16 0 13 0 156855553 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 156855555 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.7
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 676 0 0 0 70 0 0 0 17 0 13 0 156855559 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.68
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1080 0 0 0 68 0 0 0 16 0 13 0 156855559 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4554] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4554/stat : 4554 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156859326 1753931776 48882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.35
Current children cumulated vsize (Kb) 1712824

[startup+50.0311 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 4554
/proc/meminfo: memFree=1329048/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=51.41
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 58786 0 1 0 5114 27 0 0 25 0 13 0 156855549 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071455095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 48550 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=0.45
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 9855 0 0 0 41 4 0 0 17 0 13 0 156855553 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=0.42
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 8004 0 0 0 40 2 0 0 16 0 13 0 156855553 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.01
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 32 0 0 0 0 1 0 0 17 0 13 0 156855555 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.7
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 676 0 0 0 70 0 0 0 17 0 13 0 156855559 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1080 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4554] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4554/stat : 4554 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156859326 1753931776 48550 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (Kb) 1712824

[startup+60.0392 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 4554
/proc/meminfo: memFree=1328664/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=61.48
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 60160 0 1 0 6121 27 0 0 25 0 13 0 156855549 1753931776 48697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071432903 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 48697 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=0.51
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 10371 0 0 0 47 4 0 0 16 0 13 0 156855553 1753931776 48697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=0.5
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 8850 0 0 0 47 3 0 0 16 0 13 0 156855553 1753931776 48697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.01
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 32 0 0 0 0 1 0 0 16 0 13 0 156855555 1753931776 48697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 48697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0

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

/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.73
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 678 0 0 0 73 0 0 0 17 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1081 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4568] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4568/stat : 4568 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156983489 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.42
Current children cumulated vsize (Kb) 1712824

[startup+1790.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4570
/proc/meminfo: memFree=1045288/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=1797.42
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 202148 0 1 0 179640 102 0 0 25 0 13 0 156855549 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071433003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 119091 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=6.78
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 51305 0 0 0 654 24 0 0 16 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=6.81
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 51761 0 0 0 659 22 0 0 17 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.21
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 186 0 0 0 9 12 0 0 16 0 13 0 156855555 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.73
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 678 0 0 0 73 0 0 0 17 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1081 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4568] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4568/stat : 4568 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156983489 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.42
Current children cumulated vsize (Kb) 1712824

[startup+1791.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4570
/proc/meminfo: memFree=1045288/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=1798.43
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 202148 0 1 0 179741 102 0 0 25 0 13 0 156855549 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614272 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 119091 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=6.78
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 51305 0 0 0 654 24 0 0 16 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=6.81
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 51761 0 0 0 659 22 0 0 17 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.21
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 186 0 0 0 9 12 0 0 16 0 13 0 156855555 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.73
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 678 0 0 0 73 0 0 0 17 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1081 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4568] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4568/stat : 4568 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156983489 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (Kb) 1712824

[startup+1792.37 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 4570
/proc/meminfo: memFree=1045288/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=1799.43
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 202148 0 1 0 179841 102 0 0 25 0 13 0 156855549 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 119091 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=6.78
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 51305 0 0 0 654 24 0 0 16 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=6.81
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 51761 0 0 0 659 22 0 0 17 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.21
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 186 0 0 0 9 12 0 0 16 0 13 0 156855555 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.73
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 678 0 0 0 73 0 0 0 17 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1081 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4568] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4568/stat : 4568 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156983489 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (Kb) 1712824

[startup+1793.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4570
/proc/meminfo: memFree=1045288/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=1800.44
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 202148 0 1 0 179942 102 0 0 25 0 13 0 156855549 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614172 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 119091 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=6.78
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 51305 0 0 0 654 24 0 0 16 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=6.81
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 51761 0 0 0 659 22 0 0 17 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.21
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 186 0 0 0 9 12 0 0 16 0 13 0 156855555 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.73
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 678 0 0 0 73 0 0 0 17 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1081 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4568] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4568/stat : 4568 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156983489 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (Kb) 1712824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4570
/proc/meminfo: memFree=1045288/2055920 swapFree=4183124/4192956
[pid=4515] ppid=4513 vsize=1712824 CPUtime=1800.44
/proc/4515/stat : 4515 (java) R 4513 4515 4466 0 -1 0 202148 0 1 0 179942 102 0 0 25 0 13 0 156855549 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 428206 119091 1909 14 0 414953 0
[pid=4515/tid=4516] ppid=4513 vsize=1712824 CPUtime=6.78
/proc/4515/task/4516/stat : 4516 (java) S 4513 4515 4466 0 -1 64 51305 0 0 0 654 24 0 0 16 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4517] ppid=4513 vsize=1712824 CPUtime=6.81
/proc/4515/task/4517/stat : 4517 (java) S 4513 4515 4466 0 -1 64 51761 0 0 0 659 22 0 0 17 0 13 0 156855553 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4513 vsize=1712824 CPUtime=0.21
/proc/4515/task/4518/stat : 4518 (java) S 4513 4515 4466 0 -1 64 186 0 0 0 9 12 0 0 16 0 13 0 156855555 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4513 4515 4466 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4520] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4513 4515 4466 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 156855556 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4521] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4521/stat : 4521 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4522] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4513 4515 4466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4513 vsize=1712824 CPUtime=0.73
/proc/4515/task/4523/stat : 4523 (java) S 4513 4515 4466 0 -1 64 678 0 0 0 73 0 0 0 17 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4515/tid=4524] ppid=4513 vsize=1712824 CPUtime=0.69
/proc/4515/task/4524/stat : 4524 (java) S 4513 4515 4466 0 -1 64 1081 0 0 0 69 0 0 0 16 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4525] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4525/stat : 4525 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4526] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4526/stat : 4526 (java) S 4513 4515 4466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156855559 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4515/tid=4568] ppid=4513 vsize=1712824 CPUtime=0
/proc/4515/task/4568/stat : 4568 (java) S 4513 4515 4466 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156983489 1753931776 119091 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (Kb) 1712824

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

Child status: 143
Real time (s): 1793.5
CPU time (s): 1800.57
CPU user time (s): 1799.47
CPU system time (s): 1.09983
CPU usage (%): 100.394
Max. virtual memory (cumulated for all children) (Kb): 1712824
The end

Launcher Data (download as text)

Begin job on node44 on Fri Jul 28 15:17:26 UTC 2006


FILE ID= 50875-1154099846

PBS_JOBID= 886066

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_4.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node44/50875-1154099846/instance-50875-1154099846.opb 762573140
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-50875-1154099846 -o ROOT/results/node44/solver-50875-1154099846 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node44/50875-1154099846/instance-50875-1154099846.opb 762573140

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  87341d3e4752b9f90faef0f8d9385430

RANDOM SEED= 762573140

TIMEOUT= 1800 seconds


/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.238
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.238
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:       1516448 kB
Buffers:         32184 kB
Cached:         428944 kB
SwapCached:       3516 kB
Active:          57920 kB
Inactive:       411632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516448 kB
SwapTotal:     4192956 kB
SwapFree:      4183124 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:            55900 kB
Committed_AS:   682608 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node44 on Fri Jul 28 15:47:20 UTC 2006