Trace number 237789

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.14 1808.32

General information on the benchmark

Namehaystacks/
haystacks_08.xml
MD5SUMc002d750eb21535fad591656d828639e
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.131979
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints231
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension231
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/237789-1168083365/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=64  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.40	       =>  wckTime=0.092  cpuTime=0.08  mem=6M902
0.40	   
0.40	   predicates being loaded...
0.41	   
0.41	   constraints being loaded...
0.55	     nbConstraints=231  nbConvertedConstraints=231  nbConvertConstraintsChecks=256  nbExtensionStructures=4
0.55	     nbSharedExtensionStructures=227  nbConflictsStructures=4  nbSharedConflictsStructures=227
0.55	     nbSharedBinaryRepresentations=47  maxDegree=8  maxArity=2
0.55	       =>  wckTime=0.236  cpuTime=0.2  mem=8M853
0.58	   
0.58	   solver IterativeSystematicSolver being built... 
0.74	       =>  wckTime=0.426  cpuTime=0.32  mem=14M327
0.74	   
0.74	   preprocessing
0.74	     nbConstraintChecks=0  nbPropagations=64  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.74	     detectedInconsistency=no
0.74	       =>  wckTime=0.0060  cpuTime=0.0  mem=14M327
0.78	   
0.78	   search
0.78	     run=0  nbConstraintChecks=1142  nbPropagations=290  nbRevisions=266  nbUselessRevisions=33  nbAssignments=35
0.78	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.78	     nbTooLargeKeys=0
0.78	       =>  wckTime=0.04  cpuTime=0.02  mem=14M327
0.79	   
0.79	   search
0.79	     run=1  nbConstraintChecks=2467  nbPropagations=846  nbRevisions=849  nbUselessRevisions=106  nbAssignments=79
0.79	     nbFailedAssignments=23  nbBacktracks=26  nbVisitedNodes=126  nbRestartNogoods=4  mapSize=24  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.053  cpuTime=0.03  mem=14M327
0.80	   
0.80	   search
0.80	     run=2  nbConstraintChecks=4971  nbPropagations=1814  nbRevisions=1896  nbUselessRevisions=235  nbAssignments=136
0.80	     nbFailedAssignments=37  nbBacktracks=48  nbVisitedNodes=210  nbRestartNogoods=6  mapSize=40  nbInferences=0
0.80	     nbTooLargeKeys=0
0.80	       =>  wckTime=0.063  cpuTime=0.03  mem=14M327
0.82	   
0.82	   search
0.82	     run=3  nbConstraintChecks=7000  nbPropagations=3255  nbRevisions=3473  nbUselessRevisions=415  nbAssignments=219
0.82	     nbFailedAssignments=64  nbBacktracks=81  nbVisitedNodes=348  nbRestartNogoods=10  mapSize=72  nbInferences=1
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.077  cpuTime=0.04  mem=14M327
0.83	   
0.83	   search
0.83	     run=4  nbConstraintChecks=9609  nbPropagations=5351  nbRevisions=5769  nbUselessRevisions=659  nbAssignments=338
0.83	     nbFailedAssignments=103  nbBacktracks=131  nbVisitedNodes=547  nbRestartNogoods=16  mapSize=120  nbInferences=3
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.089  cpuTime=0.06  mem=14M327
0.84	   
0.84	   search
0.84	     run=5  nbConstraintChecks=15082  nbPropagations=8540  nbRevisions=9475  nbUselessRevisions=1081  nbAssignments=515
0.84	     nbFailedAssignments=166  nbBacktracks=207  nbVisitedNodes=844  nbRestartNogoods=27  mapSize=194  nbInferences=8
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.102  cpuTime=0.07  mem=14M327
0.86	   
0.86	   search
0.86	     run=6  nbConstraintChecks=24826  nbPropagations=13230  nbRevisions=15608  nbUselessRevisions=1905
0.86	     nbAssignments=749  nbFailedAssignments=248  nbBacktracks=320  nbVisitedNodes=1236  nbRestartNogoods=36  mapSize=295
0.86	     nbInferences=26  nbTooLargeKeys=0
0.86	       =>  wckTime=0.121  cpuTime=0.09  mem=14M327
0.88	   
0.88	   search
0.88	     run=7  nbConstraintChecks=33466  nbPropagations=19982  nbRevisions=24264  nbUselessRevisions=3090
0.88	     nbAssignments=1109  nbFailedAssignments=375  nbBacktracks=491  nbVisitedNodes=1866  nbRestartNogoods=45
0.88	     mapSize=462  nbInferences=50  nbTooLargeKeys=0
0.88	       =>  wckTime=0.143  cpuTime=0.1  mem=14M327
0.92	   
0.92	   search
0.92	     run=8  nbConstraintChecks=51943  nbPropagations=30298  nbRevisions=38039  nbUselessRevisions=5153
0.92	     nbAssignments=1610  nbFailedAssignments=575  nbBacktracks=747  nbVisitedNodes=2732  nbRestartNogoods=59
0.92	     mapSize=702  nbInferences=75  nbTooLargeKeys=0
0.92	       =>  wckTime=0.185  cpuTime=0.14  mem=14M327
0.96	   
0.96	   search
0.96	     run=9  nbConstraintChecks=76212  nbPropagations=45365  nbRevisions=58476  nbUselessRevisions=8298
0.96	     nbAssignments=2317  nbFailedAssignments=841  nbBacktracks=1131  nbVisitedNodes=3947  nbRestartNogoods=68
0.96	     mapSize=1046  nbInferences=114  nbTooLargeKeys=0
0.96	       =>  wckTime=0.221  cpuTime=0.16  mem=14M327
1.01	   
1.01	   search
1.01	     run=10  nbConstraintChecks=117681  nbPropagations=67398  nbRevisions=89617  nbUselessRevisions=12981
1.01	     nbAssignments=3348  nbFailedAssignments=1208  nbBacktracks=1708  nbVisitedNodes=5721  nbRestartNogoods=75
1.01	     mapSize=1548  nbInferences=181  nbTooLargeKeys=0
1.01	       =>  wckTime=0.27  cpuTime=0.2  mem=14M327
1.06	   
1.06	   search
1.06	     run=11  nbConstraintChecks=174890  nbPropagations=99527  nbRevisions=136197  nbUselessRevisions=19898
1.06	     nbAssignments=4892  nbFailedAssignments=1803  nbBacktracks=2572  nbVisitedNodes=8417  nbRestartNogoods=84
1.06	     mapSize=2325  nbInferences=248  nbTooLargeKeys=0
1.06	       =>  wckTime=0.326  cpuTime=0.25  mem=14M327
1.12	   
1.12	   search
1.12	     run=12  nbConstraintChecks=211325  nbPropagations=144188  nbRevisions=196631  nbUselessRevisions=29339
1.12	     nbAssignments=7584  nbFailedAssignments=2525  nbBacktracks=3869  nbVisitedNodes=13170  nbRestartNogoods=90
1.12	     mapSize=3618  nbInferences=869  nbTooLargeKeys=0
1.12	       =>  wckTime=0.386  cpuTime=0.31  mem=15M335
1.24	   
1.24	   search
1.24	     run=13  nbConstraintChecks=328480  nbPropagations=211198  nbRevisions=290823  nbUselessRevisions=44996
1.24	     nbAssignments=11136  nbFailedAssignments=3827  nbBacktracks=5815  nbVisitedNodes=19285  nbRestartNogoods=106
1.24	     mapSize=5351  nbInferences=1153  nbTooLargeKeys=0
1.24	       =>  wckTime=0.498  cpuTime=0.42  mem=15M335
1.41	   
1.41	   search
1.41	     run=14  nbConstraintChecks=561862  nbPropagations=316619  nbRevisions=448026  nbUselessRevisions=72826
1.41	     nbAssignments=16541  nbFailedAssignments=5796  nbBacktracks=8734  nbVisitedNodes=28827  nbRestartNogoods=115
1.41	     mapSize=8080  nbInferences=1626  nbTooLargeKeys=0
1.41	       =>  wckTime=0.676  cpuTime=0.6  mem=15M335
1.64	   
1.64	   search
1.64	     run=15  nbConstraintChecks=761860  nbPropagations=469535  nbRevisions=678268  nbUselessRevisions=124191
1.64	     nbAssignments=25190  nbFailedAssignments=8969  nbBacktracks=13113  nbVisitedNodes=44597  nbRestartNogoods=132
1.64	     mapSize=12371  nbInferences=2692  nbTooLargeKeys=0
1.64	       =>  wckTime=0.905  cpuTime=0.82  mem=16M310
2.05	   
2.05	   search
2.05	     run=16  nbConstraintChecks=1236365  nbPropagations=704325  nbRevisions=1044224  nbUselessRevisions=204846
2.05	     nbAssignments=36843  nbFailedAssignments=12933  nbBacktracks=19683  nbVisitedNodes=64380  nbRestartNogoods=142
2.05	     mapSize=18131  nbInferences=3793  nbTooLargeKeys=0
2.05	       =>  wckTime=1.313  cpuTime=1.23  mem=17M286
2.55	   
2.55	   search
2.55	     run=17  nbConstraintChecks=1670963  nbPropagations=1045852  nbRevisions=1540512  nbUselessRevisions=306444
2.55	     nbAssignments=56511  nbFailedAssignments=18573  nbBacktracks=29535  nbVisitedNodes=98679  nbRestartNogoods=146
2.55	     mapSize=27493  nbInferences=7933  nbTooLargeKeys=0
2.55	       =>  wckTime=1.811  cpuTime=1.72  mem=18M523
3.42	   
3.42	   search
3.42	     run=18  nbConstraintChecks=2818292  nbPropagations=1578588  nbRevisions=2335483  nbUselessRevisions=455164
3.42	     nbAssignments=83387  nbFailedAssignments=28462  nbBacktracks=44313  nbVisitedNodes=145780  nbRestartNogoods=164
3.42	     mapSize=40908  nbInferences=10104  nbTooLargeKeys=0
3.42	       =>  wckTime=2.677  cpuTime=2.59  mem=19M498
4.56	   
4.56	   search
4.56	     run=19  nbConstraintChecks=3882229  nbPropagations=2355350  nbRevisions=3506018  nbUselessRevisions=703330
4.56	     nbAssignments=125957  nbFailedAssignments=44294  nbBacktracks=66481  nbVisitedNodes=222708  nbRestartNogoods=184
4.56	     mapSize=62686  nbInferences=14647  nbTooLargeKeys=0
4.56	       =>  wckTime=3.824  cpuTime=3.73  mem=22M948
6.12	   
6.12	   search
6.12	     run=20  nbConstraintChecks=5334083  nbPropagations=3444574  nbRevisions=5074104  nbUselessRevisions=1075871
6.12	     nbAssignments=203988  nbFailedAssignments=50385  nbBacktracks=99733  nbVisitedNodes=349406  nbRestartNogoods=205
6.12	     mapSize=92127  nbInferences=53294  nbTooLargeKeys=0
6.12	       =>  wckTime=5.379  cpuTime=5.29  mem=27M824
8.39	   
8.39	   search
8.39	     run=21  nbConstraintChecks=6996966  nbPropagations=4973950  nbRevisions=7082635  nbUselessRevisions=1571930
8.39	     nbAssignments=328263  nbFailedAssignments=53482  nbBacktracks=149611  nbVisitedNodes=550566  nbRestartNogoods=232
8.39	     mapSize=135227  nbInferences=124557  nbTooLargeKeys=0
8.39	       =>  wckTime=7.653  cpuTime=7.56  mem=36M674
12.30	   
12.30	   search
12.30	     run=22  nbConstraintChecks=9922470  nbPropagations=7215710  nbRevisions=9844285  nbUselessRevisions=2340358
12.30	     nbAssignments=525869  nbFailedAssignments=55822  nbBacktracks=224429  nbVisitedNodes=872755  nbRestartNogoods=251
12.30	     mapSize=205202  nbInferences=244964  nbTooLargeKeys=0
12.30	       =>  wckTime=11.562  cpuTime=11.26  mem=25M526
18.86	   
18.86	   search
18.86	     run=23  nbConstraintChecks=15144974  nbPropagations=10842884  nbRevisions=13885732  nbUselessRevisions=3461349
18.86	     nbAssignments=871730  nbFailedAssignments=57172  nbBacktracks=336656  nbVisitedNodes=1453561  nbRestartNogoods=269
18.86	     mapSize=317091  nbInferences=477208  nbTooLargeKeys=0
18.86	       =>  wckTime=18.125  cpuTime=17.81  mem=49M385
28.73	   
28.73	   search
28.73	     run=24  nbConstraintChecks=22271330  nbPropagations=16403383  nbRevisions=19677384  nbUselessRevisions=5008708
28.73	     nbAssignments=1354848  nbFailedAssignments=61429  nbBacktracks=504999  nbVisitedNodes=2255306  nbRestartNogoods=297
28.73	     mapSize=453503  nbInferences=787687  nbTooLargeKeys=0
28.73	       =>  wckTime=27.993  cpuTime=27.35  mem=58M630
39.79	   
39.79	   search
39.79	     run=25  nbConstraintChecks=28135205  nbPropagations=23964735  nbRevisions=27239582  nbUselessRevisions=6855414
39.79	     nbAssignments=1935568  nbFailedAssignments=94042  nbBacktracks=757510  nbVisitedNodes=3179199  nbRestartNogoods=315
39.79	     mapSize=679351  nbInferences=1083247  nbTooLargeKeys=0
39.79	       =>  wckTime=39.053  cpuTime=38.0  mem=73M883
60.92	   
60.92	   search
60.92	     run=26  nbConstraintChecks=46703619  nbPropagations=35586111  nbRevisions=40548603  nbUselessRevisions=10101271
60.92	     nbAssignments=2711438  nbFailedAssignments=255443  nbBacktracks=1136277  nbVisitedNodes=4474219
60.92	     nbRestartNogoods=341  mapSize=1028860  nbInferences=1318920  nbTooLargeKeys=0
60.92	       =>  wckTime=60.185  cpuTime=58.6  mem=117M886
90.75	   
90.75	   search
90.75	     run=27  nbConstraintChecks=67484916  nbPropagations=52799752  nbRevisions=59128307  nbUselessRevisions=14210906
90.75	     nbAssignments=4073054  nbFailedAssignments=344544  nbBacktracks=1704428  nbVisitedNodes=6680989
90.75	     nbRestartNogoods=359  mapSize=1546747  nbInferences=2023251  nbTooLargeKeys=0
90.75	       =>  wckTime=90.014  cpuTime=87.89  mem=174M963
133.65	   
133.65	   search
133.65	     run=28  nbConstraintChecks=83790403  nbPropagations=77506335  nbRevisions=82806681  nbUselessRevisions=18605955
133.65	     nbAssignments=6331169  nbFailedAssignments=385071  nbBacktracks=2556654  nbVisitedNodes=10370739
133.65	     nbRestartNogoods=382  mapSize=2385425  nbInferences=3388579  nbTooLargeKeys=0
133.65	       =>  wckTime=132.913  cpuTime=129.03  mem=274M415
199.26	   
199.26	   search
199.26	     run=29  nbConstraintChecks=106122632  nbPropagations=113283792  nbRevisions=113361618  nbUselessRevisions=23068140
199.26	     nbAssignments=9768136  nbFailedAssignments=401686  nbBacktracks=3834994  nbVisitedNodes=15977171
199.26	     nbRestartNogoods=391  mapSize=3649252  nbInferences=5530557  nbTooLargeKeys=0
199.26	       =>  wckTime=198.525  cpuTime=192.05  mem=434M623
290.07	   
290.07	   INFO : Stopping hyperNogood (mapSize=5170717, nbTooLargekeys=0, mem=600M246)
304.09	   
304.09	   search
304.09	     run=30  nbConstraintChecks=154431261  nbPropagations=168840603  nbRevisions=159308135  nbUselessRevisions=28937295
304.09	     nbAssignments=15042446  nbFailedAssignments=677876  nbBacktracks=5752504  nbVisitedNodes=24861581
304.09	     nbRestartNogoods=409
304.09	       =>  wckTime=303.348  cpuTime=293.78  mem=600M246
435.31	   
435.31	   search
435.31	     run=31  nbConstraintChecks=333468156  nbPropagations=256584445  nbRevisions=258963497  nbUselessRevisions=46187411
435.31	     nbAssignments=19844501  nbFailedAssignments=2603638  nbBacktracks=8628769  nbVisitedNodes=33260125
435.31	     nbRestartNogoods=428
435.31	       =>  wckTime=434.575  cpuTime=424.42  mem=600M246
622.16	   
622.16	   search
622.16	     run=32  nbConstraintChecks=577761791  nbPropagations=390809339  nbRevisions=429744005  nbUselessRevisions=75066363
622.16	     nbAssignments=26935794  nbFailedAssignments=5380508  nbBacktracks=12943167  nbVisitedNodes=45504006
622.16	     nbRestartNogoods=450
622.16	       =>  wckTime=621.422  cpuTime=610.43  mem=600M246
830.11	   
830.11	   search
830.11	     run=33  nbConstraintChecks=803948416  nbPropagations=583384574  nbRevisions=687845498  nbUselessRevisions=129062084
830.11	     nbAssignments=38199275  nbFailedAssignments=10172355  nbBacktracks=19414765  nbVisitedNodes=65969609
830.11	     nbRestartNogoods=468
830.11	       =>  wckTime=829.375  cpuTime=817.45  mem=600M246
1151.12	   
1151.12	   search
1151.12	     run=34  nbConstraintChecks=1091125956  nbPropagations=860628290  nbRevisions=1054871172
1151.12	     nbUselessRevisions=203739762  nbAssignments=54997386  nbFailedAssignments=17263042  nbBacktracks=29122163
1151.12	     nbVisitedNodes=96374701  nbRestartNogoods=488
1151.12	       =>  wckTime=1150.382  cpuTime=1137.02  mem=600M246
1666.68	   
1666.68	   search
1666.68	     run=35  nbConstraintChecks=1705117228  nbPropagations=1280170607  nbRevisions=1646744603
1666.68	     nbUselessRevisions=343418745  nbAssignments=79882835  nbFailedAssignments=27587365  nbBacktracks=43683259
1666.68	     nbVisitedNodes=140222209  nbRestartNogoods=512
1666.68	       =>  wckTime=1665.946  cpuTime=1650.17  mem=600M246

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/node58/watcher-237789-1168083365 -o ROOT/results/node58/solver-237789-1168083365 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237789-1168083365/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.18 1.15 1.54 1/68 30343
/proc/meminfo: memFree=1653240/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=172 CPUtime=0
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156735963 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/30342/statm: 43 24 18 14 0 3 0

[startup+0.102713 s]
/proc/loadavg: 0.18 1.15 1.54 1/68 30343
/proc/meminfo: memFree=1653240/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=913228 CPUtime=0.07
/proc/30342/stat : 30342 (java) D 30340 30342 30163 0 -1 0 2920 0 1 0 6 1 0 0 17 0 8 0 156735963 935145472 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30342/statm: 228307 2666 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.510753 s]
/proc/loadavg: 0.18 1.15 1.54 1/68 30343
/proc/meminfo: memFree=1653240/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=0.48
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 6479 0 1 0 43 5 0 0 17 0 8 0 156735963 937435136 6218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072917031 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30342/statm: 228866 6218 2167 14 0 215336 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915464

[startup+1.33281 s]
/proc/loadavg: 0.18 1.15 1.54 2/75 30350
/proc/meminfo: memFree=1629760/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1.3
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 8725 0 1 0 122 8 0 0 17 0 8 0 156735963 937435136 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 8463 2530 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=0.02
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 156735968 937435136 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735968 937435136 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 374 0 0 0 17 1 0 0 15 0 8 0 156735971 937435136 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98496 s]
/proc/loadavg: 0.18 1.15 1.54 2/75 30350
/proc/meminfo: memFree=1627392/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=2.95
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 9621 0 1 0 287 8 0 0 18 0 8 0 156735963 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746388 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 9358 2530 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=0.02
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 156735968 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735968 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 375 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.27624 s]
/proc/loadavg: 0.24 1.14 1.54 2/75 30386
/proc/meminfo: memFree=1619328/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=6.24
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 11778 0 1 0 614 10 0 0 25 0 8 0 156735963 937435136 11515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 11516 2530 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=0.02
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 156735968 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735968 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 375 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 11516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915464

[startup+12.7588 s]
/proc/loadavg: 0.30 1.14 1.54 2/75 30386
/proc/meminfo: memFree=1578688/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=12.71
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 21495 0 1 0 1258 13 0 0 18 0 8 0 156735963 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746036 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 21231 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=0.23
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 5041 0 0 0 22 1 0 0 16 0 8 0 156735968 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 375 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 21231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915464

[startup+25.5939 s]
/proc/loadavg: 0.46 1.13 1.53 2/75 30419
/proc/meminfo: memFree=1539584/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=25.52
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 27836 0 1 0 2534 18 0 0 18 0 8 0 156735963 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073580025 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 27570 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=0.53
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 11375 0 0 0 49 4 0 0 16 0 8 0 156735968 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 376 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 27570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 915464

[startup+51.1959 s]
/proc/loadavg: 0.98 1.20 1.54 3/87 30431
/proc/meminfo: memFree=1337568/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=51
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 34506 0 1 0 5078 22 0 0 25 0 8 0 156735963 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073728252 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 34239 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=0.88
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 17510 0 0 0 82 6 0 0 16 0 8 0 156735968 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 376 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 34239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 915464

[startup+102.497 s]
/proc/loadavg: 1.56 1.32 1.56 3/87 30431
/proc/meminfo: memFree=1004960/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=102.08
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 64675 0 1 0 10174 34 0 0 25 0 8 0 156735963 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811199 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 64403 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=2.58
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 47674 0 0 0 240 18 0 0 16 0 8 0 156735968 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 376 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 64403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 915464

[startup+162.561 s]
/proc/loadavg: 1.83 1.44 1.59 3/87 30431
/proc/meminfo: memFree=681184/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=161.86
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 94496 0 1 0 16140 46 0 0 25 0 8 0 156735963 937435136 94219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741599 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.49
Current children cumulated vsize (KiB) 915464

[startup+1482.84 s]
/proc/loadavg: 2.00 1.99 1.87 3/93 30457
/proc/meminfo: memFree=415256/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1476.23
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 147548 75 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733850 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.23
Current children cumulated vsize (KiB) 915464

[startup+1542.87 s]
/proc/loadavg: 2.04 2.00 1.88 3/93 30581
/proc/meminfo: memFree=415144/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1535.91
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 153509 82 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) R 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.91
Current children cumulated vsize (KiB) 915464

[startup+1602.9 s]
/proc/loadavg: 2.01 2.00 1.89 3/87 30629
/proc/meminfo: memFree=416096/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1595.64
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 159479 85 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.64
Current children cumulated vsize (KiB) 915464

[startup+1662.9 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 30629
/proc/meminfo: memFree=416096/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1655.39
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 165454 85 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747986 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.39
Current children cumulated vsize (KiB) 915464

[startup+1722.92 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 30629
/proc/meminfo: memFree=416096/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1715.1
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 171425 85 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073725607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.1
Current children cumulated vsize (KiB) 915464

[startup+1782.93 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 30629
/proc/meminfo: memFree=416096/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1774.85
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 177400 85 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073723977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 30629
/proc/meminfo: memFree=416096/2055920 swapFree=4192812/4192956
[pid=30342] ppid=30340 vsize=915464 CPUtime=1800.01
/proc/30342/stat : 30342 (java) R 30340 30342 30163 0 -1 0 154399 0 1 0 179916 85 0 0 25 0 8 0 156735963 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756265 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30342/statm: 228866 154111 2534 14 0 215336 0
[pid=30342/tid=30344] ppid=30340 vsize=915464 CPUtime=8.2
/proc/30342/task/30344/stat : 30344 (java) S 30340 30342 30163 0 -1 64 137381 0 0 0 765 55 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30345] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30345/stat : 30345 (java) S 30340 30342 30163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30346] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30346/stat : 30346 (java) S 30340 30342 30163 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735968 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30347] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30347/stat : 30347 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30348] ppid=30340 vsize=915464 CPUtime=0.18
/proc/30342/task/30348/stat : 30348 (java) S 30340 30342 30163 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30349] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30349/stat : 30349 (java) S 30340 30342 30163 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=915464 CPUtime=0
/proc/30342/task/30350/stat : 30350 (java) S 30340 30342 30163 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156735971 937435136 154111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1808.32
CPU time (s): 1800.14
CPU user time (s): 1799.19
CPU system time (s): 0.948855
CPU usage (%): 99.5476
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.948855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154416
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= 37531
involuntary context switches= 57976

runsolver used 1.59676 s user time and 4.91725 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 11:36:17 UTC 2007


IDJOB= 237789
IDBENCH= 6963
FILE ID= node58/237789-1168083365

PBS_JOBID= 3476268

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c002d750eb21535fad591656d828639e

RANDOM SEED= 791239157

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.223
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.223
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:       1653720 kB
Buffers:         23860 kB
Cached:         292136 kB
SwapCached:          0 kB
Active:          79520 kB
Inactive:       257248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          30948 kB
Slab:            51240 kB
Committed_AS:  2246652 kB
PageTables:       1572 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= 66529 MiB



End job on node58 on Sat Jan  6 12:06:29 UTC 2007