Trace number 238156

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 ESAC? (TO) 1800.14 1800.73

General information on the benchmark

Namehaystacks/
haystacks_09.xml
MD5SUM9ef226d01e1821b42bf6b4fd1284cb7f
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 benchmark0.166974
SatisfiableNO
(Un)Satisfiability was proved
Number of variables81
Number of constraints332
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension332
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/238156-1168354191/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=81  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9
0.40	       =>  wckTime=0.099  cpuTime=0.09  mem=6M902
0.40	   
0.40	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.60	     nbConstraints=332  nbConvertedConstraints=332  nbConvertConstraintsChecks=324  nbExtensionStructures=4
0.60	     nbSharedExtensionStructures=328  nbConflictsStructures=4  nbSharedConflictsStructures=328
0.60	     nbSharedBinaryRepresentations=53  maxDegree=9  maxArity=2
0.60	       =>  wckTime=0.293  cpuTime=0.22  mem=8M853
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.491  cpuTime=0.35  mem=14M544
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=5130  nbPropagations=857  nbRevisions=831  nbUselessRevisions=161  nbSingletonTests=123
0.83	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
0.83	       =>  wckTime=0.037  cpuTime=0.03  mem=14M544
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=1556  nbPropagations=1123  nbRevisions=1138  nbUselessRevisions=197  nbAssignments=39
0.86	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=60  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.064  cpuTime=0.05  mem=14M544
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=3258  nbPropagations=2556  nbRevisions=2635  nbUselessRevisions=435  nbAssignments=88
0.87	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=137  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.073  cpuTime=0.05  mem=14M544
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=5516  nbPropagations=4346  nbRevisions=4529  nbUselessRevisions=719  nbAssignments=141
0.88	     nbFailedAssignments=38  nbBacktracks=48  nbVisitedNodes=218  nbRestartNogoods=7  mapSize=44  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.081  cpuTime=0.06  mem=14M544
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=9210  nbPropagations=6693  nbRevisions=7049  nbUselessRevisions=1074  nbAssignments=219
0.88	     nbFailedAssignments=57  nbBacktracks=81  nbVisitedNodes=333  nbRestartNogoods=9  mapSize=66  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.09  cpuTime=0.07  mem=14M544
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=12721  nbPropagations=9797  nbRevisions=10384  nbUselessRevisions=1498  nbAssignments=347
0.90	     nbFailedAssignments=96  nbBacktracks=132  nbVisitedNodes=527  nbRestartNogoods=14  mapSize=117  nbInferences=1
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.1  cpuTime=0.07  mem=14M544
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=16670  nbPropagations=13852  nbRevisions=14703  nbUselessRevisions=1987
0.91	     nbAssignments=517  nbFailedAssignments=144  nbBacktracks=207  nbVisitedNodes=809  nbRestartNogoods=20  mapSize=188
0.91	     nbInferences=17  nbTooLargeKeys=0
0.91	       =>  wckTime=0.114  cpuTime=0.09  mem=14M544
0.93	   
0.93	   search
0.93	     run=6  nbConstraintChecks=22920  nbPropagations=19287  nbRevisions=20544  nbUselessRevisions=2646
0.93	     nbAssignments=756  nbFailedAssignments=216  nbBacktracks=321  nbVisitedNodes=1209  nbRestartNogoods=26  mapSize=291
0.93	     nbInferences=34  nbTooLargeKeys=0
0.93	       =>  wckTime=0.132  cpuTime=0.1  mem=14M544
0.95	   
0.95	   search
0.95	     run=7  nbConstraintChecks=38187  nbPropagations=26962  nbRevisions=29759  nbUselessRevisions=3802
0.95	     nbAssignments=1081  nbFailedAssignments=331  nbBacktracks=491  nbVisitedNodes=1753  nbRestartNogoods=35
0.95	     mapSize=442  nbInferences=51  nbTooLargeKeys=0
0.95	       =>  wckTime=0.157  cpuTime=0.12  mem=14M544
1.00	   
1.00	   search
1.00	     run=8  nbConstraintChecks=62237  nbPropagations=38389  nbRevisions=44623  nbUselessRevisions=5867
1.00	     nbAssignments=1624  nbFailedAssignments=502  nbBacktracks=749  nbVisitedNodes=2622  nbRestartNogoods=40
1.00	     mapSize=686  nbInferences=106  nbTooLargeKeys=0
1.00	       =>  wckTime=0.204  cpuTime=0.16  mem=14M544
1.04	   
1.04	   search
1.04	     run=9  nbConstraintChecks=75293  nbPropagations=53743  nbRevisions=63391  nbUselessRevisions=8110
1.04	     nbAssignments=2410  nbFailedAssignments=729  nbBacktracks=1133  nbVisitedNodes=3984  nbRestartNogoods=46
1.04	     mapSize=1058  nbInferences=235  nbTooLargeKeys=0
1.04	       =>  wckTime=0.24  cpuTime=0.19  mem=15M519
1.09	   
1.09	   search
1.09	     run=10  nbConstraintChecks=118783  nbPropagations=76933  nbRevisions=93439  nbUselessRevisions=12403
1.09	     nbAssignments=3596  nbFailedAssignments=1144  nbBacktracks=1710  nbVisitedNodes=5892  nbRestartNogoods=61
1.09	     mapSize=1592  nbInferences=292  nbTooLargeKeys=0
1.09	       =>  wckTime=0.294  cpuTime=0.23  mem=15M519
1.16	   
1.16	   search
1.16	     run=11  nbConstraintChecks=174696  nbPropagations=110187  nbRevisions=137159  nbUselessRevisions=18995
1.16	     nbAssignments=5320  nbFailedAssignments=1559  nbBacktracks=2580  nbVisitedNodes=8622  nbRestartNogoods=75
1.16	     mapSize=2323  nbInferences=654  nbTooLargeKeys=0
1.16	       =>  wckTime=0.366  cpuTime=0.3  mem=15M519
1.24	   
1.24	   search
1.24	     run=12  nbConstraintChecks=237374  nbPropagations=158740  nbRevisions=197814  nbUselessRevisions=26919
1.24	     nbAssignments=8142  nbFailedAssignments=2249  nbBacktracks=3877  nbVisitedNodes=13567  nbRestartNogoods=79
1.24	     mapSize=3591  nbInferences=1437  nbTooLargeKeys=0
1.24	       =>  wckTime=0.447  cpuTime=0.38  mem=15M519
1.37	   
1.37	   search
1.37	     run=13  nbConstraintChecks=333990  nbPropagations=234618  nbRevisions=285120  nbUselessRevisions=37971
1.37	     nbAssignments=13359  nbFailedAssignments=3104  nbBacktracks=5824  nbVisitedNodes=21885  nbRestartNogoods=106
1.37	     mapSize=5530  nbInferences=3317  nbTooLargeKeys=0
1.37	       =>  wckTime=0.573  cpuTime=0.51  mem=15M519
1.58	   
1.58	   search
1.58	     run=14  nbConstraintChecks=558759  nbPropagations=348717  nbRevisions=434383  nbUselessRevisions=62150
1.58	     nbAssignments=19092  nbFailedAssignments=5179  nbBacktracks=8743  nbVisitedNodes=31558  nbRestartNogoods=123
1.58	     mapSize=8309  nbInferences=3810  nbTooLargeKeys=0
1.58	       =>  wckTime=0.79  cpuTime=0.73  mem=16M495
1.85	   
1.85	   search
1.85	     run=15  nbConstraintChecks=780998  nbPropagations=514130  nbRevisions=659437  nbUselessRevisions=114335
1.85	     nbAssignments=28866  nbFailedAssignments=7601  nbBacktracks=13121  nbVisitedNodes=48431  nbRestartNogoods=142
1.85	     mapSize=12611  nbInferences=6401  nbTooLargeKeys=0
1.85	       =>  wckTime=1.056  cpuTime=0.99  mem=17M470
2.30	   
2.30	   search
2.30	     run=16  nbConstraintChecks=1155048  nbPropagations=756856  nbRevisions=1005124  nbUselessRevisions=195811
2.30	     nbAssignments=41761  nbFailedAssignments=12482  nbBacktracks=19690  nbVisitedNodes=70736  nbRestartNogoods=172
2.30	     mapSize=18894  nbInferences=7444  nbTooLargeKeys=0
2.30	       =>  wckTime=1.502  cpuTime=1.44  mem=18M445
2.94	   
2.94	   search
2.94	     run=17  nbConstraintChecks=1702100  nbPropagations=1120850  nbRevisions=1540971  nbUselessRevisions=344750
2.94	     nbAssignments=63014  nbFailedAssignments=18400  nbBacktracks=29544  nbVisitedNodes=109452  nbRestartNogoods=182
2.94	     mapSize=28734  nbInferences=12839  nbTooLargeKeys=0
2.94	       =>  wckTime=2.148  cpuTime=2.08  mem=20M395
3.88	   
3.88	   search
3.88	     run=18  nbConstraintChecks=2347079  nbPropagations=1667721  nbRevisions=2277401  nbUselessRevisions=523820
3.88	     nbAssignments=97497  nbFailedAssignments=26027  nbBacktracks=44322  nbVisitedNodes=170122  nbRestartNogoods=199
3.88	     mapSize=43239  nbInferences=24646  nbTooLargeKeys=0
3.88	       =>  wckTime=3.082  cpuTime=3.01  mem=23M321
5.19	   
5.19	   search
5.19	     run=19  nbConstraintChecks=3365335  nbPropagations=2439718  nbRevisions=3360974  nbUselessRevisions=806286
5.20	     nbAssignments=139339  nbFailedAssignments=38616  nbBacktracks=66490  nbVisitedNodes=242243  nbRestartNogoods=221
5.20	     mapSize=63671  nbInferences=31240  nbTooLargeKeys=0
5.20	       =>  wckTime=4.4  cpuTime=4.33  mem=27M221
7.80	   
7.80	   search
7.80	     run=20  nbConstraintChecks=6558386  nbPropagations=3687639  nbRevisions=5247692  nbUselessRevisions=1203082
7.80	     nbAssignments=198908  nbFailedAssignments=58331  nbBacktracks=99742  nbVisitedNodes=343023  nbRestartNogoods=244
7.80	     mapSize=92241  nbInferences=37506  nbTooLargeKeys=0
7.80	       =>  wckTime=7.009  cpuTime=6.94  mem=32M97
11.15	   
11.15	   search
11.15	     run=21  nbConstraintChecks=9910095  nbPropagations=5509628  nbRevisions=8065079  nbUselessRevisions=1778188
11.15	     nbAssignments=289442  nbFailedAssignments=88114  nbBacktracks=149620  nbVisitedNodes=500413  nbRestartNogoods=252
11.15	     mapSize=137055  nbInferences=48261  nbTooLargeKeys=0
11.15	       =>  wckTime=10.357  cpuTime=10.29  mem=40M947
16.14	   
16.14	   search
16.14	     run=22  nbConstraintChecks=13662405  nbPropagations=8216491  nbRevisions=12121726  nbUselessRevisions=2785818
16.14	     nbAssignments=470443  nbFailedAssignments=120548  nbBacktracks=224438  nbVisitedNodes=812538  nbRestartNogoods=264
16.14	     mapSize=211111  nbInferences=121959  nbTooLargeKeys=0
16.14	       =>  wckTime=15.347  cpuTime=15.04  mem=37M525
23.04	   
23.04	   search
23.04	     run=23  nbConstraintChecks=19603959  nbPropagations=12212031  nbRevisions=18154126  nbUselessRevisions=4349488
23.04	     nbAssignments=698831  nbFailedAssignments=194195  nbBacktracks=336665  nbVisitedNodes=1215002  nbRestartNogoods=294
23.04	     mapSize=318294  nbInferences=164094  nbTooLargeKeys=0
23.04	       =>  wckTime=22.241  cpuTime=21.94  mem=56M239
32.20	   
32.21	   search
32.21	     run=24  nbConstraintChecks=24140463  nbPropagations=17618506  nbRevisions=25409707  nbUselessRevisions=6181745
32.21	     nbAssignments=1112315  nbFailedAssignments=201290  nbBacktracks=505006  nbVisitedNodes=1878126
32.21	     nbRestartNogoods=315  mapSize=460237  nbInferences=401764  nbTooLargeKeys=0
32.21	       =>  wckTime=31.41  cpuTime=30.75  mem=77M794
49.85	   
49.85	   search
49.85	     run=25  nbConstraintChecks=38874812  nbPropagations=25980885  nbRevisions=36001904  nbUselessRevisions=9153820
49.85	     nbAssignments=1806947  nbFailedAssignments=217853  nbBacktracks=757517  nbVisitedNodes=3027015
49.85	     nbRestartNogoods=345  mapSize=672208  nbInferences=826574  nbTooLargeKeys=0
49.85	       =>  wckTime=49.06  cpuTime=48.09  mem=117M320
81.68	   
81.68	   search
81.68	     run=26  nbConstraintChecks=65049368  nbPropagations=39774741  nbRevisions=52359817  nbUselessRevisions=14111895
81.68	     nbAssignments=3029103  nbFailedAssignments=225662  nbBacktracks=1136285  nbVisitedNodes=5096902
81.68	     nbRestartNogoods=371  mapSize=1049522  nbInferences=1661664  nbTooLargeKeys=0
81.68	       =>  wckTime=80.89  cpuTime=79.1  mem=160M275
121.60	   
121.60	   search
121.60	     run=27  nbConstraintChecks=95617182  nbPropagations=59672987  nbRevisions=75871564  nbUselessRevisions=22173420
121.60	     nbAssignments=4627729  nbFailedAssignments=227922  nbBacktracks=1704436  nbVisitedNodes=7726617
121.60	     nbRestartNogoods=392  mapSize=1617472  nbInferences=2689501  nbTooLargeKeys=0
121.60	       =>  wckTime=120.801  cpuTime=117.78  mem=239M822
186.88	   
186.88	   search
186.88	     run=28  nbConstraintChecks=150544186  nbPropagations=90182600  nbRevisions=111724718  nbUselessRevisions=35377299
186.88	     nbAssignments=7190864  nbFailedAssignments=231766  nbBacktracks=2556662  nbVisitedNodes=12000069
186.88	     nbRestartNogoods=419  mapSize=2467765  nbInferences=4395758  nbTooLargeKeys=0
186.88	       =>  wckTime=186.088  cpuTime=181.62  mem=369M230
297.17	   
297.17	   search
297.17	     run=29  nbConstraintChecks=239026766  nbPropagations=139579896  nbRevisions=165636625  nbUselessRevisions=53497892
297.17	     nbAssignments=11348800  nbFailedAssignments=235036  nbBacktracks=3835002  nbVisitedNodes=19039396
297.17	     nbRestartNogoods=442  mapSize=3744569  nbInferences=7271681  nbTooLargeKeys=0
297.17	       =>  wckTime=296.375  cpuTime=289.11  mem=582M199
310.50	   
310.50	   INFO : Stopping hyperNogood (mapSize=3863108, nbTooLargekeys=0, mem=600M157)
394.16	   
394.16	   search
394.16	     run=30  nbConstraintChecks=339292902  nbPropagations=211601651  nbRevisions=256723624  nbUselessRevisions=83930040
394.16	     nbAssignments=15088569  nbFailedAssignments=1701768  nbBacktracks=5752512  nbVisitedNodes=25873237
394.16	     nbRestartNogoods=469
394.16	       =>  wckTime=393.361  cpuTime=385.77  mem=600M157
526.65	   
526.66	   search
526.66	     run=31  nbConstraintChecks=473139327  nbPropagations=314757556  nbRevisions=399914873  nbUselessRevisions=130733319
526.66	     nbAssignments=20217617  nbFailedAssignments=3954324  nbBacktracks=8628777  nbVisitedNodes=35211312
526.66	     nbRestartNogoods=507
526.66	       =>  wckTime=525.86  cpuTime=518.24  mem=600M157
737.33	   
737.33	   search
737.33	     run=32  nbConstraintChecks=700703421  nbPropagations=463901958  nbRevisions=615879209  nbUselessRevisions=196070457
737.33	     nbAssignments=27679987  nbFailedAssignments=7102170  nbBacktracks=12943176  nbVisitedNodes=48298507
737.33	     nbRestartNogoods=528
737.33	       =>  wckTime=736.537  cpuTime=728.8  mem=600M157
1073.02	   
1073.02	   search
1073.02	     run=33  nbConstraintChecks=1079741549  nbPropagations=685110782  nbRevisions=952342232
1073.02	     nbUselessRevisions=291858575  nbAssignments=38814735  nbFailedAssignments=11765166  nbBacktracks=19414774
1073.02	     nbVisitedNodes=67827441  nbRestartNogoods=555
1073.02	       =>  wckTime=1072.227  cpuTime=1064.39  mem=600M157
1462.56	   
1462.56	   search
1462.56	     run=34  nbConstraintChecks=1525174472  nbPropagations=1008215073  nbRevisions=1454667433
1462.56	     nbUselessRevisions=440103694  nbAssignments=56124118  nbFailedAssignments=19366921  nbBacktracks=29122171
1462.56	     nbVisitedNodes=99851802  nbRestartNogoods=572
1462.56	       =>  wckTime=1461.769  cpuTime=1453.84  mem=600M157

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/node41/watcher-238156-1168354191 -o ROOT/results/node41/solver-238156-1168354191 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238156-1168354191/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: 1.18 1.74 1.89 2/65 26963
/proc/meminfo: memFree=1850920/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=1500 CPUtime=0
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 86 0 0 0 0 0 0 0 19 0 1 0 183818463 1536000 68 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 1933920 0 0 4096 0 0 0 0 17 1 0 0
/proc/26962/statm: 375 69 55 14 0 8 0

[startup+0.103071 s]
/proc/loadavg: 1.18 1.74 1.89 2/65 26963
/proc/meminfo: memFree=1850920/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=914988 CPUtime=0.08
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 2995 0 1 0 6 2 0 0 17 0 8 0 183818463 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515106 s]
/proc/loadavg: 1.18 1.74 1.89 2/65 26963
/proc/meminfo: memFree=1850920/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915328 CPUtime=0.49
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 6501 0 1 0 45 4 0 0 16 0 8 0 183818463 937295872 6240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228832 6240 2156 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34017 s]
/proc/loadavg: 1.17 1.73 1.89 2/72 26970
/proc/meminfo: memFree=1826800/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1.33
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 8899 0 1 0 124 9 0 0 17 0 8 0 183818463 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 8637 2541 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=0.02
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 166 0 0 0 2 0 0 0 16 0 8 0 183818467 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 183818467 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183818468 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 398 0 0 0 21 1 0 0 15 0 8 0 183818471 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 8637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915460

[startup+2.97631 s]
/proc/loadavg: 1.17 1.73 1.89 2/72 26970
/proc/meminfo: memFree=1823600/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=2.96
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 10074 0 1 0 287 9 0 0 17 0 8 0 183818463 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073848318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 9810 2541 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=0.02
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 166 0 0 0 2 0 0 0 17 0 8 0 183818467 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 183818467 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183818468 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 400 0 0 0 21 1 0 0 15 0 8 0 183818471 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 9810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.2526 s]
/proc/loadavg: 1.16 1.71 1.88 2/72 26970
/proc/meminfo: memFree=1814448/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=6.24
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 12119 0 1 0 614 10 0 0 18 0 8 0 183818463 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073854231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 11854 2541 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=0.02
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 166 0 0 0 2 0 0 0 16 0 8 0 183818467 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 183818467 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183818468 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 11854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.7332 s]
/proc/loadavg: 1.14 1.70 1.88 2/72 26970
/proc/meminfo: memFree=1797304/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=12.72
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 16296 0 1 0 1261 11 0 0 25 0 8 0 183818463 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853979 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 16031 2541 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=0.02
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 166 0 0 0 2 0 0 0 16 0 8 0 183818467 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 183818467 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183818468 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 16031 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915460

[startup+25.5753 s]
/proc/loadavg: 1.12 1.68 1.87 2/72 26970
/proc/meminfo: memFree=1767488/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=25.55
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 23563 0 1 0 2541 14 0 0 25 0 8 0 183818463 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 23297 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=0.25
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 6516 0 0 0 23 2 0 0 16 0 8 0 183818467 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 23297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915460

[startup+51.2705 s]
/proc/loadavg: 1.07 1.61 1.84 2/72 26970
/proc/meminfo: memFree=1712704/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=51.24
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 37231 0 1 0 5103 21 0 0 25 0 8 0 183818463 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 36963 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=0.89
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 20182 0 0 0 81 8 0 0 16 0 8 0 183818467 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 36963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915460

[startup+102.52 s]
/proc/loadavg: 1.03 1.51 1.79 2/72 26970
/proc/meminfo: memFree=1607680/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=102.46
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 63458 0 1 0 10217 29 0 0 18 0 8 0 183818463 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 63185 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=2.25
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 46404 0 0 0 209 16 0 0 16 0 8 0 183818467 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) R 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 63185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 915460

[startup+162.605 s]
/proc/loadavg: 1.04 1.43 1.75 2/72 26970
/proc/meminfo: memFree=1492608/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=162.51
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 92173 0 1 0 16211 40 0 0 25 0 8 0 183818463 937431040 91895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.38 s]
/proc/loadavg: 1.01 1.01 1.15 2/72 27168
/proc/meminfo: memFree=1241792/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1483.86
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 148320 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808716 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.86
Current children cumulated vsize (KiB) 915460

[startup+1544.46 s]
/proc/loadavg: 1.00 1.00 1.14 2/72 27168
/proc/meminfo: memFree=1241856/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1543.93
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 154327 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.93
Current children cumulated vsize (KiB) 915460

[startup+1604.55 s]
/proc/loadavg: 1.00 1.00 1.13 2/72 27168
/proc/meminfo: memFree=1241792/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1604
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 160334 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809078 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604
Current children cumulated vsize (KiB) 915460

[startup+1664.63 s]
/proc/loadavg: 1.00 1.00 1.12 2/72 27168
/proc/meminfo: memFree=1241792/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1664.06
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 166340 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480111 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.06
Current children cumulated vsize (KiB) 915460

[startup+1724.72 s]
/proc/loadavg: 1.05 1.01 1.11 2/72 27170
/proc/meminfo: memFree=1241600/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1724.13
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 172347 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.13
Current children cumulated vsize (KiB) 915460

[startup+1784.8 s]
/proc/loadavg: 1.02 1.01 1.10 3/72 27170
/proc/meminfo: memFree=1241600/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1784.2
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 178354 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.2
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.62 s]
/proc/loadavg: 1.01 1.01 1.10 2/72 27170
/proc/meminfo: memFree=1241600/2055920 swapFree=4191892/4192956
[pid=26962] ppid=26960 vsize=915460 CPUtime=1800.02
/proc/26962/stat : 26962 (java) R 26960 26962 25400 0 -1 0 154621 0 1 0 179936 66 0 0 25 0 8 0 183818463 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26962/statm: 228865 154329 2545 14 0 215335 0
[pid=26962/tid=26964] ppid=26960 vsize=915460 CPUtime=7.37
/proc/26962/task/26964/stat : 26964 (java) S 26960 26962 25400 0 -1 64 137547 0 0 0 685 52 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26965] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 25400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183818467 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26966] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 25400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183818468 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26962/tid=26967] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 25400 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=915460 CPUtime=0.22
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 25400 0 -1 64 402 0 0 0 21 1 0 0 16 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=915460 CPUtime=0
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 25400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183818471 937431040 154329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1800.73
CPU time (s): 1800.14
CPU user time (s): 1799.38
CPU system time (s): 0.758884
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154639
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= 37484
involuntary context switches= 5941

runsolver used 1.9767 s user time and 4.41333 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Jan  9 14:49:51 UTC 2007


IDJOB= 238156
IDBENCH= 6986
FILE ID= node41/238156-1168354191

PBS_JOBID= 3503648

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9ef226d01e1821b42bf6b4fd1284cb7f

RANDOM SEED= 720390752

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.234
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.234
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:       1851400 kB
Buffers:         12604 kB
Cached:         125856 kB
SwapCached:        396 kB
Active:          82736 kB
Inactive:        71264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851400 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          24444 kB
Slab:            36564 kB
Committed_AS:  3935184 kB
PageTables:       1476 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 node41 on Tue Jan  9 15:19:53 UTC 2007