Trace number 279695

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 PFCMSAT (TO) 2400.1 2400.96

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-50/maxcut-50-660-1_ext.xml
MD5SUM470a3501b374870b341ec427997fe554
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints396
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints660
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension660
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=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/279695-1169296935/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.092  cpuTime=0.08  mem=6M910
0.40	   
0.40	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.56	     nbConstraints=660  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=659
0.56	     nbConflictsStructures=1  nbSharedConflictsStructures=659  nbSharedBinaryRepresentations=2  maxDegree=33  maxArity=2
0.56	       =>  wckTime=0.251  cpuTime=0.17  mem=8M860
0.61	   
0.61	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.334  cpuTime=0.23  mem=5M693
0.65	
0.65	s SATISFIABLE
0.65	o 338
0.65	c 322
0.65	o 340
0.65	c 320
0.65	o 344
0.65	c 316
0.66	o 345
0.66	c 315
0.66	o 350
0.66	c 310
0.66	o 357
0.66	c 303
0.66	o 358
0.66	c 302
0.66	o 361
0.66	c 299
0.66	o 364
0.66	c 296
0.66	o 365
0.66	c 295
0.66	o 368
0.66	c 292
0.66	o 372
0.66	c 288
0.66	o 373
0.66	c 287
0.66	o 375
0.66	c 285
0.66	o 378
0.66	c 282
0.66	o 379
0.66	c 281
0.66	o 380
0.66	c 280
0.67	o 382
0.67	c 278
0.67	o 385
0.67	c 275
0.67	o 387
0.67	c 273
0.67	o 388
0.67	c 272
0.67	o 389
0.67	c 271
0.68	o 390
0.68	c 270
0.69	o 391
0.69	c 269
0.69	o 392
0.69	c 268
0.69	o 394
0.69	c 266
0.69	o 395
0.69	c 265
0.70	o 396
0.70	c 264
2.88	   
2.88	   search
2.88	     run=0  nbConstraintChecks=10455174  nbAssignments=10000
2.88	       =>  wckTime=2.232  cpuTime=2.2  mem=5M693
5.06	   
5.06	   search
5.06	     run=1  nbConstraintChecks=21022034  nbAssignments=20000
5.06	       =>  wckTime=4.417  cpuTime=4.39  mem=5M693
7.23	   
7.23	   search
7.23	     run=2  nbConstraintChecks=31466234  nbAssignments=30000
7.23	       =>  wckTime=6.586  cpuTime=6.56  mem=5M693
9.42	   
9.42	   search
9.42	     run=3  nbConstraintChecks=42037371  nbAssignments=40000
9.42	       =>  wckTime=8.774  cpuTime=8.74  mem=5M693
11.59	   
11.59	   search
11.59	     run=4  nbConstraintChecks=52473672  nbAssignments=50000
11.59	       =>  wckTime=10.943  cpuTime=10.91  mem=5M693
13.77	   
13.77	   search
13.77	     run=5  nbConstraintChecks=63055448  nbAssignments=60000
13.77	       =>  wckTime=13.122  cpuTime=13.09  mem=5M693
15.92	   
15.92	   search
15.92	     run=6  nbConstraintChecks=73496183  nbAssignments=70000
15.92	       =>  wckTime=15.274  cpuTime=15.24  mem=5M693
18.09	   
18.09	   search
18.09	     run=7  nbConstraintChecks=84073809  nbAssignments=80000
18.09	       =>  wckTime=17.444  cpuTime=17.4  mem=5M693
20.24	   
20.24	   search
20.24	     run=8  nbConstraintChecks=94513655  nbAssignments=90000
20.24	       =>  wckTime=19.595  cpuTime=19.56  mem=5M693
22.41	   
22.41	   search
22.41	     run=9  nbConstraintChecks=105089113  nbAssignments=100000
22.41	       =>  wckTime=21.765  cpuTime=21.72  mem=5M693
24.58	   
24.58	   search
24.58	     run=10  nbConstraintChecks=115533797  nbAssignments=110000
24.58	       =>  wckTime=23.934  cpuTime=23.89  mem=5M693
26.76	   
26.76	   search
26.76	     run=11  nbConstraintChecks=126089218  nbAssignments=120000
26.76	       =>  wckTime=26.12  cpuTime=26.08  mem=5M693
28.93	   
28.93	   search
28.93	     run=12  nbConstraintChecks=136518562  nbAssignments=130000
28.93	       =>  wckTime=28.291  cpuTime=28.26  mem=5M693
30.73	   
30.73	   search
30.73	     run=13  nbConstraintChecks=145194134  nbAssignments=138205
30.73	       =>  wckTime=30.086  cpuTime=30.05  mem=5M693
30.73	   
30.73	   global
30.73	     nbConstraintChecks=145194134  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.73	     solvingWckTime=30.085  solvingCpuTime=30.04  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.73	     globalCpuTime=30.33
30.73	       =>  wckTime=30.421  cpuTime=30.27  mem=5M693
30.73	   
30.73	   solver IterativeSystematicSolver being built... 
30.87	       =>  wckTime=30.563  cpuTime=30.37  mem=16M852
30.88	   
30.88	   preprocessing
30.88	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.88	     detectedInconsistency=no
30.88	       =>  wckTime=0.0070  cpuTime=0.01  mem=16M852
30.94	   
30.94	   search
30.94	     run=0  nbConstraintChecks=52355  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51
30.94	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=68  nbRestartNogoods=0
30.94	       =>  wckTime=0.066  cpuTime=0.05  mem=16M852
30.99	   
30.99	   search
30.99	     run=1  nbConstraintChecks=122282  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=111
30.99	     nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=154  nbRestartNogoods=2
30.99	       =>  wckTime=0.116  cpuTime=0.09  mem=16M852
31.03	   
31.03	   search
31.03	     run=2  nbConstraintChecks=220728  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=183
31.03	     nbFailedAssignments=36  nbBacktracks=47  nbVisitedNodes=267  nbRestartNogoods=5
31.03	       =>  wckTime=0.159  cpuTime=0.13  mem=16M852
31.09	   
31.09	   search
31.09	     run=3  nbConstraintChecks=352824  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=274
31.09	     nbFailedAssignments=61  nbBacktracks=81  nbVisitedNodes=417  nbRestartNogoods=7
31.09	       =>  wckTime=0.214  cpuTime=0.18  mem=16M852
31.17	   
31.17	   search
31.17	     run=4  nbConstraintChecks=567220  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=407
31.17	     nbFailedAssignments=114  nbBacktracks=131  nbVisitedNodes=653  nbRestartNogoods=9
31.17	       =>  wckTime=0.297  cpuTime=0.26  mem=16M852
31.28	   
31.28	   search
31.28	     run=5  nbConstraintChecks=834295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=565
31.28	     nbFailedAssignments=168  nbBacktracks=206  nbVisitedNodes=940  nbRestartNogoods=13
31.28	       =>  wckTime=0.401  cpuTime=0.37  mem=16M852
31.44	   
31.44	   search
31.44	     run=6  nbConstraintChecks=1254791  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=805
31.44	     nbFailedAssignments=263  nbBacktracks=319  nbVisitedNodes=1388  nbRestartNogoods=17
31.44	       =>  wckTime=0.567  cpuTime=0.52  mem=16M852
31.66	   
31.66	   search
31.66	     run=7  nbConstraintChecks=1850823  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1140
31.66	     nbFailedAssignments=397  nbBacktracks=490  nbVisitedNodes=2028  nbRestartNogoods=20
31.66	       =>  wckTime=0.786  cpuTime=0.74  mem=16M852
31.99	   
31.99	   search
31.99	     run=8  nbConstraintChecks=2696953  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1608
31.99	     nbFailedAssignments=578  nbBacktracks=746  nbVisitedNodes=2933  nbRestartNogoods=25
31.99	       =>  wckTime=1.119  cpuTime=1.06  mem=16M852
32.43	   
32.43	   search
32.43	     run=9  nbConstraintChecks=3939605  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2294
32.43	     nbFailedAssignments=849  nbBacktracks=1130  nbVisitedNodes=4274  nbRestartNogoods=27
32.43	       =>  wckTime=1.559  cpuTime=1.48  mem=16M852
33.20	   
33.20	   search
33.20	     run=10  nbConstraintChecks=6032810  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3389
33.20	     nbFailedAssignments=1341  nbBacktracks=1706  nbVisitedNodes=6437  nbRestartNogoods=30
33.20	       =>  wckTime=2.326  cpuTime=2.25  mem=16M852
34.12	   
34.12	   search
34.12	     run=11  nbConstraintChecks=8681684  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4829
34.12	     nbFailedAssignments=1885  nbBacktracks=2571  nbVisitedNodes=9286  nbRestartNogoods=35
34.12	       =>  wckTime=3.247  cpuTime=3.17  mem=16M852
35.81	   
35.81	   search
35.81	     run=12  nbConstraintChecks=13235033  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7179
35.81	     nbFailedAssignments=2910  nbBacktracks=3869  nbVisitedNodes=13959  nbRestartNogoods=39
35.81	       =>  wckTime=4.932  cpuTime=4.85  mem=16M852
38.18	   
38.18	   search
38.18	     run=13  nbConstraintChecks=19889555  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10716
38.18	     nbFailedAssignments=4472  nbBacktracks=5815  nbVisitedNodes=21004  nbRestartNogoods=45
38.18	       =>  wckTime=7.303  cpuTime=7.22  mem=16M852
41.48	   
41.48	   search
41.48	     run=14  nbConstraintChecks=28991543  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15564
41.48	     nbFailedAssignments=6376  nbBacktracks=8734  nbVisitedNodes=30675  nbRestartNogoods=50
41.48	       =>  wckTime=10.606  cpuTime=10.52  mem=16M852
47.92	   
47.92	   search
47.92	     run=15  nbConstraintChecks=45683028  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24070
47.92	     nbFailedAssignments=10483  nbBacktracks=13112  nbVisitedNodes=47666  nbRestartNogoods=58
47.92	       =>  wckTime=17.047  cpuTime=16.96  mem=16M852
56.01	   
56.01	   search
56.01	     run=16  nbConstraintChecks=68272272  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36013
56.01	     nbFailedAssignments=15831  nbBacktracks=19680  nbVisitedNodes=71525  nbRestartNogoods=61
56.01	       =>  wckTime=25.136  cpuTime=25.05  mem=16M852
68.82	   
68.82	   search
68.82	     run=17  nbConstraintChecks=102887004  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=54271
68.82	     nbFailedAssignments=24210  nbBacktracks=29532  nbVisitedNodes=108014  nbRestartNogoods=67
68.82	       =>  wckTime=37.943  cpuTime=37.85  mem=16M852
91.34	   
91.34	   search
91.34	     run=18  nbConstraintChecks=159210682  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=82502
91.34	     nbFailedAssignments=37639  nbBacktracks=44310  nbVisitedNodes=164452  nbRestartNogoods=73
91.34	       =>  wckTime=60.465  cpuTime=60.36  mem=16M852
119.48	   
119.48	   search
119.48	     run=19  nbConstraintChecks=234692869  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=121704
119.48	     nbFailedAssignments=54648  nbBacktracks=66478  nbVisitedNodes=242831  nbRestartNogoods=81
119.48	       =>  wckTime=88.605  cpuTime=88.49  mem=16M852
168.63	   
168.63	   search
168.63	     run=20  nbConstraintChecks=359594012  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=185465
168.63	     nbFailedAssignments=85133  nbBacktracks=99730  nbVisitedNodes=370329  nbRestartNogoods=88
168.63	       =>  wckTime=137.753  cpuTime=137.63  mem=16M852
235.26	   
235.26	   search
235.26	     run=21  nbConstraintChecks=537111292  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=277783
235.26	     nbFailedAssignments=127547  nbBacktracks=149608  nbVisitedNodes=554939  nbRestartNogoods=96
235.26	       =>  wckTime=204.386  cpuTime=204.24  mem=16M852
339.64	   
339.64	   search
339.64	     run=22  nbConstraintChecks=801931886  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=413793
339.64	     nbFailedAssignments=188714  nbBacktracks=224427  nbVisitedNodes=826935  nbRestartNogoods=103
339.64	       =>  wckTime=308.766  cpuTime=308.59  mem=16M852
500.11	   
500.11	   search
500.11	     run=23  nbConstraintChecks=1217680750  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=630150
500.11	     nbFailedAssignments=292822  nbBacktracks=336654  nbVisitedNodes=1259625  nbRestartNogoods=109
500.11	       =>  wckTime=469.232  cpuTime=469.02  mem=16M852
753.51	   
753.51	   search
753.51	     run=24  nbConstraintChecks=1855663957  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=960158
753.51	     nbFailedAssignments=454465  nbBacktracks=504995  nbVisitedNodes=1919425  nbRestartNogoods=120
753.51	       =>  wckTime=722.638  cpuTime=722.35  mem=16M852
1126.33	   
1126.33	   search
1126.33	     run=25  nbConstraintChecks=2784512154  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1442262
1126.33	     nbFailedAssignments=684035  nbBacktracks=757506  nbVisitedNodes=2881193  nbRestartNogoods=128
1126.33	       =>  wckTime=1095.451  cpuTime=1095.05  mem=16M852
1625.01	   
1625.01	   search
1625.01	     run=26  nbConstraintChecks=4071757777  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2127787
1625.01	     nbFailedAssignments=990766  nbBacktracks=1136273  nbVisitedNodes=4239604  nbRestartNogoods=135
1625.01	       =>  wckTime=1594.132  cpuTime=1593.43  mem=16M852
2367.59	   
2367.59	   search
2367.59	     run=27  nbConstraintChecks=6005790295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3189880
2367.59	     nbFailedAssignments=1484682  nbBacktracks=1704425  nbVisitedNodes=6316846  nbRestartNogoods=140
2367.59	       =>  wckTime=2336.716  cpuTime=2335.81  mem=16M852
2400.90	v 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 0 1 0 0 1 1 0 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 0 0 0 1 1 0 0 0 

Verifier Data (download as text)

264 unsatisfied constraints, 396 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/node35/watcher-279695-1169296935 -o ROOT/results/node35/solver-279695-1169296935 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279695-1169296935/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: 1.00 1.00 1.00 7/73 30607
/proc/meminfo: memFree=1395624/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=18540 CPUtime=0
/proc/30606/stat : 30606 (runsolver) R 30601 30606 30495 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 278087150 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30606/statm: 4635 279 244 17 0 2626 0

[startup+0.106736 s]
/proc/loadavg: 1.00 1.00 1.00 7/73 30607
/proc/meminfo: memFree=1395624/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=914988 CPUtime=0.09
/proc/30606/stat : 30606 (java) S 30601 30606 30495 0 -1 0 2996 0 1 0 8 1 0 0 17 0 8 0 278087150 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516536 s]
/proc/loadavg: 1.00 1.00 1.00 7/73 30607
/proc/meminfo: memFree=1395624/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915332 CPUtime=0.49
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 6433 0 1 0 45 4 0 0 18 0 8 0 278087150 937299968 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228833 6172 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34363 s]
/proc/loadavg: 1.16 1.03 1.01 3/87 30621
/proc/meminfo: memFree=1358776/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=1.32
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 7258 0 1 0 113 19 0 0 25 0 8 0 278087150 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 6996 2476 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.02
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 278087155 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.13
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 341 0 0 0 12 1 0 0 16 0 8 0 278087158 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98683 s]
/proc/loadavg: 1.16 1.03 1.01 3/87 30621
/proc/meminfo: memFree=1358776/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2.96
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 7261 0 1 0 247 49 0 0 25 0 8 0 278087150 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 6998 2476 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.02
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 278087155 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915464 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937435136 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.13
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 343 0 0 0 12 1 0 0 16 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.26423 s]
/proc/loadavg: 1.23 1.05 1.02 3/87 30621
/proc/meminfo: memFree=1358712/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=6.24
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 7261 0 1 0 514 110 0 0 25 0 8 0 278087150 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 6998 2476 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.02
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 278087155 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915464 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937435136 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.13
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 343 0 0 0 12 1 0 0 16 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 6998 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.748 s]
/proc/loadavg: 1.29 1.06 1.02 3/87 30621
/proc/meminfo: memFree=1358720/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915464 CPUtime=12.72
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 7262 0 1 0 1041 231 0 0 25 0 8 0 278087150 937435136 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 6999 2476 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.02
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 278087155 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.13
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 344 0 0 0 12 1 0 0 16 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915464

[startup+25.5876 s]
/proc/loadavg: 1.40 1.09 1.03 3/87 30621
/proc/meminfo: memFree=1358784/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=25.55
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 7262 0 1 0 2090 465 0 0 25 0 8 0 278087150 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 6999 2476 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.02
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 278087155 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915464 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937435136 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.13
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 344 0 0 0 12 1 0 0 16 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 6999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915460

[startup+51.2837 s]
/proc/loadavg: 1.70 1.20 1.06 3/87 30621
/proc/meminfo: memFree=1343936/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=51.24
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9196 0 1 0 4561 563 0 0 25 0 8 0 278087150 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073840941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8930 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915460

[startup+102.559 s]
/proc/loadavg: 1.87 1.32 1.11 3/87 30621
/proc/meminfo: memFree=1343872/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=102.5
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9203 0 1 0 9687 563 0 0 25 0 8 0 278087150 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073840866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8937 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (KiB) 915460

[startup+162.572 s]
/proc/loadavg: 1.95 1.44 1.16 3/87 30621
/proc/meminfo: memFree=1343808/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=162.5
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9206 0 1 0 15687 563 0 0 25 0 8 0 278087150 937431040 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073719119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2083.05 s]
/proc/loadavg: 2.00 2.00 1.86 3/87 30819
/proc/meminfo: memFree=1343296/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2082.27
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9223 0 1 0 207663 564 0 0 25 0 8 0 278087150 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881358 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8957 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2082.27
Current children cumulated vsize (KiB) 915460

[startup+2143.06 s]
/proc/loadavg: 2.00 2.00 1.86 3/87 30819
/proc/meminfo: memFree=1343360/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2142.26
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9223 0 1 0 213662 564 0 0 25 0 8 0 278087150 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844313 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8957 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2142.26
Current children cumulated vsize (KiB) 915460

[startup+2203.08 s]
/proc/loadavg: 2.07 2.02 1.87 4/87 30819
/proc/meminfo: memFree=1343360/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2202.26
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9223 0 1 0 219662 564 0 0 25 0 8 0 278087150 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073880865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8957 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2202.26
Current children cumulated vsize (KiB) 915460

[startup+2263.09 s]
/proc/loadavg: 2.02 2.01 1.88 3/87 30819
/proc/meminfo: memFree=1343296/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2262.26
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9223 0 1 0 225662 564 0 0 25 0 8 0 278087150 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881709 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8957 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2262.26
Current children cumulated vsize (KiB) 915460

[startup+2323.11 s]
/proc/loadavg: 2.01 2.00 1.89 3/87 30819
/proc/meminfo: memFree=1343296/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2322.26
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9223 0 1 0 231662 564 0 0 25 0 8 0 278087150 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073880153 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8957 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2322.26
Current children cumulated vsize (KiB) 915460

[startup+2383.12 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 30819
/proc/meminfo: memFree=1343296/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2382.26
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9225 0 1 0 237662 564 0 0 25 0 8 0 278087150 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8959 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2382.26
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.9 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 30819
/proc/meminfo: memFree=1343296/2055920 swapFree=4184640/4192956
[pid=30606] ppid=30601 vsize=915460 CPUtime=2400.03
/proc/30606/stat : 30606 (java) R 30601 30606 30495 0 -1 0 9225 0 1 0 239439 564 0 0 25 0 8 0 278087150 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30606/statm: 228865 8959 2527 14 0 215335 0
[pid=30606/tid=30609] ppid=30601 vsize=915460 CPUtime=0.03
/proc/30606/task/30609/stat : 30609 (java) S 30601 30606 30495 0 -1 64 204 0 0 0 3 0 0 0 16 0 8 0 278087155 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30612] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30612/stat : 30612 (java) S 30601 30606 30495 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278087155 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30613] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30613/stat : 30613 (java) S 30601 30606 30495 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278087155 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30618] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30618/stat : 30618 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30619] ppid=30601 vsize=915460 CPUtime=0.24
/proc/30606/task/30619/stat : 30619 (java) S 30601 30606 30495 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30620] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30620/stat : 30620 (java) S 30601 30606 30495 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30606/tid=30621] ppid=30601 vsize=915460 CPUtime=0
/proc/30606/task/30621/stat : 30621 (java) S 30601 30606 30495 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278087158 937431040 8959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 2400.96
CPU time (s): 2400.1
CPU user time (s): 2394.45
CPU system time (s): 5.65314
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.44
system time used= 5.65314
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9248
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= 49738
involuntary context switches= 53828

runsolver used 2.55461 s user time and 6.49601 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan 20 12:42:15 UTC 2007


IDJOB= 279695
IDBENCH= 10377
IDSOLVER= 69
FILE ID= node35/279695-1169296935

PBS_JOBID= 3609838

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-50/maxcut-50-660-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279695-1169296935/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-279695-1169296935 -o ROOT/results/node35/solver-279695-1169296935 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279695-1169296935/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  470a3501b374870b341ec427997fe554

RANDOM SEED= 212623817

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:       1396592 kB
Buffers:         38148 kB
Cached:         540320 kB
SwapCached:       2184 kB
Active:         130480 kB
Inactive:       462108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396592 kB
SwapTotal:     4192956 kB
SwapFree:      4184640 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          21052 kB
Slab:            52340 kB
Committed_AS:  5393480 kB
PageTables:       1620 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= 66561 MiB



End job on node35 on Sat Jan 20 13:22:16 UTC 2007