Trace number 50681

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)127 1800.85 1784.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
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 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	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/node19/50681-1154109745/instance-50681-1154109745.opb
0.20	c reading problem ... 
0.31	c ... done. Time 0.095 ms.
0.31	c #vars     172
0.31	c #constraints  14
1.99	c SATISFIABLE
1.99	c OPTIMIZING...
1.99	c Got one! Ellapsed CPU time (in seconds):1.785
1.99	o 1328
2.84	c Got one! Ellapsed CPU time (in seconds):2.642
2.84	o 1323
3.73	c Got one! Ellapsed CPU time (in seconds):3.531
3.73	o 1133
4.65	c Got one! Ellapsed CPU time (in seconds):4.449
4.65	o 979
5.70	c Got one! Ellapsed CPU time (in seconds):5.497
5.70	o 975
6.66	c Got one! Ellapsed CPU time (in seconds):6.46
6.66	o 875
7.86	c Got one! Ellapsed CPU time (in seconds):7.656
7.86	o 851
10.04	c Got one! Ellapsed CPU time (in seconds):9.838
10.04	o 847
11.56	c Got one! Ellapsed CPU time (in seconds):11.358
11.56	o 843
13.35	c Got one! Ellapsed CPU time (in seconds):13.146
13.35	o 811
16.22	c Got one! Ellapsed CPU time (in seconds):16.022
16.22	o 717
19.22	c Got one! Ellapsed CPU time (in seconds):19.022
19.22	o 696
23.71	c Got one! Ellapsed CPU time (in seconds):23.512
23.71	o 688
32.93	c Got one! Ellapsed CPU time (in seconds):32.733
32.94	o 681
42.61	c Got one! Ellapsed CPU time (in seconds):42.406
42.61	o 656
48.68	c Got one! Ellapsed CPU time (in seconds):48.478
48.68	o 654
54.86	c Got one! Ellapsed CPU time (in seconds):54.655
54.86	o 652
60.82	c Got one! Ellapsed CPU time (in seconds):60.623
60.82	o 593
65.23	c Got one! Ellapsed CPU time (in seconds):65.027
65.23	o 586
74.11	c Got one! Ellapsed CPU time (in seconds):73.906
74.11	o 530
79.34	c Got one! Ellapsed CPU time (in seconds):79.142
79.34	o 511
83.96	c Got one! Ellapsed CPU time (in seconds):83.757
83.96	o 508
104.15	c Got one! Ellapsed CPU time (in seconds):103.945
104.15	o 496
110.23	c Got one! Ellapsed CPU time (in seconds):110.032
110.23	o 493
125.55	c Got one! Ellapsed CPU time (in seconds):125.344
125.55	o 479
134.09	c Got one! Ellapsed CPU time (in seconds):133.889
134.09	o 476
144.15	c Got one! Ellapsed CPU time (in seconds):143.944
144.15	o 473
152.24	c Got one! Ellapsed CPU time (in seconds):152.034
152.24	o 468
165.05	c Got one! Ellapsed CPU time (in seconds):164.848
165.05	o 466
178.62	c Got one! Ellapsed CPU time (in seconds):178.418
178.62	o 448
187.10	c Got one! Ellapsed CPU time (in seconds):186.899
187.10	o 447
208.43	c Got one! Ellapsed CPU time (in seconds):208.229
208.43	o 444
225.06	c Got one! Ellapsed CPU time (in seconds):224.858
225.06	o 427
245.09	c Got one! Ellapsed CPU time (in seconds):244.885
245.09	o 407
252.94	c Got one! Ellapsed CPU time (in seconds):252.741
252.94	o 405
261.58	c Got one! Ellapsed CPU time (in seconds):261.379
261.58	o 397
271.79	c Got one! Ellapsed CPU time (in seconds):271.588
271.79	o 396
295.04	c Got one! Ellapsed CPU time (in seconds):294.834
295.04	o 394
315.88	c Got one! Ellapsed CPU time (in seconds):315.678
315.88	o 329
329.44	c Got one! Ellapsed CPU time (in seconds):329.235
329.44	o 328
348.69	c Got one! Ellapsed CPU time (in seconds):348.485
348.69	o 327
362.22	c Got one! Ellapsed CPU time (in seconds):362.022
362.22	o 309
378.46	c Got one! Ellapsed CPU time (in seconds):378.254
378.46	o 298
399.98	c Got one! Ellapsed CPU time (in seconds):399.782
399.98	o 259
422.92	c Got one! Ellapsed CPU time (in seconds):422.719
422.92	o 255
438.13	c Got one! Ellapsed CPU time (in seconds):437.933
438.13	o 209
472.12	c Got one! Ellapsed CPU time (in seconds):471.918
472.12	o 206
487.36	c Got one! Ellapsed CPU time (in seconds):487.159
487.36	o 203
500.62	c Got one! Ellapsed CPU time (in seconds):500.415
500.62	o 186
516.21	c Got one! Ellapsed CPU time (in seconds):516.004
516.21	o 184
599.47	c Got one! Ellapsed CPU time (in seconds):599.268
599.47	o 182
617.83	c Got one! Ellapsed CPU time (in seconds):617.629
617.83	o 175
692.14	c Got one! Ellapsed CPU time (in seconds):691.935
692.14	o 174
724.94	c Got one! Ellapsed CPU time (in seconds):724.734
724.94	o 173
755.26	c Got one! Ellapsed CPU time (in seconds):755.058
755.26	o 168
816.83	c Got one! Ellapsed CPU time (in seconds):816.63
816.83	o 166
885.32	c Got one! Ellapsed CPU time (in seconds):885.122
885.32	o 163
933.96	c Got one! Ellapsed CPU time (in seconds):933.753
933.96	o 149
998.06	c Got one! Ellapsed CPU time (in seconds):997.854
998.06	o 148
1033.15	c Got one! Ellapsed CPU time (in seconds):1032.951
1033.15	o 144
1083.94	c Got one! Ellapsed CPU time (in seconds):1083.734
1083.94	o 141
1128.15	c Got one! Ellapsed CPU time (in seconds):1127.951
1128.15	o 137
1180.29	c Got one! Ellapsed CPU time (in seconds):1180.092
1180.29	o 135
1336.75	c Got one! Ellapsed CPU time (in seconds):1336.543
1336.75	o 133
1496.67	c Got one! Ellapsed CPU time (in seconds):1496.466
1496.67	o 128
1657.61	c Got one! Ellapsed CPU time (in seconds):1657.41
1657.61	o 127
1784.44	c starts		: 196
1784.44	c conflicts		: 27453
1784.44	c decisions		: 105956
1784.44	c propagations		: 416360
1784.44	c inspects		: 497493913
1784.44	c learnt literals	: 0
1784.44	c learnt binary clauses	: 0
1784.44	c learnt ternary clauses	: 0
1784.44	c learnt clauses	: 27453
1784.44	c root simplifications	: 0
1784.44	c removed literals (reason simplification)	: 0
1784.44	c reason swapping (by a shorter reason)	: 0
1784.44	c Calls to reduceDB	: 0
1784.44	c speed (decisions/second)	: 835.4306619989277
1784.44	c non guided choices	1809
1784.44	s SATISFIABLE
1784.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29
1784.44	v -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 x51 x52 x53 -x54 -x55 -x56
1784.44	v -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82
1784.44	v -x83 -x84 -x85 -x86 -x87 -x88 x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 x106 -x107
1784.44	v -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 x117 -x118 x119 -x120 -x121 x122 -x123 x124 -x125 -x126 -x127 -x128 x129
1784.44	v x130 x131 -x132 x133 x134 x135 -x136 -x137 x138 -x139 -x140 -x141 x142 x143 x144 x145 x146 -x147 x148 -x149 x150 -x151 -x152
1784.44	v x153 -x154 -x155 x156 x157 -x158 -x159 -x160 x161 -x162 x163 x164 -x165 x166 x167 x168 x169 -x170 -x171 -x172
1784.44	c objective function=127
1784.44	c Total wall clock time (ms): 1784.242

Verifier Data (download as text)

OK	127

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/node19/watcher-50681-1154109745 -o ROOT/results/node19/solver-50681-1154109745 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node19/50681-1154109745/instance-50681-1154109745.opb 505647071 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 28466
/proc/meminfo: memFree=1502232/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=172 CPUtime=0
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 202 0 0 0 0 0 0 0 18 0 1 0 157835019 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 7483691 0 0 4096 0 0 0 0 17 1 0 0
/proc/28466/statm: 43 24 18 14 0 3 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 28485
/proc/meminfo: memFree=1309944/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1716920 CPUtime=11.28
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 53915 0 1 0 1101 27 0 0 24 0 13 0 157835019 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071354835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 429230 49839 1909 14 0 415977 0
[pid=28466/tid=28467] ppid=28464 vsize=1716920 CPUtime=0.16
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 5492 0 0 0 13 3 0 0 16 0 13 0 157835022 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1716920 CPUtime=0.16
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 5433 0 0 0 14 2 0 0 16 0 13 0 157835022 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 157835024 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1716920 CPUtime=0.76
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1788 0 0 0 76 0 0 0 16 0 13 0 157835028 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1716920 CPUtime=0.84
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2785 0 0 0 83 1 0 0 16 0 13 0 157835028 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28485] ppid=28464 vsize=1716920 CPUtime=0
/proc/28466/task/28485/stat : 28485 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157835805 1758126080 49839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (Kb) 1716920

[startup+20.0095 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 28490
/proc/meminfo: memFree=1301616/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=21.35
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 57042 0 1 0 2107 28 0 0 19 0 13 0 157835019 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071498149 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 51886 1910 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=0.23
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 7213 0 0 0 19 4 0 0 16 0 13 0 157835022 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=0.24
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 6824 0 0 0 21 3 0 0 16 0 13 0 157835022 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 157835024 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.77
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1788 0 0 0 77 0 0 0 16 0 13 0 157835028 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=0.85
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2785 0 0 0 84 1 0 0 16 0 13 0 157835028 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28490] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28490/stat : 28490 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157836942 1756921856 51886 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (Kb) 1715744

[startup+30.0166 s]
/proc/loadavg: 0.95 0.98 0.99 2/76 28491
/proc/meminfo: memFree=1302120/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=31.45
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 58819 0 1 0 3116 29 0 0 21 0 13 0 157835019 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071568422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 51764 1910 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=0.29
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 8033 0 0 0 24 5 0 0 16 0 13 0 157835022 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=0.29
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 7772 0 0 0 26 3 0 0 17 0 13 0 157835022 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 34 0 0 0 0 0 0 0 15 0 13 0 157835024 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.77
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1788 0 0 0 77 0 0 0 16 0 13 0 157835028 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=0.87
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2785 0 0 0 86 1 0 0 17 0 13 0 157835028 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28491] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28491/stat : 28491 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157837391 1756921856 51764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.45
Current children cumulated vsize (Kb) 1715744

[startup+40.0237 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 28492
/proc/meminfo: memFree=1305120/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=41.51
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 60256 0 1 0 4120 31 0 0 21 0 13 0 157835019 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071358928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 51018 1910 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=0.34
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 8791 0 0 0 29 5 0 0 16 0 13 0 157835022 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=0.33
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 8442 0 0 0 30 3 0 0 17 0 13 0 157835022 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 34 0 0 0 0 0 0 0 15 0 13 0 157835024 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.78
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1788 0 0 0 78 0 0 0 16 0 13 0 157835028 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=0.88
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2785 0 0 0 87 1 0 0 16 0 13 0 157835028 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28492] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28492/stat : 28492 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157838313 1756921856 51018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.51
Current children cumulated vsize (Kb) 1715744

[startup+50.0308 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 28494
/proc/meminfo: memFree=1306968/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=51.55
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 61633 0 1 0 5124 31 0 0 25 0 13 0 157835019 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071537793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28466/statm: 428936 50532 1910 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=0.39
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 9503 0 0 0 34 5 0 0 16 0 13 0 157835022 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=0.39
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 9098 0 0 0 35 4 0 0 16 0 13 0 157835022 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 157835024 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.78
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1788 0 0 0 78 0 0 0 16 0 13 0 157835028 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=0.88
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2785 0 0 0 87 1 0 0 16 0 13 0 157835028 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28494] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28494/stat : 28494 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157839887 1756921856 50532 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.55
Current children cumulated vsize (Kb) 1715744

[startup+60.0379 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 28495
/proc/meminfo: memFree=1308048/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=61.6
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 62879 0 1 0 6128 32 0 0 25 0 13 0 157835019 1756921856 50281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071359445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 50281 1910 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=0.45
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 10039 0 0 0 39 6 0 0 16 0 13 0 157835022 1756921856 50281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=0.44
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 9800 0 0 0 40 4 0 0 16 0 13 0 157835022 1756921856 50281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0.01
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 34 0 0 0 0 1 0 0 16 0 13 0 157835024 1756921856 50281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 50281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 50281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0

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

/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.9
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1829 0 0 0 90 0 0 0 17 0 13 0 157835028 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=1.03
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2814 0 0 0 102 1 0 0 17 0 13 0 157835028 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28544] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28544/stat : 28544 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158000780 1756921856 137432 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (Kb) 1715744

[startup+1781.41 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 28544
/proc/meminfo: memFree=957528/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=1797.67
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 242700 0 1 0 179634 133 0 0 24 0 13 0 157835019 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071358777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 137494 1911 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=15.8
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 63007 0 0 0 1549 31 0 0 16 0 13 0 157835022 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=15.81
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 66611 0 0 0 1550 31 0 0 17 0 13 0 157835022 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0.34
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 249 0 0 0 16 18 0 0 16 0 13 0 157835024 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.9
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1829 0 0 0 90 0 0 0 17 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=1.03
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2814 0 0 0 102 1 0 0 17 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28544] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28544/stat : 28544 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158000780 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 1715744

[startup+1782.42 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 28544
/proc/meminfo: memFree=957528/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=1798.68
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 242700 0 1 0 179735 133 0 0 25 0 13 0 157835019 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071568422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 137494 1911 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=15.8
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 63007 0 0 0 1549 31 0 0 16 0 13 0 157835022 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=15.81
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 66611 0 0 0 1550 31 0 0 17 0 13 0 157835022 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0.34
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 249 0 0 0 16 18 0 0 16 0 13 0 157835024 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.9
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1829 0 0 0 90 0 0 0 17 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=1.03
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2814 0 0 0 102 1 0 0 17 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28544] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28544/stat : 28544 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158000780 1756921856 137494 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 1715744

[startup+1783.42 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 28544
/proc/meminfo: memFree=957336/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=1799.71
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 242753 0 1 0 179838 133 0 0 23 0 13 0 157835019 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071374404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 137546 1911 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=15.82
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 63041 0 0 0 1551 31 0 0 16 0 13 0 157835022 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=15.83
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 66629 0 0 0 1552 31 0 0 17 0 13 0 157835022 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0.34
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 249 0 0 0 16 18 0 0 15 0 13 0 157835024 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.9
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1829 0 0 0 90 0 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=1.03
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2814 0 0 0 102 1 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28544] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28544/stat : 28544 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158000780 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.71
Current children cumulated vsize (Kb) 1715744

[startup+1784.43 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 28544
/proc/meminfo: memFree=957336/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=1800.71
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 242753 0 1 0 179938 133 0 0 25 0 13 0 157835019 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071554751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 137546 1911 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=15.82
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 63041 0 0 0 1551 31 0 0 16 0 13 0 157835022 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=15.83
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 66629 0 0 0 1552 31 0 0 17 0 13 0 157835022 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0.34
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 249 0 0 0 16 18 0 0 16 0 13 0 157835024 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.9
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1829 0 0 0 90 0 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=1.03
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2814 0 0 0 102 1 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28544] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28544/stat : 28544 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158000780 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 1715744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.43 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 28544
/proc/meminfo: memFree=957336/2055920 swapFree=4183080/4192956
[pid=28466] ppid=28464 vsize=1715744 CPUtime=1800.72
/proc/28466/stat : 28466 (java) R 28464 28466 28417 0 -1 0 242753 0 1 0 179939 133 0 0 25 0 13 0 157835019 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071359520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28466/statm: 428936 137546 1911 14 0 415683 0
[pid=28466/tid=28467] ppid=28464 vsize=1715744 CPUtime=15.82
/proc/28466/task/28467/stat : 28467 (java) S 28464 28466 28417 0 -1 64 63041 0 0 0 1551 31 0 0 16 0 13 0 157835022 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28468] ppid=28464 vsize=1715744 CPUtime=15.83
/proc/28466/task/28468/stat : 28468 (java) S 28464 28466 28417 0 -1 64 66629 0 0 0 1552 31 0 0 17 0 13 0 157835022 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28469] ppid=28464 vsize=1715744 CPUtime=0.34
/proc/28466/task/28469/stat : 28469 (java) S 28464 28466 28417 0 -1 64 249 0 0 0 16 18 0 0 16 0 13 0 157835024 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28470] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28470/stat : 28470 (java) S 28464 28466 28417 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28471] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28471/stat : 28471 (java) S 28464 28466 28417 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157835025 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28472] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28472/stat : 28472 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28473] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28473/stat : 28473 (java) S 28464 28466 28417 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28474] ppid=28464 vsize=1715744 CPUtime=0.9
/proc/28466/task/28474/stat : 28474 (java) S 28464 28466 28417 0 -1 64 1829 0 0 0 90 0 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28475] ppid=28464 vsize=1715744 CPUtime=1.03
/proc/28466/task/28475/stat : 28475 (java) S 28464 28466 28417 0 -1 64 2814 0 0 0 102 1 0 0 17 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28476] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28476/stat : 28476 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28466/tid=28477] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28477/stat : 28477 (java) S 28464 28466 28417 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157835028 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28466/tid=28544] ppid=28464 vsize=1715744 CPUtime=0
/proc/28466/task/28544/stat : 28544 (java) S 28464 28466 28417 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158000780 1756921856 137546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1715744

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

Child status: 143
Real time (s): 1784.56
CPU time (s): 1800.85
CPU user time (s): 1799.43
CPU system time (s): 1.42378
CPU usage (%): 100.913
Max. virtual memory (cumulated for all children) (Kb): 1716920
The end

Launcher Data (download as text)

Begin job on node19 on Fri Jul 28 18:02:25 UTC 2006


FILE ID= 50681-1154109745

PBS_JOBID= 886431

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node19/50681-1154109745/instance-50681-1154109745.opb 505647071
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-50681-1154109745 -o ROOT/results/node19/solver-50681-1154109745 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node19/50681-1154109745/instance-50681-1154109745.opb 505647071

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  474916db0f2f0be5831d97827cee8e55

RANDOM SEED= 505647071

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.233
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.233
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:       1502440 kB
Buffers:         26924 kB
Cached:         468504 kB
SwapCached:       3556 kB
Active:          54140 kB
Inactive:       449792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502440 kB
SwapTotal:     4192956 kB
SwapFree:      4183080 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14508 kB
Slab:            35496 kB
Committed_AS:   775592 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node19 on Fri Jul 28 18:32:10 UTC 2006