Trace number 279740

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.05 2412.04

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-50/maxcut-50-600-1_ext.xml
MD5SUM0359f3c7818430ecfd2e807df09c72ee
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints366
Best CPU time to get the best result obtained on this benchmark1598.03
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension600
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/279740-1169298243/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.093  cpuTime=0.08  mem=6M910
0.40	   
0.40	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.56	     nbConstraints=600  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=599
0.56	     nbConflictsStructures=1  nbSharedConflictsStructures=599  nbSharedBinaryRepresentations=2  maxDegree=30  maxArity=2
0.56	       =>  wckTime=0.25  cpuTime=0.17  mem=8M868
0.60	   
0.60	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.332  cpuTime=0.21  mem=5M664
0.65	
0.65	s SATISFIABLE
0.65	o 312
0.65	c 288
0.65	o 314
0.65	c 286
0.65	o 318
0.65	c 282
0.65	o 320
0.65	c 280
0.65	o 322
0.65	c 278
0.65	o 324
0.65	c 276
0.65	o 325
0.65	c 275
0.65	o 328
0.65	c 272
0.66	o 332
0.66	c 268
0.66	o 334
0.66	c 266
0.66	o 339
0.66	c 261
0.66	o 340
0.66	c 260
0.66	o 342
0.66	c 258
0.66	o 346
0.66	c 254
0.66	o 351
0.66	c 249
0.66	o 352
0.66	c 248
0.66	o 355
0.66	c 245
0.67	o 360
0.67	c 240
0.67	o 362
0.67	c 238
0.68	o 363
0.68	c 237
0.68	o 364
0.68	c 236
0.81	o 365
0.81	c 235
0.81	o 366
0.81	c 234
2.74	   
2.74	   search
2.75	     run=0  nbConstraintChecks=9318071  nbAssignments=10000
2.75	       =>  wckTime=2.104  cpuTime=2.06  mem=5M664
4.80	   
4.80	   search
4.80	     run=1  nbConstraintChecks=18749675  nbAssignments=20000
4.80	       =>  wckTime=4.155  cpuTime=4.09  mem=5M664
6.82	   
6.82	   search
6.82	     run=2  nbConstraintChecks=28062382  nbAssignments=30000
6.82	       =>  wckTime=6.181  cpuTime=6.09  mem=5M664
8.85	   
8.85	   search
8.85	     run=3  nbConstraintChecks=37501243  nbAssignments=40000
8.85	       =>  wckTime=8.208  cpuTime=8.1  mem=5M664
10.86	   
10.86	   search
10.86	     run=4  nbConstraintChecks=46820032  nbAssignments=50000
10.86	       =>  wckTime=10.215  cpuTime=10.1  mem=5M664
12.88	   
12.88	   search
12.88	     run=5  nbConstraintChecks=56240780  nbAssignments=60000
12.88	       =>  wckTime=12.236  cpuTime=12.09  mem=5M664
14.88	   
14.88	   search
14.88	     run=6  nbConstraintChecks=65545876  nbAssignments=70000
14.88	       =>  wckTime=14.244  cpuTime=14.08  mem=5M664
16.90	   
16.90	   search
16.90	     run=7  nbConstraintChecks=74971604  nbAssignments=80000
16.90	       =>  wckTime=16.263  cpuTime=16.08  mem=5M664
18.93	   
18.93	   search
18.93	     run=8  nbConstraintChecks=84284177  nbAssignments=90000
18.93	       =>  wckTime=18.286  cpuTime=18.09  mem=5M664
20.96	   
20.96	   search
20.96	     run=9  nbConstraintChecks=93713015  nbAssignments=100000
20.96	       =>  wckTime=20.323  cpuTime=20.1  mem=5M664
22.99	   
22.99	   search
22.99	     run=10  nbConstraintChecks=103037321  nbAssignments=110000
22.99	       =>  wckTime=22.35  cpuTime=22.12  mem=5M664
25.03	   
25.03	   search
25.03	     run=11  nbConstraintChecks=112477522  nbAssignments=120000
25.03	       =>  wckTime=24.394  cpuTime=24.13  mem=5M664
27.06	   
27.06	   search
27.06	     run=12  nbConstraintChecks=121794447  nbAssignments=130000
27.06	       =>  wckTime=26.415  cpuTime=26.14  mem=5M664
29.08	   
29.08	   search
29.08	     run=13  nbConstraintChecks=131220734  nbAssignments=140000
29.08	       =>  wckTime=28.444  cpuTime=28.15  mem=5M664
31.09	   
31.09	   search
31.09	     run=14  nbConstraintChecks=140538063  nbAssignments=150000
31.09	       =>  wckTime=30.451  cpuTime=30.14  mem=5M664
31.11	   
31.11	   search
31.11	     run=15  nbConstraintChecks=140622545  nbAssignments=150088
31.11	       =>  wckTime=30.47  cpuTime=30.16  mem=5M664
31.11	   
31.11	   global
31.11	     nbConstraintChecks=140622545  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.11	     solvingWckTime=30.469  solvingCpuTime=30.16  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.11	     globalCpuTime=30.42
31.11	       =>  wckTime=30.802  cpuTime=30.37  mem=5M664
31.11	   
31.11	   solver IterativeSystematicSolver being built... 
31.26	       =>  wckTime=30.945  cpuTime=30.48  mem=16M830
31.27	   
31.27	   preprocessing
31.27	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.27	     detectedInconsistency=no
31.27	       =>  wckTime=0.0070  cpuTime=0.0  mem=16M830
31.33	   
31.33	   search
31.33	     run=0  nbConstraintChecks=51476  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49
31.33	     nbFailedAssignments=9  nbBacktracks=11  nbVisitedNodes=70  nbRestartNogoods=0
31.33	       =>  wckTime=0.073  cpuTime=0.04  mem=16M830
31.38	   
31.38	   search
31.38	     run=1  nbConstraintChecks=118600  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=108
31.38	     nbFailedAssignments=21  nbBacktracks=28  nbVisitedNodes=158  nbRestartNogoods=1
31.38	       =>  wckTime=0.122  cpuTime=0.07  mem=16M830
31.42	   
31.42	   search
31.42	     run=2  nbConstraintChecks=206505  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=179
31.42	     nbFailedAssignments=40  nbBacktracks=50  nbVisitedNodes=270  nbRestartNogoods=3
31.42	       =>  wckTime=0.16  cpuTime=0.11  mem=16M830
31.46	   
31.46	   search
31.46	     run=3  nbConstraintChecks=310593  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=260
31.46	     nbFailedAssignments=58  nbBacktracks=83  nbVisitedNodes=402  nbRestartNogoods=7
31.46	       =>  wckTime=0.204  cpuTime=0.15  mem=16M830
31.54	   
31.54	   search
31.54	     run=4  nbConstraintChecks=476997  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=373
31.54	     nbFailedAssignments=94  nbBacktracks=133  nbVisitedNodes=601  nbRestartNogoods=10
31.54	       =>  wckTime=0.279  cpuTime=0.23  mem=16M830
31.63	   
31.63	   search
31.63	     run=5  nbConstraintChecks=714205  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=531
31.63	     nbFailedAssignments=148  nbBacktracks=208  nbVisitedNodes=888  nbRestartNogoods=13
31.63	       =>  wckTime=0.375  cpuTime=0.32  mem=16M830
31.78	   
31.78	   search
31.78	     run=6  nbConstraintChecks=1072791  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=757
31.78	     nbFailedAssignments=229  nbBacktracks=323  nbVisitedNodes=1310  nbRestartNogoods=17
31.78	       =>  wckTime=0.524  cpuTime=0.46  mem=16M830
32.01	   
32.01	   search
32.01	     run=7  nbConstraintChecks=1634973  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1098
32.01	     nbFailedAssignments=370  nbBacktracks=494  nbVisitedNodes=1963  nbRestartNogoods=20
32.01	       =>  wckTime=0.75  cpuTime=0.69  mem=16M830
32.33	   
32.33	   search
32.33	     run=8  nbConstraintChecks=2468274  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1590
32.33	     nbFailedAssignments=579  nbBacktracks=750  nbVisitedNodes=2920  nbRestartNogoods=23
32.33	       =>  wckTime=1.077  cpuTime=1.0  mem=16M830
32.81	   
32.81	   search
32.81	     run=9  nbConstraintChecks=3708953  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2333
32.81	     nbFailedAssignments=908  nbBacktracks=1135  nbVisitedNodes=4377  nbRestartNogoods=27
32.81	       =>  wckTime=1.552  cpuTime=1.46  mem=16M830
33.50	   
33.50	   search
33.50	     run=10  nbConstraintChecks=5496038  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3369
33.50	     nbFailedAssignments=1342  nbBacktracks=1711  nbVisitedNodes=6423  nbRestartNogoods=30
33.50	       =>  wckTime=2.244  cpuTime=2.15  mem=16M830
34.52	   
34.52	   search
34.52	     run=11  nbConstraintChecks=8237207  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4987
34.52	     nbFailedAssignments=2067  nbBacktracks=2576  nbVisitedNodes=9631  nbRestartNogoods=35
34.52	       =>  wckTime=3.266  cpuTime=3.15  mem=16M830
36.17	   
36.17	   search
36.17	     run=12  nbConstraintChecks=12616921  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7504
36.17	     nbFailedAssignments=3260  nbBacktracks=3873  nbVisitedNodes=14638  nbRestartNogoods=40
36.17	       =>  wckTime=4.909  cpuTime=4.78  mem=16M830
38.49	   
38.49	   search
38.49	     run=13  nbConstraintChecks=18631238  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10953
38.49	     nbFailedAssignments=4736  nbBacktracks=5819  nbVisitedNodes=21509  nbRestartNogoods=45
38.49	       =>  wckTime=7.237  cpuTime=7.08  mem=16M830
42.07	   
42.07	   search
42.07	     run=14  nbConstraintChecks=27769045  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16172
42.07	     nbFailedAssignments=7008  nbBacktracks=8738  nbVisitedNodes=31919  nbRestartNogoods=50
42.07	       =>  wckTime=10.815  cpuTime=10.63  mem=16M830
47.97	   
47.97	   search
47.97	     run=15  nbConstraintChecks=42916427  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24841
47.97	     nbFailedAssignments=11278  nbBacktracks=13117  nbVisitedNodes=49237  nbRestartNogoods=54
47.97	       =>  wckTime=16.713  cpuTime=16.47  mem=16M830
56.38	   
56.38	   search
56.38	     run=16  nbConstraintChecks=64146680  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36984
56.38	     nbFailedAssignments=16833  nbBacktracks=19685  nbVisitedNodes=73503  nbRestartNogoods=61
56.38	       =>  wckTime=25.125  cpuTime=24.81  mem=16M830
68.21	   
68.21	   search
68.21	     run=17  nbConstraintChecks=94204397  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=54078
68.21	     nbFailedAssignments=24052  nbBacktracks=29538  nbVisitedNodes=107669  nbRestartNogoods=70
68.21	       =>  wckTime=36.957  cpuTime=36.53  mem=16M830
87.52	   
87.52	   search
87.52	     run=18  nbConstraintChecks=142219248  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=81420
87.52	     nbFailedAssignments=36590  nbBacktracks=44317  nbVisitedNodes=162328  nbRestartNogoods=80
87.52	       =>  wckTime=56.262  cpuTime=55.66  mem=16M830
116.18	   
116.18	   search
116.18	     run=19  nbConstraintChecks=214286730  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=121849
116.18	     nbFailedAssignments=54825  nbBacktracks=66486  nbVisitedNodes=243161  nbRestartNogoods=86
116.18	       =>  wckTime=84.927  cpuTime=84.06  mem=16M830
164.07	   
164.07	   search
164.07	     run=20  nbConstraintChecks=328438843  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=184440
164.07	     nbFailedAssignments=84138  nbBacktracks=99738  nbVisitedNodes=368311  nbRestartNogoods=94
164.07	       =>  wckTime=132.817  cpuTime=131.52  mem=16M830
228.92	   
228.92	   search
228.92	     run=21  nbConstraintChecks=493698244  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=278588
228.92	     nbFailedAssignments=128381  nbBacktracks=149616  nbVisitedNodes=556573  nbRestartNogoods=101
228.92	       =>  wckTime=197.66  cpuTime=196.07  mem=16M830
329.76	   
329.76	   search
329.76	     run=22  nbConstraintChecks=734664511  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=415378
329.76	     nbFailedAssignments=190330  nbBacktracks=224435  nbVisitedNodes=829929  nbRestartNogoods=106
329.76	       =>  wckTime=298.499  cpuTime=296.44  mem=16M830
479.05	   
479.05	   search
479.05	     run=23  nbConstraintChecks=1096194549  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=620497
479.05	     nbFailedAssignments=283195  nbBacktracks=336662  nbVisitedNodes=1239582  nbRestartNogoods=114
479.05	       =>  wckTime=447.796  cpuTime=445.04  mem=16M830
686.79	   
686.79	   search
686.79	     run=24  nbConstraintChecks=1617937609  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=930042
686.79	     nbFailedAssignments=424374  nbBacktracks=505004  nbVisitedNodes=1853369  nbRestartNogoods=119
686.79	       =>  wckTime=655.532  cpuTime=651.8  mem=16M830
1005.69	   
1005.69	   search
1005.69	     run=25  nbConstraintChecks=2408248292  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1401973
1005.69	     nbFailedAssignments=643769  nbBacktracks=757516  nbVisitedNodes=2781043  nbRestartNogoods=127
1005.69	       =>  wckTime=974.438  cpuTime=969.22  mem=16M830
1397.12	   
1397.12	   search
1397.12	     run=26  nbConstraintChecks=3448306483  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2054146
1397.12	     nbFailedAssignments=917144  nbBacktracks=1136284  nbVisitedNodes=4016297  nbRestartNogoods=132
1397.12	       =>  wckTime=1365.866  cpuTime=1358.83  mem=16M830
1894.44	   
1894.44	   search
1894.44	     run=27  nbConstraintChecks=4837125374  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2971408
1894.44	     nbFailedAssignments=1266223  nbBacktracks=1704437  nbVisitedNodes=5684042  nbRestartNogoods=139
1894.44	       =>  wckTime=1863.182  cpuTime=1853.82  mem=16M830
2412.02	v 1 0 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 1 1 1 1 1 1 0 0 1 0 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 0 0 1 1 0 0 1 0 

Verifier Data (download as text)

234 unsatisfied constraints, 366 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/node30/watcher-279740-1169298243 -o ROOT/results/node30/solver-279740-1169298243 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279740-1169298243/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.95 2.00 1.89 4/93 7565
/proc/meminfo: memFree=1539952/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=18540 CPUtime=0
/proc/7564/stat : 7564 (runsolver) R 7562 7564 7018 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 278218287 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7564/statm: 4635 279 244 17 0 2626 0

[startup+0.109908 s]
/proc/loadavg: 1.95 2.00 1.89 4/93 7565
/proc/meminfo: memFree=1539952/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=914988 CPUtime=0.09
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 3048 0 1 0 7 2 0 0 20 0 8 0 278218287 936947712 2794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153618318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517933 s]
/proc/loadavg: 1.95 2.00 1.89 4/93 7565
/proc/meminfo: memFree=1539952/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915332 CPUtime=0.5
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 6424 0 1 0 45 5 0 0 22 0 8 0 278218287 937299968 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228833 6163 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.34198 s]
/proc/loadavg: 1.95 2.00 1.89 3/100 7572
/proc/meminfo: memFree=1521720/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915464 CPUtime=1.31
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 7212 0 1 0 113 18 0 0 25 0 8 0 278218287 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228866 6950 2476 14 0 215336 0
[pid=7564/tid=7566] ppid=7562 vsize=915464 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 278218291 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915464 CPUtime=0.13
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 339 0 0 0 13 0 0 0 16 0 8 0 278218295 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937435136 6950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.99008 s]
/proc/loadavg: 1.95 2.00 1.89 3/100 7572
/proc/meminfo: memFree=1521720/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2.95
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 7215 0 1 0 247 48 0 0 25 0 8 0 278218287 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 6952 2476 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.13
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 341 0 0 0 13 0 0 0 16 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.26929 s]
/proc/loadavg: 1.96 2.00 1.89 3/100 7572
/proc/meminfo: memFree=1514104/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=6.2
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 7215 0 1 0 506 114 0 0 25 0 8 0 278218287 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 6952 2476 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.13
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 341 0 0 0 13 0 0 0 16 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 6952 18446744073709551615 134512640 134570532 4294956480 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.7567 s]
/proc/loadavg: 1.96 2.00 1.89 3/100 7572
/proc/meminfo: memFree=1513976/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=12.63
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 7217 0 1 0 1026 237 0 0 25 0 8 0 278218287 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 6953 2476 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.14
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 342 0 0 0 14 0 0 0 16 0 8 0 278218295 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915460

[startup+25.5965 s]
/proc/loadavg: 1.97 2.00 1.89 3/100 7572
/proc/meminfo: memFree=1513976/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915464 CPUtime=25.34
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 7217 0 1 0 2053 481 0 0 25 0 8 0 278218287 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228866 6953 2476 14 0 215336 0
[pid=7564/tid=7566] ppid=7562 vsize=915464 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 278218291 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915464 CPUtime=0.14
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 342 0 0 0 14 0 0 0 16 0 8 0 278218295 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915464 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937435136 6953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915464

[startup+51.2021 s]
/proc/loadavg: 1.98 2.00 1.90 3/100 7572
/proc/meminfo: memFree=1506296/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=50.71
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9185 0 1 0 4484 587 0 0 25 0 8 0 278218287 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8918 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.24
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278218295 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 915460

[startup+102.504 s]
/proc/loadavg: 1.99 2.00 1.90 3/100 7572
/proc/meminfo: memFree=1506296/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=101.55
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9193 0 1 0 9568 587 0 0 25 0 8 0 278218287 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8926 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.24
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278218295 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 915460

[startup+162.55 s]
/proc/loadavg: 2.04 2.01 1.91 3/100 7572
/proc/meminfo: memFree=1506232/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=161.04
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9195 0 1 0 15517 587 0 0 25 0 8 0 278218287 937431040 8928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2083.25 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 7574
/proc/meminfo: memFree=1506112/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2072.8
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 206679 601 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073882729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2072.8
Current children cumulated vsize (KiB) 915460

[startup+2143.27 s]
/proc/loadavg: 2.00 2.00 1.96 4/100 7574
/proc/meminfo: memFree=1506048/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2132.54
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 212653 601 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073882734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2132.54
Current children cumulated vsize (KiB) 915460

[startup+2203.29 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 7574
/proc/meminfo: memFree=1506048/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2192.28
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 218626 602 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073882734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2192.28
Current children cumulated vsize (KiB) 915460

[startup+2263.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 7574
/proc/meminfo: memFree=1506048/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2252.02
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 224600 602 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073883792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2252.02
Current children cumulated vsize (KiB) 915460

[startup+2323.33 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 7574
/proc/meminfo: memFree=1506048/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2311.77
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 230574 603 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2311.77
Current children cumulated vsize (KiB) 915460

[startup+2383.35 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 7574
/proc/meminfo: memFree=1506048/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2371.51
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 236548 603 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073884077 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2371.51
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2412.01 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 7634
/proc/meminfo: memFree=1513784/2055920 swapFree=4167328/4192956
[pid=7564] ppid=7562 vsize=915460 CPUtime=2400.02
/proc/7564/stat : 7564 (java) R 7562 7564 7018 0 -1 0 9217 0 1 0 239398 604 0 0 25 0 8 0 278218287 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842269 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7564/statm: 228865 8949 2527 14 0 215335 0
[pid=7564/tid=7566] ppid=7562 vsize=915460 CPUtime=0.02
/proc/7564/task/7566/stat : 7566 (java) S 7562 7564 7018 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 278218291 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 7018 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 7018 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278218292 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 7018 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=915460 CPUtime=0.25
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 7018 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7571] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7572] ppid=7562 vsize=915460 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 7018 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278218295 937431040 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 2412.04
CPU time (s): 2400.05
CPU user time (s): 2394
CPU system time (s): 6.05308
CPU usage (%): 99.5029
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394
system time used= 6.05308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9238
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= 49949
involuntary context switches= 83710

runsolver used 2.37064 s user time and 6.41602 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan 20 13:04:03 UTC 2007


IDJOB= 279740
IDBENCH= 10393
IDSOLVER= 69
FILE ID= node30/279740-1169298243

PBS_JOBID= 3609822

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0359f3c7818430ecfd2e807df09c72ee

RANDOM SEED= 871968383

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:       1540368 kB
Buffers:         39932 kB
Cached:         344840 kB
SwapCached:       3508 kB
Active:         148732 kB
Inactive:       290044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540368 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:          79024 kB
Slab:            61532 kB
Committed_AS:  6017580 kB
PageTables:       2320 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 node30 on Sat Jan 20 13:44:16 UTC 2007