Trace number 280171

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.09 2400.7

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-60/maxcut-60-420-1_ext.xml
MD5SUMc53ca2bf19294805d751d17afab3e81f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints281
Best CPU time to get the best result obtained on this benchmark186.616
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints420
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension420
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/280171-1169302163/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.095  cpuTime=0.08  mem=6M887
0.40	   
0.40	   relations being loaded...
0.40	   
0.40	   constraints being loaded...
0.52	     nbConstraints=420  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=419
0.52	     nbConflictsStructures=1  nbSharedConflictsStructures=419  nbSharedBinaryRepresentations=2  maxDegree=21  maxArity=2
0.52	       =>  wckTime=0.216  cpuTime=0.16  mem=8M870
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.59	       =>  wckTime=0.294  cpuTime=0.2  mem=5M579
0.60	
0.60	s SATISFIABLE
0.60	o 221
0.60	c 199
0.60	o 225
0.60	c 195
0.60	o 232
0.60	c 188
0.60	o 234
0.60	c 186
0.60	o 241
0.60	c 179
0.60	o 245
0.60	c 175
0.60	o 246
0.60	c 174
0.60	o 247
0.60	c 173
0.60	o 251
0.60	c 169
0.61	o 253
0.61	c 167
0.61	o 256
0.61	c 164
0.61	o 257
0.61	c 163
0.61	o 259
0.61	c 161
0.61	o 264
0.61	c 156
0.61	o 268
0.61	c 152
0.61	o 270
0.61	c 150
0.61	o 272
0.61	c 148
0.61	o 273
0.61	c 147
0.62	o 276
0.62	c 144
0.64	o 277
0.64	c 143
0.66	o 278
0.66	c 142
0.66	o 280
0.66	c 140
0.75	o 281
0.75	c 139
2.12	   
2.12	   search
2.12	     run=0  nbConstraintChecks=5679352  nbAssignments=10000
2.12	       =>  wckTime=1.527  cpuTime=1.51  mem=5M579
3.58	   
3.58	   search
3.58	     run=1  nbConstraintChecks=11436734  nbAssignments=20000
3.58	       =>  wckTime=2.985  cpuTime=2.96  mem=5M579
5.01	   
5.01	   search
5.01	     run=2  nbConstraintChecks=17096548  nbAssignments=30000
5.01	       =>  wckTime=4.422  cpuTime=4.4  mem=5M579
6.47	   
6.47	   search
6.47	     run=3  nbConstraintChecks=22865645  nbAssignments=40000
6.47	       =>  wckTime=5.875  cpuTime=5.85  mem=5M579
7.91	   
7.91	   search
7.91	     run=4  nbConstraintChecks=28541811  nbAssignments=50000
7.91	       =>  wckTime=7.315  cpuTime=7.29  mem=5M579
9.36	   
9.36	   search
9.36	     run=5  nbConstraintChecks=34309412  nbAssignments=60000
9.36	       =>  wckTime=8.768  cpuTime=8.74  mem=5M579
10.80	   
10.80	   search
10.80	     run=6  nbConstraintChecks=39969072  nbAssignments=70000
10.80	       =>  wckTime=10.207  cpuTime=10.18  mem=5M579
12.25	   
12.25	   search
12.25	     run=7  nbConstraintChecks=45750999  nbAssignments=80000
12.25	       =>  wckTime=11.66  cpuTime=11.63  mem=5M579
13.70	   
13.70	   search
13.70	     run=8  nbConstraintChecks=51415161  nbAssignments=90000
13.70	       =>  wckTime=13.108  cpuTime=13.08  mem=5M579
15.16	   
15.16	   search
15.16	     run=9  nbConstraintChecks=57176288  nbAssignments=100000
15.16	       =>  wckTime=14.572  cpuTime=14.55  mem=5M579
16.62	   
16.62	   search
16.62	     run=10  nbConstraintChecks=62843457  nbAssignments=110000
16.62	       =>  wckTime=16.024  cpuTime=16.0  mem=5M579
18.08	   
18.08	   search
18.08	     run=11  nbConstraintChecks=68621948  nbAssignments=120000
18.08	       =>  wckTime=17.491  cpuTime=17.47  mem=5M579
19.54	   
19.54	   search
19.54	     run=12  nbConstraintChecks=74293427  nbAssignments=130000
19.54	       =>  wckTime=18.945  cpuTime=18.91  mem=5M579
21.00	   
21.00	   search
21.00	     run=13  nbConstraintChecks=80048065  nbAssignments=140000
21.00	       =>  wckTime=20.407  cpuTime=20.38  mem=5M579
22.45	   
22.45	   search
22.45	     run=14  nbConstraintChecks=85703107  nbAssignments=150000
22.45	       =>  wckTime=21.861  cpuTime=21.83  mem=5M579
23.91	   
23.91	   search
23.91	     run=15  nbConstraintChecks=91474245  nbAssignments=160000
23.91	       =>  wckTime=23.315  cpuTime=23.29  mem=5M579
25.35	   
25.35	   search
25.35	     run=16  nbConstraintChecks=97147327  nbAssignments=170000
25.35	       =>  wckTime=24.756  cpuTime=24.73  mem=5M579
26.80	   
26.80	   search
26.80	     run=17  nbConstraintChecks=102926475  nbAssignments=180000
26.80	       =>  wckTime=26.212  cpuTime=26.18  mem=5M579
28.25	   
28.25	   search
28.25	     run=18  nbConstraintChecks=108607351  nbAssignments=190000
28.25	       =>  wckTime=27.655  cpuTime=27.62  mem=5M579
29.70	   
29.70	   search
29.70	     run=19  nbConstraintChecks=114385756  nbAssignments=200000
29.70	       =>  wckTime=29.11  cpuTime=29.08  mem=5M579
30.77	   
30.77	   search
30.77	     run=20  nbConstraintChecks=118556558  nbAssignments=207393
30.77	       =>  wckTime=30.175  cpuTime=30.15  mem=5M579
30.77	   
30.77	   global
30.77	     nbConstraintChecks=118556558  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.77	     solvingWckTime=30.173  solvingCpuTime=30.15  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.77	     globalCpuTime=30.4
30.77	       =>  wckTime=30.468  cpuTime=30.35  mem=5M579
30.77	   
30.77	   solver IterativeSystematicSolver being built... 
30.91	       =>  wckTime=30.608  cpuTime=30.44  mem=16M535
30.96	   
30.96	   preprocessing
30.96	     nbConstraintChecks=32575  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.96	     detectedInconsistency=no
30.96	       =>  wckTime=0.053  cpuTime=0.04  mem=16M535
30.99	   
30.99	   search
30.99	     run=0  nbConstraintChecks=29598  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=46
30.99	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=61  nbRestartNogoods=0
30.99	       =>  wckTime=0.083  cpuTime=0.06  mem=16M535
31.03	   
31.03	   search
31.03	     run=1  nbConstraintChecks=71270  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=102
31.03	     nbFailedAssignments=13  nbBacktracks=25  nbVisitedNodes=141  nbRestartNogoods=2
31.03	       =>  wckTime=0.117  cpuTime=0.09  mem=16M535
31.06	   
31.06	   search
31.06	     run=2  nbConstraintChecks=130460  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=172
31.06	     nbFailedAssignments=26  nbBacktracks=47  nbVisitedNodes=246  nbRestartNogoods=5
31.06	       =>  wckTime=0.147  cpuTime=0.12  mem=16M535
31.09	   
31.09	   search
31.09	     run=3  nbConstraintChecks=207690  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=257
31.09	     nbFailedAssignments=44  nbBacktracks=80  nbVisitedNodes=382  nbRestartNogoods=8
31.09	       =>  wckTime=0.183  cpuTime=0.15  mem=16M535
31.15	   
31.15	   search
31.15	     run=4  nbConstraintChecks=322218  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=374
31.15	     nbFailedAssignments=78  nbBacktracks=130  nbVisitedNodes=576  nbRestartNogoods=11
31.15	       =>  wckTime=0.238  cpuTime=0.21  mem=16M535
31.22	   
31.22	   search
31.22	     run=5  nbConstraintChecks=488964  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=530
31.22	     nbFailedAssignments=127  nbBacktracks=205  nbVisitedNodes=854  nbRestartNogoods=14
31.22	       =>  wckTime=0.315  cpuTime=0.28  mem=17M510
31.33	   
31.33	   search
31.33	     run=6  nbConstraintChecks=742685  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=757
31.33	     nbFailedAssignments=208  nbBacktracks=318  nbVisitedNodes=1271  nbRestartNogoods=19
31.33	       =>  wckTime=0.421  cpuTime=0.39  mem=17M510
31.49	   
31.49	   search
31.49	     run=7  nbConstraintChecks=1092787  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1063
31.49	     nbFailedAssignments=313  nbBacktracks=488  nbVisitedNodes=1848  nbRestartNogoods=23
31.49	       =>  wckTime=0.583  cpuTime=0.55  mem=17M510
31.74	   
31.74	   search
31.74	     run=8  nbConstraintChecks=1628781  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1520
31.74	     nbFailedAssignments=488  nbBacktracks=744  nbVisitedNodes=2729  nbRestartNogoods=27
31.74	       =>  wckTime=0.834  cpuTime=0.79  mem=17M510
32.09	   
32.09	   search
32.09	     run=9  nbConstraintChecks=2421546  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2181
32.09	     nbFailedAssignments=737  nbBacktracks=1129  nbVisitedNodes=4013  nbRestartNogoods=28
32.09	       =>  wckTime=1.181  cpuTime=1.12  mem=17M510
32.59	   
32.59	   search
32.59	     run=10  nbConstraintChecks=3619036  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3170
32.59	     nbFailedAssignments=1119  nbBacktracks=1706  nbVisitedNodes=5947  nbRestartNogoods=31
32.59	       =>  wckTime=1.684  cpuTime=1.62  mem=17M510
33.41	   
33.41	   search
33.41	     run=11  nbConstraintChecks=5529141  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4771
33.41	     nbFailedAssignments=1826  nbBacktracks=2570  nbVisitedNodes=9026  nbRestartNogoods=36
33.41	       =>  wckTime=2.497  cpuTime=2.43  mem=17M510
34.55	   
34.55	   search
34.55	     run=12  nbConstraintChecks=8169921  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6903
34.55	     nbFailedAssignments=2633  nbBacktracks=3867  nbVisitedNodes=13206  nbRestartNogoods=40
34.55	       =>  wckTime=3.642  cpuTime=3.59  mem=17M510
36.31	   
36.31	   search
36.31	     run=13  nbConstraintChecks=12221542  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10166
36.31	     nbFailedAssignments=3920  nbBacktracks=5814  nbVisitedNodes=19553  nbRestartNogoods=43
36.31	       =>  wckTime=5.405  cpuTime=5.35  mem=17M510
39.00	   
39.00	   search
39.00	     run=14  nbConstraintChecks=18256147  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15100
39.00	     nbFailedAssignments=5902  nbBacktracks=8733  nbVisitedNodes=29245  nbRestartNogoods=48
39.00	       =>  wckTime=8.091  cpuTime=8.03  mem=17M510
43.18	   
43.18	   search
43.18	     run=15  nbConstraintChecks=27687003  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22862
43.18	     nbFailedAssignments=9258  nbBacktracks=13111  nbVisitedNodes=44299  nbRestartNogoods=53
43.18	       =>  wckTime=12.272  cpuTime=12.21  mem=17M510
49.30	   
49.30	   search
49.30	     run=16  nbConstraintChecks=41203367  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33845
49.30	     nbFailedAssignments=13648  nbBacktracks=19679  nbVisitedNodes=65646  nbRestartNogoods=57
49.30	       =>  wckTime=18.389  cpuTime=18.32  mem=17M510
58.18	   
58.18	   search
58.18	     run=17  nbConstraintChecks=61797966  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=50659
58.18	     nbFailedAssignments=20581  nbBacktracks=29532  nbVisitedNodes=98572  nbRestartNogoods=64
58.18	       =>  wckTime=27.268  cpuTime=27.2  mem=17M510
71.26	   
71.26	   search
71.26	     run=18  nbConstraintChecks=92422777  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75396
71.26	     nbFailedAssignments=30512  nbBacktracks=44310  nbVisitedNodes=147153  nbRestartNogoods=69
71.26	       =>  wckTime=40.352  cpuTime=40.28  mem=17M510
91.34	   
91.34	   search
91.34	     run=19  nbConstraintChecks=137533191  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=112828
91.34	     nbFailedAssignments=45751  nbBacktracks=66478  nbVisitedNodes=220249  nbRestartNogoods=75
91.34	       =>  wckTime=60.428  cpuTime=60.35  mem=17M510
122.22	   
122.22	   search
122.22	     run=20  nbConstraintChecks=207074308  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=170972
122.22	     nbFailedAssignments=70621  nbBacktracks=99730  nbVisitedNodes=332442  nbRestartNogoods=80
122.22	       =>  wckTime=91.311  cpuTime=91.22  mem=17M510
169.45	   
169.45	   search
169.45	     run=21  nbConstraintChecks=309363587  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=254071
169.45	     nbFailedAssignments=103819  nbBacktracks=149608  nbVisitedNodes=494807  nbRestartNogoods=85
169.45	       =>  wckTime=138.544  cpuTime=138.44  mem=17M510
236.02	   
236.02	   search
236.02	     run=22  nbConstraintChecks=453686287  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=375464
236.02	     nbFailedAssignments=150365  nbBacktracks=224426  nbVisitedNodes=727074  nbRestartNogoods=93
236.02	       =>  wckTime=205.113  cpuTime=205.0  mem=17M510
327.06	   
327.06	   search
327.06	     run=23  nbConstraintChecks=658414746  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=554329
327.06	     nbFailedAssignments=216975  nbBacktracks=336653  nbVisitedNodes=1064692  nbRestartNogoods=98
327.06	       =>  wckTime=296.153  cpuTime=296.01  mem=17M510
460.23	   
460.23	   search
460.23	     run=24  nbConstraintChecks=952198067  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=818660
460.23	     nbFailedAssignments=312939  nbBacktracks=504995  nbVisitedNodes=1543731  nbRestartNogoods=104
460.23	       =>  wckTime=429.326  cpuTime=429.15  mem=17M510
611.89	   
611.89	   search
611.89	     run=25  nbConstraintChecks=1320462982  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1189011
611.89	     nbFailedAssignments=430749  nbBacktracks=757506  nbVisitedNodes=2179285  nbRestartNogoods=115
611.89	       =>  wckTime=580.978  cpuTime=580.77  mem=17M510
836.87	   
836.87	   search
836.87	     run=26  nbConstraintChecks=1843289849  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1729444
836.87	     nbFailedAssignments=592398  nbBacktracks=1136276  nbVisitedNodes=3086232  nbRestartNogoods=122
836.87	       =>  wckTime=805.958  cpuTime=805.69  mem=17M510
1171.25	   
1171.25	   search
1171.25	     run=27  nbConstraintChecks=2615553788  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2531340
1171.25	     nbFailedAssignments=826115  nbBacktracks=1704432  nbVisitedNodes=4419932  nbRestartNogoods=128
1171.25	       =>  wckTime=1140.343  cpuTime=1140.0  mem=17M510
1639.07	   
1639.07	   search
1639.07	     run=28  nbConstraintChecks=3734271602  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3727805
1639.07	     nbFailedAssignments=1170325  nbBacktracks=2556658  nbVisitedNodes=6405191  nbRestartNogoods=137
1639.07	       =>  wckTime=1608.165  cpuTime=1607.7  mem=17M510
2376.58	   
2376.58	   search
2376.58	     run=29  nbConstraintChecks=5460364125  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5506913
2376.58	     nbFailedAssignments=1671065  nbBacktracks=3835000  nbVisitedNodes=9395057  nbRestartNogoods=145
2376.58	       =>  wckTime=2345.673  cpuTime=2345.03  mem=17M510
2400.65	v 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 1 0 0 1 0 0 1 1 0 1 0 1 

Verifier Data (download as text)

139 unsatisfied constraints, 281 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/node39/watcher-280171-1169302163 -o ROOT/results/node39/solver-280171-1169302163 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280171-1169302163/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.44 1.86 1.87 3/65 15286
/proc/meminfo: memFree=1291752/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=1788 CPUtime=0
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 191 0 0 0 0 0 0 0 18 0 1 0 278615938 1830912 159 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15285/statm: 447 158 123 14 0 92 0

[startup+0.104321 s]
/proc/loadavg: 1.44 1.86 1.87 3/65 15286
/proc/meminfo: memFree=1291752/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=914988 CPUtime=0.08
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 3030 0 1 0 7 1 0 0 16 0 8 0 278615938 936947712 2776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228747 2776 1439 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512357 s]
/proc/loadavg: 1.44 1.86 1.87 3/65 15286
/proc/meminfo: memFree=1291752/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915332 CPUtime=0.48
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 6556 0 1 0 45 3 0 0 16 0 8 0 278615938 937299968 6295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228833 6295 2160 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33343 s]
/proc/loadavg: 1.44 1.86 1.87 2/72 15293
/proc/meminfo: memFree=1274160/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=1.31
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 7087 0 1 0 110 21 0 0 17 0 8 0 278615938 937422848 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 6825 2479 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915456 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937426944 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.11
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 334 0 0 0 11 0 0 0 16 0 8 0 278615945 937422848 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915456 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937426944 6825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.97858 s]
/proc/loadavg: 1.44 1.86 1.87 2/72 15293
/proc/meminfo: memFree=1274096/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2.95
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 7092 0 1 0 228 67 0 0 16 0 8 0 278615938 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228864 6829 2480 14 0 215334 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915456 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937426944 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.11
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 337 0 0 0 11 0 0 0 16 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.27488 s]
/proc/loadavg: 1.41 1.85 1.87 2/72 15293
/proc/meminfo: memFree=1274032/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=6.25
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 7092 0 1 0 471 154 0 0 16 0 8 0 278615938 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 6829 2480 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915456 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278615942 937426944 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.11
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 337 0 0 0 11 0 0 0 16 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915452

[startup+12.7465 s]
/proc/loadavg: 1.37 1.83 1.86 2/72 15293
/proc/meminfo: memFree=1274048/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=12.72
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 7092 0 1 0 948 324 0 0 21 0 8 0 278615938 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 6829 2480 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915456 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278615942 937426944 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915456 CPUtime=0.11
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 337 0 0 0 11 0 0 0 16 0 8 0 278615945 937426944 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915452

[startup+25.5796 s]
/proc/loadavg: 1.29 1.79 1.85 2/72 15293
/proc/meminfo: memFree=1274112/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=25.55
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 7092 0 1 0 1882 673 0 0 17 0 8 0 278615938 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 6829 2480 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915456 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937426944 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.11
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 337 0 0 0 11 0 0 0 16 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 6829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915452

[startup+51.261 s]
/proc/loadavg: 1.19 1.73 1.83 2/72 15293
/proc/meminfo: memFree=1266112/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=51.21
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9188 0 1 0 4303 818 0 0 19 0 8 0 278615938 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073857913 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8920 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 915452

[startup+102.514 s]
/proc/loadavg: 1.08 1.61 1.78 2/72 15293
/proc/meminfo: memFree=1266112/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=102.45
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9195 0 1 0 9427 818 0 0 25 0 8 0 278615938 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8927 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) R 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 915452

[startup+162.598 s]
/proc/loadavg: 1.03 1.50 1.73 2/72 15293
/proc/meminfo: memFree=1266048/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=162.52
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9198 0 1 0 15434 818 0 0 25 0 8 0 278615938 937422848 8930 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073876424 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2024.72
Current children cumulated vsize (KiB) 915452

[startup+2085.33 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 15295
/proc/meminfo: memFree=1265920/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2084.79
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9220 0 1 0 207659 820 0 0 25 0 8 0 278615938 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8950 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2084.79
Current children cumulated vsize (KiB) 915452

[startup+2145.42 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 15295
/proc/meminfo: memFree=1265920/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2144.86
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9220 0 1 0 213666 820 0 0 25 0 8 0 278615938 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073681287 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8950 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2144.86
Current children cumulated vsize (KiB) 915452

[startup+2205.5 s]
/proc/loadavg: 1.08 1.02 1.05 2/72 15295
/proc/meminfo: memFree=1265920/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2204.92
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9220 0 1 0 219672 820 0 0 25 0 8 0 278615938 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073876516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8950 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2204.92
Current children cumulated vsize (KiB) 915452

[startup+2265.58 s]
/proc/loadavg: 1.03 1.01 1.05 2/72 15295
/proc/meminfo: memFree=1265920/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2264.99
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9220 0 1 0 225679 820 0 0 25 0 8 0 278615938 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8950 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2264.99
Current children cumulated vsize (KiB) 915452

[startup+2325.67 s]
/proc/loadavg: 1.06 1.02 1.05 2/72 15295
/proc/meminfo: memFree=1265920/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2325.06
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9220 0 1 0 231686 820 0 0 25 0 8 0 278615938 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8950 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8950 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2325.06
Current children cumulated vsize (KiB) 915452

[startup+2385.75 s]
/proc/loadavg: 1.02 1.02 1.04 2/72 15295
/proc/meminfo: memFree=1265856/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2385.13
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9224 0 1 0 237693 820 0 0 25 0 8 0 278615938 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073808283 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8953 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2385.13
Current children cumulated vsize (KiB) 915452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.65 s]
/proc/loadavg: 1.01 1.01 1.04 2/72 15295
/proc/meminfo: memFree=1265856/2055920 swapFree=4187336/4192956
[pid=15285] ppid=15283 vsize=915452 CPUtime=2400.03
/proc/15285/stat : 15285 (java) R 15283 15285 14275 0 -1 0 9224 0 1 0 239183 820 0 0 25 0 8 0 278615938 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15285/statm: 228863 8953 2533 14 0 215333 0
[pid=15285/tid=15287] ppid=15283 vsize=915452 CPUtime=0.02
/proc/15285/task/15287/stat : 15287 (java) S 15283 15285 14275 0 -1 64 174 0 0 0 2 0 0 0 16 0 8 0 278615942 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 14275 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 14275 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278615942 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=915452 CPUtime=0.22
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 14275 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 14275 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=915452 CPUtime=0
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 14275 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278615945 937422848 8953 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 915452

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

Child status: 143
Real time (s): 2400.7
CPU time (s): 2400.09
CPU user time (s): 2391.88
CPU system time (s): 8.21475
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.88
system time used= 8.21475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9246
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= 49459
involuntary context switches= 3380

runsolver used 2.41063 s user time and 6.10907 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan 20 14:09:23 UTC 2007


IDJOB= 280171
IDBENCH= 10642
IDSOLVER= 68
FILE ID= node39/280171-1169302163

PBS_JOBID= 3609852

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c53ca2bf19294805d751d17afab3e81f

RANDOM SEED= 680204401

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.236
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.236
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:       1292168 kB
Buffers:         52696 kB
Cached:         622008 kB
SwapCached:        944 kB
Active:         183296 kB
Inactive:       502876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292168 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          19180 kB
Slab:            63608 kB
Committed_AS:  5180860 kB
PageTables:       1412 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 node39 on Sat Jan 20 14:49:24 UTC 2007