Trace number 50651

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)55 1800.44 1783.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c no version file found!!!
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_06
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 1548419056
0.17	c Max memory 1551040512
0.17	c Total memory 1551040512
0.17	c Number of processors 2
0.24	c Cutting planes based inference
0.24	c --- Begin Solver configuration ---
0.24	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.24	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.24	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving ROOT/tmp/node39/50651-1154099105/instance-50651-1154099105.opb
0.24	c reading problem ... 
0.32	c ... done. Time 0.08 ms.
0.32	c #vars     146
0.32	c #constraints  12
1.53	c SATISFIABLE
1.53	c OPTIMIZING...
1.53	c Got one! Ellapsed CPU time (in seconds):1.289
1.53	o 2389
2.17	c Got one! Ellapsed CPU time (in seconds):1.924
2.17	o 1275
2.76	c Got one! Ellapsed CPU time (in seconds):2.517
2.76	o 1273
3.37	c Got one! Ellapsed CPU time (in seconds):3.126
3.37	o 1261
4.00	c Got one! Ellapsed CPU time (in seconds):3.759
4.00	o 1221
4.71	c Got one! Ellapsed CPU time (in seconds):4.467
4.71	o 1220
5.55	c Got one! Ellapsed CPU time (in seconds):5.308
5.55	o 1119
6.43	c Got one! Ellapsed CPU time (in seconds):6.185
6.43	o 1074
7.36	c Got one! Ellapsed CPU time (in seconds):7.122
7.36	o 1056
8.35	c Got one! Ellapsed CPU time (in seconds):8.111
8.35	o 1026
9.84	c Got one! Ellapsed CPU time (in seconds):9.602
9.84	o 982
11.56	c Got one! Ellapsed CPU time (in seconds):11.314
11.56	o 919
13.04	c Got one! Ellapsed CPU time (in seconds):12.798
13.04	o 687
14.59	c Got one! Ellapsed CPU time (in seconds):14.347
14.59	o 683
15.92	c Got one! Ellapsed CPU time (in seconds):15.68
15.92	o 676
18.89	c Got one! Ellapsed CPU time (in seconds):18.645
18.89	o 661
20.62	c Got one! Ellapsed CPU time (in seconds):20.38
20.62	o 659
22.35	c Got one! Ellapsed CPU time (in seconds):22.11
22.35	o 627
25.62	c Got one! Ellapsed CPU time (in seconds):25.383
25.62	o 466
27.69	c Got one! Ellapsed CPU time (in seconds):27.452
27.69	o 354
32.76	c Got one! Ellapsed CPU time (in seconds):32.516
32.76	o 340
35.92	c Got one! Ellapsed CPU time (in seconds):35.68
35.92	o 339
39.37	c Got one! Ellapsed CPU time (in seconds):39.132
39.37	o 289
45.75	c Got one! Ellapsed CPU time (in seconds):45.513
45.75	o 209
54.33	c Got one! Ellapsed CPU time (in seconds):54.089
54.33	o 203
62.18	c Got one! Ellapsed CPU time (in seconds):61.942
62.18	o 176
68.71	c Got one! Ellapsed CPU time (in seconds):68.469
68.71	o 174
72.68	c Got one! Ellapsed CPU time (in seconds):72.439
72.68	o 169
80.38	c Got one! Ellapsed CPU time (in seconds):80.14
80.38	o 168
102.04	c Got one! Ellapsed CPU time (in seconds):101.798
102.04	o 162
109.69	c Got one! Ellapsed CPU time (in seconds):109.447
109.69	o 146
128.82	c Got one! Ellapsed CPU time (in seconds):128.581
128.82	o 138
143.77	c Got one! Ellapsed CPU time (in seconds):143.529
143.77	o 115
159.75	c Got one! Ellapsed CPU time (in seconds):159.51
159.75	o 110
226.24	c Got one! Ellapsed CPU time (in seconds):225.998
226.24	o 108
253.32	c Got one! Ellapsed CPU time (in seconds):253.075
253.32	o 99
273.13	c Got one! Ellapsed CPU time (in seconds):272.891
273.13	o 90
331.00	c Got one! Ellapsed CPU time (in seconds):330.757
331.00	o 88
352.50	c Got one! Ellapsed CPU time (in seconds):352.257
352.50	o 87
378.22	c Got one! Ellapsed CPU time (in seconds):377.979
378.22	o 85
478.26	c Got one! Ellapsed CPU time (in seconds):478.024
478.26	o 77
491.17	c Got one! Ellapsed CPU time (in seconds):490.931
491.17	o 72
722.81	c Got one! Ellapsed CPU time (in seconds):722.564
722.81	o 65
763.37	c Got one! Ellapsed CPU time (in seconds):763.134
763.37	o 64
855.74	c Got one! Ellapsed CPU time (in seconds):855.497
855.74	o 58
1209.58	c Got one! Ellapsed CPU time (in seconds):1209.339
1209.58	o 55
1783.36	c starts		: 153
1783.36	c conflicts		: 35255
1783.36	c decisions		: 93763
1783.36	c propagations		: 419395
1783.36	c inspects		: 503262203
1783.36	c learnt literals	: 0
1783.36	c learnt binary clauses	: 0
1783.36	c learnt ternary clauses	: 0
1783.36	c learnt clauses	: 35254
1783.36	c root simplifications	: 0
1783.36	c removed literals (reason simplification)	: 0
1783.36	c reason swapping (by a shorter reason)	: 0
1783.36	c Calls to reduceDB	: 0
1783.36	c speed (decisions/second)	: 163.41366070790568
1783.36	c non guided choices	987
1783.36	s SATISFIABLE
1783.36	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.36	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
1783.36	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 -x83
1783.36	v -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.36	v -x109 x110 x111 -x112 x113 x114 -x115 x116 -x117 -x118 -x119 x120 x121 -x122 x123 x124 x125 x126 x127 x128 -x129 -x130 -x131
1783.36	v -x132 -x133 x134 -x135 x136 x137 -x138 x139 -x140 x141 -x142 -x143 x144 -x145 x146
1783.36	c objective function=55
1783.36	c Total wall clock time (ms): 1783.12

Verifier Data (download as text)

OK	55

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 2/64 25478
/proc/meminfo: memFree=1499096/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=168 CPUtime=0
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 156781731 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11092772 0 0 4096 0 0 0 0 17 1 0 0
/proc/25478/statm: 42 23 18 14 0 2 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.97 0.99 2/76 25501
/proc/meminfo: memFree=1311552/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1711140 CPUtime=11.05
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 51708 0 1 0 1079 26 0 0 17 0 13 0 156781731 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071398576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427785 48679 1910 14 0 414532 0
[pid=25478/tid=25479] ppid=25476 vsize=1711140 CPUtime=0.19
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 5800 0 0 0 16 3 0 0 16 0 13 0 156781734 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1711140 CPUtime=0.18
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 5726 0 0 0 16 2 0 0 16 0 13 0 156781734 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 156781737 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1711140 CPUtime=0.7
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 664 0 0 0 70 0 0 0 17 0 13 0 156781741 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1711140 CPUtime=0.63
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1440 0 0 0 62 1 0 0 16 0 13 0 156781741 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25501] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25501/stat : 25501 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156782716 1752207360 48679 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (Kb) 1711140

[startup+20.0088 s]
/proc/loadavg: 1.01 0.98 0.99 2/76 25506
/proc/meminfo: memFree=1302520/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1711140 CPUtime=21.12
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 54199 0 1 0 2085 27 0 0 25 0 13 0 156781731 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071569002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427785 50938 1910 14 0 414532 0
[pid=25478/tid=25479] ppid=25476 vsize=1711140 CPUtime=0.25
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 7194 0 0 0 22 3 0 0 16 0 13 0 156781734 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1711140 CPUtime=0.25
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 6814 0 0 0 22 3 0 0 16 0 13 0 156781734 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 156781737 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1711140 CPUtime=0.71
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 664 0 0 0 71 0 0 0 16 0 13 0 156781741 1752207360 50938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1711140 CPUtime=0.64
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1440 0 0 0 63 1 0 0 16 0 13 0 156781741 1752207360 50939 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1752207360 50942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1752207360 50943 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25506] ppid=25476 vsize=1711140 CPUtime=0
/proc/25478/task/25506/stat : 25506 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 156783620 1752207360 50948 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.12
Current children cumulated vsize (Kb) 1711140

[startup+30.0157 s]
/proc/loadavg: 1.01 0.98 0.99 2/76 25510
/proc/meminfo: memFree=1300976/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=31.21
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 56706 0 1 0 3093 28 0 0 25 0 13 0 156781731 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353506 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 51233 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 8425 0 0 0 28 3 0 0 16 0 13 0 156781734 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 8079 0 0 0 27 4 0 0 16 0 13 0 156781734 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.71
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 665 0 0 0 71 0 0 0 16 0 13 0 156781741 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.64
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1441 0 0 0 63 1 0 0 16 0 13 0 156781741 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25510] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25510/stat : 25510 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156784501 1751805952 51233 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.21
Current children cumulated vsize (Kb) 1710748

[startup+40.0226 s]
/proc/loadavg: 1.01 0.98 0.99 2/76 25513
/proc/meminfo: memFree=1303336/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=41.29
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 58344 0 1 0 4099 30 0 0 19 0 13 0 156781731 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071336827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 50659 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=0.37
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 9338 0 0 0 33 4 0 0 16 0 13 0 156781734 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=0.36
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 8793 0 0 0 32 4 0 0 16 0 13 0 156781734 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 156781737 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 665 0 0 0 72 0 0 0 16 0 13 0 156781741 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.67
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1443 0 0 0 66 1 0 0 17 0 13 0 156781741 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25513] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25513/stat : 25513 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156785669 1751805952 50659 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.29
Current children cumulated vsize (Kb) 1710748

[startup+50.0306 s]
/proc/loadavg: 1.01 0.98 0.99 2/76 25514
/proc/meminfo: memFree=1305056/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=51.34
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 59558 0 1 0 5104 30 0 0 20 0 13 0 156781731 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071569002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 50238 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=0.42
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 10128 0 0 0 38 4 0 0 16 0 13 0 156781734 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=0.41
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 9209 0 0 0 37 4 0 0 16 0 13 0 156781734 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.01
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 156781737 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 665 0 0 0 72 0 0 0 16 0 13 0 156781741 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.68
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1443 0 0 0 67 1 0 0 16 0 13 0 156781741 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25514] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25514/stat : 25514 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 156786307 1751805952 50238 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.34
Current children cumulated vsize (Kb) 1710748

[startup+60.0375 s]
/proc/loadavg: 1.00 0.98 0.99 2/76 25515
/proc/meminfo: memFree=1307160/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=61.39
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 60589 0 1 0 6108 31 0 0 25 0 13 0 156781731 1751805952 49690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 49690 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=0.47
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 10728 0 0 0 42 5 0 0 16 0 13 0 156781734 1751805952 49690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=0.47
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 9632 0 0 0 42 5 0 0 17 0 13 0 156781734 1751805952 49690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.01
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 33 0 0 0 1 0 0 0 17 0 13 0 156781737 1751805952 49690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 49690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 49690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0

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

/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.73
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 666 0 0 0 73 0 0 0 16 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1446 0 0 0 71 1 0 0 16 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25536] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25536/stat : 25536 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156902689 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.23
Current children cumulated vsize (Kb) 1710748

[startup+1780.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25536
/proc/meminfo: memFree=963264/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=1797.23
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 229777 0 1 0 179598 125 0 0 25 0 13 0 156781731 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 135373 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=16.81
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 63988 0 0 0 1648 33 0 0 16 0 13 0 156781734 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=16.78
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 61152 0 0 0 1647 31 0 0 16 0 13 0 156781734 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 219 0 0 0 16 15 0 0 16 0 13 0 156781737 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.73
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 666 0 0 0 73 0 0 0 16 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1446 0 0 0 71 1 0 0 16 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25536] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25536/stat : 25536 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156902689 1751805952 135373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (Kb) 1710748

[startup+1781.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25536
/proc/meminfo: memFree=963008/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=1798.27
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 229848 0 1 0 179702 125 0 0 16 0 13 0 156781731 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071365275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 135441 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=16.84
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 64041 0 0 0 1651 33 0 0 16 0 13 0 156781734 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=16.81
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 61169 0 0 0 1650 31 0 0 16 0 13 0 156781734 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 219 0 0 0 16 15 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.73
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 666 0 0 0 73 0 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1446 0 0 0 71 1 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25536] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25536/stat : 25536 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156902689 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.27
Current children cumulated vsize (Kb) 1710748

[startup+1782.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25536
/proc/meminfo: memFree=963008/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=1799.27
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 229848 0 1 0 179802 125 0 0 25 0 13 0 156781731 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071569083 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 135441 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=16.84
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 64041 0 0 0 1651 33 0 0 16 0 13 0 156781734 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=16.81
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 61169 0 0 0 1650 31 0 0 16 0 13 0 156781734 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 219 0 0 0 16 15 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.73
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 666 0 0 0 73 0 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1446 0 0 0 71 1 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25536] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25536/stat : 25536 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156902689 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.27
Current children cumulated vsize (Kb) 1710748

[startup+1783.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25536
/proc/meminfo: memFree=963008/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=1800.28
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 229848 0 1 0 179903 125 0 0 25 0 13 0 156781731 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 135441 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=16.84
/proc/25478/task/25479/stat : 25479 (java) S 25476 25478 25429 0 -1 64 64041 0 0 0 1651 33 0 0 16 0 13 0 156781734 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=16.81
/proc/25478/task/25480/stat : 25480 (java) S 25476 25478 25429 0 -1 64 61169 0 0 0 1650 31 0 0 16 0 13 0 156781734 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 219 0 0 0 16 15 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.73
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 666 0 0 0 73 0 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1446 0 0 0 71 1 0 0 16 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25536] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25536/stat : 25536 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156902689 1751805952 135441 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (Kb) 1710748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25536
/proc/meminfo: memFree=963008/2055920 swapFree=4183200/4192956
[pid=25478] ppid=25476 vsize=1710748 CPUtime=1800.28
/proc/25478/stat : 25478 (java) R 25476 25478 25429 0 -1 0 229862 0 1 0 179903 125 0 0 25 0 13 0 156781731 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25478/statm: 427687 135454 1910 14 0 414434 0
[pid=25478/tid=25479] ppid=25476 vsize=1710748 CPUtime=16.84
/proc/25478/task/25479/stat : 25479 (java) R 25476 25478 25429 0 -1 64 64054 0 0 0 1651 33 0 0 16 0 13 0 156781734 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975961 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25480] ppid=25476 vsize=1710748 CPUtime=16.81
/proc/25478/task/25480/stat : 25480 (java) R 25476 25478 25429 0 -1 64 61169 0 0 0 1650 31 0 0 16 0 13 0 156781734 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25481] ppid=25476 vsize=1710748 CPUtime=0.31
/proc/25478/task/25481/stat : 25481 (java) S 25476 25478 25429 0 -1 64 219 0 0 0 16 15 0 0 16 0 13 0 156781737 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25482] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25482/stat : 25482 (java) S 25476 25478 25429 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25483] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25483/stat : 25483 (java) S 25476 25478 25429 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156781737 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25484] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25484/stat : 25484 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156781741 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25485] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25485/stat : 25485 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156781741 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25486] ppid=25476 vsize=1710748 CPUtime=0.73
/proc/25478/task/25486/stat : 25486 (java) S 25476 25478 25429 0 -1 64 666 0 0 0 73 0 0 0 16 0 13 0 156781741 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25487] ppid=25476 vsize=1710748 CPUtime=0.72
/proc/25478/task/25487/stat : 25487 (java) S 25476 25478 25429 0 -1 64 1446 0 0 0 71 1 0 0 16 0 13 0 156781741 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25488] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25488/stat : 25488 (java) S 25476 25478 25429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156781741 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25478/tid=25489] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25489/stat : 25489 (java) S 25476 25478 25429 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156781741 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25478/tid=25536] ppid=25476 vsize=1710748 CPUtime=0
/proc/25478/task/25536/stat : 25536 (java) S 25476 25478 25429 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156902689 1751805952 135454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (Kb) 1710748

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

Child status: 143
Real time (s): 1783.46
CPU time (s): 1800.44
CPU user time (s): 1799.1
CPU system time (s): 1.3448
CPU usage (%): 100.952
Max. virtual memory (cumulated for all children) (Kb): 1711140
The end

Launcher Data (download as text)

Begin job on node39 on Fri Jul 28 15:05:05 UTC 2006


FILE ID= 50651-1154099105

PBS_JOBID= 886041

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  cdfa46b59876181d5d89fd18757b8cfb

RANDOM SEED= 295189076

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.214
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.214
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:       1499304 kB
Buffers:         30748 kB
Cached:         466424 kB
SwapCached:       3648 kB
Active:          50620 kB
Inactive:       455196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499304 kB
SwapTotal:     4192956 kB
SwapFree:      4183200 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            36828 kB
Committed_AS:   670588 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Fri Jul 28 15:34:49 UTC 2006