Trace number 237917

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
Abscon 109 AC? (TO) 1800.14 1815.38

General information on the benchmark

Namehaystacks/
haystacks_18.xml
MD5SUM757a7d7d596bf08d2c2a5ff2f9f77493
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.33265
SatisfiableNO
(Un)Satisfiability was proved
Number of variables324
Number of constraints2771
Maximum constraint arity2
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2771
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/237917-1168083372/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.42	     nbVariables=324  nbDomainTypes=1  minDomainSize=18  maxDomainSize=18
0.42	       =>  wckTime=0.126  cpuTime=0.09  mem=6M887
0.42	   
0.42	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.96	     nbConstraints=2771  nbConvertedConstraints=2771  nbConvertConstraintsChecks=1296  nbExtensionStructures=4
0.96	     nbSharedExtensionStructures=2767  nbConflictsStructures=4  nbSharedConflictsStructures=2767
0.96	     nbSharedBinaryRepresentations=107  maxDegree=18  maxArity=2
0.96	       =>  wckTime=0.665  cpuTime=0.51  mem=23M465
1.01	   
1.01	   solver IterativeSystematicSolver being built... 
1.18	       =>  wckTime=0.893  cpuTime=0.64  mem=16M804
1.21	   
1.21	   preprocessing
1.21	     nbConstraintChecks=0  nbPropagations=324  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.21	     detectedInconsistency=no
1.21	       =>  wckTime=0.02  cpuTime=0.01  mem=16M804
1.26	   
1.26	   search
1.26	     run=0  nbConstraintChecks=11088  nbPropagations=1164  nbRevisions=867  nbUselessRevisions=45  nbAssignments=65
1.26	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=84  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.26	     nbTooLargeKeys=0
1.26	       =>  wckTime=0.071  cpuTime=0.05  mem=16M804
1.29	   
1.29	   search
1.29	     run=1  nbConstraintChecks=22445  nbPropagations=3223  nbRevisions=2676  nbUselessRevisions=147  nbAssignments=140
1.29	     nbFailedAssignments=23  nbBacktracks=25  nbVisitedNodes=187  nbRestartNogoods=4  mapSize=24  nbInferences=0
1.29	     nbTooLargeKeys=0
1.29	       =>  wckTime=0.101  cpuTime=0.07  mem=16M804
1.30	   
1.30	   search
1.30	     run=2  nbConstraintChecks=33997  nbPropagations=6242  nbRevisions=5500  nbUselessRevisions=310  nbAssignments=228
1.30	     nbFailedAssignments=43  nbBacktracks=47  nbVisitedNodes=315  nbRestartNogoods=7  mapSize=46  nbInferences=0
1.30	     nbTooLargeKeys=0
1.30	       =>  wckTime=0.117  cpuTime=0.08  mem=16M804
1.32	   
1.32	   search
1.32	     run=3  nbConstraintChecks=45806  nbPropagations=10303  nbRevisions=9422  nbUselessRevisions=537  nbAssignments=335
1.33	     nbFailedAssignments=70  nbBacktracks=80  nbVisitedNodes=477  nbRestartNogoods=12  mapSize=79  nbInferences=1
1.33	     nbTooLargeKeys=0
1.33	       =>  wckTime=0.138  cpuTime=0.1  mem=17M779
1.35	   
1.35	   search
1.35	     run=4  nbConstraintChecks=57964  nbPropagations=15540  nbRevisions=14570  nbUselessRevisions=828  nbAssignments=472
1.35	     nbFailedAssignments=107  nbBacktracks=131  nbVisitedNodes=693  nbRestartNogoods=16  mapSize=130  nbInferences=6
1.35	     nbTooLargeKeys=0
1.35	       =>  wckTime=0.161  cpuTime=0.13  mem=17M779
1.38	   
1.38	   search
1.38	     run=5  nbConstraintChecks=73071  nbPropagations=22158  nbRevisions=21214  nbUselessRevisions=1248
1.38	     nbAssignments=640  nbFailedAssignments=155  nbBacktracks=206  nbVisitedNodes=960  nbRestartNogoods=20  mapSize=196
1.38	     nbInferences=9  nbTooLargeKeys=0
1.38	       =>  wckTime=0.192  cpuTime=0.16  mem=17M779
1.41	   
1.41	   search
1.41	     run=6  nbConstraintChecks=89077  nbPropagations=30305  nbRevisions=29512  nbUselessRevisions=1796
1.41	     nbAssignments=835  nbFailedAssignments=222  nbBacktracks=319  nbVisitedNodes=1290  nbRestartNogoods=24  mapSize=287
1.41	     nbInferences=10  nbTooLargeKeys=0
1.41	       =>  wckTime=0.227  cpuTime=0.18  mem=17M779
1.46	   
1.46	   search
1.46	     run=7  nbConstraintChecks=106698  nbPropagations=40535  nbRevisions=40090  nbUselessRevisions=2543
1.46	     nbAssignments=1147  nbFailedAssignments=327  nbBacktracks=489  nbVisitedNodes=1834  nbRestartNogoods=28
1.46	     mapSize=434  nbInferences=32  nbTooLargeKeys=0
1.46	       =>  wckTime=0.275  cpuTime=0.23  mem=17M779
1.55	   
1.55	   search
1.55	     run=8  nbConstraintChecks=126092  nbPropagations=53897  nbRevisions=53765  nbUselessRevisions=3385
1.55	     nbAssignments=1682  nbFailedAssignments=486  nbBacktracks=745  nbVisitedNodes=2746  nbRestartNogoods=33
1.55	     mapSize=688  nbInferences=91  nbTooLargeKeys=0
1.55	       =>  wckTime=0.358  cpuTime=0.3  mem=17M779
1.65	   
1.65	   search
1.65	     run=9  nbConstraintChecks=149653  nbPropagations=71774  nbRevisions=71730  nbUselessRevisions=4329
1.65	     nbAssignments=2499  nbFailedAssignments=705  nbBacktracks=1130  nbVisitedNodes=4154  nbRestartNogoods=42
1.65	     mapSize=1072  nbInferences=244  nbTooLargeKeys=0
1.65	       =>  wckTime=0.464  cpuTime=0.39  mem=18M755
1.78	   
1.78	   search
1.78	     run=10  nbConstraintChecks=187185  nbPropagations=95864  nbRevisions=95913  nbUselessRevisions=5500
1.78	     nbAssignments=3588  nbFailedAssignments=1065  nbBacktracks=1706  nbVisitedNodes=6069  nbRestartNogoods=50
1.78	     mapSize=1622  nbInferences=350  nbTooLargeKeys=0
1.78	       =>  wckTime=0.593  cpuTime=0.51  mem=19M730
1.99	   
1.99	   search
1.99	     run=11  nbConstraintChecks=256109  nbPropagations=130834  nbRevisions=130550  nbUselessRevisions=7262
1.99	     nbAssignments=5447  nbFailedAssignments=1491  nbBacktracks=2570  nbVisitedNodes=9275  nbRestartNogoods=59
1.99	     mapSize=2438  nbInferences=845  nbTooLargeKeys=0
1.99	       =>  wckTime=0.804  cpuTime=0.72  mem=21M680
2.33	   
2.34	   search
2.34	     run=12  nbConstraintChecks=339926  nbPropagations=182773  nbRevisions=180696  nbUselessRevisions=9673
2.34	     nbAssignments=8495  nbFailedAssignments=2073  nbBacktracks=3869  nbVisitedNodes=14579  nbRestartNogoods=71
2.34	     mapSize=3701  nbInferences=1938  nbTooLargeKeys=0
2.34	       =>  wckTime=1.148  cpuTime=1.06  mem=24M606
2.84	   
2.84	   search
2.84	     run=13  nbConstraintChecks=463534  nbPropagations=260641  nbRevisions=254213  nbUselessRevisions=13084
2.84	     nbAssignments=13203  nbFailedAssignments=2895  nbBacktracks=5815  nbVisitedNodes=22778  nbRestartNogoods=83
2.84	     mapSize=5579  nbInferences=3788  nbTooLargeKeys=0
2.84	       =>  wckTime=1.649  cpuTime=1.56  mem=28M506
3.68	   
3.68	   search
3.68	     run=14  nbConstraintChecks=625078  nbPropagations=380165  nbRevisions=363259  nbUselessRevisions=17490
3.68	     nbAssignments=20883  nbFailedAssignments=3985  nbBacktracks=8734  nbVisitedNodes=36221  nbRestartNogoods=100
3.68	     mapSize=8455  nbInferences=7372  nbTooLargeKeys=0
3.68	       =>  wckTime=2.49  cpuTime=2.39  mem=36M308
5.06	   
5.06	   search
5.06	     run=15  nbConstraintChecks=903389  nbPropagations=572696  nbRevisions=532531  nbUselessRevisions=23441
5.06	     nbAssignments=33868  nbFailedAssignments=5286  nbBacktracks=13112  nbVisitedNodes=59006  nbRestartNogoods=115
5.06	     mapSize=12781  nbInferences=14574  nbTooLargeKeys=0
5.06	       =>  wckTime=3.872  cpuTime=3.77  mem=48M985
6.96	   
6.96	   search
6.96	     run=16  nbConstraintChecks=1236823  nbPropagations=862715  nbRevisions=782021  nbUselessRevisions=30587
6.96	     nbAssignments=52084  nbFailedAssignments=7540  nbBacktracks=19680  nbVisitedNodes=91015  nbRestartNogoods=140
6.96	     mapSize=19303  nbInferences=23868  nbTooLargeKeys=0
6.96	       =>  wckTime=5.774  cpuTime=5.6  mem=33M387
10.00	   
10.00	   search
10.00	     run=17  nbConstraintChecks=1946850  nbPropagations=1330410  nbRevisions=1182940  nbUselessRevisions=43663
10.00	     nbAssignments=82928  nbFailedAssignments=10363  nbBacktracks=29533  nbVisitedNodes=145514  nbRestartNogoods=160
10.00	     mapSize=29104  nbInferences=41911  nbTooLargeKeys=0
10.00	       =>  wckTime=8.809  cpuTime=8.61  mem=61M238
13.50	   
13.50	   search
13.50	     run=18  nbConstraintChecks=2668856  nbPropagations=2002740  nbRevisions=1760287  nbUselessRevisions=61293
13.50	     nbAssignments=121669  nbFailedAssignments=16107  nbBacktracks=44311  nbVisitedNodes=213786  nbRestartNogoods=192
13.50	     mapSize=43827  nbInferences=59988  nbTooLargeKeys=0
13.50	       =>  wckTime=12.313  cpuTime=12.01  mem=53M996
19.15	   
19.15	   search
19.15	     run=19  nbConstraintChecks=3827402  nbPropagations=3024019  nbRevisions=2622102  nbUselessRevisions=83109
19.15	     nbAssignments=186422  nbFailedAssignments=22917  nbBacktracks=66479  nbVisitedNodes=327727  nbRestartNogoods=227
19.15	     mapSize=65955  nbInferences=95607  nbTooLargeKeys=0
19.15	       =>  wckTime=17.967  cpuTime=17.53  mem=60M843
25.66	   
25.66	   search
25.66	     run=20  nbConstraintChecks=7650816  nbPropagations=4520721  nbRevisions=4149931  nbUselessRevisions=214845
25.66	     nbAssignments=259795  nbFailedAssignments=41940  nbBacktracks=99732  nbVisitedNodes=458958  nbRestartNogoods=270
25.66	     mapSize=99150  nbInferences=116561  nbTooLargeKeys=0
25.66	       =>  wckTime=24.47  cpuTime=23.97  mem=88M117
34.56	   
34.56	   search
34.56	     run=21  nbConstraintChecks=12124621  nbPropagations=6680707  nbRevisions=6750049  nbUselessRevisions=683755
34.56	     nbAssignments=365242  nbFailedAssignments=67639  nbBacktracks=149610  nbVisitedNodes=648823  nbRestartNogoods=303
34.56	     mapSize=148732  nbInferences=146306  nbTooLargeKeys=0
34.56	       =>  wckTime=33.372  cpuTime=32.62  mem=86M525
51.83	   
51.83	   search
51.83	     run=22  nbConstraintChecks=19064827  nbPropagations=9967007  nbRevisions=10803389  nbUselessRevisions=1596603
51.83	     nbAssignments=573125  nbFailedAssignments=83178  nbBacktracks=224428  nbVisitedNodes=999193  nbRestartNogoods=344
51.83	     mapSize=222336  nbInferences=263708  nbTooLargeKeys=0
51.83	       =>  wckTime=50.638  cpuTime=49.72  mem=129M977
74.56	   
74.56	   search
74.56	     run=23  nbConstraintChecks=41210113  nbPropagations=15099324  nbRevisions=18161012  nbUselessRevisions=3178281
74.56	     nbAssignments=800714  nbFailedAssignments=163396  nbBacktracks=336655  nbVisitedNodes=1405341  nbRestartNogoods=375
74.56	     mapSize=329964  nbInferences=298742  nbTooLargeKeys=0
74.56	       =>  wckTime=73.371  cpuTime=72.08  mem=150M807
147.73	   
147.73	   search
147.73	     run=24  nbConstraintChecks=62953881  nbPropagations=25134617  nbRevisions=29415722  nbUselessRevisions=4805443
147.73	     nbAssignments=1525363  nbFailedAssignments=186549  nbBacktracks=504997  nbVisitedNodes=2709265
147.73	     nbRestartNogoods=399  mapSize=498218  nbInferences=831731  nbTooLargeKeys=0
147.73	       =>  wckTime=146.543  cpuTime=143.74  mem=297M483
269.05	   
269.05	   search
269.05	     run=25  nbConstraintChecks=125650795  nbPropagations=46104083  nbRevisions=49816867  nbUselessRevisions=6697980
269.05	     nbAssignments=2867894  nbFailedAssignments=220217  nbBacktracks=757508  nbVisitedNodes=5173390
269.05	     nbRestartNogoods=436  mapSize=750656  nbInferences=1887905  nbTooLargeKeys=0
269.05	       =>  wckTime=267.862  cpuTime=262.92  mem=443M768
335.84	   
335.84	   search
335.84	     run=26  nbConstraintChecks=154624257  nbPropagations=71385401  nbRevisions=76416747  nbUselessRevisions=10425032
335.84	     nbAssignments=3734384  nbFailedAssignments=327157  nbBacktracks=1136276  nbVisitedNodes=6595690
335.84	     nbRestartNogoods=478  mapSize=1096020  nbInferences=2268537  nbTooLargeKeys=0
335.84	       =>  wckTime=334.656  cpuTime=328.38  mem=559M906
350.09	   
350.09	   INFO : Stopping hyperNogood (mapSize=1144694, nbTooLargekeys=0, mem=600M706)
386.64	   
386.64	   search
386.64	     run=27  nbConstraintChecks=169353989  nbPropagations=101731392  nbRevisions=107891795  nbUselessRevisions=14196015
386.64	     nbAssignments=4793410  nbFailedAssignments=696783  nbBacktracks=1704427  nbVisitedNodes=8514979
386.64	     nbRestartNogoods=504
386.64	       =>  wckTime=385.448  cpuTime=378.48  mem=600M706
443.38	   
443.38	   search
443.38	     run=28  nbConstraintChecks=186184012  nbPropagations=138556539  nbRevisions=145879513  nbUselessRevisions=18000006
443.38	     nbAssignments=6236448  nbFailedAssignments=1287377  nbBacktracks=2556653  nbVisitedNodes=11139201
443.38	     nbRestartNogoods=544
443.38	       =>  wckTime=442.189  cpuTime=434.74  mem=600M706
588.27	   
588.27	   search
588.27	     run=29  nbConstraintChecks=296522044  nbPropagations=190645572  nbRevisions=210149334  nbUselessRevisions=28365575
588.27	     nbAssignments=8460658  nbFailedAssignments=2233079  nbBacktracks=3834997  nbVisitedNodes=15113020
588.27	     nbRestartNogoods=576
588.27	       =>  wckTime=587.086  cpuTime=578.45  mem=600M706
732.63	   
732.63	   search
732.63	     run=30  nbConstraintChecks=336320376  nbPropagations=257459794  nbRevisions=289196392  nbUselessRevisions=38765563
732.63	     nbAssignments=11714451  nbFailedAssignments=3569130  nbBacktracks=5752508  nbVisitedNodes=21038546
732.63	     nbRestartNogoods=605
732.63	       =>  wckTime=731.442  cpuTime=721.6  mem=600M706
896.61	   
896.62	   search
896.62	     run=31  nbConstraintChecks=391032146  nbPropagations=346000926  nbRevisions=389983733  nbUselessRevisions=49178941
896.62	     nbAssignments=16579579  nbFailedAssignments=5557749  nbBacktracks=8628773  nbVisitedNodes=29880908
896.62	     nbRestartNogoods=636
896.62	       =>  wckTime=895.424  cpuTime=884.24  mem=600M706
1121.22	   
1121.22	   search
1121.22	     run=32  nbConstraintChecks=472795700  nbPropagations=467144008  nbRevisions=523386997  nbUselessRevisions=59606322
1121.22	     nbAssignments=23883775  nbFailedAssignments=8547285  nbBacktracks=12943172  nbVisitedNodes=43164171
1121.22	     nbRestartNogoods=663
1121.22	       =>  wckTime=1120.028  cpuTime=1106.98  mem=600M706
1700.66	   
1700.66	   search
1700.66	     run=33  nbConstraintChecks=783337239  nbPropagations=654143069  nbRevisions=770825676  nbUselessRevisions=104145167
1700.66	     nbAssignments=35260231  nbFailedAssignments=13451946  nbBacktracks=19414770  nbVisitedNodes=64009716
1700.66	     nbRestartNogoods=699
1700.66	       =>  wckTime=1699.471  cpuTime=1681.41  mem=600M706

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-237917-1168083372 -o ROOT/results/node15/solver-237917-1168083372 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237917-1168083372/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.90 1.39 1.65 4/93 16907
/proc/meminfo: memFree=948976/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=308 CPUtime=0
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 234 0 0 0 0 0 0 0 18 0 1 0 156733169 315392 40 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7512868 0 0 4096 0 0 0 0 17 1 0 0
/proc/16906/statm: 77 40 31 14 0 5 0

[startup+0.103244 s]
/proc/loadavg: 0.90 1.39 1.65 4/93 16907
/proc/meminfo: memFree=948976/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=914988 CPUtime=0.08
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 3071 0 1 0 7 1 0 0 23 0 8 0 156733169 936947712 2817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155840585 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228747 2817 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511313 s]
/proc/loadavg: 0.90 1.39 1.65 4/93 16907
/proc/meminfo: memFree=948976/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915328 CPUtime=0.49
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 6548 0 1 0 45 4 0 0 25 0 8 0 156733169 937295872 6287 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073533797 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228832 6287 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33345 s]
/proc/loadavg: 0.90 1.39 1.65 3/100 16914
/proc/meminfo: memFree=915128/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1.3
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 11224 0 1 0 113 17 0 0 25 0 8 0 156733169 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074006432 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 10962 2530 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.04
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 510 0 0 0 4 0 0 0 17 0 8 0 156733172 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.25
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 472 0 0 0 24 1 0 0 15 0 8 0 156733176 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 10962 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915724

[startup+2.98574 s]
/proc/loadavg: 0.90 1.39 1.65 3/100 16914
/proc/meminfo: memFree=914744/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=2.93
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 12404 0 1 0 275 18 0 0 25 0 8 0 156733169 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073999803 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 12141 2530 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.04
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 510 0 0 0 4 0 0 0 17 0 8 0 156733172 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 492 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 12141 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915724

[startup+6.2713 s]
/proc/loadavg: 0.98 1.40 1.66 3/100 16914
/proc/meminfo: memFree=873016/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=6.19
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 21661 0 1 0 598 21 0 0 25 0 8 0 156733169 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073998382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 21397 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.08
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 4542 0 0 0 7 1 0 0 16 0 8 0 156733172 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 492 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 21397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915724

[startup+12.7524 s]
/proc/loadavg: 1.07 1.41 1.66 3/100 16914
/proc/meminfo: memFree=849016/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=12.61
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 27671 0 1 0 1238 23 0 0 25 0 8 0 156733169 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073996004 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 27406 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.15
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 10551 0 0 0 12 3 0 0 16 0 8 0 156733172 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 492 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 27406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915724

[startup+25.6026 s]
/proc/loadavg: 1.27 1.44 1.66 3/100 16914
/proc/meminfo: memFree=829632/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=25.34
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 32526 0 1 0 2509 25 0 0 25 0 8 0 156733169 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480117 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 32260 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.23
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 15405 0 0 0 18 5 0 0 16 0 8 0 156733172 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 492 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 32260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915724

[startup+51.203 s]
/proc/loadavg: 1.52 1.48 1.67 3/100 16914
/proc/meminfo: memFree=801472/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=50.7
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 39551 0 1 0 5042 28 0 0 25 0 8 0 156733169 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074012967 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 39283 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.39
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 22427 0 0 0 32 7 0 0 16 0 8 0 156733172 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 39283 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 915724

[startup+102.497 s]
/proc/loadavg: 1.79 1.56 1.68 3/100 16914
/proc/meminfo: memFree=716672/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=101.5
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 60715 0 1 0 10115 35 0 0 25 0 8 0 156733169 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073966131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 60443 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=0.92
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 43587 0 0 0 78 14 0 0 16 0 8 0 156733172 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 60443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 915724

[startup+162.543 s]
/proc/loadavg: 1.97 1.65 1.71 3/100 16914
/proc/meminfo: memFree=605888/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=160.98
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 88393 0 1 0 16053 45 0 0 25 0 8 0 156733169 937701376 88112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073996000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1410.78
Current children cumulated vsize (KiB) 915724

[startup+1483.05 s]
/proc/loadavg: 2.00 1.98 1.91 3/106 16978
/proc/meminfo: memFree=335072/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1470.27
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 146950 77 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073995988 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.27
Current children cumulated vsize (KiB) 915724

[startup+1543.1 s]
/proc/loadavg: 2.05 2.00 1.91 3/106 17070
/proc/meminfo: memFree=335224/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1529.69
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 152887 82 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073978883 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.69
Current children cumulated vsize (KiB) 915724

[startup+1603.13 s]
/proc/loadavg: 2.02 2.00 1.91 3/100 17112
/proc/meminfo: memFree=336248/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1589.17
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 158832 85 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073999767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.17
Current children cumulated vsize (KiB) 915724

[startup+1663.14 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 17112
/proc/meminfo: memFree=336248/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1648.67
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 164782 85 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074032653 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.67
Current children cumulated vsize (KiB) 915724

[startup+1723.16 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 17112
/proc/meminfo: memFree=336184/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1708.19
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 170734 85 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073967683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.19
Current children cumulated vsize (KiB) 915724

[startup+1783.19 s]
/proc/loadavg: 1.59 1.89 1.88 2/88 17248
/proc/meminfo: memFree=382608/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1767.96
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 176710 86 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973644 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.96
Current children cumulated vsize (KiB) 915724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.25 s]
/proc/loadavg: 1.36 1.80 1.85 2/88 17271
/proc/meminfo: memFree=384472/2055920 swapFree=4174172/4192956
[pid=16906] ppid=16904 vsize=915724 CPUtime=1800.01
/proc/16906/stat : 16906 (java) R 16904 16906 16049 0 -1 0 154631 0 1 0 179914 87 0 0 25 0 8 0 156733169 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073996000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16906/statm: 228931 154327 2534 14 0 215401 0
[pid=16906/tid=16908] ppid=16904 vsize=915724 CPUtime=3.25
/proc/16906/task/16908/stat : 16908 (java) S 16904 16906 16049 0 -1 64 137471 0 0 0 277 48 0 0 16 0 8 0 156733172 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 16049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 16049 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156733173 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 16049 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=915724 CPUtime=0.29
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 16049 0 -1 64 493 0 0 0 28 1 0 0 16 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=915724 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 16049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156733176 937701376 154327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915724

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

Child status: 143
Real time (s): 1815.38
CPU time (s): 1800.14
CPU user time (s): 1799.18
CPU system time (s): 0.959854
CPU usage (%): 99.1607
Max. virtual memory (cumulated for all children) (KiB): 915724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154648
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= 38343
involuntary context switches= 111515

runsolver used 1.82372 s user time and 4.94825 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 11:36:20 UTC 2007


IDJOB= 237917
IDBENCH= 6971
FILE ID= node15/237917-1168083372

PBS_JOBID= 3475882

Free space on /tmp= 66283 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_18.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237917-1168083372/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-237917-1168083372 -o ROOT/results/node15/solver-237917-1168083372 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237917-1168083372/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  757a7d7d596bf08d2c2a5ff2f9f77493

RANDOM SEED= 264016415

TIME LIMIT= 1800 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.276
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.276
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:        949584 kB
Buffers:         85732 kB
Cached:         837244 kB
SwapCached:       7128 kB
Active:         399064 kB
Inactive:       603600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        949584 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          98376 kB
Slab:            88284 kB
Committed_AS:  5017668 kB
PageTables:       2528 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= 66285 MiB



End job on node15 on Sat Jan  6 12:06:49 UTC 2007