Trace number 280261

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 NameAnswerCPU timeWall clock time
AbsconMax 109 EPFCMSAT (TO) 2400.1 2400.9

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-60/maxcut-60-500-9_ext.xml
MD5SUM8771468a4d928e50eb90eb95a7a06b7a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints328
Best CPU time to get the best result obtained on this benchmark487.104
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints500
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension500
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/280261-1169303709/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.095  cpuTime=0.07  mem=6M887
0.40	   
0.40	   relations being loaded...
0.40	   
0.40	   constraints being loaded...
0.53	     nbConstraints=500  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=499
0.53	     nbConflictsStructures=1  nbSharedConflictsStructures=499  nbSharedBinaryRepresentations=2  maxDegree=25  maxArity=2
0.53	       =>  wckTime=0.224  cpuTime=0.15  mem=8M838
0.57	   
0.57	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.301  cpuTime=0.2  mem=5M619
0.61	
0.61	s SATISFIABLE
0.61	o 266
0.61	c 234
0.61	o 272
0.61	c 228
0.61	o 275
0.61	c 225
0.61	o 277
0.61	c 223
0.61	o 280
0.61	c 220
0.61	o 282
0.61	c 218
0.61	o 286
0.61	c 214
0.61	o 287
0.61	c 213
0.62	o 288
0.62	c 212
0.62	o 293
0.62	c 207
0.62	o 297
0.62	c 203
0.62	o 298
0.62	c 202
0.62	o 299
0.62	c 201
0.62	o 300
0.62	c 200
0.63	o 304
0.63	c 196
0.63	o 305
0.63	c 195
0.63	o 306
0.63	c 194
0.63	o 308
0.63	c 192
0.63	o 309
0.63	c 191
0.63	o 311
0.63	c 189
0.63	o 313
0.63	c 187
0.64	o 314
0.64	c 186
0.64	o 316
0.64	c 184
0.64	o 317
0.64	c 183
0.64	o 318
0.64	c 182
0.64	o 319
0.64	c 181
0.65	o 321
0.65	c 179
0.65	o 323
0.65	c 177
0.69	o 324
0.69	c 176
0.69	o 325
0.69	c 175
0.71	o 326
0.71	c 174
0.71	o 328
0.71	c 172
2.27	   
2.27	   search
2.27	     run=0  nbConstraintChecks=7023315  nbAssignments=10000
2.27	       =>  wckTime=1.666  cpuTime=1.63  mem=5M619
3.92	   
3.92	   search
3.92	     run=1  nbConstraintChecks=14156050  nbAssignments=20000
3.92	       =>  wckTime=3.322  cpuTime=3.28  mem=5M619
5.48	   
5.48	   search
5.48	     run=2  nbConstraintChecks=21186383  nbAssignments=30000
5.48	       =>  wckTime=4.882  cpuTime=4.84  mem=5M619
7.06	   
7.06	   search
7.06	     run=3  nbConstraintChecks=28307863  nbAssignments=40000
7.06	       =>  wckTime=6.461  cpuTime=6.42  mem=5M619
8.63	   
8.63	   search
8.63	     run=4  nbConstraintChecks=35336938  nbAssignments=50000
8.63	       =>  wckTime=8.027  cpuTime=7.98  mem=5M619
10.21	   
10.21	   search
10.21	     run=5  nbConstraintChecks=42486525  nbAssignments=60000
10.21	       =>  wckTime=9.608  cpuTime=9.57  mem=5M619
11.78	   
11.78	   search
11.78	     run=6  nbConstraintChecks=49508542  nbAssignments=70000
11.78	       =>  wckTime=11.175  cpuTime=11.14  mem=5M619
13.36	   
13.36	   search
13.36	     run=7  nbConstraintChecks=56668200  nbAssignments=80000
13.36	       =>  wckTime=12.757  cpuTime=12.72  mem=5M619
14.93	   
14.93	   search
14.93	     run=8  nbConstraintChecks=63710968  nbAssignments=90000
14.93	       =>  wckTime=14.324  cpuTime=14.28  mem=5M619
16.50	   
16.50	   search
16.50	     run=9  nbConstraintChecks=70856525  nbAssignments=100000
16.50	       =>  wckTime=15.902  cpuTime=15.86  mem=5M619
18.06	   
18.06	   search
18.06	     run=10  nbConstraintChecks=77896101  nbAssignments=110000
18.06	       =>  wckTime=17.457  cpuTime=17.4  mem=5M619
19.63	   
19.63	   search
19.63	     run=11  nbConstraintChecks=85059578  nbAssignments=120000
19.63	       =>  wckTime=19.027  cpuTime=18.98  mem=5M619
21.18	   
21.18	   search
21.18	     run=12  nbConstraintChecks=92089836  nbAssignments=130000
21.18	       =>  wckTime=20.582  cpuTime=20.53  mem=5M619
22.75	   
22.75	   search
22.75	     run=13  nbConstraintChecks=99244556  nbAssignments=140000
22.75	       =>  wckTime=22.152  cpuTime=22.1  mem=5M619
24.32	   
24.32	   search
24.32	     run=14  nbConstraintChecks=106285280  nbAssignments=150000
24.32	       =>  wckTime=23.719  cpuTime=23.66  mem=5M619
25.90	   
25.90	   search
25.90	     run=15  nbConstraintChecks=113419559  nbAssignments=160000
25.90	       =>  wckTime=25.298  cpuTime=25.24  mem=5M619
27.47	   
27.47	   search
27.47	     run=16  nbConstraintChecks=120454505  nbAssignments=170000
27.47	       =>  wckTime=26.865  cpuTime=26.8  mem=5M619
29.05	   
29.05	   search
29.05	     run=17  nbConstraintChecks=127624987  nbAssignments=180000
29.05	       =>  wckTime=28.448  cpuTime=28.38  mem=5M619
30.62	   
30.62	   search
30.62	     run=18  nbConstraintChecks=134641921  nbAssignments=190000
30.62	       =>  wckTime=30.013  cpuTime=29.95  mem=5M619
30.76	   
30.76	   search
30.76	     run=19  nbConstraintChecks=135272701  nbAssignments=190886
30.76	       =>  wckTime=30.153  cpuTime=30.09  mem=5M619
30.76	   
30.76	   global
30.76	     nbConstraintChecks=135272701  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.76	     solvingWckTime=30.153  solvingCpuTime=30.09  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.76	     globalCpuTime=30.35
30.76	       =>  wckTime=30.456  cpuTime=30.29  mem=5M619
30.76	   
30.76	   solver IterativeSystematicSolver being built... 
30.90	       =>  wckTime=30.595  cpuTime=30.4  mem=16M576
30.95	   
30.95	   preprocessing
30.95	     nbConstraintChecks=38162  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.95	     detectedInconsistency=no
30.95	       =>  wckTime=0.053  cpuTime=0.03  mem=16M576
30.99	   
30.99	   search
30.99	     run=0  nbConstraintChecks=36485  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47
30.99	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=63  nbRestartNogoods=0
30.99	       =>  wckTime=0.088  cpuTime=0.05  mem=16M576
31.02	   
31.02	   search
31.02	     run=1  nbConstraintChecks=91832  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=108
31.02	     nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=150  nbRestartNogoods=1
31.02	       =>  wckTime=0.127  cpuTime=0.09  mem=16M576
31.06	   
31.06	   search
31.06	     run=2  nbConstraintChecks=162371  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=179
31.06	     nbFailedAssignments=32  nbBacktracks=47  nbVisitedNodes=257  nbRestartNogoods=3
31.06	       =>  wckTime=0.161  cpuTime=0.12  mem=16M576
31.10	   
31.10	   search
31.10	     run=3  nbConstraintChecks=263537  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=274
31.10	     nbFailedAssignments=57  nbBacktracks=80  nbVisitedNodes=406  nbRestartNogoods=6
31.10	       =>  wckTime=0.207  cpuTime=0.16  mem=16M576
31.17	   
31.17	   search
31.17	     run=4  nbConstraintChecks=404724  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=395
31.17	     nbFailedAssignments=95  nbBacktracks=130  nbVisitedNodes=607  nbRestartNogoods=10
31.17	       =>  wckTime=0.27  cpuTime=0.23  mem=16M576
31.27	   
31.27	   search
31.27	     run=5  nbConstraintChecks=622627  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=569
31.27	     nbFailedAssignments=162  nbBacktracks=205  nbVisitedNodes=915  nbRestartNogoods=12
31.27	       =>  wckTime=0.367  cpuTime=0.32  mem=17M551
31.39	   
31.39	   search
31.39	     run=6  nbConstraintChecks=903210  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=784
31.39	     nbFailedAssignments=233  nbBacktracks=318  nbVisitedNodes=1306  nbRestartNogoods=16
31.39	       =>  wckTime=0.49  cpuTime=0.44  mem=17M551
31.59	   
31.59	   search
31.59	     run=7  nbConstraintChecks=1343294  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1105
31.59	     nbFailedAssignments=350  nbBacktracks=489  nbVisitedNodes=1899  nbRestartNogoods=20
31.59	       =>  wckTime=0.688  cpuTime=0.64  mem=17M551
31.91	   
31.91	   search
31.91	     run=8  nbConstraintChecks=2020479  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1583
31.91	     nbFailedAssignments=540  nbBacktracks=746  nbVisitedNodes=2810  nbRestartNogoods=24
31.91	       =>  wckTime=1.008  cpuTime=0.94  mem=17M551
32.32	   
32.32	   search
32.32	     run=9  nbConstraintChecks=2977269  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2252
32.32	     nbFailedAssignments=794  nbBacktracks=1131  nbVisitedNodes=4093  nbRestartNogoods=29
32.32	       =>  wckTime=1.422  cpuTime=1.35  mem=17M551
32.90	   
32.90	   search
32.90	     run=10  nbConstraintChecks=4416476  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3286
32.90	     nbFailedAssignments=1223  nbBacktracks=1709  nbVisitedNodes=6063  nbRestartNogoods=31
32.90	       =>  wckTime=2.003  cpuTime=1.92  mem=17M551
33.73	   
33.73	   search
33.73	     run=11  nbConstraintChecks=6533064  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4729
33.73	     nbFailedAssignments=1772  nbBacktracks=2573  nbVisitedNodes=8875  nbRestartNogoods=37
33.73	       =>  wckTime=2.836  cpuTime=2.75  mem=17M551
35.09	   
35.09	   search
35.09	     run=12  nbConstraintChecks=9829700  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6969
35.09	     nbFailedAssignments=2684  nbBacktracks=3871  nbVisitedNodes=13218  nbRestartNogoods=41
35.09	       =>  wckTime=4.193  cpuTime=4.11  mem=17M551
37.06	   
37.06	   search
37.06	     run=13  nbConstraintChecks=14810189  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10406
37.06	     nbFailedAssignments=4149  nbBacktracks=5817  nbVisitedNodes=19917  nbRestartNogoods=46
37.06	       =>  wckTime=6.159  cpuTime=6.07  mem=17M551
39.79	   
39.79	   search
39.79	     run=14  nbConstraintChecks=21912582  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15368
39.79	     nbFailedAssignments=6161  nbBacktracks=8739  nbVisitedNodes=29571  nbRestartNogoods=51
39.79	       =>  wckTime=8.889  cpuTime=8.8  mem=17M551
44.42	   
44.42	   search
44.42	     run=15  nbConstraintChecks=33086929  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23096
44.42	     nbFailedAssignments=9482  nbBacktracks=13119  nbVisitedNodes=44577  nbRestartNogoods=57
44.42	       =>  wckTime=13.525  cpuTime=13.43  mem=17M551
51.31	   
51.31	   search
51.31	     run=16  nbConstraintChecks=49521018  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34371
51.31	     nbFailedAssignments=14160  nbBacktracks=19688  nbVisitedNodes=66390  nbRestartNogoods=65
51.31	       =>  wckTime=20.414  cpuTime=20.32  mem=17M551
61.21	   
61.21	   search
61.21	     run=17  nbConstraintChecks=73895685  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51088
61.21	     nbFailedAssignments=20996  nbBacktracks=29540  nbVisitedNodes=98584  nbRestartNogoods=71
61.21	       =>  wckTime=30.313  cpuTime=30.21  mem=17M551
75.28	   
75.28	   search
75.28	     run=18  nbConstraintChecks=111606765  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=77337
75.28	     nbFailedAssignments=32435  nbBacktracks=44318  nbVisitedNodes=149503  nbRestartNogoods=77
75.28	       =>  wckTime=44.383  cpuTime=44.27  mem=17M551
97.49	   
97.49	   search
97.49	     run=19  nbConstraintChecks=165435325  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=114295
97.49	     nbFailedAssignments=47200  nbBacktracks=66486  nbVisitedNodes=221813  nbRestartNogoods=84
97.49	       =>  wckTime=66.591  cpuTime=66.47  mem=17M551
131.72	   
131.72	   search
131.72	     run=20  nbConstraintChecks=248491709  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=172053
131.72	     nbFailedAssignments=71680  nbBacktracks=99738  nbVisitedNodes=334133  nbRestartNogoods=91
131.72	       =>  wckTime=100.82  cpuTime=100.67  mem=17M551
185.57	   
185.57	   search
185.57	     run=21  nbConstraintChecks=379675670  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=262214
185.57	     nbFailedAssignments=111936  nbBacktracks=149617  nbVisitedNodes=508628  nbRestartNogoods=97
185.57	       =>  wckTime=154.672  cpuTime=154.5  mem=17M551
262.27	   
262.27	   search
262.27	     run=22  nbConstraintChecks=554916881  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=385819
262.27	     nbFailedAssignments=160693  nbBacktracks=224438  nbVisitedNodes=747491  nbRestartNogoods=105
262.27	       =>  wckTime=231.37  cpuTime=231.18  mem=17M551
382.78	   
382.78	   search
382.78	     run=23  nbConstraintChecks=823692529  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=575295
382.78	     nbFailedAssignments=237916  nbBacktracks=336666  nbVisitedNodes=1114160  nbRestartNogoods=112
382.78	       =>  wckTime=351.879  cpuTime=351.65  mem=17M551
557.35	   
557.35	   search
557.35	     run=24  nbConstraintChecks=1207256167  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=855442
557.35	     nbFailedAssignments=349699  nbBacktracks=505009  nbVisitedNodes=1640489  nbRestartNogoods=118
557.35	       =>  wckTime=526.457  cpuTime=526.19  mem=17M551
785.37	   
785.37	   search
785.37	     run=25  nbConstraintChecks=1745614773  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1264038
785.37	     nbFailedAssignments=505755  nbBacktracks=757520  nbVisitedNodes=2397621  nbRestartNogoods=129
785.37	       =>  wckTime=754.467  cpuTime=754.14  mem=17M551
1092.40	   
1092.40	   search
1092.40	     run=26  nbConstraintChecks=2469304895  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1847060
1092.40	     nbFailedAssignments=709986  nbBacktracks=1136287  nbVisitedNodes=3435380  nbRestartNogoods=137
1092.40	       =>  wckTime=1061.499  cpuTime=1061.1  mem=17M551
1484.38	   
1484.38	   search
1484.38	     run=27  nbConstraintChecks=3413360219  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2663635
1484.38	     nbFailedAssignments=958382  nbBacktracks=1704439  nbVisitedNodes=4818792  nbRestartNogoods=143
1484.38	       =>  wckTime=1453.483  cpuTime=1452.98  mem=17M551
2050.05	   
2050.05	   search
2050.05	     run=28  nbConstraintChecks=4811168985  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3871261
2050.05	     nbFailedAssignments=1313752  nbBacktracks=2556666  nbVisitedNodes=6865978  nbRestartNogoods=157
2050.05	       =>  wckTime=2019.155  cpuTime=2018.42  mem=17M551
2400.88	v 1 1 0 0 0 0 0 0 1 0 1 0 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 0 0 0 1 0 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 0 0 0 0 

Verifier Data (download as text)

172 unsatisfied constraints, 328 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-280261-1169303709 -o ROOT/results/node70/solver-280261-1169303709 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280261-1169303709/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 0.99 4/65 10238
/proc/meminfo: memFree=1431760/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=18540 CPUtime=0
/proc/10237/stat : 10237 (runsolver) R 10235 10237 9332 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 77867805 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10237/statm: 4635 279 244 17 0 2626 0

[startup+0.105029 s]
/proc/loadavg: 0.92 0.98 0.99 4/65 10238
/proc/meminfo: memFree=1431760/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=914988 CPUtime=0.08
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 3019 0 1 0 7 1 0 0 17 0 8 0 77867805 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155274357 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513071 s]
/proc/loadavg: 0.92 0.98 0.99 4/65 10238
/proc/meminfo: memFree=1431760/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915332 CPUtime=0.49
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 6553 0 1 0 46 3 0 0 16 0 8 0 77867805 937299968 6292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072934945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228833 6292 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33415 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1413848/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=1.31
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 7150 0 1 0 111 20 0 0 17 0 8 0 77867805 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10237/statm: 228864 6888 2479 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 185 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915460 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.12
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 337 0 0 0 12 0 0 0 16 0 8 0 77867813 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.97531 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1413656/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2.95
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 7153 0 1 0 237 58 0 0 16 0 8 0 77867805 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073690734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 6890 2479 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 185 0 0 0 2 0 0 0 17 0 8 0 77867809 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.12
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 339 0 0 0 12 0 0 0 17 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.17863 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1413664/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=6.15
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 7153 0 1 0 483 132 0 0 20 0 8 0 77867805 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073694273 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10237/statm: 228865 6890 2479 14 0 215335 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 185 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915460 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937431040 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.12
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 339 0 0 0 12 0 0 0 16 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915456

[startup+12.6423 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1413672/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=12.61
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 7153 0 1 0 984 277 0 0 25 0 8 0 77867805 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10237/statm: 228865 6890 2479 14 0 215335 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 185 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915460 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937431040 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.12
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 339 0 0 0 12 0 0 0 16 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

[startup+25.4866 s]
/proc/loadavg: 0.95 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1413736/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=25.44
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 7153 0 1 0 1969 575 0 0 25 0 8 0 77867805 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10237/statm: 228864 6890 2479 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915460 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 185 0 0 0 2 0 0 0 16 0 8 0 77867809 937431040 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.12
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 339 0 0 0 12 0 0 0 16 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 6890 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915456

[startup+51.1772 s]
/proc/loadavg: 0.96 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1405992/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=51.1
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9200 0 1 0 4412 698 0 0 25 0 8 0 77867805 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073844477 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10237/statm: 228864 8933 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.22
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 399 0 0 0 21 1 0 0 16 0 8 0 77867813 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 915456

[startup+102.445 s]
/proc/loadavg: 0.98 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=102.33
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9210 0 1 0 9535 698 0 0 25 0 8 0 77867805 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073885352 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10237/statm: 228864 8943 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.22
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 399 0 0 0 21 1 0 0 16 0 8 0 77867813 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 915456

[startup+162.447 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 10245
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=162.29
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9212 0 1 0 15531 698 0 0 25 0 8 0 77867805 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073885271 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2024.09
Current children cumulated vsize (KiB) 915456

[startup+2084.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10443
/proc/meminfo: memFree=1405544/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2084.15
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 207715 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073833188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2084.15
Current children cumulated vsize (KiB) 915456

[startup+2144.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10443
/proc/meminfo: memFree=1405544/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2144.21
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 213721 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2144.21
Current children cumulated vsize (KiB) 915456

[startup+2205.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10443
/proc/meminfo: memFree=1405544/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2204.28
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 219728 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2204.28
Current children cumulated vsize (KiB) 915456

[startup+2265.12 s]
/proc/loadavg: 1.06 1.02 1.00 2/72 10443
/proc/meminfo: memFree=1405544/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2264.34
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 225734 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073845320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2264.34
Current children cumulated vsize (KiB) 915456

[startup+2325.2 s]
/proc/loadavg: 1.02 1.01 1.00 3/72 10443
/proc/meminfo: memFree=1405608/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2324.4
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 231740 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073884324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2324.4
Current children cumulated vsize (KiB) 915456

[startup+2385.28 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 10443
/proc/meminfo: memFree=1405608/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2384.47
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 237747 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2384.47
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10443
/proc/meminfo: memFree=1405608/2055920 swapFree=4192812/4192956
[pid=10237] ppid=10235 vsize=915456 CPUtime=2400.07
/proc/10237/stat : 10237 (java) R 10235 10237 9332 0 -1 0 9234 0 1 0 239307 700 0 0 25 0 8 0 77867805 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073833184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10237/statm: 228864 8966 2532 14 0 215334 0
[pid=10237/tid=10239] ppid=10235 vsize=915456 CPUtime=0.02
/proc/10237/task/10239/stat : 10239 (java) S 10235 10237 9332 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 77867809 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9332 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77867810 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=915456 CPUtime=0.23
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9332 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10237/tid=10244] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9332 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=915456 CPUtime=0
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 77867813 937426944 8966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 2400.9
CPU time (s): 2400.1
CPU user time (s): 2393.09
CPU system time (s): 7.01593
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.09
system time used= 7.01593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9257
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= 49457
involuntary context switches= 7827

runsolver used 2.80757 s user time and 5.71713 s system time

The end

Launcher Data (download as text)

Begin job on node70 on Sat Jan 20 14:35:09 UTC 2007


IDJOB= 280261
IDBENCH= 10697
IDSOLVER= 68
FILE ID= node70/280261-1169303709

PBS_JOBID= 3609866

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-60/maxcut-60-500-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280261-1169303709/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-280261-1169303709 -o ROOT/results/node70/solver-280261-1169303709 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280261-1169303709/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8771468a4d928e50eb90eb95a7a06b7a

RANDOM SEED= 61948901

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.234
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.234
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:       1432176 kB
Buffers:         45272 kB
Cached:         492328 kB
SwapCached:        144 kB
Active:         132316 kB
Inactive:       420880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          25688 kB
Slab:            56616 kB
Committed_AS:  1007160 kB
PageTables:       1396 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= 66563 MiB



End job on node70 on Sat Jan 20 15:15:10 UTC 2007