Trace number 50675

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)20 1800.27 1783.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
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 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint54
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
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@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/node12/50675-1154107796/instance-50675-1154107796.opb
0.20	c reading problem ... 
0.26	c ... done. Time 0.059 ms.
0.26	c #vars     120
0.26	c #constraints  10
2.38	c SATISFIABLE
2.38	c OPTIMIZING...
2.38	c Got one! Ellapsed CPU time (in seconds):2.179
2.38	o 1897
3.59	c Got one! Ellapsed CPU time (in seconds):3.384
3.59	o 1384
4.42	c Got one! Ellapsed CPU time (in seconds):4.213
4.42	o 1379
5.95	c Got one! Ellapsed CPU time (in seconds):5.745
5.95	o 1216
7.07	c Got one! Ellapsed CPU time (in seconds):6.865
7.07	o 1169
8.41	c Got one! Ellapsed CPU time (in seconds):8.208
8.41	o 1157
9.85	c Got one! Ellapsed CPU time (in seconds):9.648
9.85	o 1141
11.51	c Got one! Ellapsed CPU time (in seconds):11.311
11.52	o 1133
13.41	c Got one! Ellapsed CPU time (in seconds):13.208
13.41	o 1117
17.57	c Got one! Ellapsed CPU time (in seconds):17.368
17.57	o 993
20.01	c Got one! Ellapsed CPU time (in seconds):19.804
20.01	o 978
22.63	c Got one! Ellapsed CPU time (in seconds):22.425
22.63	o 977
24.36	c Got one! Ellapsed CPU time (in seconds):24.153
24.36	o 970
27.08	c Got one! Ellapsed CPU time (in seconds):26.877
27.08	o 956
30.41	c Got one! Ellapsed CPU time (in seconds):30.21
30.41	o 944
33.39	c Got one! Ellapsed CPU time (in seconds):33.188
33.39	o 894
36.56	c Got one! Ellapsed CPU time (in seconds):36.359
36.56	o 884
40.21	c Got one! Ellapsed CPU time (in seconds):40.007
40.21	o 826
44.04	c Got one! Ellapsed CPU time (in seconds):43.837
44.04	o 824
47.72	c Got one! Ellapsed CPU time (in seconds):47.517
47.72	o 762
51.65	c Got one! Ellapsed CPU time (in seconds):51.443
51.65	o 758
57.84	c Got one! Ellapsed CPU time (in seconds):57.633
57.84	o 703
62.25	c Got one! Ellapsed CPU time (in seconds):62.044
62.25	o 662
65.38	c Got one! Ellapsed CPU time (in seconds):65.173
65.38	o 548
69.49	c Got one! Ellapsed CPU time (in seconds):69.288
69.49	o 532
76.70	c Got one! Ellapsed CPU time (in seconds):76.493
76.70	o 530
84.48	c Got one! Ellapsed CPU time (in seconds):84.274
84.48	o 497
92.16	c Got one! Ellapsed CPU time (in seconds):91.952
92.16	o 481
99.74	c Got one! Ellapsed CPU time (in seconds):99.541
99.74	o 465
109.05	c Got one! Ellapsed CPU time (in seconds):108.843
109.05	o 423
118.02	c Got one! Ellapsed CPU time (in seconds):117.813
118.02	o 401
124.01	c Got one! Ellapsed CPU time (in seconds):123.809
124.01	o 400
128.43	c Got one! Ellapsed CPU time (in seconds):128.229
128.43	o 382
136.98	c Got one! Ellapsed CPU time (in seconds):136.773
136.98	o 333
146.58	c Got one! Ellapsed CPU time (in seconds):146.374
146.58	o 301
155.71	c Got one! Ellapsed CPU time (in seconds):155.51
155.71	o 280
165.49	c Got one! Ellapsed CPU time (in seconds):165.284
165.49	o 279
172.12	c Got one! Ellapsed CPU time (in seconds):171.914
172.12	o 274
180.77	c Got one! Ellapsed CPU time (in seconds):180.57
180.77	o 273
205.43	c Got one! Ellapsed CPU time (in seconds):205.222
205.43	o 227
212.60	c Got one! Ellapsed CPU time (in seconds):212.396
212.60	o 226
220.68	c Got one! Ellapsed CPU time (in seconds):220.479
220.68	o 147
238.98	c Got one! Ellapsed CPU time (in seconds):238.781
238.99	o 145
246.13	c Got one! Ellapsed CPU time (in seconds):245.928
246.13	o 137
256.43	c Got one! Ellapsed CPU time (in seconds):256.229
256.43	o 129
271.93	c Got one! Ellapsed CPU time (in seconds):271.724
271.93	o 126
284.94	c Got one! Ellapsed CPU time (in seconds):284.736
284.94	o 118
298.49	c Got one! Ellapsed CPU time (in seconds):298.29
298.49	o 105
325.95	c Got one! Ellapsed CPU time (in seconds):325.751
325.96	o 103
338.45	c Got one! Ellapsed CPU time (in seconds):338.245
338.45	o 101
350.97	c Got one! Ellapsed CPU time (in seconds):350.763
350.97	o 85
374.14	c Got one! Ellapsed CPU time (in seconds):373.935
374.14	o 75
417.18	c Got one! Ellapsed CPU time (in seconds):416.978
417.18	o 49
549.20	c Got one! Ellapsed CPU time (in seconds):548.994
549.20	o 40
572.24	c Got one! Ellapsed CPU time (in seconds):572.033
572.24	o 39
606.83	c Got one! Ellapsed CPU time (in seconds):606.626
606.83	o 38
723.58	c Got one! Ellapsed CPU time (in seconds):723.374
723.58	o 37
981.08	c Got one! Ellapsed CPU time (in seconds):980.871
981.08	o 20
1783.34	c starts		: 192
1783.34	c conflicts		: 35596
1783.34	c decisions		: 87630
1783.34	c propagations		: 389922
1783.34	c inspects		: 556298851
1783.34	c learnt literals	: 0
1783.34	c learnt binary clauses	: 0
1783.34	c learnt ternary clauses	: 0
1783.34	c learnt clauses	: 35595
1783.34	c root simplifications	: 0
1783.34	c removed literals (reason simplification)	: 0
1783.34	c reason swapping (by a shorter reason)	: 0
1783.34	c Calls to reduceDB	: 0
1783.34	c speed (decisions/second)	: 109.22879212625318
1783.34	c non guided choices	1003
1783.34	s SATISFIABLE
1783.34	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
1783.34	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
1783.34	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
1783.34	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 -x107 -x108
1783.34	v x109 x110 -x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120
1783.34	c objective function=20
1783.34	c Total wall clock time (ms): 1783.136

Verifier Data (download as text)

OK	20

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.99 0.99 3/64 27139
/proc/meminfo: memFree=937168/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=168 CPUtime=0
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 157641116 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 9696036 0 0 4096 0 0 0 0 17 1 0 0
/proc/27139/statm: 54 30 25 14 0 2 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.99 0.99 2/76 27158
/proc/meminfo: memFree=747120/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=11.37
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 54969 0 1 0 1111 26 0 0 25 0 13 0 157641116 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071393010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 49311 1909 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=0.17
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 5318 0 0 0 15 2 0 0 16 0 13 0 157641119 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=0.18
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 4951 0 0 0 16 2 0 0 16 0 13 0 157641119 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 157641122 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.91
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2767 0 0 0 90 1 0 0 17 0 13 0 157641126 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.96
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3523 0 0 0 95 1 0 0 16 0 13 0 157641126 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27158] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27158/stat : 27158 (java) S 27137 27139 27090 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157642102 1759207424 49311 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (Kb) 1717976

[startup+20.0103 s]
/proc/loadavg: 0.94 0.99 0.99 2/76 27161
/proc/meminfo: memFree=736624/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=21.46
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 58048 0 1 0 2118 28 0 0 25 0 12 0 157641116 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155450691 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 51963 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=0.25
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 6901 0 0 0 22 3 0 0 16 0 12 0 157641119 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=0.26
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 6432 0 0 0 23 3 0 0 16 0 12 0 157641119 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 157641122 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 157641122 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 157641122 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157641126 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 157641126 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.92
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2768 0 0 0 91 1 0 0 17 0 13 0 157641126 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.96
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3524 0 0 0 95 1 0 0 16 0 13 0 157641126 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27162] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27162/stat : 27162 (java) R 27137 27139 27090 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157643117 1759207424 51963 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (Kb) 1717976

[startup+30.0181 s]
/proc/loadavg: 0.95 0.99 0.99 2/76 27165
/proc/meminfo: memFree=735528/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=31.52
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 60080 0 1 0 3123 29 0 0 25 0 13 0 157641116 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071356500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 52189 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=0.3
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 8142 0 0 0 27 3 0 0 16 0 13 0 157641119 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=0.31
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 7215 0 0 0 28 3 0 0 16 0 13 0 157641119 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 157641122 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.93
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2769 0 0 0 92 1 0 0 16 0 13 0 157641126 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.96
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3524 0 0 0 95 1 0 0 17 0 13 0 157641126 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27165] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27165/stat : 27165 (java) S 27137 27139 27090 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 157643824 1759207424 52189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (Kb) 1717976

[startup+40.0259 s]
/proc/loadavg: 0.96 0.99 0.99 2/76 27168
/proc/meminfo: memFree=737760/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=41.57
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 61353 0 1 0 4127 30 0 0 25 0 13 0 157641116 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071106492 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 51633 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=0.36
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 8861 0 0 0 32 4 0 0 16 0 13 0 157641119 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=0.35
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 7761 0 0 0 32 3 0 0 16 0 13 0 157641119 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 157641122 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.93
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2769 0 0 0 92 1 0 0 17 0 13 0 157641126 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.96
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3524 0 0 0 95 1 0 0 17 0 13 0 157641126 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27168] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27168/stat : 27168 (java) S 27137 27139 27090 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157644773 1759207424 51633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (Kb) 1717976

[startup+50.0337 s]
/proc/loadavg: 0.96 0.99 0.99 2/76 27171
/proc/meminfo: memFree=740248/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=51.63
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 62528 0 1 0 5132 31 0 0 25 0 13 0 157641116 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595818 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 51009 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=0.41
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 9579 0 0 0 37 4 0 0 16 0 13 0 157641119 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=0.4
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 8207 0 0 0 37 3 0 0 17 0 13 0 157641119 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 157641122 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.94
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2769 0 0 0 93 1 0 0 16 0 13 0 157641126 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3524 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27171] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27171/stat : 27171 (java) S 27137 27139 27090 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157645888 1759207424 51009 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.63
Current children cumulated vsize (Kb) 1717976

[startup+60.0405 s]
/proc/loadavg: 0.97 0.99 0.99 2/76 27173
/proc/meminfo: memFree=741648/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=61.67
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 63432 0 1 0 6136 31 0 0 25 0 13 0 157641116 1759207424 50672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071371979 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 50672 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=0.45
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 10233 0 0 0 41 4 0 0 16 0 13 0 157641119 1759207424 50672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=0.44
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 8451 0 0 0 41 3 0 0 16 0 13 0 157641119 1759207424 50672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 157641122 1759207424 50672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 50672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 50672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0

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

/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2772 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.99
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3525 0 0 0 98 1 0 0 17 0 13 0 157641126 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27211] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27211/stat : 27211 (java) S 27137 27139 27090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157739225 1759207424 132392 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.08
Current children cumulated vsize (Kb) 1717976

[startup+1780.31 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 27211
/proc/meminfo: memFree=412880/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=1797.11
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 227699 0 1 0 179582 129 0 0 25 0 13 0 157641116 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 132479 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=16.45
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 65390 0 0 0 1610 35 0 0 17 0 13 0 157641119 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=16.44
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 60165 0 0 0 1614 30 0 0 16 0 13 0 157641119 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0.3
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 254 0 0 0 15 15 0 0 16 0 13 0 157641122 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2772 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.99
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3525 0 0 0 98 1 0 0 17 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27211] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27211/stat : 27211 (java) S 27137 27139 27090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157739225 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (Kb) 1717976

[startup+1781.31 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 27211
/proc/meminfo: memFree=412880/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=1798.12
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 227699 0 1 0 179683 129 0 0 25 0 13 0 157641116 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 132479 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=16.45
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 65390 0 0 0 1610 35 0 0 17 0 13 0 157641119 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=16.44
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 60165 0 0 0 1614 30 0 0 16 0 13 0 157641119 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0.3
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 254 0 0 0 15 15 0 0 16 0 13 0 157641122 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2772 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.99
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3525 0 0 0 98 1 0 0 17 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27211] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27211/stat : 27211 (java) S 27137 27139 27090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157739225 1759207424 132479 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.12
Current children cumulated vsize (Kb) 1717976

[startup+1782.32 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 27211
/proc/meminfo: memFree=412368/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=1799.15
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 227854 0 1 0 179786 129 0 0 25 0 13 0 157641116 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071404461 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 132617 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=16.47
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 65460 0 0 0 1612 35 0 0 16 0 13 0 157641119 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=16.47
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 60249 0 0 0 1617 30 0 0 16 0 13 0 157641119 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0.3
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 254 0 0 0 15 15 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2772 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.99
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3525 0 0 0 98 1 0 0 17 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27211] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27211/stat : 27211 (java) S 27137 27139 27090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157739225 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (Kb) 1717976

[startup+1783.33 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 27211
/proc/meminfo: memFree=412368/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=1800.16
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 227854 0 1 0 179887 129 0 0 25 0 13 0 157641116 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071392889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 132617 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=16.47
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 65460 0 0 0 1612 35 0 0 16 0 13 0 157641119 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=16.47
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 60249 0 0 0 1617 30 0 0 16 0 13 0 157641119 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0.3
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 254 0 0 0 15 15 0 0 16 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2772 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.99
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3525 0 0 0 98 1 0 0 17 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27211] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27211/stat : 27211 (java) S 27137 27139 27090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157739225 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (Kb) 1717976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.33 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 27211
/proc/meminfo: memFree=412368/2055920 swapFree=4183008/4192956
[pid=27139] ppid=27137 vsize=1717976 CPUtime=1800.16
/proc/27139/stat : 27139 (java) R 27137 27139 27090 0 -1 0 227854 0 1 0 179887 129 0 0 25 0 13 0 157641116 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071372181 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27139/statm: 429494 132617 1910 14 0 416241 0
[pid=27139/tid=27140] ppid=27137 vsize=1717976 CPUtime=16.47
/proc/27139/task/27140/stat : 27140 (java) S 27137 27139 27090 0 -1 64 65460 0 0 0 1612 35 0 0 16 0 13 0 157641119 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27141] ppid=27137 vsize=1717976 CPUtime=16.47
/proc/27139/task/27141/stat : 27141 (java) S 27137 27139 27090 0 -1 64 60249 0 0 0 1617 30 0 0 16 0 13 0 157641119 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27142] ppid=27137 vsize=1717976 CPUtime=0.3
/proc/27139/task/27142/stat : 27142 (java) S 27137 27139 27090 0 -1 64 254 0 0 0 15 15 0 0 16 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27143] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27143/stat : 27143 (java) S 27137 27139 27090 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27144] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27144/stat : 27144 (java) S 27137 27139 27090 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 157641122 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27145] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27145/stat : 27145 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27146] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27146/stat : 27146 (java) S 27137 27139 27090 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27147] ppid=27137 vsize=1717976 CPUtime=0.97
/proc/27139/task/27147/stat : 27147 (java) S 27137 27139 27090 0 -1 64 2772 0 0 0 96 1 0 0 17 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27148] ppid=27137 vsize=1717976 CPUtime=0.99
/proc/27139/task/27148/stat : 27148 (java) S 27137 27139 27090 0 -1 64 3525 0 0 0 98 1 0 0 17 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27149] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27149/stat : 27149 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27139/tid=27150] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27150/stat : 27150 (java) S 27137 27139 27090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157641126 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27139/tid=27211] ppid=27137 vsize=1717976 CPUtime=0
/proc/27139/task/27211/stat : 27211 (java) S 27137 27139 27090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157739225 1759207424 132617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (Kb) 1717976

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

Child status: 143
Real time (s): 1783.43
CPU time (s): 1800.27
CPU user time (s): 1798.9
CPU system time (s): 1.37379
CPU usage (%): 100.944
Max. virtual memory (cumulated for all children) (Kb): 1717976
The end

Launcher Data (download as text)

Begin job on node12 on Fri Jul 28 17:29:56 UTC 2006


FILE ID= 50675-1154107796

PBS_JOBID= 886353

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  c0264878059fff5e6fa5f51839a60b24

RANDOM SEED= 472455484

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.286
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.286
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:        937376 kB
Buffers:         35788 kB
Cached:        1000288 kB
SwapCached:       4052 kB
Active:          36540 kB
Inactive:      1008476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        937376 kB
SwapTotal:     4192956 kB
SwapFree:      4183008 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            59556 kB
Committed_AS:   688228 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node12 on Fri Jul 28 17:59:40 UTC 2006