Trace number 354957

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
sat4jPseudoCP 2007-03-23SAT (TO)80 1800.26 1771.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_4.opb
MD5SUM740b964ee569656e2f29dedde6e3939b
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 benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
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 constraint62
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 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4969
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/354957-1176740090/instance-354957-1176740090.opb
0.19/0.21	c reading problem ... 
0.28/0.30	c ... done. Wall clock time 0.09s.
0.28/0.31	c CPU time (experimental) 0.24s.
0.28/0.31	c #vars     146
0.28/0.31	c #constraints  12
3.87/2.22	c SATISFIABLE
3.87/2.22	c OPTIMIZING...
3.87/2.22	c Got one! Elapsed wall clock time (in seconds):2.008
3.87/2.22	o 2180
4.73/2.86	c Got one! Elapsed wall clock time (in seconds):2.643
4.73/2.86	o 2102
5.26/3.38	c Got one! Elapsed wall clock time (in seconds):3.166
5.26/3.38	o 2100
5.86/3.92	c Got one! Elapsed wall clock time (in seconds):3.705
5.86/3.92	o 2096
6.40/4.49	c Got one! Elapsed wall clock time (in seconds):4.271
6.40/4.49	o 2088
7.02/5.06	c Got one! Elapsed wall clock time (in seconds):4.845
7.02/5.06	o 2072
7.64/5.66	c Got one! Elapsed wall clock time (in seconds):5.442
7.64/5.66	o 2070
8.26/6.26	c Got one! Elapsed wall clock time (in seconds):6.045
8.26/6.26	o 2052
8.98/6.91	c Got one! Elapsed wall clock time (in seconds):6.697
8.98/6.91	o 1988
9.61/7.58	c Got one! Elapsed wall clock time (in seconds):7.366
9.61/7.58	o 1984
10.32/8.25	c Got one! Elapsed wall clock time (in seconds):8.036
10.32/8.25	o 1982
11.03/8.98	c Got one! Elapsed wall clock time (in seconds):8.767
11.03/8.98	o 1918
11.87/9.70	c Got one! Elapsed wall clock time (in seconds):9.483
11.87/9.70	o 1910
12.60/10.46	c Got one! Elapsed wall clock time (in seconds):10.248
12.60/10.46	o 1904
13.41/11.25	c Got one! Elapsed wall clock time (in seconds):11.036
13.41/11.25	o 1798
14.22/12.08	c Got one! Elapsed wall clock time (in seconds):11.869
14.22/12.08	o 1760
15.13/12.94	c Got one! Elapsed wall clock time (in seconds):12.729
15.13/12.94	o 1758
16.03/13.84	c Got one! Elapsed wall clock time (in seconds):13.624
16.03/13.84	o 1754
16.95/14.77	c Got one! Elapsed wall clock time (in seconds):14.552
16.95/14.77	o 1752
17.96/15.74	c Got one! Elapsed wall clock time (in seconds):15.523
17.96/15.74	o 1750
19.03/16.74	c Got one! Elapsed wall clock time (in seconds):16.527
19.03/16.74	o 1748
20.03/17.79	c Got one! Elapsed wall clock time (in seconds):17.578
20.03/17.79	o 1746
21.13/18.86	c Got one! Elapsed wall clock time (in seconds):18.649
21.13/18.86	o 1738
22.24/19.96	c Got one! Elapsed wall clock time (in seconds):19.748
22.24/19.96	o 1632
23.35/21.09	c Got one! Elapsed wall clock time (in seconds):20.87
23.35/21.09	o 1624
24.56/22.23	c Got one! Elapsed wall clock time (in seconds):22.019
24.56/22.23	o 1620
25.78/23.42	c Got one! Elapsed wall clock time (in seconds):23.207
25.78/23.42	o 1618
26.99/24.65	c Got one! Elapsed wall clock time (in seconds):24.439
26.99/24.65	o 1610
28.30/25.93	c Got one! Elapsed wall clock time (in seconds):25.716
28.30/25.93	o 1546
29.62/27.29	c Got one! Elapsed wall clock time (in seconds):27.074
29.62/27.29	o 1504
31.03/28.60	c Got one! Elapsed wall clock time (in seconds):28.387
31.03/28.60	o 1448
32.33/29.95	c Got one! Elapsed wall clock time (in seconds):29.733
32.33/29.95	o 1432
33.75/31.33	c Got one! Elapsed wall clock time (in seconds):31.119
33.75/31.33	o 1426
35.16/32.78	c Got one! Elapsed wall clock time (in seconds):32.561
35.16/32.78	o 1420
36.68/34.25	c Got one! Elapsed wall clock time (in seconds):34.035
36.68/34.25	o 1418
38.19/35.77	c Got one! Elapsed wall clock time (in seconds):35.554
38.19/35.77	o 1408
39.80/37.32	c Got one! Elapsed wall clock time (in seconds):37.102
39.80/37.32	o 1406
41.42/38.92	c Got one! Elapsed wall clock time (in seconds):38.709
41.42/38.92	o 1226
43.02/40.58	c Got one! Elapsed wall clock time (in seconds):40.364
43.02/40.58	o 1224
44.74/42.30	c Got one! Elapsed wall clock time (in seconds):42.08
44.74/42.30	o 1216
46.65/44.19	c Got one! Elapsed wall clock time (in seconds):43.98
46.65/44.19	o 1148
48.68/46.12	c Got one! Elapsed wall clock time (in seconds):45.908
48.68/46.12	o 1136
50.51/47.92	c Got one! Elapsed wall clock time (in seconds):47.707
50.51/47.92	o 1128
52.62/50.06	c Got one! Elapsed wall clock time (in seconds):49.847
52.62/50.06	o 1098
55.04/52.41	c Got one! Elapsed wall clock time (in seconds):52.193
55.04/52.41	o 1084
56.97/54.34	c Got one! Elapsed wall clock time (in seconds):54.128
56.97/54.34	o 1076
59.10/56.40	c Got one! Elapsed wall clock time (in seconds):56.185
59.10/56.40	o 1026
61.18/58.47	c Got one! Elapsed wall clock time (in seconds):58.254
61.18/58.47	o 1024
64.36/61.31	c Got one! Elapsed wall clock time (in seconds):61.096
64.36/61.33	o 986
66.48/63.46	c Got one! Elapsed wall clock time (in seconds):63.247
66.48/63.46	o 980
68.79/65.73	c Got one! Elapsed wall clock time (in seconds):65.518
68.79/65.73	o 958
71.02/67.92	c Got one! Elapsed wall clock time (in seconds):67.708
71.02/67.92	o 948
73.34/70.20	c Got one! Elapsed wall clock time (in seconds):69.985
73.34/70.20	o 934
75.56/72.44	c Got one! Elapsed wall clock time (in seconds):72.223
75.56/72.44	o 932
77.78/74.66	c Got one! Elapsed wall clock time (in seconds):74.446
77.78/74.66	o 924
80.21/77.03	c Got one! Elapsed wall clock time (in seconds):76.813
80.21/77.03	o 922
82.64/79.44	c Got one! Elapsed wall clock time (in seconds):79.222
82.64/79.44	o 918
85.06/81.88	c Got one! Elapsed wall clock time (in seconds):81.666
85.06/81.88	o 912
87.48/84.29	c Got one! Elapsed wall clock time (in seconds):84.077
87.48/84.29	o 904
90.00/86.75	c Got one! Elapsed wall clock time (in seconds):86.532
90.00/86.75	o 900
92.51/89.25	c Got one! Elapsed wall clock time (in seconds):89.038
92.51/89.25	o 896
95.23/91.90	c Got one! Elapsed wall clock time (in seconds):91.687
95.23/91.90	o 880
98.48/95.15	c Got one! Elapsed wall clock time (in seconds):94.94
98.48/95.15	o 851
101.80/98.49	c Got one! Elapsed wall clock time (in seconds):98.276
101.80/98.49	o 681
104.62/101.25	c Got one! Elapsed wall clock time (in seconds):101.034
104.62/101.25	o 679
107.45/104.09	c Got one! Elapsed wall clock time (in seconds):103.876
107.45/104.09	o 671
112.64/109.19	c Got one! Elapsed wall clock time (in seconds):108.977
112.64/109.19	o 643
116.17/112.65	c Got one! Elapsed wall clock time (in seconds):112.436
116.17/112.65	o 627
119.40/115.90	c Got one! Elapsed wall clock time (in seconds):115.682
119.40/115.90	o 422
122.45/118.86	c Got one! Elapsed wall clock time (in seconds):118.643
122.45/118.86	o 356
126.17/122.56	c Got one! Elapsed wall clock time (in seconds):122.348
126.17/122.56	o 355
129.70/126.06	c Got one! Elapsed wall clock time (in seconds):125.848
129.70/126.06	o 353
133.75/130.07	c Got one! Elapsed wall clock time (in seconds):129.86
133.75/130.08	o 351
138.19/134.41	c Got one! Elapsed wall clock time (in seconds):134.193
138.19/134.41	o 340
142.01/138.21	c Got one! Elapsed wall clock time (in seconds):137.994
142.01/138.21	o 336
146.24/142.41	c Got one! Elapsed wall clock time (in seconds):142.2
146.24/142.41	o 299
521.19/514.22	c Got one! Elapsed wall clock time (in seconds):514.008
521.19/514.22	o 295
527.77/520.78	c Got one! Elapsed wall clock time (in seconds):520.567
527.77/520.78	o 270
536.57/529.45	c Got one! Elapsed wall clock time (in seconds):529.24
536.57/529.45	o 268
545.37/538.11	c Got one! Elapsed wall clock time (in seconds):537.894
545.37/538.11	o 262
554.58/547.23	c Got one! Elapsed wall clock time (in seconds):547.01
554.58/547.23	o 260
573.00/565.49	c Got one! Elapsed wall clock time (in seconds):565.272
573.00/565.49	o 249
587.66/579.97	c Got one! Elapsed wall clock time (in seconds):579.75
587.66/579.97	o 248
600.61/592.77	c Got one! Elapsed wall clock time (in seconds):592.556
600.61/592.77	o 247
610.13/602.18	c Got one! Elapsed wall clock time (in seconds):601.96
610.13/602.18	o 246
618.26/610.11	c Got one! Elapsed wall clock time (in seconds):609.896
618.26/610.11	o 238
629.39/621.19	c Got one! Elapsed wall clock time (in seconds):620.975
629.39/621.19	o 237
642.65/634.20	c Got one! Elapsed wall clock time (in seconds):633.983
642.65/634.20	o 235
655.21/646.69	c Got one! Elapsed wall clock time (in seconds):646.475
655.21/646.69	o 220
667.47/658.70	c Got one! Elapsed wall clock time (in seconds):658.482
667.47/658.70	o 219
678.91/670.08	c Got one! Elapsed wall clock time (in seconds):669.861
678.91/670.08	o 215
691.45/682.42	c Got one! Elapsed wall clock time (in seconds):682.201
691.45/682.42	o 214
702.39/693.28	c Got one! Elapsed wall clock time (in seconds):693.061
702.39/693.28	o 211
716.98/707.55	c Got one! Elapsed wall clock time (in seconds):707.34
716.98/707.56	o 207
733.20/723.50	c Got one! Elapsed wall clock time (in seconds):723.285
733.20/723.50	o 194
748.20/738.35	c Got one! Elapsed wall clock time (in seconds):738.131
748.20/738.35	o 190
757.62/747.60	c Got one! Elapsed wall clock time (in seconds):747.381
757.62/747.60	o 186
768.24/758.15	c Got one! Elapsed wall clock time (in seconds):757.935
768.24/758.15	o 142
790.99/780.55	c Got one! Elapsed wall clock time (in seconds):780.338
790.99/780.55	o 130
804.05/793.42	c Got one! Elapsed wall clock time (in seconds):793.205
804.05/793.42	o 128
815.63/804.84	c Got one! Elapsed wall clock time (in seconds):804.624
815.63/804.84	o 124
829.22/818.24	c Got one! Elapsed wall clock time (in seconds):818.025
829.22/818.24	o 122
847.27/836.07	c Got one! Elapsed wall clock time (in seconds):835.859
847.27/836.07	o 120
862.89/851.49	c Got one! Elapsed wall clock time (in seconds):851.273
862.89/851.49	o 118
879.54/867.81	c Got one! Elapsed wall clock time (in seconds):867.594
879.54/867.81	o 116
923.84/911.40	c Got one! Elapsed wall clock time (in seconds):911.183
923.84/911.40	o 113
972.22/959.06	c Got one! Elapsed wall clock time (in seconds):958.844
972.22/959.06	o 111
1012.69/998.90	c Got one! Elapsed wall clock time (in seconds):998.68
1012.69/998.90	o 109
1068.56/1053.77	c Got one! Elapsed wall clock time (in seconds):1053.553
1068.56/1053.77	o 107
1088.02/1072.97	c Got one! Elapsed wall clock time (in seconds):1072.757
1088.02/1072.97	o 105
1142.38/1126.32	c Got one! Elapsed wall clock time (in seconds):1126.105
1142.38/1126.32	o 100
1155.07/1138.86	c Got one! Elapsed wall clock time (in seconds):1138.649
1155.07/1138.86	o 98
1278.62/1260.11	c Got one! Elapsed wall clock time (in seconds):1259.896
1278.62/1260.11	o 97
1309.59/1290.50	c Got one! Elapsed wall clock time (in seconds):1290.282
1309.59/1290.50	o 95
1330.15/1310.70	c Got one! Elapsed wall clock time (in seconds):1310.483
1330.15/1310.70	o 84
1438.97/1417.43	c Got one! Elapsed wall clock time (in seconds):1417.218
1438.97/1417.43	o 82
1615.46/1590.34	c Got one! Elapsed wall clock time (in seconds):1590.126
1615.46/1590.34	o 81
1781.88/1753.18	c Got one! Elapsed wall clock time (in seconds):1752.966
1781.88/1753.18	o 80
1800.03/1770.96	c starts		: 238
1800.03/1770.96	c conflicts		: 26849
1800.03/1770.96	c decisions		: 71776
1800.03/1770.96	c propagations		: 373830
1800.03/1770.96	c inspects		: 462723389
1800.03/1770.96	c learnt literals	: 0
1800.03/1770.96	c learnt binary clauses	: 0
1800.03/1770.96	c learnt ternary clauses	: 0
1800.03/1770.96	c learnt clauses	: 26848
1800.03/1770.96	c root simplifications	: 0
1800.03/1770.96	c removed literals (reason simplification)	: 0
1800.03/1770.96	c reason swapping (by a shorter reason)	: 0
1800.03/1770.96	c Calls to reduceDB	: 0
1800.03/1770.96	c speed (decisions/second)	: 4036.4413451805194
1800.03/1770.96	c non guided choices	2737
1800.03/1770.96	s SATISFIABLE
1800.03/1770.96	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
1800.03/1770.96	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 -x57
1800.03/1770.96	v -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 -x84
1800.03/1770.96	v -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 x97 x98 -x99 x100 x101 -x102 -x103 x104 -x105 x106 -x107 x108 x109
1800.03/1770.96	v x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 -x128 x129 -x130 -x131
1800.03/1770.96	v x132 -x133 x134 x135 -x136 -x137 x138 x139 -x140 x141 -x142 -x143 x144 -x145 -x146
1800.03/1770.96	c objective function=80
1800.03/1770.96	c Total wall clock time (ms): 1770.75

Verifier Data (download as text)

OK	80

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-354957-1176740090 -o ROOT/results/node38/solver-354957-1176740090 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354957-1176740090/sat4jPseudoCP.jar /tmp/evaluation/354957-1176740090/instance-354957-1176740090.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 5815
/proc/meminfo: memFree=1773128/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=18568 CPUtime=0
/proc/5815/stat : 5815 (runsolver) R 5813 5815 5232 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 106175674 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5815/statm: 4642 292 257 24 0 2626 0

[startup+0.010731 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 5815
/proc/meminfo: memFree=1773128/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=152 CPUtime=0
/proc/5815/stat : 5815 (java) R 5813 5815 5232 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 106175674 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 8605995 0 0 4096 0 0 0 0 17 1 0 0
/proc/5815/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101756 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 5815
/proc/meminfo: memFree=1773128/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1780108 CPUtime=0.07
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 3934 0 1 0 5 2 0 0 18 0 12 0 106175674 1822830592 3676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 445027 3676 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.301794 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 5815
/proc/meminfo: memFree=1773128/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1781476 CPUtime=0.28
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 5082 0 1 0 25 3 0 0 18 0 12 0 106175674 1824231424 4821 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 445369 4821 1264 9 0 442981 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781476

[startup+0.701871 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 5815
/proc/meminfo: memFree=1773128/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1784028 CPUtime=0.99
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 9131 0 1 0 94 5 0 0 18 0 13 0 106175674 1826844672 8048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 446007 8048 1301 9 0 443619 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784028

[startup+1.50303 s]
/proc/loadavg: 0.91 0.95 0.96 4/90 5828
/proc/meminfo: memFree=1728224/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1796428 CPUtime=2.48
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 25608 0 1 0 236 12 0 0 18 0 13 0 106175674 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449107 20555 1316 9 0 446719 0
[pid=5815/tid=5817] ppid=5813 vsize=1796428 CPUtime=0.99
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 16236 0 1 0 91 8 0 0 18 0 13 0 106175675 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 106142198 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 106175677 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 106175677 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106175679 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 106175680 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 106175680 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1796428 CPUtime=0.79
/proc/5815/task/5824/stat : 5824 (java) R 5813 5815 5232 0 -1 64 4507 0 0 0 78 1 0 0 20 0 13 0 106175684 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1796428 CPUtime=0.67
/proc/5815/task/5825/stat : 5825 (java) R 5813 5815 5232 0 -1 64 4139 0 0 0 66 1 0 0 19 0 13 0 106175684 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336912 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5828] ppid=5813 vsize=1796428 CPUtime=0
/proc/5815/task/5828/stat : 5828 (java) S 5813 5815 5232 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 106175706 1839542272 20555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1796428

[startup+3.10233 s]
/proc/loadavg: 0.91 0.95 0.96 4/90 5828
/proc/meminfo: memFree=1644384/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797320 CPUtime=5.04
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 52426 0 1 0 480 24 0 0 18 0 13 0 106175674 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449330 42715 1326 9 0 446942 0
[pid=5815/tid=5817] ppid=5813 vsize=1797320 CPUtime=2.22
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 37737 0 1 0 204 18 0 0 23 0 13 0 106175675 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109527189 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 123 0 0 0 0 0 0 0 17 0 13 0 106175677 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 211 0 0 0 0 0 0 0 17 0 13 0 106175677 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106175679 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106175680 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797320 CPUtime=1.36
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7131 0 0 0 133 3 0 0 16 0 13 0 106175684 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797320 CPUtime=1.42
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6493 0 0 0 140 2 0 0 16 0 13 0 106175684 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797320 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840455680 42715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1797320

[startup+6.30295 s]
/proc/loadavg: 0.92 0.95 0.96 2/90 5834
/proc/meminfo: memFree=1602056/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797160 CPUtime=8.36
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 55696 0 1 0 810 26 0 0 18 0 13 0 106175674 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449290 44941 1327 9 0 446902 0
[pid=5815/tid=5817] ppid=5813 vsize=1797160 CPUtime=5.3
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 37752 0 1 0 512 18 0 0 22 0 13 0 106175675 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109843166 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797160 CPUtime=0.06
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 1746 0 0 0 6 0 0 0 16 0 13 0 106175677 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797160 CPUtime=0.07
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 1808 0 0 0 7 0 0 0 16 0 13 0 106175677 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 106175679 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 106175680 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797160 CPUtime=1.42
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7141 0 0 0 139 3 0 0 16 0 13 0 106175684 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797160 CPUtime=1.45
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6495 0 0 0 143 2 0 0 16 0 13 0 106175684 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840291840 44941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1797160

[startup+12.7022 s]
/proc/loadavg: 0.93 0.95 0.96 2/90 5843
/proc/meminfo: memFree=1558368/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797160 CPUtime=14.93
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 65869 0 1 0 1461 32 0 0 18 0 13 0 106175674 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449290 54742 1334 9 0 446902 0
[pid=5815/tid=5817] ppid=5813 vsize=1797160 CPUtime=11.54
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 42140 0 1 0 1134 20 0 0 19 0 13 0 106175675 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109561258 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797160 CPUtime=0.19
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 4397 0 0 0 17 2 0 0 16 0 13 0 106175677 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797160 CPUtime=0.19
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 4920 0 0 0 17 2 0 0 16 0 13 0 106175677 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 106175679 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106175680 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797160 CPUtime=1.45
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7142 0 0 0 142 3 0 0 16 0 13 0 106175684 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797160 CPUtime=1.5
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6501 0 0 0 148 2 0 0 17 0 13 0 106175684 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840291840 54742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 1797160

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.96 2/90 5856
/proc/meminfo: memFree=1555656/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797160 CPUtime=27.9
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 68690 0 1 0 2756 34 0 0 18 0 13 0 106175674 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449290 55141 1336 9 0 446902 0
[pid=5815/tid=5817] ppid=5813 vsize=1797160 CPUtime=24.22
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 42160 0 1 0 2401 21 0 0 23 0 13 0 106175675 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109546096 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797160 CPUtime=0.29
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 5599 0 0 0 27 2 0 0 17 0 13 0 106175677 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797160 CPUtime=0.29
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 6494 0 0 0 27 2 0 0 17 0 13 0 106175677 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797160 CPUtime=0.01
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 106175679 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797160 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106175680 1840291840 55141 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5815/tid=5820] ppid=5813 vsize=1797484 CPUtime=0.27
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 109 0 0 0 16 11 0 0 16 0 13 0 106175679 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106175680 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797484 CPUtime=2.02
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7779 0 0 0 199 3 0 0 16 0 13 0 106175684 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797484 CPUtime=1.69
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6507 0 0 0 167 2 0 0 16 0 13 0 106175684 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5946] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5946/stat : 5946 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 106317418 1840623616 123613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.48
Current children cumulated vsize (KiB) 1797484

[startup+1602.3 s]
/proc/loadavg: 1.05 1.02 0.99 2/90 5947
/proc/meminfo: memFree=1273536/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797484 CPUtime=1627.7
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 175913 0 1 0 162658 112 0 0 18 0 13 0 106175674 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449371 125229 1336 9 0 446983 0
[pid=5815/tid=5817] ppid=5813 vsize=1797484 CPUtime=1576.45
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 64391 0 1 0 157600 45 0 0 20 0 13 0 106175675 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797484 CPUtime=23.61
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 47609 0 0 0 2338 23 0 0 16 0 13 0 106175677 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797484 CPUtime=23.57
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 48598 0 0 0 2333 24 0 0 16 0 13 0 106175677 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797484 CPUtime=0.28
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 110 0 0 0 17 11 0 0 16 0 13 0 106175679 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106175680 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797484 CPUtime=2.02
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7779 0 0 0 199 3 0 0 16 0 13 0 106175684 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797484 CPUtime=1.69
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6507 0 0 0 167 2 0 0 16 0 13 0 106175684 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5947] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5947/stat : 5947 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 106334708 1840623616 125229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1627.7
Current children cumulated vsize (KiB) 1797484

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 0.99 2/90 5947
/proc/meminfo: memFree=1268160/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797484 CPUtime=1688.99
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 177395 0 1 0 168785 114 0 0 18 0 13 0 106175674 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449371 126520 1336 9 0 446983 0
[pid=5815/tid=5817] ppid=5813 vsize=1797484 CPUtime=1635.08
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 64422 0 1 0 163463 45 0 0 25 0 13 0 106175675 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109715757 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797484 CPUtime=24.93
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 48424 0 0 0 2470 23 0 0 16 0 13 0 106175677 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797484 CPUtime=24.89
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 49234 0 0 0 2465 24 0 0 16 0 13 0 106175677 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797484 CPUtime=0.29
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 110 0 0 0 17 12 0 0 16 0 13 0 106175679 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106175680 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797484 CPUtime=2.02
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7779 0 0 0 199 3 0 0 16 0 13 0 106175684 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797484 CPUtime=1.69
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6507 0 0 0 167 2 0 0 16 0 13 0 106175684 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5947] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5947/stat : 5947 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 106334708 1840623616 126520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.99
Current children cumulated vsize (KiB) 1797484

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.99 2/90 5947
/proc/meminfo: memFree=1262848/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797484 CPUtime=1750.4
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 178847 0 1 0 174924 116 0 0 18 0 13 0 106175674 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449371 127874 1336 9 0 446983 0
[pid=5815/tid=5817] ppid=5813 vsize=1797484 CPUtime=1693.63
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 64455 0 1 0 169317 46 0 0 19 0 13 0 106175675 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109486843 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797484 CPUtime=26.34
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 49455 0 0 0 2611 23 0 0 16 0 13 0 106175677 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797484 CPUtime=26.32
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 49622 0 0 0 2607 25 0 0 16 0 13 0 106175677 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797484 CPUtime=0.3
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 110 0 0 0 18 12 0 0 16 0 13 0 106175679 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106175680 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797484 CPUtime=2.02
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7779 0 0 0 199 3 0 0 16 0 13 0 106175684 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797484 CPUtime=1.69
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6507 0 0 0 167 2 0 0 16 0 13 0 106175684 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5947] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5947/stat : 5947 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 106334708 1840623616 127874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.4
Current children cumulated vsize (KiB) 1797484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.9 s]
/proc/loadavg: 1.00 1.01 0.99 2/90 5948
/proc/meminfo: memFree=1257912/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=1797484 CPUtime=1800.03
/proc/5815/stat : 5815 (java) S 5813 5815 5232 0 -1 0 180081 0 1 0 179886 117 0 0 18 0 13 0 106175674 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5815/statm: 449371 129027 1336 9 0 446983 0
[pid=5815/tid=5817] ppid=5813 vsize=1797484 CPUtime=1741.15
/proc/5815/task/5817/stat : 5817 (java) R 5813 5815 5232 0 -1 64 64479 0 1 0 174069 46 0 0 25 0 13 0 106175675 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5818] ppid=5813 vsize=1797484 CPUtime=27.4
/proc/5815/task/5818/stat : 5818 (java) S 5813 5815 5232 0 -1 64 50342 0 0 0 2716 24 0 0 16 0 13 0 106175677 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5819] ppid=5813 vsize=1797484 CPUtime=27.37
/proc/5815/task/5819/stat : 5819 (java) S 5813 5815 5232 0 -1 64 49943 0 0 0 2712 25 0 0 17 0 13 0 106175677 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5820] ppid=5813 vsize=1797484 CPUtime=0.3
/proc/5815/task/5820/stat : 5820 (java) S 5813 5815 5232 0 -1 64 110 0 0 0 18 12 0 0 16 0 13 0 106175679 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5821] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5821/stat : 5821 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106175680 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5822] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5822/stat : 5822 (java) S 5813 5815 5232 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106175680 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5823] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5823/stat : 5823 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106175684 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5824] ppid=5813 vsize=1797484 CPUtime=2.02
/proc/5815/task/5824/stat : 5824 (java) S 5813 5815 5232 0 -1 64 7779 0 0 0 199 3 0 0 16 0 13 0 106175684 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5825] ppid=5813 vsize=1797484 CPUtime=1.69
/proc/5815/task/5825/stat : 5825 (java) S 5813 5815 5232 0 -1 64 6507 0 0 0 167 2 0 0 16 0 13 0 106175684 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5826] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5826/stat : 5826 (java) S 5813 5815 5232 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 106175684 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5815/tid=5827] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5827/stat : 5827 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106175684 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5815/tid=5948] ppid=5813 vsize=1797484 CPUtime=0
/proc/5815/task/5948/stat : 5948 (java) S 5813 5815 5232 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 106350992 1840623616 129027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1797484

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

Solver just ended. Dumping a history of the last processes samples

[startup+1771.02 s]
/proc/loadavg: 1.00 1.01 0.99 2/90 5948
/proc/meminfo: memFree=1257912/2055920 swapFree=4147248/4192956
[pid=5815] ppid=5813 vsize=0 CPUtime=1800.19
/proc/5815/stat : 5815 (java) Z 5813 5815 5232 0 -1 1036 180156 0 1 0 179901 118 0 0 15 0 2 0 106175674 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5815/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.09
CPU time (s): 1800.26
CPU user time (s): 1799.01
CPU system time (s): 1.25381
CPU usage (%): 101.647
Max. virtual memory (cumulated for all children) (KiB): 1799368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.25381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180156
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46497
involuntary context switches= 55048

runsolver used 1.79673 second user time and 4.76927 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Apr 16 16:14:50 UTC 2007

IDJOB= 354957
IDBENCH= 2925
IDSOLVER= 160
FILE ID= node38/354957-1176740090

PBS_JOBID= 4580682

Free space on /tmp= 66318 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354957-1176740090/sat4jPseudoCP.jar /tmp/evaluation/354957-1176740090/instance-354957-1176740090.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-354957-1176740090 -o ROOT/results/node38/solver-354957-1176740090 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354957-1176740090/sat4jPseudoCP.jar /tmp/evaluation/354957-1176740090/instance-354957-1176740090.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  740b964ee569656e2f29dedde6e3939b

RANDOM SEED= 232232612

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.263
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.263
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:       1773536 kB
Buffers:         33604 kB
Cached:         109296 kB
SwapCached:       3980 kB
Active:         139564 kB
Inactive:        99112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773536 kB
SwapTotal:     4192956 kB
SwapFree:      4147248 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:         103424 kB
Slab:            28940 kB
Committed_AS:  1502396 kB
PageTables:       2060 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66318 MiB

End job on node38 on Mon Apr 16 16:44:23 UTC 2007