Trace number 280036

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.12 2402.96

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-40/maxcut-40-580-1_ext.xml
MD5SUM8d5110850a39611eb3fbf75fbf53f929
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints339
Best CPU time to get the best result obtained on this benchmark406.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints580
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension580
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/280036-1169300172/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.091  cpuTime=0.08  mem=6M887
0.41	   
0.41	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.56	     nbConstraints=580  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=579
0.56	     nbConflictsStructures=1  nbSharedConflictsStructures=579  nbSharedBinaryRepresentations=2  maxDegree=34  maxArity=2
0.56	       =>  wckTime=0.245  cpuTime=0.17  mem=8M846
0.60	   
0.60	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.325  cpuTime=0.21  mem=5M647
0.65	
0.65	s SATISFIABLE
0.65	o 308
0.65	c 272
0.65	o 312
0.65	c 268
0.65	o 314
0.65	c 266
0.65	o 315
0.65	c 265
0.65	o 317
0.65	c 263
0.65	o 318
0.65	c 262
0.65	o 320
0.65	c 260
0.66	o 321
0.66	c 259
0.66	o 322
0.66	c 258
0.66	o 323
0.66	c 257
0.66	o 324
0.66	c 256
0.66	o 325
0.66	c 255
0.66	o 326
0.66	c 254
0.67	o 327
0.67	c 253
0.67	o 328
0.67	c 252
0.67	o 329
0.67	c 251
0.67	o 331
0.67	c 249
0.67	o 332
0.67	c 248
0.68	o 334
0.68	c 246
0.68	o 336
0.68	c 244
0.68	o 337
0.68	c 243
0.73	o 338
0.73	c 242
0.76	o 339
0.76	c 241
2.75	   
2.75	   search
2.75	     run=0  nbConstraintChecks=9733525  nbAssignments=10000
2.75	       =>  wckTime=2.113  cpuTime=2.07  mem=5M647
4.80	   
4.80	   search
4.80	     run=1  nbConstraintChecks=19550590  nbAssignments=20000
4.80	       =>  wckTime=4.16  cpuTime=4.09  mem=5M647
6.84	   
6.84	   search
6.84	     run=2  nbConstraintChecks=29286468  nbAssignments=30000
6.84	       =>  wckTime=6.196  cpuTime=6.11  mem=5M647
8.88	   
8.88	   search
8.88	     run=3  nbConstraintChecks=39101583  nbAssignments=40000
8.88	       =>  wckTime=8.243  cpuTime=8.14  mem=5M647
10.93	   
10.93	   search
10.93	     run=4  nbConstraintChecks=48828248  nbAssignments=50000
10.93	       =>  wckTime=10.291  cpuTime=10.17  mem=5M647
13.00	   
13.00	   search
13.00	     run=5  nbConstraintChecks=58650946  nbAssignments=60000
13.00	       =>  wckTime=12.358  cpuTime=12.22  mem=5M647
15.06	   
15.06	   search
15.06	     run=6  nbConstraintChecks=68390992  nbAssignments=70000
15.06	       =>  wckTime=14.413  cpuTime=14.25  mem=5M647
17.12	   
17.12	   search
17.12	     run=7  nbConstraintChecks=78216328  nbAssignments=80000
17.12	       =>  wckTime=16.481  cpuTime=16.3  mem=5M647
19.17	   
19.17	   search
19.17	     run=8  nbConstraintChecks=87952998  nbAssignments=90000
19.17	       =>  wckTime=18.529  cpuTime=18.33  mem=5M647
21.21	   
21.21	   search
21.21	     run=9  nbConstraintChecks=97773951  nbAssignments=100000
21.21	       =>  wckTime=20.572  cpuTime=20.36  mem=5M647
23.25	   
23.25	   search
23.25	     run=10  nbConstraintChecks=107509897  nbAssignments=110000
23.25	       =>  wckTime=22.608  cpuTime=22.39  mem=5M647
25.30	   
25.30	   search
25.30	     run=11  nbConstraintChecks=117334231  nbAssignments=120000
25.30	       =>  wckTime=24.658  cpuTime=24.42  mem=5M647
27.34	   
27.34	   search
27.34	     run=12  nbConstraintChecks=127072369  nbAssignments=130000
27.34	       =>  wckTime=26.696  cpuTime=26.43  mem=5M647
29.39	   
29.39	   search
29.39	     run=13  nbConstraintChecks=136887444  nbAssignments=140000
29.39	       =>  wckTime=28.746  cpuTime=28.47  mem=5M647
31.04	   
31.04	   search
31.04	     run=14  nbConstraintChecks=144719868  nbAssignments=148065
31.04	       =>  wckTime=30.399  cpuTime=30.11  mem=5M647
31.04	   
31.04	   global
31.04	     nbConstraintChecks=144719868  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.04	     solvingWckTime=30.398  solvingCpuTime=30.1  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.04	     globalCpuTime=30.37
31.04	       =>  wckTime=30.725  cpuTime=30.32  mem=5M647
31.04	   
31.04	   solver IterativeSystematicSolver being built... 
31.19	       =>  wckTime=30.871  cpuTime=30.44  mem=16M756
31.24	   
31.24	   preprocessing
31.24	     nbConstraintChecks=29807  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.24	     detectedInconsistency=no
31.24	       =>  wckTime=0.051  cpuTime=0.03  mem=16M756
31.27	   
31.27	   search
31.27	     run=0  nbConstraintChecks=43277  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=44
31.27	     nbFailedAssignments=8  nbBacktracks=11  nbVisitedNodes=62  nbRestartNogoods=0
31.27	       =>  wckTime=0.084  cpuTime=0.06  mem=16M756
31.31	   
31.31	   search
31.31	     run=1  nbConstraintChecks=101553  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=98
31.31	     nbFailedAssignments=22  nbBacktracks=26  nbVisitedNodes=140  nbRestartNogoods=1
31.31	       =>  wckTime=0.125  cpuTime=0.08  mem=16M756
31.35	   
31.35	   search
31.35	     run=2  nbConstraintChecks=182785  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=164
31.35	     nbFailedAssignments=42  nbBacktracks=49  nbVisitedNodes=247  nbRestartNogoods=3
31.35	       =>  wckTime=0.157  cpuTime=0.12  mem=16M756
31.39	   
31.39	   search
31.39	     run=3  nbConstraintChecks=282734  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=246
31.39	     nbFailedAssignments=67  nbBacktracks=82  nbVisitedNodes=378  nbRestartNogoods=5
31.39	       =>  wckTime=0.198  cpuTime=0.16  mem=16M756
31.45	   
31.45	   search
31.45	     run=4  nbConstraintChecks=438029  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=359
31.45	     nbFailedAssignments=106  nbBacktracks=133  nbVisitedNodes=575  nbRestartNogoods=9
31.45	       =>  wckTime=0.257  cpuTime=0.21  mem=16M756
31.54	   
31.54	   search
31.54	     run=5  nbConstraintChecks=667390  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=522
31.54	     nbFailedAssignments=171  nbBacktracks=208  nbVisitedNodes=863  nbRestartNogoods=11
31.54	       =>  wckTime=0.351  cpuTime=0.3  mem=16M756
31.68	   
31.68	   search
31.68	     run=6  nbConstraintChecks=1037565  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=769
31.68	     nbFailedAssignments=280  nbBacktracks=322  nbVisitedNodes=1313  nbRestartNogoods=14
31.68	       =>  wckTime=0.494  cpuTime=0.44  mem=16M756
31.87	   
31.87	   search
31.87	     run=7  nbConstraintChecks=1540475  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1103
31.87	     nbFailedAssignments=421  nbBacktracks=494  nbVisitedNodes=1928  nbRestartNogoods=17
31.87	       =>  wckTime=0.684  cpuTime=0.62  mem=16M756
32.18	   
32.18	   search
32.18	     run=8  nbConstraintChecks=2322526  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1622
32.18	     nbFailedAssignments=659  nbBacktracks=752  nbVisitedNodes=2872  nbRestartNogoods=19
32.18	       =>  wckTime=0.994  cpuTime=0.92  mem=16M756
32.56	   
32.56	   search
32.56	     run=9  nbConstraintChecks=3443192  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2350
32.56	     nbFailedAssignments=980  nbBacktracks=1136  nbVisitedNodes=4251  nbRestartNogoods=22
32.56	       =>  wckTime=1.373  cpuTime=1.29  mem=16M756
33.16	   
33.16	   search
33.16	     run=10  nbConstraintChecks=5133182  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3451
33.16	     nbFailedAssignments=1484  nbBacktracks=1712  nbVisitedNodes=6322  nbRestartNogoods=27
33.16	       =>  wckTime=1.967  cpuTime=1.87  mem=16M756
34.02	   
34.02	   search
34.02	     run=11  nbConstraintChecks=7662013  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5084
34.02	     nbFailedAssignments=2231  nbBacktracks=2576  nbVisitedNodes=9382  nbRestartNogoods=32
34.02	       =>  wckTime=2.827  cpuTime=2.72  mem=16M756
35.35	   
35.35	   search
35.35	     run=12  nbConstraintChecks=11428236  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7489
35.35	     nbFailedAssignments=3316  nbBacktracks=3874  nbVisitedNodes=13884  nbRestartNogoods=37
35.35	       =>  wckTime=4.157  cpuTime=4.04  mem=16M756
37.32	   
37.32	   search
37.32	     run=13  nbConstraintChecks=16995490  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10960
37.32	     nbFailedAssignments=4822  nbBacktracks=5820  nbVisitedNodes=20521  nbRestartNogoods=41
37.32	       =>  wckTime=6.128  cpuTime=5.99  mem=16M756
40.33	   
40.33	   search
40.33	     run=14  nbConstraintChecks=25425274  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16242
40.33	     nbFailedAssignments=7163  nbBacktracks=8739  nbVisitedNodes=30506  nbRestartNogoods=47
40.33	       =>  wckTime=9.144  cpuTime=8.98  mem=16M756
45.40	   
45.40	   search
45.40	     run=15  nbConstraintChecks=38915716  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24545
45.40	     nbFailedAssignments=11067  nbBacktracks=13117  nbVisitedNodes=46201  nbRestartNogoods=52
45.40	       =>  wckTime=14.209  cpuTime=14.0  mem=16M756
52.58	   
52.58	   search
52.58	     run=16  nbConstraintChecks=58537466  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36766
52.58	     nbFailedAssignments=16704  nbBacktracks=19685  nbVisitedNodes=69356  nbRestartNogoods=58
52.58	       =>  wckTime=21.392  cpuTime=21.12  mem=16M756
62.94	   
62.94	   search
62.94	     run=17  nbConstraintChecks=88331254  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=55249
62.94	     nbFailedAssignments=25316  nbBacktracks=29537  nbVisitedNodes=104678  nbRestartNogoods=66
62.94	       =>  wckTime=31.752  cpuTime=31.43  mem=16M756
77.66	   
77.66	   search
77.66	     run=18  nbConstraintChecks=131658947  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=82380
77.66	     nbFailedAssignments=37652  nbBacktracks=44315  nbVisitedNodes=156359  nbRestartNogoods=73
77.66	       =>  wckTime=46.469  cpuTime=46.14  mem=16M756
101.28	   
101.28	   search
101.28	     run=19  nbConstraintChecks=199206592  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=124060
101.28	     nbFailedAssignments=57146  nbBacktracks=66483  nbVisitedNodes=235800  nbRestartNogoods=81
101.28	       =>  wckTime=70.087  cpuTime=69.73  mem=16M756
136.05	   
136.05	   search
136.05	     run=20  nbConstraintChecks=298881584  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=185428
136.05	     nbFailedAssignments=85245  nbBacktracks=99735  nbVisitedNodes=353281  nbRestartNogoods=90
136.05	       =>  wckTime=104.865  cpuTime=104.48  mem=16M756
188.75	   
188.75	   search
188.75	     run=21  nbConstraintChecks=449725539  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=279980
188.75	     nbFailedAssignments=129900  nbBacktracks=149615  nbVisitedNodes=533376  nbRestartNogoods=98
188.75	       =>  wckTime=157.565  cpuTime=157.12  mem=16M756
269.07	   
269.07	   search
269.07	     run=22  nbConstraintChecks=676008997  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=421006
269.07	     nbFailedAssignments=196096  nbBacktracks=224433  nbVisitedNodes=800068  nbRestartNogoods=106
269.07	       =>  wckTime=237.877  cpuTime=237.37  mem=16M756
390.88	   
390.88	   search
390.88	     run=23  nbConstraintChecks=1014770056  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=632412
390.88	     nbFailedAssignments=295256  nbBacktracks=336661  nbVisitedNodes=1196273  nbRestartNogoods=114
390.88	       =>  wckTime=359.693  cpuTime=359.05  mem=16M756
565.20	   
565.21	   search
565.21	     run=24  nbConstraintChecks=1513895219  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=946852
565.21	     nbFailedAssignments=441333  nbBacktracks=505002  nbVisitedNodes=1791198  nbRestartNogoods=121
565.21	       =>  wckTime=534.016  cpuTime=533.21  mem=16M756
802.33	   
802.33	   search
802.33	     run=25  nbConstraintChecks=2210794190  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1403428
802.33	     nbFailedAssignments=645382  nbBacktracks=757513  nbVisitedNodes=2637218  nbRestartNogoods=126
802.33	       =>  wckTime=771.141  cpuTime=770.11  mem=16M756
1128.61	   
1128.61	   search
1128.61	     run=26  nbConstraintChecks=3204481356  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2070409
1128.61	     nbFailedAssignments=933574  nbBacktracks=1136280  nbVisitedNodes=3848358  nbRestartNogoods=135
1128.61	       =>  wckTime=1097.423  cpuTime=1096.08  mem=16M756
1501.75	   
1501.75	   search
1501.75	     run=27  nbConstraintChecks=4432526979  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2964545
1501.75	     nbFailedAssignments=1259538  nbBacktracks=1704431  nbVisitedNodes=5361592  nbRestartNogoods=145
1501.75	       =>  wckTime=1470.563  cpuTime=1468.84  mem=16M756
1985.18	   
1985.18	   search
1985.18	     run=28  nbConstraintChecks=6035773738  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4207642
1985.18	     nbFailedAssignments=1650386  nbBacktracks=2556658  nbVisitedNodes=7336284  nbRestartNogoods=151
1985.18	       =>  wckTime=1953.987  cpuTime=1951.77  mem=16M756
2402.93	v 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 1 0 1 0 0 1 1 1 1 1 1 1 1 

Verifier Data (download as text)

241 unsatisfied constraints, 339 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/node48/watcher-280036-1169300172 -o ROOT/results/node48/solver-280036-1169300172 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280036-1169300172/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: 2.03 2.02 1.96 2/80 23275
/proc/meminfo: memFree=1373904/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=18540 CPUtime=0
/proc/23274/stat : 23274 (runsolver) R 23272 23274 22551 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 278415861 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23274/statm: 4635 279 244 17 0 2626 0

[startup+0.102621 s]
/proc/loadavg: 2.03 2.02 1.96 2/80 23275
/proc/meminfo: memFree=1373904/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=913236 CPUtime=0.08
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 2921 0 1 0 8 0 0 0 19 0 8 0 278415861 935153664 2667 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942180 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228309 2667 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.51066 s]
/proc/loadavg: 2.03 2.02 1.96 2/80 23275
/proc/meminfo: memFree=1373904/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915332 CPUtime=0.48
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 6324 0 1 0 45 3 0 0 18 0 8 0 278415861 937299968 6063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154578050 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228833 6063 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33273 s]
/proc/loadavg: 2.03 2.02 1.96 3/87 23282
/proc/meminfo: memFree=1355736/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=1.3
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 7201 0 1 0 113 17 0 0 25 0 8 0 278415861 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073696297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228865 6939 2479 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.14
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 339 0 0 0 13 1 0 0 16 0 8 0 278415869 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 278415869 937431040 6939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98488 s]
/proc/loadavg: 2.02 2.02 1.96 3/87 23282
/proc/meminfo: memFree=1355736/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2.93
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 7204 0 1 0 247 46 0 0 25 0 8 0 278415861 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073696230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228865 6941 2479 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.15
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 341 0 0 0 14 1 0 0 16 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.27518 s]
/proc/loadavg: 2.02 2.02 1.96 3/87 23282
/proc/meminfo: memFree=1355672/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=6.2
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 7204 0 1 0 508 112 0 0 25 0 8 0 278415861 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073702034 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228865 6941 2479 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.15
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 341 0 0 0 14 1 0 0 16 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7598 s]
/proc/loadavg: 2.02 2.02 1.96 3/87 23282
/proc/meminfo: memFree=1355736/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915464 CPUtime=12.62
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 7204 0 1 0 1023 239 0 0 25 0 8 0 278415861 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228866 6941 2479 14 0 215336 0
[pid=23274/tid=23276] ppid=23272 vsize=915464 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 278415865 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915464 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915464 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915464 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915464 CPUtime=0.15
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 341 0 0 0 14 1 0 0 16 0 8 0 278415869 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915464 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915464 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937435136 6941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915464

[startup+25.595 s]
/proc/loadavg: 2.10 2.03 1.97 3/87 23282
/proc/meminfo: memFree=1355800/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=25.35
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 7206 0 1 0 2057 478 0 0 25 0 8 0 278415861 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073699945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228865 6942 2479 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.15
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 342 0 0 0 14 1 0 0 16 0 8 0 278415869 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 6942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.1993 s]
/proc/loadavg: 2.06 2.03 1.97 3/87 23282
/proc/meminfo: memFree=1348184/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=50.72
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9178 0 1 0 4488 584 0 0 25 0 8 0 278415861 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073822204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23274/statm: 228865 8911 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915460

[startup+102.402 s]
/proc/loadavg: 1.98 2.01 1.96 3/81 23363
/proc/meminfo: memFree=1371712/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=101.82
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9189 0 1 0 9596 586 0 0 25 0 8 0 278415861 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8922 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 915460

[startup+162.447 s]
/proc/loadavg: 1.99 2.00 1.96 3/81 23363
/proc/meminfo: memFree=1371840/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=161.81
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9191 0 1 0 15595 586 0 0 25 0 8 0 278415861 937431040 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073884084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2021.6
Current children cumulated vsize (KiB) 915460

[startup+2084.07 s]
/proc/loadavg: 2.12 2.03 2.01 3/88 23647
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2081.54
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 207557 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883361 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2081.54
Current children cumulated vsize (KiB) 915460

[startup+2144.08 s]
/proc/loadavg: 2.04 2.02 2.00 3/88 23647
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2141.49
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 213552 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2141.49
Current children cumulated vsize (KiB) 915460

[startup+2204.09 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 23647
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2201.45
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 219548 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2201.45
Current children cumulated vsize (KiB) 915460

[startup+2264.19 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 23647
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2261.48
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 225551 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073846745 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2261.48
Current children cumulated vsize (KiB) 915460

[startup+2324.26 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 23647
/proc/meminfo: memFree=1366472/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2321.49
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 231552 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882857 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2321.49
Current children cumulated vsize (KiB) 915460

[startup+2384.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23647
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2381.5
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 237553 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073884000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2381.5
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23647
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=23274] ppid=23272 vsize=915460 CPUtime=2400.09
/proc/23274/stat : 23274 (java) R 23272 23274 22551 0 -1 0 9213 0 1 0 239412 597 0 0 25 0 8 0 278415861 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835520 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23274/statm: 228865 8944 2532 14 0 215335 0
[pid=23274/tid=23276] ppid=23272 vsize=915460 CPUtime=0.02
/proc/23274/task/23276/stat : 23276 (java) S 23272 23274 22551 0 -1 64 193 0 0 0 2 0 0 0 16 0 8 0 278415865 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23277] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23277/stat : 23277 (java) S 23272 23274 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23278] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23278/stat : 23278 (java) S 23272 23274 22551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278415866 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23279] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23279/stat : 23279 (java) S 23272 23274 22551 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23280] ppid=23272 vsize=915460 CPUtime=0.24
/proc/23274/task/23280/stat : 23280 (java) S 23272 23274 22551 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23274/tid=23281] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23281/stat : 23281 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23274/tid=23282] ppid=23272 vsize=915460 CPUtime=0
/proc/23274/task/23282/stat : 23282 (java) S 23272 23274 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278415869 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 2402.96
CPU time (s): 2400.12
CPU user time (s): 2394.14
CPU system time (s): 5.98109
CPU usage (%): 99.8819
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.14
system time used= 5.98109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9235
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= 49742
involuntary context switches= 12160

runsolver used 2.92156 s user time and 7.70483 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan 20 13:36:12 UTC 2007


IDJOB= 280036
IDBENCH= 10581
IDSOLVER= 68
FILE ID= node48/280036-1169300172

PBS_JOBID= 3609820

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8d5110850a39611eb3fbf75fbf53f929

RANDOM SEED= 660575397

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.218
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.218
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:       1374384 kB
Buffers:         49672 kB
Cached:         505684 kB
SwapCached:          0 kB
Active:         152996 kB
Inactive:       450076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:          67984 kB
Slab:            63836 kB
Committed_AS:  6456596 kB
PageTables:       1848 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 node48 on Sat Jan 20 14:16:15 UTC 2007