Trace number 280262

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 PFCMSAT (TO) 2400.1 2411.1

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data (download as text)

0.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/280262-1169303732/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M910
0.41	   
0.41	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.55	     nbConstraints=500  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=499
0.55	     nbConflictsStructures=1  nbSharedConflictsStructures=499  nbSharedBinaryRepresentations=2  maxDegree=25  maxArity=2
0.55	       =>  wckTime=0.236  cpuTime=0.17  mem=8M926
0.59	   
0.59	   solver LocalSearchSolver being built... 
0.63	       =>  wckTime=0.316  cpuTime=0.21  mem=5M619
0.63	
0.63	s SATISFIABLE
0.63	o 266
0.63	c 234
0.63	o 272
0.63	c 228
0.64	o 275
0.64	c 225
0.64	o 277
0.64	c 223
0.64	o 280
0.64	c 220
0.64	o 282
0.64	c 218
0.64	o 286
0.64	c 214
0.64	o 287
0.64	c 213
0.64	o 288
0.64	c 212
0.64	o 293
0.64	c 207
0.64	o 297
0.64	c 203
0.64	o 298
0.64	c 202
0.65	o 299
0.65	c 201
0.65	o 300
0.65	c 200
0.65	o 304
0.65	c 196
0.66	o 305
0.66	c 195
0.66	o 306
0.66	c 194
0.66	o 308
0.66	c 192
0.66	o 309
0.66	c 191
0.66	o 311
0.66	c 189
0.66	o 313
0.66	c 187
0.67	o 314
0.67	c 186
0.67	o 316
0.67	c 184
0.67	o 317
0.67	c 183
0.67	o 318
0.67	c 182
0.67	o 319
0.67	c 181
0.68	o 321
0.68	c 179
0.68	o 323
0.68	c 177
0.72	o 324
0.72	c 176
0.72	o 325
0.72	c 175
0.74	o 326
0.74	c 174
0.74	o 328
0.74	c 172
2.38	   
2.38	   search
2.38	     run=0  nbConstraintChecks=7023315  nbAssignments=10000
2.38	       =>  wckTime=1.753  cpuTime=1.72  mem=5M619
4.07	   
4.07	   search
4.07	     run=1  nbConstraintChecks=14156050  nbAssignments=20000
4.07	       =>  wckTime=3.441  cpuTime=3.38  mem=5M619
5.74	   
5.74	   search
5.74	     run=2  nbConstraintChecks=21186383  nbAssignments=30000
5.74	       =>  wckTime=5.114  cpuTime=5.04  mem=5M619
7.43	   
7.43	   search
7.43	     run=3  nbConstraintChecks=28307863  nbAssignments=40000
7.43	       =>  wckTime=6.8  cpuTime=6.7  mem=5M619
9.11	   
9.11	   search
9.11	     run=4  nbConstraintChecks=35336938  nbAssignments=50000
9.11	       =>  wckTime=8.484  cpuTime=8.38  mem=5M619
10.82	   
10.82	   search
10.82	     run=5  nbConstraintChecks=42486525  nbAssignments=60000
10.82	       =>  wckTime=10.188  cpuTime=10.06  mem=5M619
12.50	   
12.50	   search
12.51	     run=6  nbConstraintChecks=49508542  nbAssignments=70000
12.51	       =>  wckTime=11.877  cpuTime=11.74  mem=5M619
14.21	   
14.21	   search
14.21	     run=7  nbConstraintChecks=56668200  nbAssignments=80000
14.21	       =>  wckTime=13.581  cpuTime=13.43  mem=5M619
15.90	   
15.90	   search
15.90	     run=8  nbConstraintChecks=63710968  nbAssignments=90000
15.90	       =>  wckTime=15.272  cpuTime=15.1  mem=5M619
17.60	   
17.60	   search
17.60	     run=9  nbConstraintChecks=70856525  nbAssignments=100000
17.60	       =>  wckTime=16.975  cpuTime=16.79  mem=5M619
19.28	   
19.28	   search
19.28	     run=10  nbConstraintChecks=77896101  nbAssignments=110000
19.28	       =>  wckTime=18.652  cpuTime=18.46  mem=5M619
20.97	   
20.97	   search
20.97	     run=11  nbConstraintChecks=85059578  nbAssignments=120000
20.97	       =>  wckTime=20.343  cpuTime=20.13  mem=5M619
22.65	   
22.65	   search
22.65	     run=12  nbConstraintChecks=92089836  nbAssignments=130000
22.65	       =>  wckTime=22.018  cpuTime=21.79  mem=5M619
24.34	   
24.34	   search
24.34	     run=13  nbConstraintChecks=99244556  nbAssignments=140000
24.34	       =>  wckTime=23.709  cpuTime=23.46  mem=5M619
26.01	   
26.01	   search
26.01	     run=14  nbConstraintChecks=106285280  nbAssignments=150000
26.01	       =>  wckTime=25.386  cpuTime=25.12  mem=5M619
27.70	   
27.70	   search
27.70	     run=15  nbConstraintChecks=113419559  nbAssignments=160000
27.70	       =>  wckTime=27.074  cpuTime=26.79  mem=5M619
29.39	   
29.39	   search
29.39	     run=16  nbConstraintChecks=120454505  nbAssignments=170000
29.39	       =>  wckTime=28.762  cpuTime=28.47  mem=5M619
31.04	   
31.04	   search
31.04	     run=17  nbConstraintChecks=127359148  nbAssignments=179635
31.04	       =>  wckTime=30.411  cpuTime=30.1  mem=5M619
31.04	   
31.04	   global
31.04	     nbConstraintChecks=127359148  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.04	     solvingWckTime=30.41  solvingCpuTime=30.1  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.04	     globalCpuTime=30.37
31.04	       =>  wckTime=30.728  cpuTime=30.31  mem=5M619
31.04	   
31.04	   solver IterativeSystematicSolver being built... 
31.19	       =>  wckTime=30.875  cpuTime=30.42  mem=16M543
31.20	   
31.20	   preprocessing
31.20	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.20	     detectedInconsistency=no
31.20	       =>  wckTime=0.0070  cpuTime=0.01  mem=16M543
31.26	   
31.26	   search
31.26	     run=0  nbConstraintChecks=45310  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=54
31.26	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=75  nbRestartNogoods=0
31.26	       =>  wckTime=0.071  cpuTime=0.04  mem=16M543
31.30	   
31.30	   search
31.30	     run=1  nbConstraintChecks=103165  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=117
31.30	     nbFailedAssignments=23  nbBacktracks=25  nbVisitedNodes=166  nbRestartNogoods=2
31.30	       =>  wckTime=0.114  cpuTime=0.07  mem=16M543
31.34	   
31.34	   search
31.34	     run=2  nbConstraintChecks=173229  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=187
31.34	     nbFailedAssignments=37  nbBacktracks=47  nbVisitedNodes=272  nbRestartNogoods=4
31.34	       =>  wckTime=0.15  cpuTime=0.11  mem=16M543
31.39	   
31.39	   search
31.39	     run=3  nbConstraintChecks=270614  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=273
31.39	     nbFailedAssignments=61  nbBacktracks=80  nbVisitedNodes=415  nbRestartNogoods=7
31.39	       =>  wckTime=0.198  cpuTime=0.16  mem=16M543
31.45	   
31.45	   search
31.45	     run=4  nbConstraintChecks=410134  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=389
31.45	     nbFailedAssignments=93  nbBacktracks=131  nbVisitedNodes=614  nbRestartNogoods=8
31.45	       =>  wckTime=0.262  cpuTime=0.22  mem=16M543
31.55	   
31.55	   search
31.55	     run=5  nbConstraintChecks=627676  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=555
31.55	     nbFailedAssignments=151  nbBacktracks=206  nbVisitedNodes=913  nbRestartNogoods=10
31.55	       =>  wckTime=0.36  cpuTime=0.32  mem=17M519
31.69	   
31.69	   search
31.69	     run=6  nbConstraintChecks=934762  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=782
31.69	     nbFailedAssignments=233  nbBacktracks=320  nbVisitedNodes=1336  nbRestartNogoods=13
31.69	       =>  wckTime=0.506  cpuTime=0.45  mem=17M519
31.90	   
31.90	   search
31.90	     run=7  nbConstraintChecks=1405027  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1125
31.90	     nbFailedAssignments=373  nbBacktracks=491  nbVisitedNodes=1990  nbRestartNogoods=17
31.90	       =>  wckTime=0.71  cpuTime=0.66  mem=17M519
32.25	   
32.25	   search
32.25	     run=8  nbConstraintChecks=2177766  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1668
32.25	     nbFailedAssignments=628  nbBacktracks=749  nbVisitedNodes=3046  nbRestartNogoods=19
32.25	       =>  wckTime=1.058  cpuTime=0.98  mem=17M519
32.67	   
32.67	   search
32.67	     run=9  nbConstraintChecks=3165747  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2361
32.67	     nbFailedAssignments=903  nbBacktracks=1134  nbVisitedNodes=4399  nbRestartNogoods=22
32.67	       =>  wckTime=1.485  cpuTime=1.4  mem=17M519
33.33	   
33.33	   search
33.33	     run=10  nbConstraintChecks=4617972  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3358
33.33	     nbFailedAssignments=1294  nbBacktracks=1710  nbVisitedNodes=6363  nbRestartNogoods=26
33.33	       =>  wckTime=2.143  cpuTime=2.04  mem=17M519
34.33	   
34.33	   search
34.33	     run=11  nbConstraintChecks=6938212  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4962
34.33	     nbFailedAssignments=2006  nbBacktracks=2574  nbVisitedNodes=9543  nbRestartNogoods=30
34.33	       =>  wckTime=3.138  cpuTime=3.02  mem=17M519
36.12	   
36.12	   search
36.12	     run=12  nbConstraintChecks=10740392  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7497
36.13	     nbFailedAssignments=3215  nbBacktracks=3872  nbVisitedNodes=14585  nbRestartNogoods=33
36.13	       =>  wckTime=4.937  cpuTime=4.81  mem=17M519
38.53	   
38.53	   search
38.53	     run=13  nbConstraintChecks=15979833  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11124
38.53	     nbFailedAssignments=4870  nbBacktracks=5818  nbVisitedNodes=21813  nbRestartNogoods=38
38.53	       =>  wckTime=7.342  cpuTime=7.19  mem=17M519
41.85	   
41.85	   search
41.85	     run=14  nbConstraintChecks=23702282  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16339
41.85	     nbFailedAssignments=7136  nbBacktracks=8737  nbVisitedNodes=32213  nbRestartNogoods=45
41.85	       =>  wckTime=10.663  cpuTime=10.48  mem=17M519
47.43	   
47.43	   search
47.43	     run=15  nbConstraintChecks=35514816  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23963
47.43	     nbFailedAssignments=10356  nbBacktracks=13115  nbVisitedNodes=47429  nbRestartNogoods=52
47.43	       =>  wckTime=16.238  cpuTime=16.02  mem=17M519
55.62	   
55.62	   search
55.62	     run=16  nbConstraintChecks=53640199  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36203
55.62	     nbFailedAssignments=16001  nbBacktracks=19684  nbVisitedNodes=71883  nbRestartNogoods=58
55.62	       =>  wckTime=24.434  cpuTime=24.13  mem=17M519
66.94	   
66.94	   search
66.94	     run=17  nbConstraintChecks=79266799  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=53457
66.94	     nbFailedAssignments=23374  nbBacktracks=29536  nbVisitedNodes=106349  nbRestartNogoods=63
66.94	       =>  wckTime=35.749  cpuTime=35.34  mem=17M519
86.14	   
86.14	   search
86.14	     run=18  nbConstraintChecks=118726020  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=79367
86.14	     nbFailedAssignments=34478  nbBacktracks=44315  nbVisitedNodes=158032  nbRestartNogoods=73
86.14	       =>  wckTime=54.953  cpuTime=54.37  mem=17M519
112.64	   
112.64	   search
112.64	     run=19  nbConstraintChecks=176754125  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=118319
112.64	     nbFailedAssignments=51235  nbBacktracks=66483  nbVisitedNodes=235899  nbRestartNogoods=79
112.64	       =>  wckTime=81.449  cpuTime=80.62  mem=17M519
150.43	   
150.43	   search
150.43	     run=20  nbConstraintChecks=258590723  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=173387
150.43	     nbFailedAssignments=73018  nbBacktracks=99735  nbVisitedNodes=345969  nbRestartNogoods=85
150.43	       =>  wckTime=119.238  cpuTime=118.06  mem=17M519
216.08	   
216.08	   search
216.08	     run=21  nbConstraintChecks=392377098  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=262257
216.08	     nbFailedAssignments=111985  nbBacktracks=149614  nbVisitedNodes=523088  nbRestartNogoods=89
216.08	       =>  wckTime=184.891  cpuTime=183.11  mem=17M519
309.01	   
309.01	   search
309.01	     run=22  nbConstraintChecks=591883610  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=399045
309.01	     nbFailedAssignments=173929  nbBacktracks=224433  nbVisitedNodes=794913  nbRestartNogoods=96
309.01	       =>  wckTime=277.822  cpuTime=275.19  mem=17M519
451.27	   
451.27	   search
451.27	     run=23  nbConstraintChecks=885701770  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=599663
451.27	     nbFailedAssignments=262296  nbBacktracks=336660  nbVisitedNodes=1195491  nbRestartNogoods=102
451.27	       =>  wckTime=420.085  cpuTime=416.15  mem=17M519
650.38	   
650.38	   search
650.38	     run=24  nbConstraintChecks=1303913041  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=889571
650.38	     nbFailedAssignments=383836  nbBacktracks=505001  nbVisitedNodes=1763786  nbRestartNogoods=111
650.38	       =>  wckTime=619.187  cpuTime=613.42  mem=17M519
938.12	   
938.12	   search
938.12	     run=25  nbConstraintChecks=1924348499  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1324808
938.12	     nbFailedAssignments=566535  nbBacktracks=757513  nbVisitedNodes=2626065  nbRestartNogoods=119
938.12	       =>  wckTime=906.929  cpuTime=898.51  mem=17M519
1310.04	   
1310.04	   search
1310.04	     run=26  nbConstraintChecks=2789532008  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1949746
1310.04	     nbFailedAssignments=812675  nbBacktracks=1136281  nbVisitedNodes=3830553  nbRestartNogoods=126
1310.04	       =>  wckTime=1278.848  cpuTime=1269.31  mem=17M519
1779.37	   
1779.37	   search
1779.37	     run=27  nbConstraintChecks=3963233995  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2863389
1779.37	     nbFailedAssignments=1158140  nbBacktracks=1704433  nbVisitedNodes=5518204  nbRestartNogoods=131
1779.37	       =>  wckTime=1748.182  cpuTime=1738.08  mem=17M519
2350.55	   
2350.55	   search
2350.55	     run=28  nbConstraintChecks=5531029432  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4179644
2350.55	     nbFailedAssignments=1622143  nbBacktracks=2556659  nbVisitedNodes=7818980  nbRestartNogoods=138
2350.55	       =>  wckTime=2319.358  cpuTime=2308.63  mem=17M519
2411.07	v 1 1 0 0 0 0 0 0 1 0 1 0 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 0 0 0 1 0 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 0 0 0 0 

Verifier Data (download as text)

172 unsatisfied constraints, 328 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-280262-1169303732 -o ROOT/results/node3/solver-280262-1169303732 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280262-1169303732/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.92 1.99 1.99 4/93 2449
/proc/meminfo: memFree=1272480/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=11820 CPUtime=0
/proc/2448/stat : 2448 (java) D 2446 2448 2380 0 -1 0 760 0 1 0 0 0 0 0 17 0 1 0 278768842 12103680 510 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10924836 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/2448/statm: 2955 510 421 14 0 1602 0

[startup+0.104295 s]
/proc/loadavg: 1.92 1.99 1.99 4/93 2449
/proc/meminfo: memFree=1272480/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=914988 CPUtime=0.09
/proc/2448/stat : 2448 (java) S 2446 2448 2380 0 -1 0 2997 0 1 0 8 1 0 0 18 0 8 0 278768842 936947712 2743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512363 s]
/proc/loadavg: 1.92 1.99 1.99 4/93 2449
/proc/meminfo: memFree=1272480/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915332 CPUtime=0.49
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 6393 0 1 0 45 4 0 0 18 0 8 0 278768842 937299968 6132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228833 6132 2147 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33349 s]
/proc/loadavg: 1.92 1.99 1.99 3/100 2458
/proc/meminfo: memFree=1254568/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=1.3
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 7144 0 1 0 108 22 0 0 24 0 8 0 278768842 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 11757776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 6882 2476 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 183 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.11
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 338 0 0 0 11 0 0 0 16 0 8 0 278768849 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 6882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 6882 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) 915456

[startup+2.97575 s]
/proc/loadavg: 1.92 1.99 1.99 3/100 2458
/proc/meminfo: memFree=1254568/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2.93
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 7147 0 1 0 234 59 0 0 25 0 8 0 278768842 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073681875 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 6884 2476 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 183 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.12
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 340 0 0 0 12 0 0 0 16 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.26929 s]
/proc/loadavg: 1.93 1.99 1.99 3/100 2458
/proc/meminfo: memFree=1254568/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=6.19
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 7147 0 1 0 484 135 0 0 25 0 8 0 278768842 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073688223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 6884 2476 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 183 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.12
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 340 0 0 0 12 0 0 0 16 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7453 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 2458
/proc/meminfo: memFree=1254568/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=12.6
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 7147 0 1 0 983 277 0 0 25 0 8 0 278768842 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073682054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 6884 2476 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 183 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.12
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 340 0 0 0 12 0 0 0 16 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915456

[startup+25.6044 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 2458
/proc/meminfo: memFree=1254632/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=25.34
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 7147 0 1 0 1953 581 0 0 25 0 8 0 278768842 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073681941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 6884 2476 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 183 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.12
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 340 0 0 0 12 0 0 0 16 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 6884 18446744073709551615 134512640 134570532 4294956464 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) 915456

[startup+51.2096 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 2458
/proc/meminfo: memFree=1246696/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=50.7
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9182 0 1 0 4355 715 0 0 25 0 8 0 278768842 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073844673 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 8915 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.23
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 278768849 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 915456

[startup+102.411 s]
/proc/loadavg: 2.06 2.02 2.00 3/100 2458
/proc/meminfo: memFree=1246632/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=101.44
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9189 0 1 0 9428 716 0 0 25 0 8 0 278768842 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877920 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2448/statm: 228864 8922 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 915456

[startup+162.455 s]
/proc/loadavg: 2.05 2.03 2.00 3/100 2458
/proc/meminfo: memFree=1246696/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=160.93
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9194 0 1 0 15377 716 0 0 25 0 8 0 278768842 937426944 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2083.81 s]
/proc/loadavg: 2.16 2.04 2.01 3/101 2741
/proc/meminfo: memFree=1260192/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2073.14
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9213 0 1 0 206581 733 0 0 25 0 8 0 278768842 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073700842 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8945 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2073.14
Current children cumulated vsize (KiB) 915456

[startup+2143.83 s]
/proc/loadavg: 2.10 2.05 2.01 3/101 2741
/proc/meminfo: memFree=1260256/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2133.11
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9213 0 1 0 212577 734 0 0 25 0 8 0 278768842 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8945 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2133.11
Current children cumulated vsize (KiB) 915456

[startup+2203.84 s]
/proc/loadavg: 2.04 2.04 2.01 4/101 2741
/proc/meminfo: memFree=1260192/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2193.07
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9213 0 1 0 218573 734 0 0 25 0 8 0 278768842 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877658 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8945 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2193.07
Current children cumulated vsize (KiB) 915456

[startup+2263.95 s]
/proc/loadavg: 2.01 2.03 2.00 3/101 2741
/proc/meminfo: memFree=1260192/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2253.09
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9213 0 1 0 224575 734 0 0 25 0 8 0 278768842 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815174 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8945 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2253.09
Current children cumulated vsize (KiB) 915456

[startup+2324.04 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 2741
/proc/meminfo: memFree=1260192/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2313.13
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9213 0 1 0 230579 734 0 0 25 0 8 0 278768842 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877349 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8945 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8945 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2313.13
Current children cumulated vsize (KiB) 915456

[startup+2384.07 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 2741
/proc/meminfo: memFree=1260192/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2373.1
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9216 0 1 0 236576 734 0 0 25 0 8 0 278768842 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8948 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2373.1
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.06 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 2741
/proc/meminfo: memFree=1260192/2055920 swapFree=4191880/4192956
[pid=2448] ppid=2446 vsize=915456 CPUtime=2400.06
/proc/2448/stat : 2448 (java) R 2446 2448 2380 0 -1 0 9216 0 1 0 239272 734 0 0 25 0 8 0 278768842 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877292 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2448/statm: 228864 8948 2527 14 0 215334 0
[pid=2448/tid=2450] ppid=2446 vsize=915456 CPUtime=0.02
/proc/2448/task/2450/stat : 2450 (java) S 2446 2448 2380 0 -1 64 184 0 0 0 2 0 0 0 16 0 8 0 278768845 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2451] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2451/stat : 2451 (java) S 2446 2448 2380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278768846 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2452] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2452/stat : 2452 (java) S 2446 2448 2380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278768846 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2453] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2453/stat : 2453 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2456] ppid=2446 vsize=915456 CPUtime=0.24
/proc/2448/task/2456/stat : 2456 (java) S 2446 2448 2380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2457] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2457/stat : 2457 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278768849 937426944 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2448/tid=2458] ppid=2446 vsize=915456 CPUtime=0
/proc/2448/task/2458/stat : 2458 (java) S 2446 2448 2380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278768849 937426944 8948 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) 915456

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

Child status: 143
Real time (s): 2411.1
CPU time (s): 2400.1
CPU user time (s): 2392.75
CPU system time (s): 7.35188
CPU usage (%): 99.5438
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.75
system time used= 7.35188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9237
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= 49911
involuntary context switches= 79362

runsolver used 3.24651 s user time and 7.59685 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan 20 14:35:32 UTC 2007


IDJOB= 280262
IDBENCH= 10697
IDSOLVER= 69
FILE ID= node3/280262-1169303732

PBS_JOBID= 3609914

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8771468a4d928e50eb90eb95a7a06b7a

RANDOM SEED= 351007649

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.279
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.279
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:       1272896 kB
Buffers:         57380 kB
Cached:         565352 kB
SwapCached:        284 kB
Active:         223560 kB
Inactive:       483124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272896 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:         105608 kB
Slab:            61080 kB
Committed_AS:  8626784 kB
PageTables:       2160 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB



End job on node3 on Sat Jan 20 15:15:43 UTC 2007