Trace number 50881

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2SAT (TO)62 1800.76 1784.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8d16c34d0eecf3c16ca4b890652c15ca
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7
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 7
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 constraint64
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 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node56/50881-1154101998/instance-50881-1154101998.opb
0.20	c reading problem ... 
0.27	c ... done. Time 0.07 ms.
0.27	c #vars     146
0.27	c #constraints  12
0.31	c SATISFIABLE
0.31	c OPTIMIZING...
0.31	c Got one! Ellapsed CPU time (in seconds):0.105
0.32	o 1114
0.69	c Got one! Ellapsed CPU time (in seconds):0.492
0.69	o 1058
1.55	c Got one! Ellapsed CPU time (in seconds):1.348
1.55	o 986
1.74	c Got one! Ellapsed CPU time (in seconds):1.537
1.74	o 932
1.84	c Got one! Ellapsed CPU time (in seconds):1.633
1.84	o 890
1.88	c Got one! Ellapsed CPU time (in seconds):1.681
1.88	o 882
1.92	c Got one! Ellapsed CPU time (in seconds):1.717
1.92	o 860
2.08	c Got one! Ellapsed CPU time (in seconds):1.875
2.08	o 755
2.13	c Got one! Ellapsed CPU time (in seconds):1.933
2.13	o 733
2.17	c Got one! Ellapsed CPU time (in seconds):1.964
2.17	o 715
2.22	c Got one! Ellapsed CPU time (in seconds):2.017
2.22	o 709
2.25	c Got one! Ellapsed CPU time (in seconds):2.05
2.25	o 707
2.33	c Got one! Ellapsed CPU time (in seconds):2.129
2.33	o 705
2.45	c Got one! Ellapsed CPU time (in seconds):2.252
2.45	o 666
2.57	c Got one! Ellapsed CPU time (in seconds):2.373
2.57	o 644
2.81	c Got one! Ellapsed CPU time (in seconds):2.611
2.81	o 604
2.88	c Got one! Ellapsed CPU time (in seconds):2.68
2.88	o 585
3.57	c Got one! Ellapsed CPU time (in seconds):3.372
3.57	o 538
3.91	c Got one! Ellapsed CPU time (in seconds):3.709
3.91	o 534
4.08	c Got one! Ellapsed CPU time (in seconds):3.875
4.08	o 508
4.31	c Got one! Ellapsed CPU time (in seconds):4.106
4.31	o 469
4.65	c Got one! Ellapsed CPU time (in seconds):4.446
4.65	o 465
6.97	c Got one! Ellapsed CPU time (in seconds):6.771
6.97	o 444
7.15	c Got one! Ellapsed CPU time (in seconds):6.949
7.15	o 381
7.30	c Got one! Ellapsed CPU time (in seconds):7.102
7.30	o 313
7.54	c Got one! Ellapsed CPU time (in seconds):7.343
7.54	o 312
7.97	c Got one! Ellapsed CPU time (in seconds):7.768
7.97	o 301
8.40	c Got one! Ellapsed CPU time (in seconds):8.197
8.40	o 292
8.64	c Got one! Ellapsed CPU time (in seconds):8.441
8.64	o 277
8.97	c Got one! Ellapsed CPU time (in seconds):8.771
8.97	o 250
10.28	c Got one! Ellapsed CPU time (in seconds):10.079
10.28	o 248
11.33	c Got one! Ellapsed CPU time (in seconds):11.127
11.33	o 247
14.30	c Got one! Ellapsed CPU time (in seconds):14.094
14.30	o 233
15.92	c Got one! Ellapsed CPU time (in seconds):15.715
15.92	o 221
16.37	c Got one! Ellapsed CPU time (in seconds):16.172
16.37	o 215
18.33	c Got one! Ellapsed CPU time (in seconds):18.125
18.33	o 214
20.11	c Got one! Ellapsed CPU time (in seconds):19.91
20.11	o 213
26.77	c Got one! Ellapsed CPU time (in seconds):26.57
26.77	o 208
29.30	c Got one! Ellapsed CPU time (in seconds):29.103
29.30	o 191
30.36	c Got one! Ellapsed CPU time (in seconds):30.161
30.36	o 190
31.53	c Got one! Ellapsed CPU time (in seconds):31.333
31.53	o 186
36.00	c Got one! Ellapsed CPU time (in seconds):35.803
36.00	o 184
36.84	c Got one! Ellapsed CPU time (in seconds):36.641
36.84	o 179
38.93	c Got one! Ellapsed CPU time (in seconds):38.729
38.93	o 176
45.49	c Got one! Ellapsed CPU time (in seconds):45.29
45.49	o 172
51.52	c Got one! Ellapsed CPU time (in seconds):51.313
51.52	o 160
53.23	c Got one! Ellapsed CPU time (in seconds):53.033
53.23	o 152
56.39	c Got one! Ellapsed CPU time (in seconds):56.185
56.39	o 150
58.91	c Got one! Ellapsed CPU time (in seconds):58.711
58.91	o 146
77.47	c Got one! Ellapsed CPU time (in seconds):77.271
77.47	o 138
81.72	c Got one! Ellapsed CPU time (in seconds):81.521
81.72	o 132
86.67	c Got one! Ellapsed CPU time (in seconds):86.464
86.67	o 127
94.60	c Got one! Ellapsed CPU time (in seconds):94.401
94.60	o 119
118.60	c Got one! Ellapsed CPU time (in seconds):118.394
118.60	o 118
138.04	c Got one! Ellapsed CPU time (in seconds):137.836
138.04	o 117
145.68	c Got one! Ellapsed CPU time (in seconds):145.478
145.68	o 116
156.53	c Got one! Ellapsed CPU time (in seconds):156.324
156.53	o 115
159.95	c Got one! Ellapsed CPU time (in seconds):159.749
159.95	o 113
192.67	c Got one! Ellapsed CPU time (in seconds):192.463
192.67	o 93
209.61	c Got one! Ellapsed CPU time (in seconds):209.407
209.61	o 77
232.61	c Got one! Ellapsed CPU time (in seconds):232.404
232.61	o 76
334.97	c Got one! Ellapsed CPU time (in seconds):334.764
334.97	o 74
350.20	c Got one! Ellapsed CPU time (in seconds):349.999
350.20	o 68
842.97	c Got one! Ellapsed CPU time (in seconds):842.766
842.97	o 66
1020.09	c Got one! Ellapsed CPU time (in seconds):1019.892
1020.09	o 65
1196.50	c Got one! Ellapsed CPU time (in seconds):1196.299
1196.50	o 63
1710.03	c Got one! Ellapsed CPU time (in seconds):1709.824
1710.03	o 62
1784.32	c starts		: 159
1784.32	c conflicts		: 28787
1784.32	c decisions		: 87968
1784.32	c propagations		: 404697
1784.32	c inspects		: 378790798
1784.32	c learnt literals	: 0
1784.32	c learnt binary clauses	: 0
1784.32	c learnt ternary clauses	: 0
1784.32	c learnt clauses	: 28787
1784.32	c root simplifications	: 0
1784.32	c removed literals (reason simplification)	: 0
1784.32	c reason swapping (by a shorter reason)	: 0
1784.32	c Calls to reduceDB	: 0
1784.32	c speed (decisions/second)	: 1183.9888018520014
1784.32	c non guided choices	2000
1784.33	s SATISFIABLE
1784.33	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29
1784.33	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
1784.33	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 -x82
1784.33	v -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 x107
1784.33	v x108 -x109 -x110 x111 -x112 -x113 x114 x115 -x116 x117 -x118 -x119 x120 x121 -x122 x123 -x124 x125 -x126 x127 x128 x129 -x130
1784.33	v -x131 x132 x133 -x134 x135 x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 x145 x146
1784.33	c objective function=62
1784.33	c Total wall clock time (ms): 1784.124

Verifier Data (download as text)

OK	62

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/node56/watcher-50881-1154101998 -o ROOT/results/node56/solver-50881-1154101998 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node56/50881-1154101998/instance-50881-1154101998.opb 167286236 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.99 2/64 3792
/proc/meminfo: memFree=1504912/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1784 CPUtime=0
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 157069850 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3792/statm: 446 137 102 14 0 91 0

[startup+10.0026 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 3834
/proc/meminfo: memFree=1316096/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717748 CPUtime=11.53
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 54566 0 1 0 1128 25 0 0 21 0 13 0 157069850 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429437 48971 1908 14 0 416184 0
[pid=3792/tid=3793] ppid=3790 vsize=1717748 CPUtime=0.18
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 5250 0 0 0 16 2 0 0 16 0 13 0 157069854 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717748 CPUtime=0.18
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 4689 0 0 0 17 1 0 0 16 0 13 0 157069854 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 157069856 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717748 CPUtime=0.89
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3929 0 0 0 88 1 0 0 15 0 13 0 157069860 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717748 CPUtime=0.91
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1995 0 0 0 90 1 0 0 17 0 13 0 157069860 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3834] ppid=3790 vsize=1717748 CPUtime=0
/proc/3792/task/3834/stat : 3834 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157070748 1758973952 48971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (Kb) 1717748

[startup+20.0096 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 3840
/proc/meminfo: memFree=1308088/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=21.62
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 57562 0 1 0 2136 26 0 0 25 0 13 0 157069850 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071392399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 50902 1908 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=0.25
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 6850 0 0 0 22 3 0 0 16 0 13 0 157069854 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=0.24
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 6073 0 0 0 23 1 0 0 17 0 13 0 157069854 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 35 0 0 0 0 0 0 0 17 0 13 0 157069856 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.9
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3930 0 0 0 89 1 0 0 16 0 13 0 157069860 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.91
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 90 1 0 0 16 0 13 0 157069860 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3840] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3840/stat : 3840 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157071683 1758806016 50902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (Kb) 1717584

[startup+30.0166 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 3843
/proc/meminfo: memFree=1308656/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=31.69
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 59433 0 1 0 3142 27 0 0 25 0 13 0 157069850 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 50758 1908 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=0.31
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 7786 0 0 0 28 3 0 0 16 0 13 0 157069854 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=0.31
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 6999 0 0 0 29 2 0 0 16 0 13 0 157069854 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 157069856 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.9
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3930 0 0 0 89 1 0 0 16 0 13 0 157069860 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.91
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 90 1 0 0 16 0 13 0 157069860 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3843] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3843/stat : 3843 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157072781 1758806016 50758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (Kb) 1717584

[startup+40.0236 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 3848
/proc/meminfo: memFree=1312296/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=41.75
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 60783 0 1 0 4147 28 0 0 25 0 13 0 157069850 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071374464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 49864 1908 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=0.37
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 8660 0 0 0 34 3 0 0 16 0 13 0 157069854 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=0.37
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 7466 0 0 0 35 2 0 0 17 0 13 0 157069854 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 35 0 0 0 0 0 0 0 17 0 13 0 157069856 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.9
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3930 0 0 0 89 1 0 0 16 0 13 0 157069860 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.91
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 90 1 0 0 16 0 13 0 157069860 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3848] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3848/stat : 3848 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157073744 1758806016 49864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (Kb) 1717584

[startup+50.0305 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 3849
/proc/meminfo: memFree=1314464/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=51.8
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 61797 0 1 0 5152 28 0 0 23 0 13 0 157069850 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071574799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 49307 1908 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=0.43
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 9179 0 0 0 39 4 0 0 16 0 13 0 157069854 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=0.42
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 7953 0 0 0 40 2 0 0 16 0 13 0 157069854 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 157069856 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.9
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3930 0 0 0 89 1 0 0 16 0 13 0 157069860 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.91
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 90 1 0 0 16 0 13 0 157069860 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3849] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3849/stat : 3849 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157074400 1758806016 49307 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.8
Current children cumulated vsize (Kb) 1717584

[startup+60.0375 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 3853
/proc/meminfo: memFree=1315416/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=61.87
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 63069 0 1 0 6158 29 0 0 17 0 13 0 157069850 1758806016 49073 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071351752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 49073 1908 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=0.49
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 10037 0 0 0 45 4 0 0 16 0 13 0 157069854 1758806016 49073 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=0.48
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 8358 0 0 0 46 2 0 0 16 0 13 0 157069854 1758806016 49073 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0.01
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 35 0 0 0 0 1 0 0 16 0 13 0 157069856 1758806016 49073 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 49073 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 49073 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0

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

/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.95
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3958 0 0 0 94 1 0 0 16 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.93
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 92 1 0 0 16 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=4069] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/4069/stat : 4069 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 157240853 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.54
Current children cumulated vsize (Kb) 1717584

[startup+1781.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4069
/proc/meminfo: memFree=961888/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=1797.55
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 210486 0 1 0 179639 116 0 0 25 0 13 0 157069850 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071574603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 137093 1909 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=15.58
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 60626 0 0 0 1529 29 0 0 16 0 13 0 157069854 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=15.54
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 54315 0 0 0 1529 25 0 0 16 0 13 0 157069854 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0.27
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 183 0 0 0 14 13 0 0 16 0 13 0 157069856 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.95
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3958 0 0 0 94 1 0 0 16 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.93
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 92 1 0 0 16 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=4069] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/4069/stat : 4069 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 157240853 1758806016 137093 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (Kb) 1717584

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4069
/proc/meminfo: memFree=961632/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=1798.58
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 210534 0 1 0 179742 116 0 0 25 0 13 0 157069850 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071375366 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 137140 1909 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=15.61
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 60631 0 0 0 1532 29 0 0 17 0 13 0 157069854 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=15.56
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 54357 0 0 0 1531 25 0 0 16 0 13 0 157069854 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0.27
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 183 0 0 0 14 13 0 0 16 0 13 0 157069856 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.95
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3958 0 0 0 94 1 0 0 16 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.93
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 92 1 0 0 16 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=4069] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/4069/stat : 4069 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 157240853 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (Kb) 1717584

[startup+1783.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4069
/proc/meminfo: memFree=961632/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=1799.58
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 210534 0 1 0 179842 116 0 0 25 0 13 0 157069850 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071657692 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 137140 1909 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=15.61
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 60631 0 0 0 1532 29 0 0 17 0 13 0 157069854 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=15.56
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 54357 0 0 0 1531 25 0 0 16 0 13 0 157069854 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0.27
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 183 0 0 0 14 13 0 0 16 0 13 0 157069856 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.95
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3958 0 0 0 94 1 0 0 16 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.93
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 92 1 0 0 16 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=4069] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/4069/stat : 4069 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 157240853 1758806016 137140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (Kb) 1717584

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4069
/proc/meminfo: memFree=961504/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=1800.61
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 210591 0 1 0 179945 116 0 0 18 0 13 0 157069850 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071574684 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3792/statm: 429396 137195 1909 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=15.63
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 60672 0 0 0 1534 29 0 0 16 0 13 0 157069854 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=15.59
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 54372 0 0 0 1534 25 0 0 16 0 13 0 157069854 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0.27
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 183 0 0 0 14 13 0 0 16 0 13 0 157069856 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.95
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3958 0 0 0 94 1 0 0 16 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.93
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 92 1 0 0 16 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=4069] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/4069/stat : 4069 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 157240853 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 1717584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 4069
/proc/meminfo: memFree=961504/2055920 swapFree=4183496/4192956
[pid=3792] ppid=3790 vsize=1717584 CPUtime=1800.61
/proc/3792/stat : 3792 (java) R 3790 3792 3743 0 -1 0 210591 0 1 0 179945 116 0 0 18 0 13 0 157069850 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071372918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3792/statm: 429396 137195 1909 14 0 416143 0
[pid=3792/tid=3793] ppid=3790 vsize=1717584 CPUtime=15.63
/proc/3792/task/3793/stat : 3793 (java) S 3790 3792 3743 0 -1 64 60672 0 0 0 1534 29 0 0 16 0 13 0 157069854 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3794] ppid=3790 vsize=1717584 CPUtime=15.59
/proc/3792/task/3794/stat : 3794 (java) S 3790 3792 3743 0 -1 64 54372 0 0 0 1534 25 0 0 16 0 13 0 157069854 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3795] ppid=3790 vsize=1717584 CPUtime=0.27
/proc/3792/task/3795/stat : 3795 (java) S 3790 3792 3743 0 -1 64 183 0 0 0 14 13 0 0 16 0 13 0 157069856 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=3796] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3796/stat : 3796 (java) S 3790 3792 3743 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3797] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3797/stat : 3797 (java) S 3790 3792 3743 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157069857 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3798] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3798/stat : 3798 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3799] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3799/stat : 3799 (java) S 3790 3792 3743 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3800] ppid=3790 vsize=1717584 CPUtime=0.95
/proc/3792/task/3800/stat : 3800 (java) S 3790 3792 3743 0 -1 64 3958 0 0 0 94 1 0 0 16 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3801] ppid=3790 vsize=1717584 CPUtime=0.93
/proc/3792/task/3801/stat : 3801 (java) S 3790 3792 3743 0 -1 64 1996 0 0 0 92 1 0 0 16 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3802] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3802/stat : 3802 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3792/tid=3803] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/3803/stat : 3803 (java) S 3790 3792 3743 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157069860 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3792/tid=4069] ppid=3790 vsize=1717584 CPUtime=0
/proc/3792/task/4069/stat : 4069 (java) S 3790 3792 3743 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 157240853 1758806016 137195 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 1717584

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

Child status: 143
Real time (s): 1784.45
CPU time (s): 1800.76
CPU user time (s): 1799.51
CPU system time (s): 1.24781
CPU usage (%): 100.914
Max. virtual memory (cumulated for all children) (Kb): 1717748
The end

Launcher Data (download as text)

Begin job on node56 on Fri Jul 28 15:53:18 UTC 2006


FILE ID= 50881-1154101998

PBS_JOBID= 886144

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  8d16c34d0eecf3c16ca4b890652c15ca

RANDOM SEED= 167286236

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.227
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.227
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:       1505120 kB
Buffers:         33864 kB
Cached:         444000 kB
SwapCached:       3168 kB
Active:          69936 kB
Inactive:       416452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505120 kB
SwapTotal:     4192956 kB
SwapFree:      4183496 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            50456 kB
Committed_AS:   713964 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node56 on Fri Jul 28 16:23:03 UTC 2006