Trace number 279982

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 EPFCMSAT (TO) 2400.1 2402.64

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-40/maxcut-40-440-9_ext.xml
MD5SUMf9d6649a27d4d012745be511e9070750
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints272
Best CPU time to get the best result obtained on this benchmark40.7678
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints440
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension440
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/279982-1169299833/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.091  cpuTime=0.08  mem=6M887
0.41	   
0.41	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.54	     nbConstraints=440  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=439
0.54	     nbConflictsStructures=1  nbSharedConflictsStructures=439  nbSharedBinaryRepresentations=2  maxDegree=29  maxArity=2
0.54	       =>  wckTime=0.227  cpuTime=0.16  mem=8M887
0.58	   
0.58	   solver LocalSearchSolver being built... 
0.62	       =>  wckTime=0.308  cpuTime=0.21  mem=5M577
0.63	
0.63	s SATISFIABLE
0.63	o 234
0.63	c 206
0.63	o 240
0.63	c 200
0.63	o 246
0.63	c 194
0.63	o 247
0.63	c 193
0.63	o 251
0.63	c 189
0.63	o 252
0.63	c 188
0.64	o 254
0.64	c 186
0.64	o 256
0.64	c 184
0.64	o 257
0.64	c 183
0.64	o 259
0.64	c 181
0.64	o 260
0.64	c 180
0.64	o 262
0.64	c 178
0.65	o 264
0.65	c 176
0.65	o 265
0.65	c 175
0.65	o 268
0.65	c 172
0.66	o 269
0.66	c 171
0.69	o 270
0.69	c 170
0.69	o 271
0.69	c 169
0.69	o 272
0.69	c 168
2.27	   
2.27	   search
2.27	     run=0  nbConstraintChecks=6869575  nbAssignments=10000
2.27	       =>  wckTime=1.651  cpuTime=1.62  mem=5M577
3.74	   
3.74	   search
3.74	     run=1  nbConstraintChecks=13800844  nbAssignments=20000
3.74	       =>  wckTime=3.121  cpuTime=3.08  mem=5M577
5.21	   
5.21	   search
5.21	     run=2  nbConstraintChecks=20669418  nbAssignments=30000
5.21	       =>  wckTime=4.586  cpuTime=4.55  mem=5M577
6.69	   
6.69	   search
6.69	     run=3  nbConstraintChecks=27600854  nbAssignments=40000
6.69	       =>  wckTime=6.065  cpuTime=6.03  mem=5M577
8.16	   
8.16	   search
8.16	     run=4  nbConstraintChecks=34465121  nbAssignments=50000
8.16	       =>  wckTime=7.536  cpuTime=7.5  mem=5M577
9.64	   
9.64	   search
9.64	     run=5  nbConstraintChecks=41406451  nbAssignments=60000
9.64	       =>  wckTime=9.014  cpuTime=8.97  mem=5M577
11.11	   
11.11	   search
11.11	     run=6  nbConstraintChecks=48277049  nbAssignments=70000
11.11	       =>  wckTime=10.484  cpuTime=10.44  mem=5M577
12.58	   
12.58	   search
12.58	     run=7  nbConstraintChecks=55218406  nbAssignments=80000
12.58	       =>  wckTime=11.963  cpuTime=11.93  mem=5M577
14.04	   
14.04	   search
14.04	     run=8  nbConstraintChecks=62081307  nbAssignments=90000
14.04	       =>  wckTime=13.422  cpuTime=13.38  mem=5M577
15.51	   
15.51	   search
15.51	     run=9  nbConstraintChecks=69020609  nbAssignments=100000
15.51	       =>  wckTime=14.89  cpuTime=14.86  mem=5M577
16.97	   
16.97	   search
16.97	     run=10  nbConstraintChecks=75887234  nbAssignments=110000
16.97	       =>  wckTime=16.348  cpuTime=16.31  mem=5M577
18.44	   
18.44	   search
18.44	     run=11  nbConstraintChecks=82822968  nbAssignments=120000
18.44	       =>  wckTime=17.814  cpuTime=17.77  mem=5M577
19.89	   
19.89	   search
19.89	     run=12  nbConstraintChecks=89695569  nbAssignments=130000
19.89	       =>  wckTime=19.273  cpuTime=19.23  mem=5M577
21.36	   
21.36	   search
21.36	     run=13  nbConstraintChecks=96634888  nbAssignments=140000
21.36	       =>  wckTime=20.739  cpuTime=20.7  mem=5M577
22.82	   
22.82	   search
22.82	     run=14  nbConstraintChecks=103499927  nbAssignments=150000
22.82	       =>  wckTime=22.199  cpuTime=22.16  mem=5M577
24.30	   
24.30	   search
24.30	     run=15  nbConstraintChecks=110437710  nbAssignments=160000
24.30	       =>  wckTime=23.678  cpuTime=23.63  mem=5M577
25.77	   
25.77	   search
25.77	     run=16  nbConstraintChecks=117301226  nbAssignments=170000
25.77	       =>  wckTime=25.15  cpuTime=25.1  mem=5M577
27.26	   
27.26	   search
27.26	     run=17  nbConstraintChecks=124231473  nbAssignments=180000
27.26	       =>  wckTime=26.64  cpuTime=26.58  mem=5M577
28.73	   
28.73	   search
28.73	     run=18  nbConstraintChecks=131095544  nbAssignments=190000
28.73	       =>  wckTime=28.112  cpuTime=28.06  mem=5M577
30.24	   
30.24	   search
30.24	     run=19  nbConstraintChecks=138031127  nbAssignments=200000
30.24	       =>  wckTime=29.612  cpuTime=29.53  mem=5M577
30.77	   
30.77	   search
30.77	     run=20  nbConstraintChecks=140513531  nbAssignments=203667
30.77	       =>  wckTime=30.15  cpuTime=30.07  mem=5M577
30.77	   
30.77	   global
30.77	     nbConstraintChecks=140513531  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.77	     solvingWckTime=30.148  solvingCpuTime=30.07  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.77	     globalCpuTime=30.33
30.77	       =>  wckTime=30.457  cpuTime=30.28  mem=5M577
30.77	   
30.77	   solver IterativeSystematicSolver being built... 
30.91	       =>  wckTime=30.595  cpuTime=30.4  mem=16M694
30.96	   
30.96	   preprocessing
30.96	     nbConstraintChecks=22089  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.96	     detectedInconsistency=no
30.96	       =>  wckTime=0.043  cpuTime=0.02  mem=16M694
30.98	   
30.98	   search
30.98	     run=0  nbConstraintChecks=31688  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40
30.98	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=58  nbRestartNogoods=0
30.98	       =>  wckTime=0.071  cpuTime=0.04  mem=16M694
31.02	   
31.02	   search
31.02	     run=1  nbConstraintChecks=72857  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=88
31.02	     nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=131  nbRestartNogoods=2
31.02	       =>  wckTime=0.104  cpuTime=0.06  mem=16M694
31.04	   
31.04	   search
31.04	     run=2  nbConstraintChecks=134694  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=153
31.04	     nbFailedAssignments=36  nbBacktracks=48  nbVisitedNodes=237  nbRestartNogoods=4
31.04	       =>  wckTime=0.13  cpuTime=0.09  mem=16M694
31.07	   
31.07	   search
31.07	     run=3  nbConstraintChecks=213783  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=231
31.07	     nbFailedAssignments=59  nbBacktracks=81  nbVisitedNodes=370  nbRestartNogoods=8
31.07	       =>  wckTime=0.161  cpuTime=0.12  mem=16M694
31.12	   
31.12	   search
31.12	     run=4  nbConstraintChecks=332890  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=341
31.12	     nbFailedAssignments=98  nbBacktracks=132  nbVisitedNodes=563  nbRestartNogoods=12
31.12	       =>  wckTime=0.21  cpuTime=0.17  mem=16M694
31.19	   
31.19	   search
31.19	     run=5  nbConstraintChecks=506467  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=495
31.19	     nbFailedAssignments=157  nbBacktracks=207  nbVisitedNodes=847  nbRestartNogoods=17
31.19	       =>  wckTime=0.278  cpuTime=0.23  mem=16M694
31.28	   
31.28	   search
31.28	     run=6  nbConstraintChecks=759526  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=714
31.28	     nbFailedAssignments=242  nbBacktracks=320  nbVisitedNodes=1249  nbRestartNogoods=19
31.28	       =>  wckTime=0.369  cpuTime=0.32  mem=16M694
31.42	   
31.42	   search
31.42	     run=7  nbConstraintChecks=1142548  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1045
31.42	     nbFailedAssignments=382  nbBacktracks=490  nbVisitedNodes=1860  nbRestartNogoods=21
31.42	       =>  wckTime=0.512  cpuTime=0.46  mem=16M694
31.67	   
31.67	   search
31.67	     run=8  nbConstraintChecks=1728146  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1512
31.67	     nbFailedAssignments=572  nbBacktracks=747  nbVisitedNodes=2750  nbRestartNogoods=26
31.67	       =>  wckTime=0.756  cpuTime=0.69  mem=16M694
31.96	   
31.96	   search
31.96	     run=9  nbConstraintChecks=2554762  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2181
31.96	     nbFailedAssignments=840  nbBacktracks=1131  nbVisitedNodes=4033  nbRestartNogoods=30
31.96	       =>  wckTime=1.052  cpuTime=0.98  mem=16M694
32.42	   
32.42	   search
32.42	     run=10  nbConstraintChecks=3853486  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3239
32.42	     nbFailedAssignments=1302  nbBacktracks=1709  nbVisitedNodes=6074  nbRestartNogoods=35
32.42	       =>  wckTime=1.51  cpuTime=1.43  mem=16M694
33.08	   
33.08	   search
33.08	     run=11  nbConstraintChecks=5725965  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4773
33.08	     nbFailedAssignments=1954  nbBacktracks=2573  nbVisitedNodes=9015  nbRestartNogoods=41
33.08	       =>  wckTime=2.168  cpuTime=2.09  mem=16M694
34.20	   
34.20	   search
34.20	     run=12  nbConstraintChecks=8817206  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7246
34.20	     nbFailedAssignments=3110  nbBacktracks=3872  nbVisitedNodes=13704  nbRestartNogoods=47
34.21	       =>  wckTime=3.294  cpuTime=3.22  mem=16M694
35.79	   
35.79	   search
35.79	     run=13  nbConstraintChecks=13308114  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10864
35.79	     nbFailedAssignments=4766  nbBacktracks=5819  nbVisitedNodes=20663  nbRestartNogoods=53
35.79	       =>  wckTime=4.876  cpuTime=4.79  mem=16M694
38.12	   
38.12	   search
38.12	     run=14  nbConstraintChecks=19866548  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16197
38.12	     nbFailedAssignments=7162  nbBacktracks=8739  nbVisitedNodes=30927  nbRestartNogoods=60
38.12	       =>  wckTime=7.207  cpuTime=7.12  mem=16M694
41.78	   
41.78	   search
41.78	     run=15  nbConstraintChecks=29849776  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24220
41.78	     nbFailedAssignments=10786  nbBacktracks=13117  nbVisitedNodes=46215  nbRestartNogoods=66
41.78	       =>  wckTime=10.866  cpuTime=10.78  mem=16M694
47.47	   
47.47	   search
47.47	     run=16  nbConstraintChecks=45039404  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36012
47.47	     nbFailedAssignments=15993  nbBacktracks=19686  nbVisitedNodes=69141  nbRestartNogoods=69
47.47	       =>  wckTime=16.557  cpuTime=16.47  mem=16M694
55.68	   
55.68	   search
55.68	     run=17  nbConstraintChecks=67421895  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=53867
55.68	     nbFailedAssignments=23981  nbBacktracks=29538  nbVisitedNodes=103599  nbRestartNogoods=76
55.68	       =>  wckTime=24.77  cpuTime=24.68  mem=16M694
68.03	   
68.03	   search
68.03	     run=18  nbConstraintChecks=100681328  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=80536
68.03	     nbFailedAssignments=35852  nbBacktracks=44316  nbVisitedNodes=155050  nbRestartNogoods=81
68.03	       =>  wckTime=37.117  cpuTime=37.01  mem=16M694
86.94	   
86.94	   search
86.94	     run=19  nbConstraintChecks=150450455  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=119396
86.94	     nbFailedAssignments=52530  nbBacktracks=66485  nbVisitedNodes=230083  nbRestartNogoods=86
86.94	       =>  wckTime=56.028  cpuTime=55.89  mem=16M694
115.44	   
115.44	   search
115.44	     run=20  nbConstraintChecks=224716695  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=179235
115.44	     nbFailedAssignments=79097  nbBacktracks=99737  nbVisitedNodes=343582  nbRestartNogoods=91
115.44	       =>  wckTime=84.527  cpuTime=84.38  mem=16M694
153.89	   
153.89	   search
153.89	     run=21  nbConstraintChecks=328809975  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=266304
153.89	     nbFailedAssignments=116271  nbBacktracks=149617  nbVisitedNodes=506953  nbRestartNogoods=97
153.89	       =>  wckTime=122.98  cpuTime=122.78  mem=16M694
207.62	   
207.62	   search
207.62	     run=22  nbConstraintChecks=475322763  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=393758
207.62	     nbFailedAssignments=168889  nbBacktracks=224435  nbVisitedNodes=738635  nbRestartNogoods=104
207.62	       =>  wckTime=176.707  cpuTime=176.46  mem=16M694
280.77	   
280.77	   search
280.77	     run=23  nbConstraintChecks=681103120  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=576887
280.77	     nbFailedAssignments=239771  nbBacktracks=336663  nbVisitedNodes=1065361  nbRestartNogoods=111
280.77	       =>  wckTime=249.862  cpuTime=249.53  mem=16M694
371.66	   
371.66	   search
371.66	     run=24  nbConstraintChecks=948523732  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=832177
371.66	     nbFailedAssignments=326697  nbBacktracks=505011  nbVisitedNodes=1501525  nbRestartNogoods=119
371.66	       =>  wckTime=340.746  cpuTime=340.31  mem=16M694
495.59	   
495.59	   search
495.59	     run=25  nbConstraintChecks=1316799289  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1198855
495.59	     nbFailedAssignments=440843  nbBacktracks=757522  nbVisitedNodes=2089756  nbRestartNogoods=128
495.59	       =>  wckTime=464.679  cpuTime=464.11  mem=16M694
673.24	   
673.24	   search
673.24	     run=26  nbConstraintChecks=1844152573  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1740987
673.24	     nbFailedAssignments=604185  nbBacktracks=1136289  nbVisitedNodes=2947968  nbRestartNogoods=138
673.24	       =>  wckTime=642.333  cpuTime=641.58  mem=16M694
938.75	   
938.75	   search
938.75	     run=27  nbConstraintChecks=2636103061  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2554009
938.75	     nbFailedAssignments=849035  nbBacktracks=1704442  nbVisitedNodes=4240238  nbRestartNogoods=150
938.75	       =>  wckTime=907.838  cpuTime=906.81  mem=16M694
1331.81	   
1331.81	   search
1331.81	     run=28  nbConstraintChecks=3809480966  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3773557
1331.81	     nbFailedAssignments=1216338  nbBacktracks=2556669  nbVisitedNodes=6172235  nbRestartNogoods=161
1331.81	       =>  wckTime=1300.903  cpuTime=1299.49  mem=16M694
1919.32	   
1919.32	   search
1919.32	     run=29  nbConstraintChecks=5571369596  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5598985
1919.32	     nbFailedAssignments=1763404  nbBacktracks=3835015  nbVisitedNodes=9072635  nbRestartNogoods=168
1919.32	       =>  wckTime=1888.41  cpuTime=1886.32  mem=16M694
2402.60	v 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 1 1 1 0 0 1 1 0 1 0 0 1 1 1 0 0 0 1 

Verifier Data (download as text)

168 unsatisfied constraints, 272 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/node45/watcher-279982-1169299833 -o ROOT/results/node45/solver-279982-1169299833 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/279982-1169299833/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.84 1.62 1.70 4/74 15062
/proc/meminfo: memFree=1427632/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=18540 CPUtime=0
/proc/15061/stat : 15061 (runsolver) R 15059 15061 14712 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 278382255 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15061/statm: 4635 279 244 17 0 2626 0

[startup+0.107745 s]
/proc/loadavg: 1.84 1.62 1.70 4/74 15062
/proc/meminfo: memFree=1427632/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=914988 CPUtime=0.08
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 278382255 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155078737 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515819 s]
/proc/loadavg: 1.84 1.62 1.70 4/74 15062
/proc/meminfo: memFree=1427632/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=915332 CPUtime=0.49
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 6408 0 1 0 44 5 0 0 18 0 8 0 278382255 937299968 6147 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072940296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 228833 6147 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33696 s]
/proc/loadavg: 1.84 1.62 1.70 3/81 15069
/proc/meminfo: memFree=1409912/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=915452 CPUtime=1.3
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 7091 0 1 0 107 23 0 0 25 0 8 0 278382255 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073679340 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 228863 6829 2479 14 0 215333 0
[pid=15061/tid=15063] ppid=15059 vsize=915452 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278382259 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=915452 CPUtime=0.12
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 332 0 0 0 12 0 0 0 16 0 8 0 278382263 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278382263 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.98926 s]
/proc/loadavg: 1.84 1.62 1.70 2/75 15091
/proc/meminfo: memFree=1411112/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=915452 CPUtime=2.94
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 7094 0 1 0 231 63 0 0 25 0 8 0 278382255 937422848 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 228864 6831 2479 14 0 215334 0
[pid=15061/tid=15063] ppid=15059 vsize=915452 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278382259 937422848 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 937422848 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 937422848 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=915456 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 937426944 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=915452 CPUtime=0.12
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 278382263 937422848 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 937422848 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=915456 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278382263 937426944 6831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

[startup+6.27686 s]
/proc/loadavg: 1.93 1.64 1.71 3/87 15141
/proc/meminfo: memFree=1394120/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=915452 CPUtime=6.24
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 7095 0 1 0 479 145 0 0 25 0 8 0 278382255 937422848 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 228863 6832 2479 14 0 215333 0
[pid=15061/tid=15063] ppid=15059 vsize=915452 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278382259 937422848 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 937422848 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 937422848 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 937422848 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=915456 CPUtime=0.12
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 335 0 0 0 12 0 0 0 16 0 8 0 278382263 937426944 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 937422848 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=915452 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) R 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278382263 937422848 6832 18446744073709551615 134512640 134570532 4294956464 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) 915452

[startup+12.765 s]
/proc/loadavg: 1.94 1.65 1.71 3/87 15141
/proc/meminfo: memFree=1394056/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=12.72
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 7096 0 1 0 960 312 0 0 25 0 8 0 278382255 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 6833 2479 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916480 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938475520 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.12
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 335 0 0 0 12 0 0 0 16 0 8 0 278382263 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916480 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938475520 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278382263 938471424 6833 18446744073709551615 134512640 134570532 4294956464 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) 916476

[startup+25.6134 s]
/proc/loadavg: 1.95 1.66 1.72 3/87 15141
/proc/meminfo: memFree=1394120/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=25.57
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 7096 0 1 0 1915 642 0 0 25 0 8 0 278382255 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 6833 2479 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916480 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938475520 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.12
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 335 0 0 0 12 0 0 0 16 0 8 0 278382263 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278382263 938471424 6833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 916476

[startup+51.218 s]
/proc/loadavg: 1.97 1.69 1.72 3/87 15141
/proc/meminfo: memFree=1378184/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=51.12
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9158 0 1 0 4340 772 0 0 25 0 8 0 278382255 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8892 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278382263 938471424 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 916476

[startup+102.514 s]
/proc/loadavg: 1.98 1.73 1.73 3/87 15141
/proc/meminfo: memFree=1378120/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=102.37
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9165 0 1 0 9465 772 0 0 25 0 8 0 278382255 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803337 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8899 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278382263 938471424 8899 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 916476

[startup+162.553 s]
/proc/loadavg: 1.99 1.78 1.75 3/87 15141
/proc/meminfo: memFree=1378056/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=162.37
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9169 0 1 0 15464 773 0 0 25 0 8 0 278382255 938471424 8903 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073864578 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2021.59
Current children cumulated vsize (KiB) 916476

[startup+2083.79 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2081.57
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 207370 787 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073865088 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2081.57
Current children cumulated vsize (KiB) 916476

[startup+2143.83 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2141.55
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 213368 787 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.03
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 2 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2141.55
Current children cumulated vsize (KiB) 916476

[startup+2203.87 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2201.52
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 219365 787 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831709 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.03
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 2 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2201.52
Current children cumulated vsize (KiB) 916476

[startup+2263.91 s]
/proc/loadavg: 2.08 2.02 1.93 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2261.51
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 225364 787 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806445 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.03
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 2 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2261.51
Current children cumulated vsize (KiB) 916476

[startup+2323.94 s]
/proc/loadavg: 2.03 2.01 1.93 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2321.49
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 231362 787 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834349 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.03
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 2 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2321.49
Current children cumulated vsize (KiB) 916476

[startup+2383.98 s]
/proc/loadavg: 2.01 2.00 1.93 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2381.44
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 237357 787 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073688901 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.03
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 2 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2381.44
Current children cumulated vsize (KiB) 916476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.59 s]
/proc/loadavg: 2.07 2.02 1.93 3/87 15339
/proc/meminfo: memFree=1377416/2055920 swapFree=4184076/4192956
[pid=15061] ppid=15059 vsize=916476 CPUtime=2400.06
/proc/15061/stat : 15061 (java) R 15059 15061 14712 0 -1 0 9192 0 1 0 239218 788 0 0 25 0 8 0 278382255 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 229119 8924 2532 14 0 215589 0
[pid=15061/tid=15063] ppid=15059 vsize=916476 CPUtime=0.02
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 14712 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278382259 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 14712 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 14712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278382260 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 14712 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=916476 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 14712 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=916476 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 14712 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=916476 CPUtime=0.03
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 14712 0 -1 64 2 0 0 0 1 2 0 0 15 0 8 0 278382263 938471424 8924 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 916476

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

Child status: 143
Real time (s): 2402.64
CPU time (s): 2400.1
CPU user time (s): 2392.22
CPU system time (s): 7.8858
CPU usage (%): 99.8945
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.22
system time used= 7.8858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9213
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= 49745
involuntary context switches= 12464

runsolver used 2.45563 s user time and 6.602 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan 20 13:30:33 UTC 2007


IDJOB= 279982
IDBENCH= 10556
IDSOLVER= 68
FILE ID= node45/279982-1169299833

PBS_JOBID= 3609867

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f9d6649a27d4d012745be511e9070750

RANDOM SEED= 872179678

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.259
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.259
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:       1428048 kB
Buffers:         51692 kB
Cached:         487672 kB
SwapCached:       2868 kB
Active:         137780 kB
Inactive:       417224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428048 kB
SwapTotal:     4192956 kB
SwapFree:      4184076 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          22808 kB
Slab:            58388 kB
Committed_AS:  4951752 kB
PageTables:       1756 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 node45 on Sat Jan 20 14:10:36 UTC 2007