Trace number 237756

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.24 1808.58

General information on the benchmark

Namehaystacks/
haystacks_13.xml
MD5SUMe308a2b9e96e3269dcc2ff56fd4195af
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.540916
SatisfiableNO
(Un)Satisfiability was proved
Number of variables169
Number of constraints1026
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1026
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/237756-1168350604/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=169  nbDomainTypes=1  minDomainSize=13  maxDomainSize=13
0.43	       =>  wckTime=0.124  cpuTime=0.08  mem=6M902
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
0.76	     nbConstraints=1026  nbConvertedConstraints=1026  nbConvertConstraintsChecks=676  nbExtensionStructures=4
0.76	     nbSharedExtensionStructures=1022  nbConflictsStructures=4  nbSharedConflictsStructures=1022
0.76	     nbSharedBinaryRepresentations=77  maxDegree=13  maxArity=2
0.76	       =>  wckTime=0.46  cpuTime=0.32  mem=12M753
0.81	   
0.81	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.663  cpuTime=0.45  mem=14M918
1.03	   
1.03	   preprocessing
1.03	     nbConstraintChecks=16591  nbPropagations=1893  nbRevisions=1983  nbUselessRevisions=413  nbSingletonTests=214
1.03	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
1.03	       =>  wckTime=0.062  cpuTime=0.03  mem=14M918
1.06	   
1.06	   search
1.06	     run=0  nbConstraintChecks=4278  nbPropagations=2345  nbRevisions=2471  nbUselessRevisions=456  nbAssignments=48
1.06	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=65  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.06	     nbTooLargeKeys=0
1.06	       =>  wckTime=0.089  cpuTime=0.05  mem=15M910
1.07	   
1.07	   search
1.07	     run=1  nbConstraintChecks=8704  nbPropagations=5202  nbRevisions=5502  nbUselessRevisions=960  nbAssignments=107
1.07	     nbFailedAssignments=21  nbBacktracks=25  nbVisitedNodes=150  nbRestartNogoods=3  mapSize=22  nbInferences=0
1.07	     nbTooLargeKeys=0
1.07	       =>  wckTime=0.097  cpuTime=0.06  mem=15M910
1.08	   
1.08	   search
1.08	     run=2  nbConstraintChecks=13332  nbPropagations=8644  nbRevisions=9174  nbUselessRevisions=1516  nbAssignments=180
1.08	     nbFailedAssignments=41  nbBacktracks=47  nbVisitedNodes=263  nbRestartNogoods=5  mapSize=44  nbInferences=0
1.08	     nbTooLargeKeys=0
1.08	       =>  wckTime=0.107  cpuTime=0.06  mem=15M910
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=18516  nbPropagations=12758  nbRevisions=13567  nbUselessRevisions=2121
1.09	     nbAssignments=268  nbFailedAssignments=66  nbBacktracks=80  nbVisitedNodes=402  nbRestartNogoods=10  mapSize=73
1.09	     nbInferences=1  nbTooLargeKeys=0
1.09	       =>  wckTime=0.117  cpuTime=0.07  mem=15M910
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=25115  nbPropagations=17656  nbRevisions=18814  nbUselessRevisions=2806
1.10	     nbAssignments=369  nbFailedAssignments=97  nbBacktracks=130  nbVisitedNodes=565  nbRestartNogoods=16  mapSize=116
1.10	     nbInferences=1  nbTooLargeKeys=0
1.10	       =>  wckTime=0.128  cpuTime=0.09  mem=15M910
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=36493  nbPropagations=23927  nbRevisions=25572  nbUselessRevisions=3635
1.12	     nbAssignments=539  nbFailedAssignments=147  nbBacktracks=206  nbVisitedNodes=837  nbRestartNogoods=18  mapSize=179
1.12	     nbInferences=3  nbTooLargeKeys=0
1.12	       =>  wckTime=0.151  cpuTime=0.1  mem=15M910
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=48902  nbPropagations=31908  nbRevisions=34158  nbUselessRevisions=4604
1.15	     nbAssignments=781  nbFailedAssignments=219  nbBacktracks=319  nbVisitedNodes=1238  nbRestartNogoods=24  mapSize=278
1.15	     nbInferences=19  nbTooLargeKeys=0
1.15	       =>  wckTime=0.175  cpuTime=0.12  mem=15M910
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=61208  nbPropagations=42017  nbRevisions=45022  nbUselessRevisions=5769
1.18	     nbAssignments=1132  nbFailedAssignments=328  nbBacktracks=490  nbVisitedNodes=1816  nbRestartNogoods=30
1.18	     mapSize=437  nbInferences=49  nbTooLargeKeys=0
1.18	       =>  wckTime=0.208  cpuTime=0.15  mem=15M910
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=73716  nbPropagations=54962  nbRevisions=58716  nbUselessRevisions=7057
1.23	     nbAssignments=1660  nbFailedAssignments=486  nbBacktracks=746  nbVisitedNodes=2723  nbRestartNogoods=36
1.23	     mapSize=686  nbInferences=112  nbTooLargeKeys=0
1.23	       =>  wckTime=0.262  cpuTime=0.19  mem=15M910
1.29	   
1.29	   search
1.29	     run=9  nbConstraintChecks=99079  nbPropagations=72784  nbRevisions=77309  nbUselessRevisions=8596
1.30	     nbAssignments=2510  nbFailedAssignments=730  nbBacktracks=1130  nbVisitedNodes=4039  nbRestartNogoods=49
1.30	     mapSize=1066  nbInferences=192  nbTooLargeKeys=0
1.30	       =>  wckTime=0.324  cpuTime=0.24  mem=15M910
1.37	   
1.37	   search
1.37	     run=10  nbConstraintChecks=121755  nbPropagations=96912  nbRevisions=101869  nbUselessRevisions=10348
1.37	     nbAssignments=3746  nbFailedAssignments=1047  nbBacktracks=1706  nbVisitedNodes=6188  nbRestartNogoods=57
1.37	     mapSize=1642  nbInferences=471  nbTooLargeKeys=0
1.37	       =>  wckTime=0.398  cpuTime=0.31  mem=16M885
1.46	   
1.46	   search
1.46	     run=11  nbConstraintChecks=154894  nbPropagations=130199  nbRevisions=135342  nbUselessRevisions=12533
1.46	     nbAssignments=5556  nbFailedAssignments=1532  nbBacktracks=2570  nbVisitedNodes=9359  nbRestartNogoods=68
1.46	     mapSize=2489  nbInferences=864  nbTooLargeKeys=0
1.46	       =>  wckTime=0.49  cpuTime=0.41  mem=16M885
1.60	   
1.60	   search
1.60	     run=12  nbConstraintChecks=223162  nbPropagations=180148  nbRevisions=184346  nbUselessRevisions=15440
1.60	     nbAssignments=8655  nbFailedAssignments=2177  nbBacktracks=3868  nbVisitedNodes=14386  nbRestartNogoods=84
1.60	     mapSize=3774  nbInferences=1724  nbTooLargeKeys=0
1.60	       =>  wckTime=0.633  cpuTime=0.55  mem=17M860
1.83	   
1.83	   search
1.84	     run=13  nbConstraintChecks=441253  nbPropagations=260724  nbRevisions=277055  nbUselessRevisions=27366
1.84	     nbAssignments=12974  nbFailedAssignments=3589  nbBacktracks=5819  nbVisitedNodes=21052  nbRestartNogoods=109
1.84	     mapSize=5683  nbInferences=1988  nbTooLargeKeys=0
1.84	       =>  wckTime=0.865  cpuTime=0.78  mem=17M860
2.17	   
2.17	   search
2.17	     run=14  nbConstraintChecks=618700  nbPropagations=383201  nbRevisions=409609  nbUselessRevisions=41500
2.17	     nbAssignments=20532  nbFailedAssignments=4891  nbBacktracks=8739  nbVisitedNodes=33684  nbRestartNogoods=125
2.17	     mapSize=8588  nbInferences=4864  nbTooLargeKeys=0
2.17	       =>  wckTime=1.201  cpuTime=1.11  mem=18M835
2.73	   
2.73	   search
2.73	     run=15  nbConstraintChecks=1250383  nbPropagations=583108  nbRevisions=661938  nbUselessRevisions=75258
2.73	     nbAssignments=29729  nbFailedAssignments=7827  nbBacktracks=13117  nbVisitedNodes=48054  nbRestartNogoods=157
2.73	     mapSize=12715  nbInferences=5661  nbTooLargeKeys=0
2.73	       =>  wckTime=1.758  cpuTime=1.66  mem=19M810
3.48	   
3.48	   search
3.48	     run=16  nbConstraintChecks=1872082  nbPropagations=868388  nbRevisions=1040468  nbUselessRevisions=138693
3.48	     nbAssignments=42866  nbFailedAssignments=9488  nbBacktracks=19685  nbVisitedNodes=68670  nbRestartNogoods=175
3.48	     mapSize=18049  nbInferences=10257  nbTooLargeKeys=0
3.48	       =>  wckTime=2.51  cpuTime=2.41  mem=21M761
4.76	   
4.76	   search
4.76	     run=17  nbConstraintChecks=2432065  nbPropagations=1290936  nbRevisions=1556408  nbUselessRevisions=222133
4.76	     nbAssignments=68937  nbFailedAssignments=12302  nbBacktracks=29537  nbVisitedNodes=112950  nbRestartNogoods=189
4.76	     mapSize=27306  nbInferences=23386  nbTooLargeKeys=0
4.76	       =>  wckTime=3.794  cpuTime=3.69  mem=24M948
6.64	   
6.64	   search
6.64	     run=18  nbConstraintChecks=3363363  nbPropagations=1901678  nbRevisions=2309964  nbUselessRevisions=371656
6.64	     nbAssignments=105470  nbFailedAssignments=17217  nbBacktracks=44316  nbVisitedNodes=173345  nbRestartNogoods=214
6.64	     mapSize=41851  nbInferences=39583  nbTooLargeKeys=0
6.64	       =>  wckTime=5.673  cpuTime=5.56  mem=30M799
9.69	   
9.69	   search
9.69	     run=19  nbConstraintChecks=5727239  nbPropagations=2916108  nbRevisions=3540487  nbUselessRevisions=567518
9.69	     nbAssignments=165380  nbFailedAssignments=27084  nbBacktracks=66484  nbVisitedNodes=279373  nbRestartNogoods=232
9.69	     mapSize=63269  nbInferences=67295  nbTooLargeKeys=0
9.69	       =>  wckTime=8.722  cpuTime=8.59  mem=41M76
15.04	   
15.04	   search
15.04	     run=20  nbConstraintChecks=8805424  nbPropagations=4713501  nbRevisions=5387785  nbUselessRevisions=768074
15.04	     nbAssignments=291388  nbFailedAssignments=33022  nbBacktracks=99736  nbVisitedNodes=501068  nbRestartNogoods=259
15.04	     mapSize=96467  nbInferences=152553  nbTooLargeKeys=0
15.04	       =>  wckTime=14.068  cpuTime=13.8  mem=29M754
22.30	   
22.30	   search
22.30	     run=21  nbConstraintChecks=14007524  nbPropagations=7751117  nbRevisions=8322038  nbUselessRevisions=1085405
22.30	     nbAssignments=485959  nbFailedAssignments=41571  nbBacktracks=149614  nbVisitedNodes=847304  nbRestartNogoods=280
22.30	     mapSize=146294  nbInferences=287851  nbTooLargeKeys=0
22.30	       =>  wckTime=21.331  cpuTime=21.03  mem=54M441
29.86	   
29.86	   search
29.86	     run=22  nbConstraintChecks=19648619  nbPropagations=11748386  nbRevisions=12746703  nbUselessRevisions=1779528
29.86	     nbAssignments=635877  nbFailedAssignments=89714  nbBacktracks=224432  nbVisitedNodes=1111409  nbRestartNogoods=324
29.86	     mapSize=218258  nbInferences=312737  nbTooLargeKeys=0
29.86	       =>  wckTime=28.891  cpuTime=28.36  mem=45M442
42.00	   
42.00	   search
42.00	     run=23  nbConstraintChecks=32585215  nbPropagations=17437198  nbRevisions=20437482  nbUselessRevisions=3226504
42.00	     nbAssignments=841702  nbFailedAssignments=154623  nbBacktracks=336659  nbVisitedNodes=1470081  nbRestartNogoods=348
42.00	     mapSize=321191  nbInferences=340916  nbTooLargeKeys=0
42.00	       =>  wckTime=41.034  cpuTime=40.45  mem=70M590
64.23	   
64.23	   search
64.23	     run=24  nbConstraintChecks=52106349  nbPropagations=27506213  nbRevisions=32292011  nbUselessRevisions=5394675
64.23	     nbAssignments=1515363  nbFailedAssignments=181325  nbBacktracks=505000  nbVisitedNodes=2675661
64.23	     nbRestartNogoods=370  mapSize=488896  nbInferences=819401  nbTooLargeKeys=0
64.23	       =>  wckTime=63.261  cpuTime=62.25  mem=105M900
89.61	   
89.61	   search
89.61	     run=25  nbConstraintChecks=66437909  nbPropagations=40769959  nbRevisions=48895870  nbUselessRevisions=9058638
89.61	     nbAssignments=2027413  nbFailedAssignments=359831  nbBacktracks=757511  nbVisitedNodes=3609065
89.61	     nbRestartNogoods=405  mapSize=740913  nbInferences=899490  nbTooLargeKeys=0
89.61	       =>  wckTime=88.637  cpuTime=86.94  mem=135M399
130.58	   
130.58	   search
130.58	     run=26  nbConstraintChecks=98849552  nbPropagations=58821530  nbRevisions=73627139  nbUselessRevisions=14635004
130.58	     nbAssignments=2760152  nbFailedAssignments=591406  nbBacktracks=1136278  nbVisitedNodes=4890960
130.58	     nbRestartNogoods=429  mapSize=1086198  nbInferences=1021435  nbTooLargeKeys=0
130.58	       =>  wckTime=129.614  cpuTime=127.13  mem=228M358
225.63	   
225.63	   search
225.63	     run=27  nbConstraintChecks=171391937  nbPropagations=92586183  nbRevisions=113741453  nbUselessRevisions=23198614
225.63	     nbAssignments=5119734  nbFailedAssignments=685576  nbBacktracks=1704430  nbVisitedNodes=9134488
225.63	     nbRestartNogoods=451  mapSize=1653833  nbInferences=2718575  nbTooLargeKeys=0
225.63	       =>  wckTime=224.663  cpuTime=220.69  mem=349M688
315.73	   
315.73	   search
315.73	     run=28  nbConstraintChecks=223762458  nbPropagations=137484599  nbRevisions=171457634  nbUselessRevisions=37974113
315.73	     nbAssignments=7032842  nbFailedAssignments=1169453  nbBacktracks=2556657  nbVisitedNodes=12557150
315.73	     nbRestartNogoods=492  mapSize=2495602  nbInferences=3294582  nbTooLargeKeys=0
315.73	       =>  wckTime=314.763  cpuTime=308.6  mem=502M891
365.96	   
365.96	   INFO : Stopping hyperNogood (mapSize=2961969, nbTooLargekeys=0, mem=600M985)
419.00	   
419.00	   search
419.00	     run=29  nbConstraintChecks=302929986  nbPropagations=197124880  nbRevisions=253144420  nbUselessRevisions=59552956
419.00	     nbAssignments=9432933  nbFailedAssignments=2075659  nbBacktracks=3834997  nbVisitedNodes=16945203
419.00	     nbRestartNogoods=532
419.00	       =>  wckTime=418.026  cpuTime=410.75  mem=600M985
573.80	   
573.80	   search
573.80	     run=30  nbConstraintChecks=480220879  nbPropagations=280368115  nbRevisions=374684487  nbUselessRevisions=88752869
573.80	     nbAssignments=12697878  nbFailedAssignments=3422662  nbBacktracks=5752508  nbVisitedNodes=22692605
573.80	     nbRestartNogoods=574
573.80	       =>  wckTime=572.834  cpuTime=564.85  mem=600M985
674.32	   
674.32	   search
674.32	     run=31  nbConstraintChecks=539685748  nbPropagations=385711387  nbRevisions=518968686  nbUselessRevisions=118386526
674.32	     nbAssignments=17584794  nbFailedAssignments=5432595  nbBacktracks=8628774  nbVisitedNodes=31587658
674.32	     nbRestartNogoods=604
674.32	       =>  wckTime=673.353  cpuTime=664.89  mem=600M985
964.63	   
964.63	   search
964.63	     run=32  nbConstraintChecks=792034949  nbPropagations=536260107  nbRevisions=740287059  nbUselessRevisions=170137887
964.63	     nbAssignments=25113579  nbFailedAssignments=8646457  nbBacktracks=12943172  nbVisitedNodes=45267643
964.63	     nbRestartNogoods=643
964.63	       =>  wckTime=963.657  cpuTime=953.85  mem=600M985
1223.73	   
1223.73	   search
1223.73	     run=33  nbConstraintChecks=945255967  nbPropagations=738296219  nbRevisions=1016556868
1223.73	     nbUselessRevisions=223649591  nbAssignments=36137799  nbFailedAssignments=13198411  nbBacktracks=19414770
1223.73	     nbVisitedNodes=65354645  nbRestartNogoods=680
1223.73	       =>  wckTime=1222.756  cpuTime=1211.75  mem=600M985
1791.68	   
1791.68	   search
1791.68	     run=34  nbConstraintChecks=1263800212  nbPropagations=1027561943  nbRevisions=1411876327
1791.68	     nbUselessRevisions=303591945  nbAssignments=52967436  nbFailedAssignments=20320176  nbBacktracks=29122169
1791.68	     nbVisitedNodes=96180770  nbRestartNogoods=708
1791.68	       =>  wckTime=1790.71  cpuTime=1777.14  mem=600M985

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/node51/watcher-237756-1168350604 -o ROOT/results/node51/solver-237756-1168350604 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237756-1168350604/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.09 1.75 1.91 4/74 21087
/proc/meminfo: memFree=1844312/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=1788 CPUtime=0
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 368 0 0 0 0 0 0 0 18 0 1 0 183458997 1830912 158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/21086/statm: 446 158 123 14 0 91 0

[startup+0.107609 s]
/proc/loadavg: 1.09 1.75 1.91 4/74 21087
/proc/meminfo: memFree=1844312/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=914988 CPUtime=0.1
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 3127 0 1 0 8 2 0 0 24 0 8 0 183458997 936947712 2873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228747 2874 1472 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.515675 s]
/proc/loadavg: 1.09 1.75 1.91 4/74 21087
/proc/meminfo: memFree=1844312/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915328 CPUtime=0.47
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 6373 0 8 0 42 5 0 0 24 0 8 0 183458997 937295872 6119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228832 6119 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33781 s]
/proc/loadavg: 1.24 1.77 1.91 3/81 21094
/proc/meminfo: memFree=1817696/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1.28
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 9053 0 8 0 117 11 0 0 25 0 8 0 183458997 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073977719 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 8798 2541 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=0.03
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 264 0 0 0 3 0 0 0 16 0 8 0 183459001 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183459001 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.26
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 428 0 0 0 25 1 0 0 15 0 8 0 183459004 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 8798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915516

[startup+2.98509 s]
/proc/loadavg: 1.24 1.77 1.91 3/81 21094
/proc/meminfo: memFree=1814048/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=2.93
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 10152 0 8 0 281 12 0 0 25 0 8 0 183458997 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073931936 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 9895 2541 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=0.03
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 264 0 0 0 3 0 0 0 17 0 8 0 183459001 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183459001 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.27
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 433 0 0 0 26 1 0 0 15 0 8 0 183459004 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 9895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915516

[startup+6.27065 s]
/proc/loadavg: 1.30 1.77 1.91 3/81 21094
/proc/meminfo: memFree=1806120/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=6.2
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 12231 0 8 0 607 13 0 0 25 0 8 0 183458997 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970909 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 11974 2541 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=0.03
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 264 0 0 0 3 0 0 0 16 0 8 0 183459001 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183459001 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 434 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 11974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915516

[startup+12.7558 s]
/proc/loadavg: 1.36 1.78 1.91 4/81 21094
/proc/meminfo: memFree=1769656/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=12.65
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 21479 0 8 0 1248 17 0 0 25 0 8 0 183458997 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073974597 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 21221 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=0.13
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 4405 0 0 0 12 1 0 0 17 0 8 0 183459001 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 434 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 21221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915516

[startup+25.5979 s]
/proc/loadavg: 1.46 1.78 1.91 3/81 21094
/proc/meminfo: memFree=1767480/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=25.44
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 21481 0 8 0 2527 17 0 0 25 0 8 0 183458997 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906662 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 21223 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=0.13
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 4405 0 0 0 12 1 0 0 16 0 8 0 183459001 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 434 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 21223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915516

[startup+51.2003 s]
/proc/loadavg: 1.67 1.80 1.91 3/81 21094
/proc/meminfo: memFree=1710584/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=50.92
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 35749 0 8 0 5069 23 0 0 25 0 8 0 183458997 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 35489 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=0.65
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 18671 0 0 0 58 7 0 0 19 0 8 0 183459001 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 434 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 35489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915516

[startup+102.402 s]
/proc/loadavg: 1.85 1.83 1.91 3/81 21094
/proc/meminfo: memFree=1649464/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=101.89
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 50989 0 8 0 10160 29 0 0 25 0 8 0 183458997 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073931207 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 50727 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=1.21
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 33909 0 0 0 108 13 0 0 16 0 8 0 183459001 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 434 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 50727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 915516

[startup+162.445 s]
/proc/loadavg: 1.94 1.86 1.91 3/81 21094
/proc/meminfo: memFree=1538104/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=161.66
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 78785 0 8 0 16126 40 0 0 25 0 8 0 183458997 937488384 78519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.81
Current children cumulated vsize (KiB) 915516

[startup+1483.42 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 21294
/proc/meminfo: memFree=1230320/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1476.55
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 147574 81 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970875 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.55
Current children cumulated vsize (KiB) 915516

[startup+1543.46 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 21294
/proc/meminfo: memFree=1230320/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1536.34
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 153552 82 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073922843 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.34
Current children cumulated vsize (KiB) 915516

[startup+1603.51 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 21294
/proc/meminfo: memFree=1230000/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1596.12
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 159530 82 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073914176 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.12
Current children cumulated vsize (KiB) 915516

[startup+1663.56 s]
/proc/loadavg: 2.06 2.02 1.97 3/83 21294
/proc/meminfo: memFree=1230000/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1655.88
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 165506 82 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073946650 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.88
Current children cumulated vsize (KiB) 915516

[startup+1723.6 s]
/proc/loadavg: 2.02 2.01 1.97 3/83 21296
/proc/meminfo: memFree=1229808/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1715.65
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 171483 82 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073914318 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.65
Current children cumulated vsize (KiB) 915516

[startup+1783.64 s]
/proc/loadavg: 2.01 2.00 1.97 3/83 21296
/proc/meminfo: memFree=1229808/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1775.43
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 177461 82 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073936168 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.43
Current children cumulated vsize (KiB) 915516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.42 s]
/proc/loadavg: 2.00 2.00 1.97 2/75 21311
/proc/meminfo: memFree=1234544/2055920 swapFree=4192812/4192956
[pid=21086] ppid=21084 vsize=915516 CPUtime=1800.08
/proc/21086/stat : 21086 (java) R 21084 21086 20449 0 -1 0 155376 0 8 0 179925 83 0 0 25 0 8 0 183458997 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21086/statm: 228879 155096 2545 14 0 215349 0
[pid=21086/tid=21088] ppid=21084 vsize=915516 CPUtime=5.3
/proc/21086/task/21088/stat : 21088 (java) S 21084 21086 20449 0 -1 64 138277 0 0 0 479 51 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21089] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21089/stat : 21089 (java) S 21084 21086 20449 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21090] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21090/stat : 21090 (java) S 21084 21086 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183459001 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21091] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21091/stat : 21091 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21092] ppid=21084 vsize=915516 CPUtime=0.28
/proc/21086/task/21092/stat : 21092 (java) S 21084 21086 20449 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21093] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21093/stat : 21093 (java) S 21084 21086 20449 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21086/tid=21094] ppid=21084 vsize=915516 CPUtime=0
/proc/21086/task/21094/stat : 21094 (java) S 21084 21086 20449 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183459004 937488384 155096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915516

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

Child status: 143
Real time (s): 1808.58
CPU time (s): 1800.24
CPU user time (s): 1799.31
CPU system time (s): 0.928858
CPU usage (%): 99.5392
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.928858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155392
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38056
involuntary context switches= 62769

runsolver used 1.9617 s user time and 5.56015 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Jan  9 13:50:04 UTC 2007


IDJOB= 237756
IDBENCH= 6961
FILE ID= node51/237756-1168350604

PBS_JOBID= 3503914

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e308a2b9e96e3269dcc2ff56fd4195af

RANDOM SEED= 158408910

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.277
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.277
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:       1844728 kB
Buffers:         23188 kB
Cached:         115192 kB
SwapCached:          0 kB
Active:          84188 kB
Inactive:        77548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3532 kB
Writeback:           0 kB
Mapped:          34760 kB
Slab:            34996 kB
Committed_AS:  4268196 kB
PageTables:       1748 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= 66563 MiB



End job on node51 on Tue Jan  9 14:20:13 UTC 2007