Trace number 275796

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
AbsconMax 109 PFCMSAT (TO) 2400.13 2407.72

General information on the benchmark

NamepseudoSeries/chnl/
chnl-10-11.xml
MD5SUM909bddf60f447d4fe6ae1972473e26c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints40
Best CPU time to get the best result obtained on this benchmark2400.08
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables220
Number of constraints42
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/275796-1169227353/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.44	     nbVariables=220  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.44	       =>  wckTime=0.12  cpuTime=0.1  mem=6M910
0.44	   
0.44	   predicates being loaded...
0.44	   
0.45	   constraints being loaded...
0.55	     nbConstraints=42  nbConflictsStructures=2  nbSharedConflictsStructures=40  nbSharedBinaryRepresentations=0
0.55	     nbEvaluationManagers=2  nbSharedEvaluationManagers=40  maxDegree=2  maxArity=11
0.55	       =>  wckTime=0.234  cpuTime=0.17  mem=9M835
0.59	   
0.59	   solver LocalSearchSolver being built... 
0.63	       =>  wckTime=0.315  cpuTime=0.21  mem=5M528
0.64	
0.64	s SATISFIABLE
0.64	o 22
0.64	c 20
0.70	o 23
0.70	c 19
0.72	o 24
0.72	c 18
0.72	o 25
0.72	c 17
0.73	o 26
0.73	c 16
0.79	o 27
0.79	c 15
0.80	o 28
0.80	c 14
0.80	o 29
0.80	c 13
0.82	o 30
0.82	c 12
0.84	o 31
0.84	c 11
0.86	o 32
0.86	c 10
0.96	o 33
0.96	c 9
1.08	o 34
1.08	c 8
1.10	o 35
1.10	c 7
1.13	o 36
1.13	c 6
1.21	o 37
1.21	c 5
1.76	o 38
1.76	c 4
1.93	o 39
1.93	c 3
3.04	o 40
3.04	c 2
6.98	   
6.98	   search
6.98	     run=0  nbConstraintChecks=4338114  nbAssignments=10000
6.98	       =>  wckTime=6.354  cpuTime=6.28  mem=5M528
13.25	   
13.25	   search
13.25	     run=1  nbConstraintChecks=8666009  nbAssignments=20000
13.25	       =>  wckTime=12.619  cpuTime=12.49  mem=5M528
19.47	   
19.47	   search
19.47	     run=2  nbConstraintChecks=12995218  nbAssignments=30000
19.47	       =>  wckTime=18.844  cpuTime=18.66  mem=5M528
25.73	   
25.73	   search
25.73	     run=3  nbConstraintChecks=17322766  nbAssignments=40000
25.73	       =>  wckTime=25.101  cpuTime=24.87  mem=5M528
31.30	   
31.30	   search
31.30	     run=4  nbConstraintChecks=21109233  nbAssignments=50000
31.31	       =>  wckTime=30.674  cpuTime=30.39  mem=5M528
32.75	   
32.75	   search
32.75	     run=5  nbConstraintChecks=21742526  nbAssignments=60000
32.75	       =>  wckTime=32.121  cpuTime=31.82  mem=5M528
33.31	   
33.31	   search
33.31	     run=6  nbConstraintChecks=21990820  nbAssignments=63696
33.31	       =>  wckTime=32.68  cpuTime=32.38  mem=5M528
33.31	   
33.31	   global
33.31	     nbConstraintChecks=21990820  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.31	     solvingWckTime=32.678  solvingCpuTime=32.38  expiredTime=no  totalExploration=no  nbFoundSolutions=0
33.31	     globalCpuTime=32.64
33.31	       =>  wckTime=32.995  cpuTime=32.59  mem=5M528
33.31	   
33.31	   solver IterativeSystematicSolver being built... 
33.48	       =>  wckTime=33.164  cpuTime=32.71  mem=17M476
33.49	   
33.49	   preprocessing
33.49	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
33.49	     detectedInconsistency=no
33.49	       =>  wckTime=0.0050  cpuTime=0.0  mem=18M451
33.63	   
33.63	   search
33.63	     run=0  nbConstraintChecks=40732  nbValidityChecks=24972  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.63	     nbAssignments=191  nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=207  nbRestartNogoods=0
33.63	       =>  wckTime=0.149  cpuTime=0.12  mem=18M451
33.95	   
33.95	   search
33.95	     run=1  nbConstraintChecks=248238  nbValidityChecks=53127  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.95	     nbAssignments=399  nbFailedAssignments=12  nbBacktracks=26  nbVisitedNodes=420  nbRestartNogoods=1
33.95	       =>  wckTime=0.471  cpuTime=0.42  mem=18M451
34.04	   
34.04	   search
34.04	     run=2  nbConstraintChecks=267860  nbValidityChecks=86615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.04	     nbAssignments=607  nbFailedAssignments=17  nbBacktracks=49  nbVisitedNodes=653  nbRestartNogoods=3
34.04	       =>  wckTime=0.554  cpuTime=0.5  mem=18M451
34.36	   
34.36	   search
34.36	     run=3  nbConstraintChecks=483899  nbValidityChecks=116042  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.36	     nbAssignments=835  nbFailedAssignments=26  nbBacktracks=84  nbVisitedNodes=890  nbRestartNogoods=5
34.36	       =>  wckTime=0.883  cpuTime=0.83  mem=18M451
34.50	   
34.50	   search
34.50	     run=4  nbConstraintChecks=525102  nbValidityChecks=157965  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.50	     nbAssignments=1078  nbFailedAssignments=37  nbBacktracks=136  nbVisitedNodes=1188  nbRestartNogoods=7
34.50	       =>  wckTime=1.02  cpuTime=0.96  mem=18M451
34.84	   
34.84	   search
34.84	     run=5  nbConstraintChecks=742076  nbValidityChecks=190968  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.84	     nbAssignments=1361  nbFailedAssignments=56  nbBacktracks=212  nbVisitedNodes=1490  nbRestartNogoods=10
34.84	       =>  wckTime=1.362  cpuTime=1.29  mem=18M451
35.05	   
35.05	   search
35.05	     run=6  nbConstraintChecks=830135  nbValidityChecks=248841  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.05	     nbAssignments=1680  nbFailedAssignments=80  nbBacktracks=330  nbVisitedNodes=1929  nbRestartNogoods=13
35.05	       =>  wckTime=1.57  cpuTime=1.49  mem=18M451
35.40	   
35.40	   search
35.40	     run=7  nbConstraintChecks=1046462  nbValidityChecks=289833  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.40	     nbAssignments=2078  nbFailedAssignments=122  nbBacktracks=506  nbVisitedNodes=2369  nbRestartNogoods=15
35.40	       =>  wckTime=1.914  cpuTime=1.82  mem=18M451
35.86	   
35.86	   search
35.86	     run=8  nbConstraintChecks=1302841  nbValidityChecks=402919  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.86	     nbAssignments=2539  nbFailedAssignments=227  nbBacktracks=762  nbVisitedNodes=3156  nbRestartNogoods=17
35.86	       =>  wckTime=2.38  cpuTime=2.28  mem=18M451
37.56	   
37.56	   search
37.56	     run=9  nbConstraintChecks=2527840  nbValidityChecks=542588  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.56	     nbAssignments=3264  nbFailedAssignments=381  nbBacktracks=1149  nbVisitedNodes=4240  nbRestartNogoods=18
37.56	       =>  wckTime=4.082  cpuTime=3.96  mem=18M451
38.30	   
38.30	   search
38.30	     run=10  nbConstraintChecks=2915826  nbValidityChecks=716495  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.30	     nbAssignments=4246  nbFailedAssignments=596  nbBacktracks=1729  nbVisitedNodes=5722  nbRestartNogoods=22
38.30	       =>  wckTime=4.816  cpuTime=4.69  mem=18M451
39.08	   
39.08	   search
39.08	     run=11  nbConstraintChecks=3309650  nbValidityChecks=911218  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.08	     nbAssignments=5579  nbFailedAssignments=872  nbBacktracks=2595  nbVisitedNodes=7615  nbRestartNogoods=26
39.08	       =>  wckTime=5.596  cpuTime=5.46  mem=18M451
39.92	   
39.92	   search
39.92	     run=12  nbConstraintChecks=3713643  nbValidityChecks=1135459  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.92	     nbAssignments=7424  nbFailedAssignments=1239  nbBacktracks=3894  nbVisitedNodes=10110  nbRestartNogoods=31
39.92	       =>  wckTime=6.435  cpuTime=6.29  mem=18M451
40.86	   
40.86	   search
40.86	     run=13  nbConstraintChecks=4134428  nbValidityChecks=1413064  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.86	     nbAssignments=10054  nbFailedAssignments=1734  nbBacktracks=5842  nbVisitedNodes=13519  nbRestartNogoods=34
40.86	       =>  wckTime=7.375  cpuTime=7.22  mem=18M451
42.29	   
42.29	   search
42.29	     run=14  nbConstraintChecks=4776327  nbValidityChecks=1862529  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
42.29	     nbAssignments=13927  nbFailedAssignments=2523  nbBacktracks=8766  nbVisitedNodes=18488  nbRestartNogoods=39
42.29	       =>  wckTime=8.805  cpuTime=8.64  mem=18M451
47.44	   
47.44	   search
47.44	     run=15  nbConstraintChecks=8272940  nbValidityChecks=2365612  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
47.44	     nbAssignments=19424  nbFailedAssignments=3453  nbBacktracks=13144  nbVisitedNodes=25146  nbRestartNogoods=42
47.44	       =>  wckTime=13.955  cpuTime=13.75  mem=18M451
53.41	   
53.41	   search
53.41	     run=16  nbConstraintChecks=12204434  nbValidityChecks=3127095  nbPropagations=0  nbRevisions=0
53.41	     nbUselessRevisions=0  nbAssignments=27458  nbFailedAssignments=4725  nbBacktracks=19716  nbVisitedNodes=34611
53.41	     nbRestartNogoods=49
53.41	       =>  wckTime=19.928  cpuTime=19.66  mem=18M451
60.56	   
60.56	   search
60.56	     run=17  nbConstraintChecks=16749083  nbValidityChecks=4264918  nbPropagations=0  nbRevisions=0
60.56	     nbUselessRevisions=0  nbAssignments=39299  nbFailedAssignments=6566  nbBacktracks=29568  nbVisitedNodes=48488
60.56	     nbRestartNogoods=57
60.56	       =>  wckTime=27.075  cpuTime=26.75  mem=18M451
64.70	   
64.70	   search
64.71	     run=18  nbConstraintChecks=18055376  nbValidityChecks=6095937  nbPropagations=0  nbRevisions=0
64.71	     nbUselessRevisions=0  nbAssignments=57925  nbFailedAssignments=10247  nbBacktracks=44346  nbVisitedNodes=71022
64.71	     nbRestartNogoods=60
64.71	       =>  wckTime=31.223  cpuTime=30.86  mem=18M451
115.84	   
115.84	   search
115.84	     run=19  nbConstraintChecks=51775895  nbValidityChecks=12709308  nbPropagations=0  nbRevisions=0
115.84	     nbUselessRevisions=0  nbAssignments=84283  nbFailedAssignments=14279  nbBacktracks=66514  nbVisitedNodes=119446
115.84	     nbRestartNogoods=66
115.84	       =>  wckTime=82.361  cpuTime=81.57  mem=18M451
133.69	   
133.69	   search
133.69	     run=20  nbConstraintChecks=61142791  nbValidityChecks=16895099  nbPropagations=0  nbRevisions=0
133.69	     nbUselessRevisions=0  nbAssignments=122835  nbFailedAssignments=19409  nbBacktracks=99766  nbVisitedNodes=163251
133.69	     nbRestartNogoods=72
133.69	       =>  wckTime=100.205  cpuTime=99.26  mem=18M451
157.13	   
157.13	   search
157.13	     run=21  nbConstraintChecks=71350608  nbValidityChecks=24308940  nbPropagations=0  nbRevisions=0
157.13	     nbUselessRevisions=0  nbAssignments=180571  nbFailedAssignments=27121  nbBacktracks=149647  nbVisitedNodes=228956
157.13	     nbRestartNogoods=77
157.13	       =>  wckTime=123.646  cpuTime=122.51  mem=18M451
192.44	   
192.44	   search
192.44	     run=22  nbConstraintChecks=88666109  nbValidityChecks=33733872  nbPropagations=0  nbRevisions=0
192.44	     nbUselessRevisions=0  nbAssignments=264888  nbFailedAssignments=36444  nbBacktracks=224471  nbVisitedNodes=322718
192.44	     nbRestartNogoods=83
192.44	       =>  wckTime=158.962  cpuTime=157.53  mem=18M451
245.68	   
245.68	   search
245.68	     run=23  nbConstraintChecks=110369125  nbValidityChecks=53214313  nbPropagations=0  nbRevisions=0
245.68	     nbUselessRevisions=0  nbAssignments=396130  nbFailedAssignments=55314  nbBacktracks=336698  nbVisitedNodes=475256
245.68	     nbRestartNogoods=90
245.68	       =>  wckTime=212.199  cpuTime=210.31  mem=18M451
344.71	   
344.71	   search
344.71	     run=24  nbConstraintChecks=165313214  nbValidityChecks=76715968  nbPropagations=0  nbRevisions=0
344.71	     nbUselessRevisions=0  nbAssignments=587423  nbFailedAssignments=78111  nbBacktracks=505041  nbVisitedNodes=689690
344.71	     nbRestartNogoods=98
344.71	       =>  wckTime=311.231  cpuTime=308.52  mem=18M451
631.28	   
631.28	   search
631.28	     run=25  nbConstraintChecks=344012090  nbValidityChecks=119122054  nbPropagations=0  nbRevisions=0
631.28	     nbUselessRevisions=0  nbAssignments=895163  nbFailedAssignments=133174  nbBacktracks=757552  nbVisitedNodes=1094724
631.28	     nbRestartNogoods=101
631.28	       =>  wckTime=597.803  cpuTime=592.69  mem=18M451
788.36	   
788.36	   search
788.36	     run=26  nbConstraintChecks=440357389  nbValidityChecks=149602254  nbPropagations=0  nbRevisions=0
788.36	     nbUselessRevisions=0  nbAssignments=1326824  nbFailedAssignments=185872  nbBacktracks=1136323
788.36	     nbVisitedNodes=1579114  nbRestartNogoods=108
788.36	       =>  wckTime=754.874  cpuTime=749.15  mem=18M451
1071.28	   
1071.28	   search
1071.28	     run=27  nbConstraintChecks=593778161  nbValidityChecks=241114272  nbPropagations=0  nbRevisions=0
1071.28	     nbUselessRevisions=0  nbAssignments=1961699  nbFailedAssignments=252440  nbBacktracks=1704475
1071.28	     nbVisitedNodes=2282043  nbRestartNogoods=115
1071.28	       =>  wckTime=1037.803  cpuTime=1031.81  mem=18M451
1472.05	   
1472.05	   search
1472.05	     run=28  nbConstraintChecks=793457374  nbValidityChecks=387190541  nbPropagations=0  nbRevisions=0
1472.05	     nbUselessRevisions=0  nbAssignments=2924602  nbFailedAssignments=362955  nbBacktracks=2556703
1472.05	     nbVisitedNodes=3358684  nbRestartNogoods=124
1472.05	       =>  wckTime=1438.572  cpuTime=1432.18  mem=18M451
2009.29	   
2009.29	   search
2009.29	     run=29  nbConstraintChecks=1147699201  nbValidityChecks=482972104  nbPropagations=0  nbRevisions=0
2009.29	     nbUselessRevisions=0  nbAssignments=4370356  nbFailedAssignments=530172  nbBacktracks=3835061
2009.29	     nbVisitedNodes=4971996  nbRestartNogoods=136
2009.29	       =>  wckTime=1975.807  cpuTime=1968.88  mem=18M451
2407.66	v 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 

Verifier Data (download as text)

2 unsatisfied constraints, 40 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-275796-1169227353 -o ROOT/results/node65/solver-275796-1169227353 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275796-1169227353/unknown.xml 

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

/proc/loadavg: 2.00 2.00 1.89 5/74 18505
/proc/meminfo: memFree=1008444/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=18540 CPUtime=0
/proc/18504/stat : 18504 (runsolver) R 18502 18504 18017 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 70232513 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 257203694887 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18504/statm: 4635 279 244 17 0 2626 0

[startup+0.108067 s]
/proc/loadavg: 2.00 2.00 1.89 5/74 18505
/proc/meminfo: memFree=1008444/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=914988 CPUtime=0.09
/proc/18504/stat : 18504 (java) S 18502 18504 18017 0 -1 0 2995 0 1 0 8 1 0 0 17 0 8 0 70232513 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516135 s]
/proc/loadavg: 2.00 2.00 1.89 5/74 18505
/proc/meminfo: memFree=1008444/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=0.48
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 6674 0 1 0 45 3 0 0 18 0 8 0 70232513 937439232 6413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 6413 2166 14 0 215337 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915468

[startup+1.33827 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 18512
/proc/meminfo: memFree=990020/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=1.3
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 7290 0 1 0 122 8 0 0 25 0 8 0 70232513 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 7028 2495 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 160 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.11
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 325 0 0 0 11 0 0 0 16 0 8 0 70232521 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 7028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915468

[startup+2.98753 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 18512
/proc/meminfo: memFree=990020/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2.93
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 7295 0 1 0 275 18 0 0 25 0 8 0 70232513 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603559 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 7032 2495 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 160 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.12
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915468

[startup+6.27108 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 18512
/proc/meminfo: memFree=989892/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=6.19
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 7295 0 1 0 581 38 0 0 25 0 8 0 70232513 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073595466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 7032 2495 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 160 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.12
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 7032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915468

[startup+12.7598 s]
/proc/loadavg: 2.00 2.00 1.89 4/81 18512
/proc/meminfo: memFree=989892/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=12.61
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 7297 0 1 0 1182 79 0 0 25 0 8 0 70232513 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073604147 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 7034 2495 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 160 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.12
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915468

[startup+25.6013 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 18512
/proc/meminfo: memFree=989892/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=25.35
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 7297 0 1 0 2372 163 0 0 25 0 8 0 70232513 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073591541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 7034 2495 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 160 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.12
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 7034 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915468

[startup+51.2075 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 18512
/proc/meminfo: memFree=981124/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=50.74
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9555 0 1 0 4811 263 0 0 25 0 8 0 70232513 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804783 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 9285 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915468

[startup+102.417 s]
/proc/loadavg: 2.00 2.00 1.90 3/81 18512
/proc/meminfo: memFree=981124/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=101.51
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9565 0 1 0 9888 263 0 0 25 0 8 0 70232513 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18504/statm: 228867 9295 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 915468

[startup+162.468 s]
/proc/loadavg: 2.00 2.00 1.90 3/81 18512
/proc/meminfo: memFree=981060/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=161.06
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9574 0 1 0 15843 263 0 0 25 0 8 0 70232513 937439232 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2016.74
Current children cumulated vsize (KiB) 915468

[startup+2083.94 s]
/proc/loadavg: 2.02 2.03 1.96 3/81 18591
/proc/meminfo: memFree=1372996/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2076.71
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 207403 268 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804751 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2076.71
Current children cumulated vsize (KiB) 915468

[startup+2143.99 s]
/proc/loadavg: 2.06 2.03 1.96 5/81 18591
/proc/meminfo: memFree=1372932/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2136.7
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 213402 268 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073592891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2136.7
Current children cumulated vsize (KiB) 915468

[startup+2204.04 s]
/proc/loadavg: 2.02 2.03 1.96 3/81 18591
/proc/meminfo: memFree=1372996/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2196.7
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 219402 268 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835792 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2196.7
Current children cumulated vsize (KiB) 915468

[startup+2264.09 s]
/proc/loadavg: 2.01 2.02 1.96 3/81 18591
/proc/meminfo: memFree=1372932/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2256.68
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 225400 268 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073470041 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2256.68
Current children cumulated vsize (KiB) 915468

[startup+2324.15 s]
/proc/loadavg: 2.14 2.05 1.97 3/87 18665
/proc/meminfo: memFree=1371660/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2316.67
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 231397 270 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073606423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2316.67
Current children cumulated vsize (KiB) 915468

[startup+2384.21 s]
/proc/loadavg: 2.05 2.03 1.97 3/81 18789
/proc/meminfo: memFree=1372716/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2376.65
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 237390 275 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073605311 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2376.65
Current children cumulated vsize (KiB) 915468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2407.65 s]
/proc/loadavg: 2.03 2.03 1.97 3/81 18789
/proc/meminfo: memFree=1372740/2055920 swapFree=4191892/4192956
[pid=18504] ppid=18502 vsize=915468 CPUtime=2400.06
/proc/18504/stat : 18504 (java) R 18502 18504 18017 0 -1 0 9602 0 1 0 239731 275 0 0 25 0 8 0 70232513 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837172 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18504/statm: 228867 9332 2546 14 0 215337 0
[pid=18504/tid=18506] ppid=18502 vsize=915468 CPUtime=0.02
/proc/18504/task/18506/stat : 18506 (java) S 18502 18504 18017 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18507] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18507/stat : 18507 (java) S 18502 18504 18017 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18508] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18508/stat : 18508 (java) S 18502 18504 18017 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 70232518 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18509] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18509/stat : 18509 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18510] ppid=18502 vsize=915468 CPUtime=0.25
/proc/18504/task/18510/stat : 18510 (java) S 18502 18504 18017 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18511] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18511/stat : 18511 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18504/tid=18512] ppid=18502 vsize=915468 CPUtime=0
/proc/18504/task/18512/stat : 18512 (java) S 18502 18504 18017 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 70232521 937439232 9332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 915468

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

Child status: 143
Real time (s): 2407.72
CPU time (s): 2400.13
CPU user time (s): 2397.37
CPU system time (s): 2.76158
CPU usage (%): 99.6849
Max. virtual memory (cumulated for all children) (KiB): 915472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.37
system time used= 2.76158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9628
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= 49858
involuntary context switches= 35605

runsolver used 2.84957 s user time and 7.71883 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Fri Jan 19 17:22:33 UTC 2007


IDJOB= 275796
IDBENCH= 5081
IDSOLVER= 69
FILE ID= node65/275796-1169227353

PBS_JOBID= 3589219

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-10-11.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275796-1169227353/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-275796-1169227353 -o ROOT/results/node65/solver-275796-1169227353 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275796-1169227353/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  909bddf60f447d4fe6ae1972473e26c0

RANDOM SEED= 294109067

TIME LIMIT= 2400 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.263
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.263
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:       1008860 kB
Buffers:         41600 kB
Cached:         523356 kB
SwapCached:        396 kB
Active:         505204 kB
Inactive:       472480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1008860 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         422644 kB
Slab:            53992 kB
Committed_AS:   936204 kB
PageTables:       2616 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= 66560 MiB



End job on node65 on Fri Jan 19 18:02:41 UTC 2007