Trace number 279991

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.13 2411.1

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-40/maxcut-40-540-1_ext.xml
MD5SUM5b4b7092356d3dba13cd5402b12b1e36
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints321
Best CPU time to get the best result obtained on this benchmark185.971
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints540
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension540
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/279991-1169299950/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.39	       =>  wckTime=0.086  cpuTime=0.08  mem=6M887
0.39	   
0.39	   relations being loaded...
0.39	   
0.39	   constraints being loaded...
0.53	     nbConstraints=540  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=539
0.53	     nbConflictsStructures=1  nbSharedConflictsStructures=539  nbSharedBinaryRepresentations=2  maxDegree=34  maxArity=2
0.53	       =>  wckTime=0.23  cpuTime=0.16  mem=8M837
0.57	   
0.57	   solver LocalSearchSolver being built... 
0.61	       =>  wckTime=0.308  cpuTime=0.21  mem=5M626
0.61	
0.61	s SATISFIABLE
0.61	o 288
0.61	c 252
0.62	o 293
0.62	c 247
0.62	o 295
0.62	c 245
0.62	o 296
0.62	c 244
0.62	o 297
0.62	c 243
0.62	o 298
0.62	c 242
0.62	o 299
0.62	c 241
0.62	o 304
0.62	c 236
0.62	o 306
0.62	c 234
0.62	o 309
0.62	c 231
0.63	o 310
0.63	c 230
0.63	o 311
0.63	c 229
0.63	o 312
0.63	c 228
0.63	o 313
0.63	c 227
0.63	o 317
0.63	c 223
0.71	o 318
0.71	c 222
0.71	o 319
0.71	c 221
1.03	o 320
1.03	c 220
1.48	o 321
1.48	c 219
2.47	   
2.47	   search
2.47	     run=0  nbConstraintChecks=8922389  nbAssignments=10000
2.47	       =>  wckTime=1.858  cpuTime=1.82  mem=5M626
4.27	   
4.27	   search
4.27	     run=1  nbConstraintChecks=17913322  nbAssignments=20000
4.27	       =>  wckTime=3.663  cpuTime=3.6  mem=5M626
6.05	   
6.05	   search
6.05	     run=2  nbConstraintChecks=26828151  nbAssignments=30000
6.05	       =>  wckTime=5.44  cpuTime=5.37  mem=5M626
7.83	   
7.83	   search
7.83	     run=3  nbConstraintChecks=35826705  nbAssignments=40000
7.83	       =>  wckTime=7.226  cpuTime=7.15  mem=5M626
9.61	   
9.61	   search
9.61	     run=4  nbConstraintChecks=44744393  nbAssignments=50000
9.61	       =>  wckTime=9.004  cpuTime=8.91  mem=5M626
11.38	   
11.38	   search
11.38	     run=5  nbConstraintChecks=53740854  nbAssignments=60000
11.38	       =>  wckTime=10.777  cpuTime=10.68  mem=5M626
13.14	   
13.14	   search
13.14	     run=6  nbConstraintChecks=62655741  nbAssignments=70000
13.14	       =>  wckTime=12.536  cpuTime=12.44  mem=5M626
14.92	   
14.92	   search
14.92	     run=7  nbConstraintChecks=71655954  nbAssignments=80000
14.92	       =>  wckTime=14.309  cpuTime=14.2  mem=5M626
16.67	   
16.67	   search
16.67	     run=8  nbConstraintChecks=80575693  nbAssignments=90000
16.68	       =>  wckTime=16.068  cpuTime=15.95  mem=5M626
18.45	   
18.45	   search
18.45	     run=9  nbConstraintChecks=89570618  nbAssignments=100000
18.45	       =>  wckTime=17.84  cpuTime=17.72  mem=5M626
20.21	   
20.21	   search
20.21	     run=10  nbConstraintChecks=98486736  nbAssignments=110000
20.21	       =>  wckTime=19.604  cpuTime=19.48  mem=5M626
22.00	   
22.00	   search
22.00	     run=11  nbConstraintChecks=107490338  nbAssignments=120000
22.00	       =>  wckTime=21.392  cpuTime=21.25  mem=5M626
23.78	   
23.78	   search
23.78	     run=12  nbConstraintChecks=116403764  nbAssignments=130000
23.78	       =>  wckTime=23.171  cpuTime=23.03  mem=5M626
25.56	   
25.56	   search
25.56	     run=13  nbConstraintChecks=125408670  nbAssignments=140000
25.56	       =>  wckTime=24.957  cpuTime=24.81  mem=5M626
27.34	   
27.34	   search
27.34	     run=14  nbConstraintChecks=134327168  nbAssignments=150000
27.35	       =>  wckTime=26.738  cpuTime=26.57  mem=5M626
29.13	   
29.13	   search
29.13	     run=15  nbConstraintChecks=143319037  nbAssignments=160000
29.13	       =>  wckTime=28.521  cpuTime=28.36  mem=5M626
30.89	   
30.89	   search
30.90	     run=16  nbConstraintChecks=152243925  nbAssignments=170000
30.90	       =>  wckTime=30.288  cpuTime=30.12  mem=5M626
31.64	   
31.64	   search
31.64	     run=17  nbConstraintChecks=156062529  nbAssignments=174243
31.64	       =>  wckTime=31.037  cpuTime=30.87  mem=5M626
31.65	   
31.65	   global
31.65	     nbConstraintChecks=156062529  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.65	     solvingWckTime=31.035  solvingCpuTime=30.86  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.65	     globalCpuTime=31.12
31.65	       =>  wckTime=31.345  cpuTime=31.07  mem=5M626
31.65	   
31.65	   solver IterativeSystematicSolver being built... 
31.79	       =>  wckTime=31.489  cpuTime=31.17  mem=16M631
31.84	   
31.84	   preprocessing
31.84	     nbConstraintChecks=26411  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.84	     detectedInconsistency=no
31.84	       =>  wckTime=0.045  cpuTime=0.03  mem=16M631
31.87	   
31.87	   search
31.87	     run=0  nbConstraintChecks=39881  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43
31.87	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=62  nbRestartNogoods=0
31.87	       =>  wckTime=0.074  cpuTime=0.05  mem=16M631
31.90	   
31.90	   search
31.90	     run=1  nbConstraintChecks=94183  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=95
31.90	     nbFailedAssignments=22  nbBacktracks=25  nbVisitedNodes=140  nbRestartNogoods=2
31.90	       =>  wckTime=0.111  cpuTime=0.08  mem=16M631
31.93	   
31.93	   search
31.93	     run=2  nbConstraintChecks=164373  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=162
31.93	     nbFailedAssignments=38  nbBacktracks=47  nbVisitedNodes=244  nbRestartNogoods=3
31.93	       =>  wckTime=0.137  cpuTime=0.1  mem=16M631
31.96	   
31.96	   search
31.96	     run=3  nbConstraintChecks=255656  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=238
31.96	     nbFailedAssignments=60  nbBacktracks=80  nbVisitedNodes=372  nbRestartNogoods=6
31.96	       =>  wckTime=0.171  cpuTime=0.14  mem=16M631
32.01	   
32.01	   search
32.01	     run=4  nbConstraintChecks=395910  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=351
32.01	     nbFailedAssignments=95  nbBacktracks=130  nbVisitedNodes=565  nbRestartNogoods=7
32.01	       =>  wckTime=0.221  cpuTime=0.19  mem=16M631
32.08	   
32.08	   search
32.08	     run=5  nbConstraintChecks=599056  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=503
32.08	     nbFailedAssignments=148  nbBacktracks=205  nbVisitedNodes=840  nbRestartNogoods=9
32.08	       =>  wckTime=0.292  cpuTime=0.26  mem=16M631
32.19	   
32.19	   search
32.19	     run=6  nbConstraintChecks=919780  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=730
32.19	     nbFailedAssignments=238  nbBacktracks=318  nbVisitedNodes=1264  nbRestartNogoods=11
32.19	       =>  wckTime=0.404  cpuTime=0.37  mem=16M631
32.36	   
32.36	   search
32.36	     run=7  nbConstraintChecks=1391553  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1066
32.36	     nbFailedAssignments=381  nbBacktracks=488  nbVisitedNodes=1876  nbRestartNogoods=15
32.36	       =>  wckTime=0.572  cpuTime=0.53  mem=16M631
32.59	   
32.59	   search
32.59	     run=8  nbConstraintChecks=2052029  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1528
32.59	     nbFailedAssignments=564  nbBacktracks=744  nbVisitedNodes=2755  nbRestartNogoods=19
32.59	       =>  wckTime=0.803  cpuTime=0.75  mem=16M631
32.96	   
32.96	   search
32.96	     run=9  nbConstraintChecks=3126820  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2254
32.96	     nbFailedAssignments=885  nbBacktracks=1129  nbVisitedNodes=4138  nbRestartNogoods=23
32.96	       =>  wckTime=1.173  cpuTime=1.1  mem=16M631
33.47	   
33.47	   search
33.47	     run=10  nbConstraintChecks=4687436  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3345
33.47	     nbFailedAssignments=1378  nbBacktracks=1706  nbVisitedNodes=6186  nbRestartNogoods=28
33.47	       =>  wckTime=1.685  cpuTime=1.61  mem=16M631
34.30	   
34.30	   search
34.30	     run=11  nbConstraintChecks=7139072  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4967
34.30	     nbFailedAssignments=2116  nbBacktracks=2570  nbVisitedNodes=9263  nbRestartNogoods=35
34.30	       =>  wckTime=2.507  cpuTime=2.43  mem=16M631
35.37	   
35.37	   search
35.37	     run=12  nbConstraintChecks=10526327  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7301
35.37	     nbFailedAssignments=3133  nbBacktracks=3868  nbVisitedNodes=13717  nbRestartNogoods=40
35.37	       =>  wckTime=3.585  cpuTime=3.5  mem=16M631
37.24	   
37.24	   search
37.24	     run=13  nbConstraintChecks=16014204  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10922
37.24	     nbFailedAssignments=4788  nbBacktracks=5814  nbVisitedNodes=20581  nbRestartNogoods=45
37.24	       =>  wckTime=5.446  cpuTime=5.36  mem=16M631
39.87	   
39.87	   search
39.87	     run=14  nbConstraintChecks=24077381  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16381
39.87	     nbFailedAssignments=7306  nbBacktracks=8733  nbVisitedNodes=31003  nbRestartNogoods=50
39.87	       =>  wckTime=8.077  cpuTime=7.97  mem=16M631
43.94	   
43.94	   search
43.94	     run=15  nbConstraintChecks=36127355  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24640
43.94	     nbFailedAssignments=11167  nbBacktracks=13112  nbVisitedNodes=46632  nbRestartNogoods=56
43.94	       =>  wckTime=12.154  cpuTime=12.04  mem=16M631
50.08	   
50.08	   search
50.08	     run=16  nbConstraintChecks=53880820  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36545
50.08	     nbFailedAssignments=16488  nbBacktracks=19680  nbVisitedNodes=69318  nbRestartNogoods=62
50.08	       =>  wckTime=18.285  cpuTime=18.11  mem=16M631
59.27	   
59.27	   search
59.27	     run=17  nbConstraintChecks=80663348  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=54357
59.27	     nbFailedAssignments=24426  nbBacktracks=29532  nbVisitedNodes=103350  nbRestartNogoods=69
59.27	       =>  wckTime=27.481  cpuTime=27.27  mem=16M631
73.32	   
73.32	   search
73.32	     run=18  nbConstraintChecks=121155669  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=80921
73.32	     nbFailedAssignments=36190  nbBacktracks=44310  nbVisitedNodes=154667  nbRestartNogoods=73
73.32	       =>  wckTime=41.531  cpuTime=41.27  mem=16M631
96.44	   
96.44	   search
96.44	     run=19  nbConstraintChecks=184872349  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=122710
96.44	     nbFailedAssignments=55792  nbBacktracks=66478  nbVisitedNodes=233850  nbRestartNogoods=78
96.44	       =>  wckTime=64.648  cpuTime=64.26  mem=16M631
128.35	   
128.35	   search
128.35	     run=20  nbConstraintChecks=276674190  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=183419
128.35	     nbFailedAssignments=83231  nbBacktracks=99730  nbVisitedNodes=350766  nbRestartNogoods=84
128.35	       =>  wckTime=96.557  cpuTime=96.05  mem=16M631
178.62	   
178.62	   search
178.62	     run=21  nbConstraintChecks=417222965  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=275286
178.62	     nbFailedAssignments=125204  nbBacktracks=149608  nbVisitedNodes=527246  nbRestartNogoods=90
178.62	       =>  wckTime=146.835  cpuTime=146.11  mem=16M631
254.59	   
254.59	   search
254.59	     run=22  nbConstraintChecks=627431716  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=414569
254.59	     nbFailedAssignments=189654  nbBacktracks=224427  nbVisitedNodes=791125  nbRestartNogoods=98
254.59	       =>  wckTime=222.798  cpuTime=221.72  mem=16M631
369.66	   
369.66	   search
369.66	     run=23  nbConstraintChecks=943773549  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=624337
369.66	     nbFailedAssignments=287180  nbBacktracks=336655  nbVisitedNodes=1188305  nbRestartNogoods=110
369.66	       =>  wckTime=337.873  cpuTime=336.27  mem=16M631
540.65	   
540.65	   search
540.65	     run=24  nbConstraintChecks=1413442400  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=938256
540.65	     nbFailedAssignments=432741  nbBacktracks=504996  nbVisitedNodes=1782531  nbRestartNogoods=120
540.65	       =>  wckTime=508.864  cpuTime=506.51  mem=17M606
776.99	   
776.99	   search
776.99	     run=25  nbConstraintChecks=2084636089  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1393971
776.99	     nbFailedAssignments=635929  nbBacktracks=757507  nbVisitedNodes=2646961  nbRestartNogoods=127
776.99	       =>  wckTime=745.201  cpuTime=741.78  mem=17M606
1137.38	   
1137.38	   search
1137.38	     run=26  nbConstraintChecks=3083668912  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2083618
1137.38	     nbFailedAssignments=946791  nbBacktracks=1136276  nbVisitedNodes=3914329  nbRestartNogoods=138
1137.38	       =>  wckTime=1105.592  cpuTime=1100.54  mem=17M606
1592.71	   
1592.71	   search
1592.71	     run=27  nbConstraintChecks=4431152249  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3061163
1592.71	     nbFailedAssignments=1356166  nbBacktracks=1704428  nbVisitedNodes=5675662  nbRestartNogoods=149
1592.71	       =>  wckTime=1560.92  cpuTime=1553.82  mem=17M606
2135.65	   
2135.65	   search
2135.65	     run=28  nbConstraintChecks=6156420466  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4407776
2135.65	     nbFailedAssignments=1850530  nbBacktracks=2556655  nbVisitedNodes=7968150  nbRestartNogoods=159
2135.65	       =>  wckTime=2103.862  cpuTime=2094.23  mem=17M606
2411.01	v 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 0 

Verifier Data (download as text)

219 unsatisfied constraints, 321 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/node59/watcher-279991-1169299950 -o ROOT/results/node59/solver-279991-1169299950 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/279991-1169299950/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: 0.88 0.97 0.99 7/73 21156
/proc/meminfo: memFree=1406560/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=168 CPUtime=0
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 278392923 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 9285931 0 0 4096 0 0 0 0 17 1 0 0
/proc/21155/statm: 42 23 18 14 0 2 0

[startup+0.107937 s]
/proc/loadavg: 0.88 0.97 0.99 7/73 21156
/proc/meminfo: memFree=1406560/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=914988 CPUtime=0.09
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 3019 0 1 0 7 2 0 0 19 0 8 0 278392923 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154020554 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515983 s]
/proc/loadavg: 0.88 0.97 0.99 7/73 21156
/proc/meminfo: memFree=1406560/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915332 CPUtime=0.49
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 6584 0 1 0 44 5 0 0 22 0 8 0 278392923 937299968 6323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228833 6323 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33807 s]
/proc/loadavg: 0.88 0.97 0.99 4/87 21170
/proc/meminfo: memFree=1370672/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=1.31
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 7171 0 1 0 110 21 0 0 25 0 8 0 278392923 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073704680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 6909 2479 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 187 0 0 0 2 0 0 0 17 0 8 0 278392928 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.12
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 338 0 0 0 12 0 0 0 16 0 8 0 278392931 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.99026 s]
/proc/loadavg: 0.97 0.98 0.99 4/87 21170
/proc/meminfo: memFree=1370608/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915464 CPUtime=2.92
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 7174 0 1 0 240 52 0 0 25 0 8 0 278392923 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228866 6911 2479 14 0 215336 0
[pid=21155/tid=21158] ppid=21150 vsize=915464 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392928 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915464 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915464 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915464 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915464 CPUtime=0.12
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 340 0 0 0 12 0 0 0 16 0 8 0 278392931 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915464 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915464 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937435136 6911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.27561 s]
/proc/loadavg: 0.97 0.98 0.99 3/87 21170
/proc/meminfo: memFree=1370480/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=6.2
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 7175 0 1 0 497 123 0 0 25 0 8 0 278392923 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073702044 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 6912 2479 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.12
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 341 0 0 0 12 0 0 0 16 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6912 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) 915460

[startup+12.7593 s]
/proc/loadavg: 1.13 1.02 1.01 3/87 21170
/proc/meminfo: memFree=1370488/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=12.66
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 7175 0 1 0 1006 260 0 0 25 0 8 0 278392923 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073729499 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 6912 2479 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.12
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 341 0 0 0 12 0 0 0 16 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915460

[startup+25.5887 s]
/proc/loadavg: 1.26 1.05 1.02 3/87 21170
/proc/meminfo: memFree=1370552/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=25.43
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 7176 0 1 0 2005 538 0 0 25 0 8 0 278392923 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698833 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 6912 2479 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 187 0 0 0 2 0 0 0 17 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.13
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 341 0 0 0 13 0 0 0 16 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915460

[startup+51.2836 s]
/proc/loadavg: 1.58 1.14 1.04 3/87 21170
/proc/meminfo: memFree=1355128/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=50.99
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9176 0 1 0 4427 672 0 0 25 0 8 0 278392923 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073707719 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8909 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 8909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 915460

[startup+102.559 s]
/proc/loadavg: 1.83 1.28 1.10 3/87 21170
/proc/meminfo: memFree=1355064/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=102.04
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9183 0 1 0 9532 672 0 0 25 0 8 0 278392923 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698855 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8916 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 400 0 0 0 22 1 0 0 17 0 8 0 278392931 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 915460

[startup+162.571 s]
/proc/loadavg: 1.98 1.41 1.15 3/87 21170
/proc/meminfo: memFree=1354936/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=161.79
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9185 0 1 0 15507 672 0 0 25 0 8 0 278392923 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+2082.99 s]
/proc/loadavg: 2.00 2.02 1.88 3/87 21368
/proc/meminfo: memFree=1354360/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2073.52
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9205 0 1 0 206663 689 0 0 25 0 8 0 278392923 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883055 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8936 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 278392931 937431040 8936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2073.52
Current children cumulated vsize (KiB) 915460

[startup+2143 s]
/proc/loadavg: 2.00 2.01 1.89 3/87 21368
/proc/meminfo: memFree=1354360/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2133.27
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9208 0 1 0 212638 689 0 0 25 0 8 0 278392923 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882295 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8939 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2133.27
Current children cumulated vsize (KiB) 915460

[startup+2203.02 s]
/proc/loadavg: 2.00 2.01 1.89 3/87 21368
/proc/meminfo: memFree=1354424/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2193.02
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9208 0 1 0 218613 689 0 0 25 0 8 0 278392923 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883354 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8939 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2193.02
Current children cumulated vsize (KiB) 915460

[startup+2263.03 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 21368
/proc/meminfo: memFree=1354488/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2252.75
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9208 0 1 0 224586 689 0 0 25 0 8 0 278392923 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073712663 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8939 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.03
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 2 0 0 15 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2252.75
Current children cumulated vsize (KiB) 915460

[startup+2323.05 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 21368
/proc/meminfo: memFree=1354424/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2312.5
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9208 0 1 0 230561 689 0 0 25 0 8 0 278392923 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073841157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8939 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.03
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 2 0 0 15 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2312.5
Current children cumulated vsize (KiB) 915460

[startup+2383.06 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 21368
/proc/meminfo: memFree=1354488/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2372.26
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9208 0 1 0 236536 690 0 0 25 0 8 0 278392923 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073840952 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8939 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.03
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 2 0 0 15 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2372.26
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 21368
/proc/meminfo: memFree=1354424/2055920 swapFree=4192680/4192956
[pid=21155] ppid=21150 vsize=915460 CPUtime=2400.07
/proc/21155/stat : 21155 (java) R 21150 21155 21017 0 -1 0 9208 0 1 0 239317 690 0 0 25 0 8 0 278392923 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 228865 8939 2532 14 0 215335 0
[pid=21155/tid=21158] ppid=21150 vsize=915460 CPUtime=0.02
/proc/21155/task/21158/stat : 21158 (java) S 21150 21155 21017 0 -1 64 188 0 0 0 2 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21150 21155 21017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21150 21155 21017 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21150 21155 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21168] ppid=21150 vsize=915460 CPUtime=0.23
/proc/21155/task/21168/stat : 21168 (java) S 21150 21155 21017 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21169] ppid=21150 vsize=915460 CPUtime=0
/proc/21155/task/21169/stat : 21169 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21170] ppid=21150 vsize=915460 CPUtime=0.03
/proc/21155/task/21170/stat : 21170 (java) S 21150 21155 21017 0 -1 64 1 0 0 0 1 2 0 0 15 0 8 0 278392931 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 2411.1
CPU time (s): 2400.13
CPU user time (s): 2393.22
CPU system time (s): 6.90595
CPU usage (%): 99.545
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.22
system time used= 6.90595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9230
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= 49972
involuntary context switches= 81364

runsolver used 2.18767 s user time and 6.43502 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan 20 13:32:30 UTC 2007


IDJOB= 279991
IDBENCH= 10561
IDSOLVER= 68
FILE ID= node59/279991-1169299950

PBS_JOBID= 3609875

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5b4b7092356d3dba13cd5402b12b1e36

RANDOM SEED= 570601760

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.239
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.239
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:       1407520 kB
Buffers:         49160 kB
Cached:         503476 kB
SwapCached:          0 kB
Active:         119896 kB
Inactive:       452908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407520 kB
SwapTotal:     4192956 kB
SwapFree:      4192680 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          30288 kB
Slab:            61084 kB
Committed_AS:  5356848 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node59 on Sat Jan 20 14:12:41 UTC 2007