Trace number 237757

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

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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/237757-1168083348/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.41	     nbVariables=169  nbDomainTypes=1  minDomainSize=13  maxDomainSize=13
0.41	       =>  wckTime=0.114  cpuTime=0.09  mem=6M902
0.41	   
0.41	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.74	     nbConstraints=1026  nbConvertedConstraints=1026  nbConvertConstraintsChecks=676  nbExtensionStructures=4
0.74	     nbSharedExtensionStructures=1022  nbConflictsStructures=4  nbSharedConflictsStructures=1022
0.74	     nbSharedBinaryRepresentations=77  maxDegree=13  maxArity=2
0.74	       =>  wckTime=0.446  cpuTime=0.32  mem=12M753
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.644  cpuTime=0.44  mem=14M996
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=0  nbPropagations=169  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.96	     detectedInconsistency=no
0.96	       =>  wckTime=0.015  cpuTime=0.01  mem=14M996
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=4170  nbPropagations=621  nbRevisions=479  nbUselessRevisions=34  nbAssignments=48
1.00	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=65  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.052  cpuTime=0.03  mem=14M996
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=8596  nbPropagations=1754  nbRevisions=1518  nbUselessRevisions=116  nbAssignments=107
1.01	     nbFailedAssignments=21  nbBacktracks=25  nbVisitedNodes=150  nbRestartNogoods=3  mapSize=22  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.067  cpuTime=0.04  mem=14M996
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=13224  nbPropagations=3472  nbRevisions=3198  nbUselessRevisions=250  nbAssignments=180
1.03	     nbFailedAssignments=41  nbBacktracks=47  nbVisitedNodes=263  nbRestartNogoods=5  mapSize=44  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.085  cpuTime=0.05  mem=14M996
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=18408  nbPropagations=5862  nbRevisions=5599  nbUselessRevisions=433  nbAssignments=268
1.04	     nbFailedAssignments=66  nbBacktracks=80  nbVisitedNodes=402  nbRestartNogoods=10  mapSize=73  nbInferences=1
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.097  cpuTime=0.06  mem=14M996
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=25007  nbPropagations=9036  nbRevisions=8854  nbUselessRevisions=696  nbAssignments=369
1.05	     nbFailedAssignments=97  nbBacktracks=130  nbVisitedNodes=565  nbRestartNogoods=16  mapSize=116  nbInferences=1
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.109  cpuTime=0.07  mem=14M996
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=36230  nbPropagations=13578  nbRevisions=13646  nbUselessRevisions=1123
1.08	     nbAssignments=540  nbFailedAssignments=148  nbBacktracks=205  nbVisitedNodes=840  nbRestartNogoods=18  mapSize=178
1.08	     nbInferences=3  nbTooLargeKeys=0
1.08	       =>  wckTime=0.129  cpuTime=0.09  mem=14M996
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=48510  nbPropagations=19841  nbRevisions=20277  nbUselessRevisions=1690
1.10	     nbAssignments=785  nbFailedAssignments=222  nbBacktracks=320  nbVisitedNodes=1249  nbRestartNogoods=24  mapSize=281
1.10	     nbInferences=20  nbTooLargeKeys=0
1.10	       =>  wckTime=0.157  cpuTime=0.11  mem=15M971
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=62957  nbPropagations=28417  nbRevisions=29329  nbUselessRevisions=2435
1.14	     nbAssignments=1147  nbFailedAssignments=325  nbBacktracks=491  nbVisitedNodes=1852  nbRestartNogoods=28
1.14	     mapSize=437  nbInferences=55  nbTooLargeKeys=0
1.14	       =>  wckTime=0.198  cpuTime=0.15  mem=15M971
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=75743  nbPropagations=39850  nbRevisions=41259  nbUselessRevisions=3326
1.20	     nbAssignments=1672  nbFailedAssignments=488  nbBacktracks=747  nbVisitedNodes=2759  nbRestartNogoods=35
1.20	     mapSize=690  nbInferences=111  nbTooLargeKeys=0
1.20	       =>  wckTime=0.251  cpuTime=0.19  mem=15M971
1.25	   
1.26	   search
1.26	     run=9  nbConstraintChecks=92268  nbPropagations=55517  nbRevisions=57269  nbUselessRevisions=4370
1.26	     nbAssignments=2486  nbFailedAssignments=710  nbBacktracks=1131  nbVisitedNodes=4161  nbRestartNogoods=45
1.26	     mapSize=1072  nbInferences=255  nbTooLargeKeys=0
1.26	       =>  wckTime=0.31  cpuTime=0.24  mem=15M971
1.32	   
1.32	   search
1.32	     run=10  nbConstraintChecks=112375  nbPropagations=76727  nbRevisions=78753  nbUselessRevisions=5580
1.32	     nbAssignments=3588  nbFailedAssignments=1079  nbBacktracks=1707  nbVisitedNodes=6109  nbRestartNogoods=56
1.32	     mapSize=1641  nbInferences=363  nbTooLargeKeys=0
1.32	       =>  wckTime=0.376  cpuTime=0.29  mem=15M971
1.42	   
1.42	   search
1.42	     run=11  nbConstraintChecks=144787  nbPropagations=107687  nbRevisions=109137  nbUselessRevisions=7085
1.42	     nbAssignments=5533  nbFailedAssignments=1504  nbBacktracks=2571  nbVisitedNodes=9487  nbRestartNogoods=71
1.42	     mapSize=2498  nbInferences=948  nbTooLargeKeys=0
1.42	       =>  wckTime=0.478  cpuTime=0.39  mem=16M946
1.57	   
1.57	   search
1.57	     run=12  nbConstraintChecks=213892  nbPropagations=152323  nbRevisions=154673  nbUselessRevisions=10645
1.57	     nbAssignments=8166  nbFailedAssignments=2092  nbBacktracks=3869  nbVisitedNodes=13852  nbRestartNogoods=91
1.57	     mapSize=3638  nbInferences=1612  nbTooLargeKeys=0
1.57	       =>  wckTime=0.621  cpuTime=0.53  mem=16M946
1.79	   
1.79	   search
1.79	     run=13  nbConstraintChecks=421182  nbPropagations=223317  nbRevisions=240338  nbUselessRevisions=21810
1.79	     nbAssignments=11727  nbFailedAssignments=3356  nbBacktracks=5816  nbVisitedNodes=20017  nbRestartNogoods=114
1.79	     mapSize=5498  nbInferences=1911  nbTooLargeKeys=0
1.79	       =>  wckTime=0.842  cpuTime=0.75  mem=16M946
2.09	   
2.09	   search
2.09	     run=14  nbConstraintChecks=536337  nbPropagations=328734  nbRevisions=358510  nbUselessRevisions=34832
2.09	     nbAssignments=18534  nbFailedAssignments=4757  nbBacktracks=8735  nbVisitedNodes=32022  nbRestartNogoods=122
2.09	     mapSize=8400  nbInferences=4305  nbTooLargeKeys=0
2.09	       =>  wckTime=1.144  cpuTime=1.05  mem=18M896
2.57	   
2.57	   search
2.57	     run=15  nbConstraintChecks=934497  nbPropagations=484657  nbRevisions=551479  nbUselessRevisions=59395
2.57	     nbAssignments=26924  nbFailedAssignments=6502  nbBacktracks=13113  nbVisitedNodes=45558  nbRestartNogoods=149
2.57	     mapSize=11993  nbInferences=6510  nbTooLargeKeys=0
2.57	       =>  wckTime=1.63  cpuTime=1.54  mem=19M872
3.37	   
3.37	   search
3.37	     run=16  nbConstraintChecks=1306378  nbPropagations=742049  nbRevisions=836666  nbUselessRevisions=89353
3.37	     nbAssignments=45093  nbFailedAssignments=9044  nbBacktracks=19681  nbVisitedNodes=77686  nbRestartNogoods=161
3.37	     mapSize=18531  nbInferences=15463  nbTooLargeKeys=0
3.37	       =>  wckTime=2.427  cpuTime=2.33  mem=22M797
4.39	   
4.39	   search
4.39	     run=17  nbConstraintChecks=2033582  nbPropagations=1123106  nbRevisions=1319960  nbUselessRevisions=171759
4.39	     nbAssignments=64150  nbFailedAssignments=16332  nbBacktracks=29533  nbVisitedNodes=112685  nbRestartNogoods=193
4.39	     mapSize=28159  nbInferences=17308  nbTooLargeKeys=0
4.39	       =>  wckTime=3.442  cpuTime=3.33  mem=25M10
6.05	   
6.05	   search
6.05	     run=18  nbConstraintChecks=3554934  nbPropagations=1714610  nbRevisions=2159627  nbUselessRevisions=324881
6.05	     nbAssignments=91040  nbFailedAssignments=25852  nbBacktracks=44314  nbVisitedNodes=159232  nbRestartNogoods=217
6.05	     mapSize=41588  nbInferences=19835  nbTooLargeKeys=0
6.05	       =>  wckTime=5.109  cpuTime=4.98  mem=28M910
9.49	   
9.49	   search
9.49	     run=19  nbConstraintChecks=5414668  nbPropagations=2797477  nbRevisions=3390091  nbUselessRevisions=485467
9.49	     nbAssignments=172219  nbFailedAssignments=29977  nbBacktracks=66482  nbVisitedNodes=303432  nbRestartNogoods=223
9.49	     mapSize=63736  nbInferences=74609  nbTooLargeKeys=0
9.49	       =>  wckTime=8.548  cpuTime=8.4  mem=42M563
14.43	   
14.43	   search
14.43	     run=20  nbConstraintChecks=8390540  nbPropagations=4652853  nbRevisions=5235665  nbUselessRevisions=658708
14.43	     nbAssignments=297773  nbFailedAssignments=35719  nbBacktracks=99734  nbVisitedNodes=526864  nbRestartNogoods=247
14.43	     mapSize=96963  nbInferences=161046  nbTooLargeKeys=0
14.43	       =>  wckTime=13.487  cpuTime=13.19  mem=28M23
19.78	   
19.78	   search
19.78	     run=21  nbConstraintChecks=11923185  nbPropagations=7368816  nbRevisions=7983897  nbUselessRevisions=977361
19.78	     nbAssignments=440610  nbFailedAssignments=58075  nbBacktracks=149612  nbVisitedNodes=783461  nbRestartNogoods=282
19.78	     mapSize=146813  nbInferences=231514  nbTooLargeKeys=0
19.78	       =>  wckTime=18.835  cpuTime=18.48  mem=42M997
28.54	   
28.54	   search
28.54	     run=22  nbConstraintChecks=20567651  nbPropagations=11195640  nbRevisions=12638471  nbUselessRevisions=1684382
28.54	     nbAssignments=578971  nbFailedAssignments=101551  nbBacktracks=224431  nbVisitedNodes=1022139  nbRestartNogoods=317
28.54	     mapSize=216262  nbInferences=251509  nbTooLargeKeys=0
28.54	       =>  wckTime=27.593  cpuTime=27.16  mem=65M983
40.93	   
40.93	   search
40.93	     run=23  nbConstraintChecks=29011830  nbPropagations=16478222  nbRevisions=19560379  nbUselessRevisions=2903606
40.93	     nbAssignments=806531  nbFailedAssignments=170456  nbBacktracks=336659  nbVisitedNodes=1424821  nbRestartNogoods=331
40.93	     mapSize=322595  nbInferences=297791  nbTooLargeKeys=0
40.93	       =>  wckTime=39.986  cpuTime=39.21  mem=78M562
73.84	   
73.84	   search
73.84	     run=24  nbConstraintChecks=49907306  nbPropagations=26237040  nbRevisions=31141617  nbUselessRevisions=5290049
73.84	     nbAssignments=1493177  nbFailedAssignments=195490  nbBacktracks=505000  nbVisitedNodes=2654659
73.84	     nbRestartNogoods=361  mapSize=490732  nbInferences=790962  nbTooLargeKeys=0
73.84	       =>  wckTime=72.892  cpuTime=71.32  mem=116M158
112.72	   
112.72	   search
112.72	     run=25  nbConstraintChecks=78143896  nbPropagations=42736617  nbRevisions=48039193  nbUselessRevisions=7714629
112.72	     nbAssignments=2524084  nbFailedAssignments=232532  nbBacktracks=757511  nbVisitedNodes=4500568
112.72	     nbRestartNogoods=393  mapSize=742520  nbInferences=1532200  nbTooLargeKeys=0
112.72	       =>  wckTime=111.777  cpuTime=109.53  mem=156M149
176.56	   
176.56	   search
176.56	     run=26  nbConstraintChecks=119688362  nbPropagations=69274544  nbRevisions=72865857  nbUselessRevisions=10215460
176.56	     nbAssignments=4067031  nbFailedAssignments=288451  nbBacktracks=1136278  nbVisitedNodes=7261482
176.56	     nbRestartNogoods=416  mapSize=1120453  nbInferences=2640355  nbTooLargeKeys=0
176.56	       =>  wckTime=175.617  cpuTime=172.09  mem=231M653
246.19	   
246.19	   search
246.19	     run=27  nbConstraintChecks=170674808  nbPropagations=104883874  nbRevisions=110169792  nbUselessRevisions=15846839
246.19	     nbAssignments=5464517  nbFailedAssignments=554391  nbBacktracks=1704429  nbVisitedNodes=9717704
246.19	     nbRestartNogoods=458  mapSize=1667702  nbInferences=3203642  nbTooLargeKeys=0
246.19	       =>  wckTime=245.249  cpuTime=240.07  mem=361M598
388.80	   
388.80	   search
388.80	     run=28  nbConstraintChecks=267815015  nbPropagations=163167941  nbRevisions=165963747  nbUselessRevisions=22014658
388.80	     nbAssignments=8925362  nbFailedAssignments=689016  nbBacktracks=2556655  nbVisitedNodes=15919432
388.80	     nbRestartNogoods=498  mapSize=2517247  nbInferences=5677524  nbTooLargeKeys=0
388.80	       =>  wckTime=387.86  cpuTime=379.79  mem=503M981
434.49	   
434.49	   INFO : Stopping hyperNogood (mapSize=2877249, nbTooLargekeys=0, mem=600M422)
497.78	   
497.78	   search
497.78	     run=29  nbConstraintChecks=361952232  nbPropagations=236194344  nbRevisions=245633774  nbUselessRevisions=32649467
497.78	     nbAssignments=11199392  nbFailedAssignments=1343698  nbBacktracks=3835000  nbVisitedNodes=19737017
497.78	     nbRestartNogoods=554
497.78	       =>  wckTime=496.831  cpuTime=487.07  mem=600M422
630.50	   
630.50	   search
630.50	     run=30  nbConstraintChecks=458840745  nbPropagations=329858538  nbRevisions=359625565  nbUselessRevisions=53303574
630.50	     nbAssignments=14637841  nbFailedAssignments=2864548  nbBacktracks=5752511  nbVisitedNodes=26170634
630.50	     nbRestartNogoods=568
630.50	       =>  wckTime=629.559  cpuTime=618.98  mem=600M422
752.88	   
752.88	   search
752.88	     run=31  nbConstraintChecks=533892913  nbPropagations=446587608  nbRevisions=503399722  nbUselessRevisions=80099926
752.88	     nbAssignments=19553609  nbFailedAssignments=4903923  nbBacktracks=8628776  nbVisitedNodes=35163410
752.88	     nbRestartNogoods=603
752.88	       =>  wckTime=751.932  cpuTime=740.8  mem=600M422
1021.22	   
1021.22	   search
1021.22	     run=32  nbConstraintChecks=729031633  nbPropagations=608412152  nbRevisions=720961225  nbUselessRevisions=131029804
1021.22	     nbAssignments=27238678  nbFailedAssignments=8274497  nbBacktracks=12943174  nbVisitedNodes=49468834
1021.22	     nbRestartNogoods=649
1021.22	       =>  wckTime=1020.276  cpuTime=1007.95  mem=600M422
1549.55	   
1549.55	   search
1549.55	     run=33  nbConstraintChecks=1306876401  nbPropagations=851579775  nbRevisions=1073320165
1549.55	     nbUselessRevisions=207574115  nbAssignments=38301583  nbFailedAssignments=12865736  nbBacktracks=19414773
1549.55	     nbVisitedNodes=68996748  nbRestartNogoods=684
1549.55	       =>  wckTime=1548.606  cpuTime=1533.8  mem=600M422

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/node52/watcher-237757-1168083348 -o ROOT/results/node52/solver-237757-1168083348 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237757-1168083348/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.89 1.32 1.58 4/80 29668
/proc/meminfo: memFree=1394792/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=18540 CPUtime=0
/proc/29667/stat : 29667 (runsolver) R 29665 29667 28856 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156735973 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29667/statm: 4635 279 244 17 0 2626 0

[startup+0.107891 s]
/proc/loadavg: 0.89 1.32 1.58 4/80 29668
/proc/meminfo: memFree=1394792/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=914988 CPUtime=0.08
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 3040 0 1 0 7 1 0 0 24 0 8 0 156735973 936947712 2786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581251 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228747 2786 1443 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51892 s]
/proc/loadavg: 0.89 1.32 1.58 4/80 29668
/proc/meminfo: memFree=1394792/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915328 CPUtime=0.48
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 6498 0 1 0 44 4 0 0 25 0 8 0 156735973 937295872 6237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228832 6237 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34897 s]
/proc/loadavg: 0.89 1.32 1.58 3/87 29675
/proc/meminfo: memFree=1370288/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1.31
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 9001 0 1 0 121 10 0 0 25 0 8 0 156735973 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073919385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 8739 2530 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=0.03
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 265 0 0 0 3 0 0 0 16 0 8 0 156735977 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735977 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 428 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 8739 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915516

[startup+2.98708 s]
/proc/loadavg: 0.89 1.32 1.58 4/87 29675
/proc/meminfo: memFree=1366896/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=2.93
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 10245 0 1 0 283 10 0 0 25 0 8 0 156735973 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073909664 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 9982 2530 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=0.03
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 265 0 0 0 3 0 0 0 16 0 8 0 156735977 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735977 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 429 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 9982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 9982 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.26631 s]
/proc/loadavg: 0.98 1.33 1.58 3/87 29675
/proc/meminfo: memFree=1358192/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=6.19
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 12241 0 1 0 608 11 0 0 25 0 8 0 156735973 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 11978 2530 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=0.03
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 265 0 0 0 3 0 0 0 16 0 8 0 156735977 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735977 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 11978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915516

[startup+12.7507 s]
/proc/loadavg: 1.06 1.34 1.58 3/87 29675
/proc/meminfo: memFree=1319536/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=12.63
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 21500 0 1 0 1248 15 0 0 25 0 8 0 156735973 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073946959 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 21236 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=0.14
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 4443 0 0 0 13 1 0 0 18 0 8 0 156735977 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 21236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915516

[startup+25.5996 s]
/proc/loadavg: 1.27 1.37 1.59 3/87 29675
/proc/meminfo: memFree=1319536/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=25.35
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 21501 0 1 0 2520 15 0 0 25 0 8 0 156735973 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073938283 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 21237 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=0.14
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 4443 0 0 0 13 1 0 0 16 0 8 0 156735977 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 21237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915516

[startup+51.2954 s]
/proc/loadavg: 1.52 1.42 1.60 3/87 29675
/proc/meminfo: memFree=1257136/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=50.85
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 37107 0 1 0 5064 21 0 0 25 0 8 0 156735973 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073927160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 36840 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=0.6
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 20046 0 0 0 54 6 0 0 16 0 8 0 156735977 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 36840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915516

[startup+102.581 s]
/proc/loadavg: 1.79 1.51 1.62 3/87 29675
/proc/meminfo: memFree=1209968/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=101.72
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 48897 0 1 0 10148 24 0 0 25 0 8 0 156735973 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073939312 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 48627 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=1.09
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 31833 0 0 0 99 10 0 0 16 0 8 0 156735977 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 48627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 915516

[startup+162.614 s]
/proc/loadavg: 1.92 1.59 1.64 3/87 29675
/proc/meminfo: memFree=1143024/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=161.23
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 65543 0 1 0 16093 30 0 0 25 0 8 0 156735973 937488384 65269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073927194 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.9 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 29731
/proc/meminfo: memFree=797416/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1474.19
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 147352 67 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073910854 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.19
Current children cumulated vsize (KiB) 915516

[startup+1542.93 s]
/proc/loadavg: 2.00 2.00 1.89 3/93 29879
/proc/meminfo: memFree=795992/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1533.87
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 153315 72 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073554977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.87
Current children cumulated vsize (KiB) 915516

[startup+1602.96 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 29929
/proc/meminfo: memFree=796904/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1593.56
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 159282 74 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074014183 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.56
Current children cumulated vsize (KiB) 915516

[startup+1662.97 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 29929
/proc/meminfo: memFree=796968/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1653.31
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 165257 74 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912828 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.31
Current children cumulated vsize (KiB) 915516

[startup+1722.98 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 29929
/proc/meminfo: memFree=796968/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1713.06
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 171232 74 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073914281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.06
Current children cumulated vsize (KiB) 915516

[startup+1782.99 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 29929
/proc/meminfo: memFree=796968/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1772.78
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 177204 74 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.78
Current children cumulated vsize (KiB) 915516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.32 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 29929
/proc/meminfo: memFree=796968/2055920 swapFree=4192812/4192956
[pid=29667] ppid=29665 vsize=915516 CPUtime=1800.01
/proc/29667/stat : 29667 (java) R 29665 29667 28856 0 -1 0 155252 0 1 0 179926 75 0 0 25 0 8 0 156735973 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073939730 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29667/statm: 228879 154959 2534 14 0 215349 0
[pid=29667/tid=29669] ppid=29665 vsize=915516 CPUtime=5.66
/proc/29667/task/29669/stat : 29669 (java) S 29665 29667 28856 0 -1 64 138165 0 0 0 517 49 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29670] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29670/stat : 29670 (java) S 29665 29667 28856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29671] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29671/stat : 29671 (java) S 29665 29667 28856 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735977 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29672] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29672/stat : 29672 (java) S 29665 29667 28856 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29673] ppid=29665 vsize=915516 CPUtime=0.27
/proc/29667/task/29673/stat : 29673 (java) S 29665 29667 28856 0 -1 64 430 0 0 0 26 1 0 0 16 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29674] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29674/stat : 29674 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156735980 937488384 154959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29667/tid=29675] ppid=29665 vsize=915516 CPUtime=0
/proc/29667/task/29675/stat : 29675 (java) S 29665 29667 28856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735980 937488384 154959 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) 915516

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

Child status: 143
Real time (s): 1810.46
CPU time (s): 1800.16
CPU user time (s): 1799.32
CPU system time (s): 0.842871
CPU usage (%): 99.4309
Max. virtual memory (cumulated for all children) (KiB): 915516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.842871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155268
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= 38115
involuntary context switches= 68144

runsolver used 1.71074 s user time and 4.79927 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 11:36:03 UTC 2007


IDJOB= 237757
IDBENCH= 6961
FILE ID= node52/237757-1168083348

PBS_JOBID= 3476193

Free space on /tmp= 66550 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 mac.xml 1 XSax /tmp/evaluation/237757-1168083348/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-237757-1168083348 -o ROOT/results/node52/solver-237757-1168083348 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237757-1168083348/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e308a2b9e96e3269dcc2ff56fd4195af

RANDOM SEED= 697380410

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.232
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.232
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:       1395328 kB
Buffers:         38460 kB
Cached:         454268 kB
SwapCached:          0 kB
Active:         131072 kB
Inactive:       452816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:         111388 kB
Slab:            61808 kB
Committed_AS:  3982980 kB
PageTables:       2056 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= 66549 MiB



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