Trace number 280135

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.17 2408.96

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-60/maxcut-60-420-9_ext.xml
MD5SUM46024473a17c4b84d7bd9426b9ef3382
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints285
Best CPU time to get the best result obtained on this benchmark82.5195
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/280135-1169301573/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.098  cpuTime=0.09  mem=6M887
0.41	   
0.41	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.54	     nbConstraints=420  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=419
0.54	     nbConflictsStructures=1  nbSharedConflictsStructures=419  nbSharedBinaryRepresentations=2  maxDegree=21  maxArity=2
0.54	       =>  wckTime=0.225  cpuTime=0.15  mem=8M870
0.58	   
0.58	   solver LocalSearchSolver being built... 
0.62	       =>  wckTime=0.304  cpuTime=0.21  mem=5M579
0.62	
0.62	s SATISFIABLE
0.62	o 226
0.62	c 194
0.62	o 232
0.62	c 188
0.62	o 238
0.62	c 182
0.62	o 239
0.62	c 181
0.62	o 242
0.62	c 178
0.62	o 243
0.62	c 177
0.62	o 245
0.62	c 175
0.63	o 250
0.63	c 170
0.63	o 254
0.63	c 166
0.63	o 256
0.63	c 164
0.63	o 257
0.63	c 163
0.63	o 258
0.63	c 162
0.63	o 264
0.63	c 156
0.63	o 267
0.63	c 153
0.63	o 269
0.63	c 151
0.64	o 271
0.64	c 149
0.64	o 273
0.64	c 147
0.65	o 276
0.65	c 144
0.65	o 279
0.65	c 141
0.65	o 280
0.65	c 140
0.65	o 282
0.65	c 138
0.82	o 284
0.82	c 136
0.82	o 285
0.82	c 135
2.16	   
2.16	   search
2.16	     run=0  nbConstraintChecks=5699757  nbAssignments=10000
2.16	       =>  wckTime=1.547  cpuTime=1.51  mem=5M579
3.64	   
3.64	   search
3.64	     run=1  nbConstraintChecks=11488242  nbAssignments=20000
3.64	       =>  wckTime=3.03  cpuTime=2.98  mem=5M579
5.10	   
5.10	   search
5.10	     run=2  nbConstraintChecks=17179420  nbAssignments=30000
5.10	       =>  wckTime=4.49  cpuTime=4.43  mem=5M579
6.59	   
6.59	   search
6.59	     run=3  nbConstraintChecks=22991626  nbAssignments=40000
6.59	       =>  wckTime=5.976  cpuTime=5.89  mem=5M579
8.06	   
8.06	   search
8.06	     run=4  nbConstraintChecks=28679263  nbAssignments=50000
8.06	       =>  wckTime=7.445  cpuTime=7.35  mem=5M579
9.54	   
9.54	   search
9.54	     run=5  nbConstraintChecks=34477521  nbAssignments=60000
9.54	       =>  wckTime=8.928  cpuTime=8.82  mem=5M579
11.02	   
11.02	   search
11.02	     run=6  nbConstraintChecks=40167914  nbAssignments=70000
11.02	       =>  wckTime=10.409  cpuTime=10.29  mem=5M579
12.52	   
12.52	   search
12.52	     run=7  nbConstraintChecks=45992195  nbAssignments=80000
12.52	       =>  wckTime=11.907  cpuTime=11.77  mem=5M579
14.00	   
14.00	   search
14.00	     run=8  nbConstraintChecks=51697244  nbAssignments=90000
14.00	       =>  wckTime=13.386  cpuTime=13.23  mem=5M579
15.49	   
15.49	   search
15.49	     run=9  nbConstraintChecks=57467957  nbAssignments=100000
15.49	       =>  wckTime=14.877  cpuTime=14.72  mem=5M579
16.97	   
16.97	   search
16.97	     run=10  nbConstraintChecks=63162029  nbAssignments=110000
16.97	       =>  wckTime=16.36  cpuTime=16.19  mem=5M579
18.46	   
18.46	   search
18.46	     run=11  nbConstraintChecks=68937163  nbAssignments=120000
18.46	       =>  wckTime=17.848  cpuTime=17.66  mem=5M579
19.93	   
19.93	   search
19.93	     run=12  nbConstraintChecks=74628195  nbAssignments=130000
19.93	       =>  wckTime=19.316  cpuTime=19.12  mem=5M579
21.41	   
21.41	   search
21.41	     run=13  nbConstraintChecks=80404841  nbAssignments=140000
21.41	       =>  wckTime=20.796  cpuTime=20.58  mem=5M579
22.88	   
22.88	   search
22.88	     run=14  nbConstraintChecks=86102099  nbAssignments=150000
22.88	       =>  wckTime=22.267  cpuTime=22.04  mem=5M579
24.36	   
24.36	   search
24.36	     run=15  nbConstraintChecks=91899733  nbAssignments=160000
24.36	       =>  wckTime=23.745  cpuTime=23.51  mem=5M579
25.83	   
25.83	   search
25.83	     run=16  nbConstraintChecks=97585734  nbAssignments=170000
25.83	       =>  wckTime=25.215  cpuTime=24.96  mem=5M579
27.31	   
27.31	   search
27.31	     run=17  nbConstraintChecks=103365155  nbAssignments=180000
27.31	       =>  wckTime=26.696  cpuTime=26.43  mem=5M579
28.77	   
28.77	   search
28.77	     run=18  nbConstraintChecks=109057913  nbAssignments=190000
28.77	       =>  wckTime=28.161  cpuTime=27.87  mem=5M579
30.27	   
30.27	   search
30.27	     run=19  nbConstraintChecks=114833160  nbAssignments=200000
30.27	       =>  wckTime=29.652  cpuTime=29.36  mem=5M579
31.10	   
31.10	   search
31.10	     run=20  nbConstraintChecks=117998264  nbAssignments=205639
31.10	       =>  wckTime=30.481  cpuTime=30.19  mem=5M579
31.10	   
31.10	   global
31.10	     nbConstraintChecks=117998264  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.10	     solvingWckTime=30.48  solvingCpuTime=30.18  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.10	     globalCpuTime=30.44
31.10	       =>  wckTime=30.786  cpuTime=30.39  mem=5M579
31.10	   
31.10	   solver IterativeSystematicSolver being built... 
31.25	       =>  wckTime=30.939  cpuTime=30.5  mem=16M535
31.31	   
31.31	   preprocessing
31.31	     nbConstraintChecks=31390  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.31	     detectedInconsistency=no
31.31	       =>  wckTime=0.058  cpuTime=0.04  mem=16M535
31.34	   
31.34	   search
31.34	     run=0  nbConstraintChecks=34285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48
31.34	     nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=67  nbRestartNogoods=0
31.34	       =>  wckTime=0.092  cpuTime=0.06  mem=16M535
31.38	   
31.38	   search
31.38	     run=1  nbConstraintChecks=79136  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=108
31.38	     nbFailedAssignments=17  nbBacktracks=26  nbVisitedNodes=152  nbRestartNogoods=2
31.38	       =>  wckTime=0.129  cpuTime=0.09  mem=16M535
31.41	   
31.41	   search
31.41	     run=2  nbConstraintChecks=132719  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=172
31.41	     nbFailedAssignments=31  nbBacktracks=48  nbVisitedNodes=248  nbRestartNogoods=5
31.41	       =>  wckTime=0.158  cpuTime=0.12  mem=16M535
31.45	   
31.45	   search
31.45	     run=3  nbConstraintChecks=219039  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=264
31.45	     nbFailedAssignments=62  nbBacktracks=81  nbVisitedNodes=398  nbRestartNogoods=6
31.45	       =>  wckTime=0.2  cpuTime=0.16  mem=16M535
31.51	   
31.51	   search
31.51	     run=4  nbConstraintChecks=340278  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=384
31.51	     nbFailedAssignments=104  nbBacktracks=131  nbVisitedNodes=605  nbRestartNogoods=7
31.51	       =>  wckTime=0.26  cpuTime=0.22  mem=16M535
31.59	   
31.59	   search
31.59	     run=5  nbConstraintChecks=511121  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=546
31.59	     nbFailedAssignments=165  nbBacktracks=206  nbVisitedNodes=891  nbRestartNogoods=10
31.59	       =>  wckTime=0.34  cpuTime=0.3  mem=17M510
31.71	   
31.71	   search
31.71	     run=6  nbConstraintChecks=758663  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=767
31.71	     nbFailedAssignments=244  nbBacktracks=319  nbVisitedNodes=1297  nbRestartNogoods=13
31.71	       =>  wckTime=0.462  cpuTime=0.41  mem=17M510
31.89	   
31.89	   search
31.89	     run=7  nbConstraintChecks=1127979  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1090
31.89	     nbFailedAssignments=367  nbBacktracks=489  nbVisitedNodes=1904  nbRestartNogoods=16
31.89	       =>  wckTime=0.641  cpuTime=0.59  mem=17M510
32.16	   
32.16	   search
32.16	     run=8  nbConstraintChecks=1673766  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1551
32.16	     nbFailedAssignments=544  nbBacktracks=746  nbVisitedNodes=2778  nbRestartNogoods=19
32.16	       =>  wckTime=0.913  cpuTime=0.85  mem=17M510
32.52	   
32.52	   search
32.52	     run=9  nbConstraintChecks=2478231  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2229
32.52	     nbFailedAssignments=806  nbBacktracks=1130  nbVisitedNodes=4072  nbRestartNogoods=23
32.52	       =>  wckTime=1.269  cpuTime=1.19  mem=17M510
32.98	   
32.98	   search
32.98	     run=10  nbConstraintChecks=3568284  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3141
32.98	     nbFailedAssignments=1114  nbBacktracks=1707  nbVisitedNodes=5846  nbRestartNogoods=26
32.98	       =>  wckTime=1.731  cpuTime=1.64  mem=17M510
33.72	   
33.72	   search
33.72	     run=11  nbConstraintChecks=5360937  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4618
33.72	     nbFailedAssignments=1701  nbBacktracks=2571  nbVisitedNodes=8732  nbRestartNogoods=29
33.72	       =>  wckTime=2.475  cpuTime=2.38  mem=17M510
34.94	   
34.94	   search
34.94	     run=12  nbConstraintChecks=8068195  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6793
34.94	     nbFailedAssignments=2550  nbBacktracks=3869  nbVisitedNodes=13002  nbRestartNogoods=37
34.94	       =>  wckTime=3.691  cpuTime=3.59  mem=17M510
36.81	   
36.81	   search
36.81	     run=13  nbConstraintChecks=12290296  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10202
36.81	     nbFailedAssignments=3989  nbBacktracks=5815  nbVisitedNodes=19653  nbRestartNogoods=41
36.81	       =>  wckTime=5.558  cpuTime=5.44  mem=17M510
39.74	   
39.74	   search
39.74	     run=14  nbConstraintChecks=18460362  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15242
39.74	     nbFailedAssignments=6084  nbBacktracks=8735  nbVisitedNodes=29441  nbRestartNogoods=49
39.74	       =>  wckTime=8.49  cpuTime=8.34  mem=17M510
43.68	   
43.68	   search
43.68	     run=15  nbConstraintChecks=27350917  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22534
43.68	     nbFailedAssignments=8966  nbBacktracks=13116  nbVisitedNodes=43624  nbRestartNogoods=54
43.68	       =>  wckTime=12.428  cpuTime=12.24  mem=17M510
49.77	   
49.77	   search
49.77	     run=16  nbConstraintChecks=40698623  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33346
49.77	     nbFailedAssignments=13186  nbBacktracks=19684  nbVisitedNodes=64912  nbRestartNogoods=59
49.77	       =>  wckTime=18.524  cpuTime=18.29  mem=17M510
59.41	   
59.42	   search
59.42	     run=17  nbConstraintChecks=61340043  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=50307
59.42	     nbFailedAssignments=20271  nbBacktracks=29536  nbVisitedNodes=97978  nbRestartNogoods=66
59.42	       =>  wckTime=28.165  cpuTime=27.85  mem=17M510
73.56	   
73.56	   search
73.56	     run=18  nbConstraintChecks=91161944  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74597
73.56	     nbFailedAssignments=29756  nbBacktracks=44319  nbVisitedNodes=145499  nbRestartNogoods=73
73.56	       =>  wckTime=42.31  cpuTime=41.87  mem=17M510
96.42	   
96.42	   search
96.42	     run=19  nbConstraintChecks=137446671  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=112928
96.42	     nbFailedAssignments=45899  nbBacktracks=66487  nbVisitedNodes=220098  nbRestartNogoods=79
96.42	       =>  wckTime=65.165  cpuTime=64.46  mem=17M510
129.13	   
129.13	   search
129.13	     run=20  nbConstraintChecks=204506879  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=167775
129.13	     nbFailedAssignments=67470  nbBacktracks=99741  nbVisitedNodes=327447  nbRestartNogoods=86
129.13	       =>  wckTime=97.884  cpuTime=96.82  mem=17M510
181.31	   
181.31	   search
181.31	     run=21  nbConstraintChecks=309503177  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=255165
181.31	     nbFailedAssignments=104960  nbBacktracks=149621  nbVisitedNodes=491263  nbRestartNogoods=95
181.31	       =>  wckTime=150.064  cpuTime=148.48  mem=17M510
248.30	   
248.30	   search
248.30	     run=22  nbConstraintChecks=448930459  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=376666
248.30	     nbFailedAssignments=151623  nbBacktracks=224442  nbVisitedNodes=718492  nbRestartNogoods=104
248.30	       =>  wckTime=217.05  cpuTime=214.9  mem=17M510
337.23	   
337.23	   search
337.23	     run=23  nbConstraintChecks=640637964  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=552616
337.23	     nbFailedAssignments=215324  nbBacktracks=336669  nbVisitedNodes=1040709  nbRestartNogoods=110
337.23	       =>  wckTime=305.976  cpuTime=303.09  mem=17M510
450.08	   
450.08	   search
450.08	     run=24  nbConstraintChecks=896432729  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=802029
450.08	     nbFailedAssignments=296368  nbBacktracks=505010  nbVisitedNodes=1482479  nbRestartNogoods=119
450.08	       =>  wckTime=418.827  cpuTime=414.98  mem=17M510
602.85	   
602.85	   search
602.85	     run=25  nbConstraintChecks=1242564130  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1166405
602.85	     nbFailedAssignments=408205  nbBacktracks=757522  nbVisitedNodes=2099496  nbRestartNogoods=127
602.85	       =>  wckTime=571.602  cpuTime=566.44  mem=17M510
825.98	   
825.98	   search
825.98	     run=26  nbConstraintChecks=1743117208  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1706565
825.98	     nbFailedAssignments=569571  nbBacktracks=1136291  nbVisitedNodes=2987688  nbRestartNogoods=133
825.98	       =>  wckTime=794.726  cpuTime=787.76  mem=17M510
1105.32	   
1105.32	   search
1105.32	     run=27  nbConstraintChecks=2480401757  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2509360
1105.32	     nbFailedAssignments=804187  nbBacktracks=1704444  nbVisitedNodes=4312832  nbRestartNogoods=143
1105.32	       =>  wckTime=1074.067  cpuTime=1066.83  mem=17M510
1555.76	   
1555.76	   search
1555.76	     run=28  nbConstraintChecks=3587979486  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3717526
1555.76	     nbFailedAssignments=1160097  nbBacktracks=2556674  nbVisitedNodes=6315880  nbRestartNogoods=153
1555.76	       =>  wckTime=1524.513  cpuTime=1516.8  mem=17M510
2213.98	   
2213.98	   search
2213.98	     run=29  nbConstraintChecks=5235933504  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5524867
2213.98	     nbFailedAssignments=1689073  nbBacktracks=3835014  nbVisitedNodes=9319782  nbRestartNogoods=165
2213.98	       =>  wckTime=2182.733  cpuTime=2174.34  mem=17M510
2408.89	v 0 1 1 1 1 1 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 1 0 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 0 0 0 1 0 0 1 1 1 1 

Verifier Data (download as text)

135 unsatisfied constraints, 285 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/node18/watcher-280135-1169301573 -o ROOT/results/node18/solver-280135-1169301573 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280135-1169301573/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.93 1.99 1.99 4/87 21022
/proc/meminfo: memFree=1285888/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=47892 CPUtime=0
/proc/21021/stat : 21021 (java) D 21019 21021 19839 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 278552005 49041408 968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/21021/statm: 11973 968 766 14 0 1707 0

[startup+0.103798 s]
/proc/loadavg: 1.93 1.99 1.99 4/87 21022
/proc/meminfo: memFree=1285888/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=914988 CPUtime=0.08
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 278552005 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511839 s]
/proc/loadavg: 1.93 1.99 1.99 4/87 21022
/proc/meminfo: memFree=1285888/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915332 CPUtime=0.48
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 6432 0 1 0 45 3 0 0 18 0 8 0 278552005 937299968 6171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153928156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228833 6171 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33292 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 21029
/proc/meminfo: memFree=1268168/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915456 CPUtime=1.3
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 7089 0 1 0 108 22 0 0 25 0 8 0 278552005 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228864 6827 2479 14 0 215334 0
[pid=21021/tid=21023] ppid=21019 vsize=915456 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278552008 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915456 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915456 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915456 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915456 CPUtime=0.13
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 334 0 0 0 13 0 0 0 16 0 8 0 278552012 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915456 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937426944 6827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915456 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937426944 6827 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.97007 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 21029
/proc/meminfo: memFree=1268168/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2.93
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 7093 0 1 0 228 65 0 0 25 0 8 0 278552005 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228863 6830 2479 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.13
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 337 0 0 0 13 0 0 0 16 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 6830 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) 915452

[startup+6.26439 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 21029
/proc/meminfo: memFree=1268040/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=6.2
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 7093 0 1 0 468 152 0 0 25 0 8 0 278552005 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073676556 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228863 6830 2479 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.13
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 337 0 0 0 13 0 0 0 16 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915452

[startup+12.737 s]
/proc/loadavg: 1.94 1.99 1.99 3/94 21029
/proc/meminfo: memFree=1268168/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=12.6
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 7093 0 1 0 929 331 0 0 25 0 8 0 278552005 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228863 6830 2479 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.13
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 337 0 0 0 13 0 0 0 16 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 6830 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) 915452

[startup+25.6043 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 21029
/proc/meminfo: memFree=1268232/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=25.36
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 7093 0 1 0 1852 684 0 0 25 0 8 0 278552005 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073680752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228863 6830 2479 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.13
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 337 0 0 0 13 0 0 0 16 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 6830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915452

[startup+51.2167 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 21029
/proc/meminfo: memFree=1260104/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=50.75
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9188 0 1 0 4236 839 0 0 25 0 8 0 278552005 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228863 8921 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915452

[startup+102.434 s]
/proc/loadavg: 2.06 2.01 2.00 3/100 21103
/proc/meminfo: memFree=1258880/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=101.45
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9196 0 1 0 9306 839 0 0 25 0 8 0 278552005 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830989 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21021/statm: 228863 8928 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 278552012 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915452

[startup+162.512 s]
/proc/loadavg: 2.02 2.00 2.00 3/94 21227
/proc/meminfo: memFree=1259832/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=160.87
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9199 0 1 0 15247 840 0 0 25 0 8 0 278552005 937422848 8931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2084.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2075.77
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9222 0 1 0 206731 846 0 0 25 0 8 0 278552005 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073839598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8951 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) R 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2075.77
Current children cumulated vsize (KiB) 915452

[startup+2144.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2135.77
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9222 0 1 0 212731 846 0 0 25 0 8 0 278552005 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8951 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) R 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2135.77
Current children cumulated vsize (KiB) 915452

[startup+2204.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2195.75
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9222 0 1 0 218728 847 0 0 25 0 8 0 278552005 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8951 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8951 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2195.75
Current children cumulated vsize (KiB) 915452

[startup+2264.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2255.76
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9225 0 1 0 224729 847 0 0 25 0 8 0 278552005 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856291 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8954 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2255.76
Current children cumulated vsize (KiB) 915452

[startup+2324.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2315.76
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9225 0 1 0 230729 847 0 0 25 0 8 0 278552005 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811565 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8954 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2315.76
Current children cumulated vsize (KiB) 915452

[startup+2384.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2375.74
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9225 0 1 0 236727 847 0 0 25 0 8 0 278552005 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073876657 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8954 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2375.74
Current children cumulated vsize (KiB) 915452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2408.89 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 21319
/proc/meminfo: memFree=1259272/2055920 swapFree=4192812/4192956
[pid=21021] ppid=21019 vsize=915452 CPUtime=2400.1
/proc/21021/stat : 21021 (java) R 21019 21021 19839 0 -1 0 9225 0 1 0 239163 847 0 0 25 0 8 0 278552005 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877021 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21021/statm: 228863 8954 2532 14 0 215333 0
[pid=21021/tid=21023] ppid=21019 vsize=915452 CPUtime=0.02
/proc/21021/task/21023/stat : 21023 (java) S 21019 21021 19839 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 278552008 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21024] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21024/stat : 21024 (java) S 21019 21021 19839 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21025] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21025/stat : 21025 (java) S 21019 21021 19839 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278552009 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21026] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21026/stat : 21026 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21027] ppid=21019 vsize=915452 CPUtime=0.25
/proc/21021/task/21027/stat : 21027 (java) S 21019 21021 19839 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21021/tid=21028] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21028/stat : 21028 (java) S 21019 21021 19839 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21021/tid=21029] ppid=21019 vsize=915452 CPUtime=0
/proc/21021/task/21029/stat : 21029 (java) S 21019 21021 19839 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278552012 937422848 8954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 915452

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

Child status: 143
Real time (s): 2408.96
CPU time (s): 2400.17
CPU user time (s): 2391.69
CPU system time (s): 8.47871
CPU usage (%): 99.6351
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.69
system time used= 8.47871
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= 49879
involuntary context switches= 76722

runsolver used 2.29365 s user time and 8.39772 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan 20 13:59:33 UTC 2007


IDJOB= 280135
IDBENCH= 10621
IDSOLVER= 68
FILE ID= node18/280135-1169301573

PBS_JOBID= 3609636

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  46024473a17c4b84d7bd9426b9ef3382

RANDOM SEED= 833725875

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.231
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.231
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:       1286304 kB
Buffers:         54256 kB
Cached:         571956 kB
SwapCached:          0 kB
Active:         258404 kB
Inactive:       430544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          83716 kB
Slab:            65504 kB
Committed_AS:  9281108 kB
PageTables:       2092 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= 66560 MiB



End job on node18 on Sat Jan 20 14:39:42 UTC 2007