Trace number 238220

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.16 1806.7

General information on the benchmark

Namehaystacks/
haystacks_07.xml
MD5SUMf1d3b067401be098b213136fffa8ccd4
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.092984
SatisfiableNO
(Un)Satisfiability was proved
Number of variables49
Number of constraints153
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension0
Number of constraints which are defined in intension153
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/238220-1168354576/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.39	     nbVariables=49  nbDomainTypes=1  minDomainSize=7  maxDomainSize=7
0.39	       =>  wckTime=0.089  cpuTime=0.09  mem=6M902
0.39	   
0.39	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.50	     nbConstraints=153  nbConvertedConstraints=153  nbConvertConstraintsChecks=196  nbExtensionStructures=4
0.50	     nbSharedExtensionStructures=149  nbConflictsStructures=4  nbSharedConflictsStructures=149
0.50	     nbSharedBinaryRepresentations=41  maxDegree=7  maxArity=2
0.50	       =>  wckTime=0.199  cpuTime=0.17  mem=7M894
0.54	   
0.54	   solver IterativeSystematicSolver being built... 
0.70	       =>  wckTime=0.392  cpuTime=0.3  mem=14M418
0.73	   
0.73	   preprocessing
0.73	     nbConstraintChecks=1893  nbPropagations=392  nbRevisions=371  nbUselessRevisions=70  nbSingletonTests=57
0.73	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
0.73	       =>  wckTime=0.031  cpuTime=0.01  mem=14M418
0.75	   
0.75	   search
0.75	     run=0  nbConstraintChecks=814  nbPropagations=572  nbRevisions=583  nbUselessRevisions=98  nbAssignments=32
0.75	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.75	     nbTooLargeKeys=0
0.75	       =>  wckTime=0.046  cpuTime=0.03  mem=14M418
0.76	   
0.76	   search
0.76	     run=1  nbConstraintChecks=1735  nbPropagations=1348  nbRevisions=1391  nbUselessRevisions=218  nbAssignments=68
0.76	     nbFailedAssignments=20  nbBacktracks=27  nbVisitedNodes=109  nbRestartNogoods=4  mapSize=23  nbInferences=0
0.76	     nbTooLargeKeys=0
0.76	       =>  wckTime=0.06  cpuTime=0.04  mem=14M418
0.77	   
0.77	   search
0.77	     run=2  nbConstraintChecks=3099  nbPropagations=2453  nbRevisions=2591  nbUselessRevisions=389  nbAssignments=126
0.77	     nbFailedAssignments=39  nbBacktracks=49  nbVisitedNodes=205  nbRestartNogoods=5  mapSize=44  nbInferences=0
0.77	     nbTooLargeKeys=0
0.77	       =>  wckTime=0.069  cpuTime=0.04  mem=14M418
0.78	   
0.78	   search
0.78	     run=3  nbConstraintChecks=5157  nbPropagations=4003  nbRevisions=4298  nbUselessRevisions=626  nbAssignments=203
0.78	     nbFailedAssignments=61  nbBacktracks=82  nbVisitedNodes=326  nbRestartNogoods=9  mapSize=72  nbInferences=1
0.78	     nbTooLargeKeys=0
0.78	       =>  wckTime=0.083  cpuTime=0.05  mem=14M418
0.79	   
0.79	   search
0.79	     run=4  nbConstraintChecks=7784  nbPropagations=6256  nbRevisions=6750  nbUselessRevisions=920  nbAssignments=335
0.79	     nbFailedAssignments=99  nbBacktracks=132  nbVisitedNodes=518  nbRestartNogoods=13  mapSize=121  nbInferences=2
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.092  cpuTime=0.06  mem=14M418
0.80	   
0.80	   search
0.80	     run=5  nbConstraintChecks=11149  nbPropagations=9353  nbRevisions=10261  nbUselessRevisions=1386  nbAssignments=502
0.80	     nbFailedAssignments=157  nbBacktracks=207  nbVisitedNodes=794  nbRestartNogoods=19  mapSize=189  nbInferences=4
0.80	     nbTooLargeKeys=0
0.80	       =>  wckTime=0.105  cpuTime=0.07  mem=14M418
0.82	   
0.82	   search
0.82	     run=6  nbConstraintChecks=21066  nbPropagations=14457  nbRevisions=16318  nbUselessRevisions=2260
0.82	     nbAssignments=826  nbFailedAssignments=244  nbBacktracks=320  nbVisitedNodes=1192  nbRestartNogoods=31  mapSize=296
0.82	     nbInferences=10  nbTooLargeKeys=0
0.82	       =>  wckTime=0.124  cpuTime=0.09  mem=14M418
0.85	   
0.85	   search
0.85	     run=7  nbConstraintChecks=36783  nbPropagations=22675  nbRevisions=26290  nbUselessRevisions=3516
0.85	     nbAssignments=1284  nbFailedAssignments=357  nbBacktracks=491  nbVisitedNodes=1734  nbRestartNogoods=44
0.85	     mapSize=448  nbInferences=29  nbTooLargeKeys=0
0.85	       =>  wckTime=0.148  cpuTime=0.11  mem=14M418
0.89	   
0.89	   search
0.89	     run=8  nbConstraintChecks=51045  nbPropagations=33969  nbRevisions=40683  nbUselessRevisions=5680
0.89	     nbAssignments=1813  nbFailedAssignments=541  nbBacktracks=747  nbVisitedNodes=2591  nbRestartNogoods=50
0.89	     mapSize=682  nbInferences=67  nbTooLargeKeys=0
0.89	       =>  wckTime=0.19  cpuTime=0.13  mem=14M418
0.92	   
0.92	   search
0.92	     run=9  nbConstraintChecks=77687  nbPropagations=50326  nbRevisions=63008  nbUselessRevisions=9550
0.92	     nbAssignments=2510  nbFailedAssignments=811  nbBacktracks=1132  nbVisitedNodes=3820  nbRestartNogoods=58
0.92	     mapSize=1033  nbInferences=94  nbTooLargeKeys=0
0.92	       =>  wckTime=0.225  cpuTime=0.15  mem=14M418
0.96	   
0.96	   search
0.96	     run=10  nbConstraintChecks=103736  nbPropagations=72588  nbRevisions=94337  nbUselessRevisions=15807
0.96	     nbAssignments=3605  nbFailedAssignments=1204  nbBacktracks=1709  nbVisitedNodes=5743  nbRestartNogoods=66
0.96	     mapSize=1586  nbInferences=189  nbTooLargeKeys=0
0.96	       =>  wckTime=0.261  cpuTime=0.18  mem=14M418
1.00	   
1.00	   search
1.00	     run=11  nbConstraintChecks=145700  nbPropagations=104836  nbRevisions=138800  nbUselessRevisions=23810
1.00	     nbAssignments=5314  nbFailedAssignments=1809  nbBacktracks=2573  nbVisitedNodes=8604  nbRestartNogoods=76
1.00	     mapSize=2410  nbInferences=306  nbTooLargeKeys=0
1.00	       =>  wckTime=0.304  cpuTime=0.22  mem=15M393
1.08	   
1.08	   search
1.08	     run=12  nbConstraintChecks=234049  nbPropagations=153729  nbRevisions=209340  nbUselessRevisions=37014
1.08	     nbAssignments=7766  nbFailedAssignments=2716  nbBacktracks=3870  nbVisitedNodes=12794  nbRestartNogoods=91
1.08	     mapSize=3589  nbInferences=474  nbTooLargeKeys=0
1.08	       =>  wckTime=0.378  cpuTime=0.29  mem=15M393
1.18	   
1.18	   search
1.18	     run=13  nbConstraintChecks=353247  nbPropagations=225328  nbRevisions=313609  nbUselessRevisions=55434
1.18	     nbAssignments=11161  nbFailedAssignments=3905  nbBacktracks=5816  nbVisitedNodes=18524  nbRestartNogoods=96
1.18	     mapSize=5203  nbInferences=716  nbTooLargeKeys=0
1.18	       =>  wckTime=0.483  cpuTime=0.39  mem=15M393
1.30	   
1.30	   search
1.30	     run=14  nbConstraintChecks=481381  nbPropagations=326971  nbRevisions=461188  nbUselessRevisions=84679
1.30	     nbAssignments=16525  nbFailedAssignments=5859  nbBacktracks=8735  nbVisitedNodes=28019  nbRestartNogoods=105
1.30	     mapSize=7938  nbInferences=1127  nbTooLargeKeys=0
1.30	       =>  wckTime=0.605  cpuTime=0.51  mem=15M393
1.53	   
1.53	   search
1.53	     run=15  nbConstraintChecks=770220  nbPropagations=484080  nbRevisions=695014  nbUselessRevisions=128723
1.53	     nbAssignments=24228  nbFailedAssignments=8716  nbBacktracks=13117  nbVisitedNodes=41347  nbRestartNogoods=116
1.53	     mapSize=11805  nbInferences=1491  nbTooLargeKeys=0
1.53	       =>  wckTime=0.83  cpuTime=0.73  mem=16M368
1.86	   
1.86	   search
1.86	     run=16  nbConstraintChecks=1194463  nbPropagations=721348  nbRevisions=1049256  nbUselessRevisions=190811
1.86	     nbAssignments=35674  nbFailedAssignments=12999  nbBacktracks=19685  nbVisitedNodes=60874  nbRestartNogoods=122
1.86	     mapSize=17324  nbInferences=2070  nbTooLargeKeys=0
1.86	       =>  wckTime=1.163  cpuTime=1.07  mem=17M343
2.33	   
2.33	   search
2.33	     run=17  nbConstraintChecks=1726058  nbPropagations=1066433  nbRevisions=1560353  nbUselessRevisions=281444
2.33	     nbAssignments=52254  nbFailedAssignments=19000  nbBacktracks=29537  nbVisitedNodes=88830  nbRestartNogoods=134
2.33	     mapSize=25506  nbInferences=2751  nbTooLargeKeys=0
2.33	       =>  wckTime=1.631  cpuTime=1.53  mem=17M606
2.90	   
2.90	   search
2.90	     run=18  nbConstraintChecks=2349592  nbPropagations=1564905  nbRevisions=2304319  nbUselessRevisions=445136
2.90	     nbAssignments=80608  nbFailedAssignments=29946  nbBacktracks=44317  nbVisitedNodes=140694  nbRestartNogoods=145
2.90	     mapSize=39993  nbInferences=5354  nbTooLargeKeys=0
2.90	       =>  wckTime=2.203  cpuTime=2.1  mem=19M556
3.87	   
3.87	   search
3.87	     run=19  nbConstraintChecks=3306079  nbPropagations=2301815  nbRevisions=3355610  nbUselessRevisions=664498
3.87	     nbAssignments=123140  nbFailedAssignments=43690  nbBacktracks=66485  nbVisitedNodes=215380  nbRestartNogoods=159
3.87	     mapSize=60917  nbInferences=11850  nbTooLargeKeys=0
3.87	       =>  wckTime=3.174  cpuTime=3.07  mem=22M482
5.67	   
5.67	   search
5.67	     run=20  nbConstraintChecks=5666772  nbPropagations=3480614  nbRevisions=5107725  nbUselessRevisions=1005200
5.67	     nbAssignments=182661  nbFailedAssignments=64518  nbBacktracks=99738  nbVisitedNodes=319849  nbRestartNogoods=173
5.67	     mapSize=91538  nbInferences=17242  nbTooLargeKeys=0
5.67	       =>  wckTime=4.972  cpuTime=4.85  mem=25M407
8.20	   
8.20	   search
8.20	     run=21  nbConstraintChecks=9018720  nbPropagations=5262024  nbRevisions=7797707  nbUselessRevisions=1500005
8.20	     nbAssignments=266394  nbFailedAssignments=92750  nbBacktracks=149616  nbVisitedNodes=462557  nbRestartNogoods=182
8.20	     mapSize=132928  nbInferences=22852  nbTooLargeKeys=0
8.20	       =>  wckTime=7.506  cpuTime=7.36  mem=31M332
11.44	   
11.44	   search
11.44	     run=22  nbConstraintChecks=12569613  nbPropagations=7853356  nbRevisions=11702530  nbUselessRevisions=2316056
11.44	     nbAssignments=405843  nbFailedAssignments=144979  nbBacktracks=224435  nbVisitedNodes=710474  nbRestartNogoods=194
11.44	     mapSize=202636  nbInferences=35227  nbTooLargeKeys=0
11.44	       =>  wckTime=10.738  cpuTime=10.57  mem=40M255
17.45	   
17.45	   search
17.45	     run=23  nbConstraintChecks=20190272  nbPropagations=11877154  nbRevisions=17871230  nbUselessRevisions=3512566
17.45	     nbAssignments=601832  nbFailedAssignments=211797  nbBacktracks=336664  nbVisitedNodes=1049922  nbRestartNogoods=228
17.45	     mapSize=300663  nbInferences=51905  nbTooLargeKeys=0
17.45	       =>  wckTime=16.753  cpuTime=16.23  mem=34M27
24.15	   
24.15	   search
24.15	     run=24  nbConstraintChecks=27561156  nbPropagations=17632446  nbRevisions=26443534  nbUselessRevisions=5258274
24.15	     nbAssignments=916160  nbFailedAssignments=319190  nbBacktracks=505005  nbVisitedNodes=1597073  nbRestartNogoods=235
24.15	     mapSize=454531  nbInferences=90462  nbTooLargeKeys=0
24.15	       =>  wckTime=23.453  cpuTime=22.88  mem=55M599
36.13	   
36.13	   search
36.13	     run=25  nbConstraintChecks=41629463  nbPropagations=26356305  nbRevisions=39292047  nbUselessRevisions=7749885
36.13	     nbAssignments=1378054  nbFailedAssignments=469826  nbBacktracks=757518  nbVisitedNodes=2410096
36.13	     nbRestartNogoods=252  mapSize=683908  nbInferences=149192  nbTooLargeKeys=0
36.13	       =>  wckTime=35.429  cpuTime=34.16  mem=72M448
53.63	   
53.63	   search
53.63	     run=26  nbConstraintChecks=61963219  nbPropagations=39539908  nbRevisions=58402790  nbUselessRevisions=11510040
53.63	     nbAssignments=2086054  nbFailedAssignments=709697  nbBacktracks=1136285  nbVisitedNodes=3658483
53.63	     nbRestartNogoods=266  mapSize=1032153  nbInferences=238527  nbTooLargeKeys=0
53.63	       =>  wckTime=52.932  cpuTime=51.09  mem=109M839
80.39	   
80.39	   search
80.39	     run=27  nbConstraintChecks=95641707  nbPropagations=59357545  nbRevisions=87874744  nbUselessRevisions=17621258
80.39	     nbAssignments=3073216  nbFailedAssignments=1082187  nbBacktracks=1704436  nbVisitedNodes=5363822
80.39	     nbRestartNogoods=291  mapSize=1525600  nbInferences=284949  nbTooLargeKeys=0
80.39	       =>  wckTime=79.686  cpuTime=77.2  mem=160M677
121.20	   
121.20	   search
121.20	     run=28  nbConstraintChecks=145828562  nbPropagations=89299635  nbRevisions=132932467  nbUselessRevisions=27004661
121.20	     nbAssignments=4544328  nbFailedAssignments=1615456  nbBacktracks=2556662  nbVisitedNodes=7915644
121.20	     nbRestartNogoods=298  mapSize=2271292  nbInferences=370548  nbTooLargeKeys=0
121.20	       =>  wckTime=120.499  cpuTime=116.75  mem=250M167
175.62	   
175.63	   search
175.63	     run=29  nbConstraintChecks=193536668  nbPropagations=131197640  nbRevisions=193505649  nbUselessRevisions=39488498
175.63	     nbAssignments=6995075  nbFailedAssignments=2191809  nbBacktracks=3835002  nbVisitedNodes=11997201
175.63	     nbRestartNogoods=318  mapSize=3362201  nbInferences=966559  nbTooLargeKeys=0
175.63	       =>  wckTime=174.927  cpuTime=169.08  mem=392M962
253.69	   
253.69	   search
253.69	     run=30  nbConstraintChecks=243312279  nbPropagations=188917926  nbRevisions=269417582  nbUselessRevisions=54201521
253.69	     nbAssignments=11123901  nbFailedAssignments=2575706  nbBacktracks=5752512  nbVisitedNodes=18540020
253.69	     nbRestartNogoods=337  mapSize=5001852  nbInferences=2793817  nbTooLargeKeys=0
253.69	       =>  wckTime=252.996  cpuTime=244.56  mem=557M508
277.95	   
277.95	   INFO : Stopping hyperNogood (mapSize=5427575, nbTooLargekeys=0, mem=600M754)
351.72	   
351.72	   search
351.72	     run=31  nbConstraintChecks=337786988  nbPropagations=273664793  nbRevisions=379945463  nbUselessRevisions=76767013
351.72	     nbAssignments=16547600  nbFailedAssignments=4295207  nbBacktracks=8628778  nbVisitedNodes=28060090
351.72	     nbRestartNogoods=347
351.72	       =>  wckTime=351.022  cpuTime=341.24  mem=600M754
524.74	   
524.74	   search
524.74	     run=32  nbConstraintChecks=601478217  nbPropagations=410206249  nbRevisions=576750054  nbUselessRevisions=120946023
524.74	     nbAssignments=24040809  nbFailedAssignments=7473911  nbBacktracks=12943177  nbVisitedNodes=41442776
524.74	     nbRestartNogoods=367
524.74	       =>  wckTime=524.04  cpuTime=513.54  mem=600M754
767.02	   
767.03	   search
767.03	     run=33  nbConstraintChecks=946468629  nbPropagations=619028869  nbRevisions=886754355  nbUselessRevisions=189755748
767.03	     nbAssignments=34974074  nbFailedAssignments=11935558  nbBacktracks=19414776  nbVisitedNodes=60553724
767.03	     nbRestartNogoods=384
767.03	       =>  wckTime=766.327  cpuTime=754.9  mem=600M754
1129.91	   
1129.91	   search
1129.91	     run=34  nbConstraintChecks=1448582812  nbPropagations=934019844  nbRevisions=1363799460
1129.91	     nbUselessRevisions=296462436  nbAssignments=51681591  nbFailedAssignments=18935632  nbBacktracks=29122173
1129.91	     nbVisitedNodes=90008040  nbRestartNogoods=403
1129.91	       =>  wckTime=1129.208  cpuTime=1116.39  mem=600M754
1625.99	   
1625.99	   search
1625.99	     run=35  nbConstraintChecks=2115130966  nbPropagations=1400120343  nbRevisions=2073764924
1625.99	     nbUselessRevisions=464295841  nbAssignments=76949397  nbFailedAssignments=29642316  nbBacktracks=43683269
1625.99	     nbVisitedNodes=134883677  nbRestartNogoods=420
1625.99	       =>  wckTime=1625.291  cpuTime=1611.01  mem=600M754

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/node75/watcher-238220-1168354576 -o ROOT/results/node75/solver-238220-1168354576 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238220-1168354576/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: 2.19 2.06 1.87 3/76 3457
/proc/meminfo: memFree=1700056/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=18540 CPUtime=0
/proc/3456/stat : 3456 (runsolver) R 3454 3456 2438 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183857032 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3456/statm: 4635 279 244 17 0 2626 0

[startup+0.102919 s]
/proc/loadavg: 2.19 2.06 1.87 3/76 3457
/proc/meminfo: memFree=1700056/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=913236 CPUtime=0.07
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 2920 0 1 0 6 1 0 0 20 0 8 0 183857032 935153664 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927716 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228309 2666 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913236

[startup+0.510964 s]
/proc/loadavg: 2.19 2.06 1.87 3/76 3457
/proc/meminfo: memFree=1700056/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=0.48
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 6488 0 1 0 44 4 0 0 18 0 8 0 183857032 937426944 6226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 6226 2177 14 0 215334 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915456

[startup+1.33306 s]
/proc/loadavg: 2.19 2.06 1.87 3/83 3464
/proc/meminfo: memFree=1676192/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1.29
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 8821 0 1 0 122 7 0 0 25 0 8 0 183857032 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 8559 2541 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=0.02
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 183857036 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183857037 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.18
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 368 0 0 0 17 1 0 0 15 0 8 0 183857040 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 8559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.98025 s]
/proc/loadavg: 2.18 2.06 1.87 3/83 3464
/proc/meminfo: memFree=1673760/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=2.93
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 9779 0 1 0 286 7 0 0 25 0 8 0 183857032 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 9516 2541 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=0.02
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 183857036 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183857037 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.18
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 368 0 0 0 17 1 0 0 15 0 8 0 183857040 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.27864 s]
/proc/loadavg: 2.18 2.06 1.87 3/83 3464
/proc/meminfo: memFree=1665824/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=6.19
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 11815 0 1 0 612 7 0 0 25 0 8 0 183857032 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 11552 2541 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=0.02
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 183857036 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183857037 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.18
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 183857040 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 11552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7554 s]
/proc/loadavg: 2.15 2.05 1.87 3/83 3464
/proc/meminfo: memFree=1649248/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=12.62
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 15574 0 1 0 1253 9 0 0 25 0 8 0 183857032 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 15310 2541 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=0.02
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 183857036 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183857037 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.18
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 183857040 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 15310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915456

[startup+25.5989 s]
/proc/loadavg: 2.13 2.05 1.87 3/80 3464
/proc/meminfo: memFree=1614304/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=25.37
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 24162 0 1 0 2524 13 0 0 25 0 8 0 183857032 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 23896 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=0.34
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 7155 0 0 0 31 3 0 0 17 0 8 0 183857036 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.18
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 183857040 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 23896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915456

[startup+51.2009 s]
/proc/loadavg: 2.08 2.05 1.88 3/81 3593
/proc/meminfo: memFree=1698560/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=50.69
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 34835 0 1 0 5052 17 0 0 25 0 8 0 183857032 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 34568 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=0.82
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 17827 0 0 0 76 6 0 0 16 0 8 0 183857036 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.18
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 183857040 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 34568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 915456

[startup+102.498 s]
/proc/loadavg: 2.03 2.04 1.88 3/81 3593
/proc/meminfo: memFree=1578240/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=101.79
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 64875 0 1 0 10150 29 0 0 25 0 8 0 183857032 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3456/statm: 228864 64605 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=2.34
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 47863 0 0 0 216 18 0 0 16 0 8 0 183857036 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 370 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 64605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 915456

[startup+162.549 s]
/proc/loadavg: 2.01 2.03 1.89 3/81 3593
/proc/meminfo: memFree=1456128/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=161.6
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 95352 0 1 0 16120 40 0 0 25 0 8 0 183857032 937426944 95079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073695117 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.78
Current children cumulated vsize (KiB) 915456

[startup+1483 s]
/proc/loadavg: 2.00 2.00 1.93 3/80 4027
/proc/meminfo: memFree=1211256/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1476.75
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 147609 66 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698111 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.75
Current children cumulated vsize (KiB) 915456

[startup+1543.02 s]
/proc/loadavg: 2.00 2.00 1.93 3/80 4027
/proc/meminfo: memFree=1211192/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1536.7
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 153604 66 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698043 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.7
Current children cumulated vsize (KiB) 915456

[startup+1603.05 s]
/proc/loadavg: 2.00 2.00 1.93 3/80 4027
/proc/meminfo: memFree=1211192/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1596.69
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 159602 67 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713721 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.69
Current children cumulated vsize (KiB) 915456

[startup+1663.08 s]
/proc/loadavg: 2.00 2.00 1.93 3/80 4027
/proc/meminfo: memFree=1211192/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1656.67
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 165600 67 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694668 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.67
Current children cumulated vsize (KiB) 915456

[startup+1723.12 s]
/proc/loadavg: 2.00 2.00 1.93 3/80 4027
/proc/meminfo: memFree=1211128/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1716.63
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 171596 67 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742774 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.63
Current children cumulated vsize (KiB) 915456

[startup+1783.14 s]
/proc/loadavg: 2.04 2.01 1.93 3/80 4027
/proc/meminfo: memFree=1211128/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1776.61
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 177594 67 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.61
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.56 s]
/proc/loadavg: 2.03 2.01 1.93 3/80 4027
/proc/meminfo: memFree=1211064/2055920 swapFree=4184508/4192956
[pid=3456] ppid=3454 vsize=915456 CPUtime=1800.03
/proc/3456/stat : 3456 (java) R 3454 3456 2438 0 -1 0 156320 0 1 0 179936 67 0 0 25 0 8 0 183857032 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750921 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3456/statm: 228864 156036 2545 14 0 215334 0
[pid=3456/tid=3458] ppid=3454 vsize=915456 CPUtime=7.87
/proc/3456/task/3458/stat : 3458 (java) S 3454 3456 2438 0 -1 64 139292 0 0 0 732 55 0 0 16 0 8 0 183857036 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3459] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3459/stat : 3459 (java) S 3454 3456 2438 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3460] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3460/stat : 3460 (java) S 3454 3456 2438 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183857037 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3461] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3461/stat : 3461 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3462] ppid=3454 vsize=915456 CPUtime=0.19
/proc/3456/task/3462/stat : 3462 (java) S 3454 3456 2438 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3463] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3463/stat : 3463 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3456/tid=3464] ppid=3454 vsize=915456 CPUtime=0
/proc/3456/task/3464/stat : 3464 (java) S 3454 3456 2438 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183857040 937426944 156036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1806.7
CPU time (s): 1800.16
CPU user time (s): 1799.4
CPU system time (s): 0.766883
CPU usage (%): 99.6383
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.766883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156337
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= 37705
involuntary context switches= 48779

runsolver used 1.91271 s user time and 4.63929 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Jan  9 14:56:16 UTC 2007


IDJOB= 238220
IDBENCH= 6990
FILE ID= node75/238220-1168354576

PBS_JOBID= 3503933

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f1d3b067401be098b213136fffa8ccd4

RANDOM SEED= 100837925

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1700472 kB
Buffers:         37220 kB
Cached:         127552 kB
SwapCached:       2712 kB
Active:         203768 kB
Inactive:       101228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700472 kB
SwapTotal:     4192956 kB
SwapFree:      4184508 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:         147660 kB
Slab:            35236 kB
Committed_AS:  4622136 kB
PageTables:       2312 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= 66555 MiB



End job on node75 on Tue Jan  9 15:26:23 UTC 2007