Trace number 281818

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 EPFCOPTIMUM 1701.49 1703.23

General information on the benchmark

NameMaxCSP/randomMaxCSP/denseTight/
vcsp-25-10-25-87-3_ext.xml
MD5SUM509ec9044b93e63b70c575af796fa270
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints45
Best CPU time to get the best result obtained on this benchmark4.90425
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
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=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/281818-1169314537/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.098  cpuTime=0.08  mem=6M887
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.50	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
0.50	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1328  maxDegree=11
0.50	     maxArity=2
0.50	       =>  wckTime=0.187  cpuTime=0.13  mem=7M872
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.58	       =>  wckTime=0.269  cpuTime=0.17  mem=5M439
0.58	
0.58	s SATISFIABLE
0.58	o 12
0.58	c 63
0.58	o 15
0.58	c 60
0.59	o 18
0.59	c 57
0.59	o 21
0.59	c 54
0.59	o 23
0.59	c 52
0.59	o 25
0.59	c 50
0.59	o 27
0.59	c 48
0.59	o 28
0.59	c 47
0.59	o 30
0.59	c 45
0.59	o 32
0.59	c 43
0.59	o 33
0.59	c 42
0.59	o 34
0.59	c 41
0.59	o 35
0.59	c 40
0.60	o 36
0.60	c 39
0.60	o 37
0.60	c 38
0.60	o 38
0.60	c 37
0.60	o 39
0.60	c 36
0.60	o 40
0.60	c 35
0.60	o 41
0.60	c 34
0.61	o 42
0.61	c 33
0.66	o 43
0.66	c 32
0.66	o 44
0.66	c 31
1.05	o 45
1.05	c 30
2.14	   
2.14	   search
2.14	     run=0  nbConstraintChecks=8835813  nbAssignments=10000
2.14	       =>  wckTime=1.565  cpuTime=1.55  mem=5M439
3.64	   
3.64	   search
3.64	     run=1  nbConstraintChecks=17496248  nbAssignments=20000
3.64	       =>  wckTime=3.068  cpuTime=3.04  mem=5M439
5.15	   
5.15	   search
5.15	     run=2  nbConstraintChecks=26312509  nbAssignments=30000
5.15	       =>  wckTime=4.575  cpuTime=4.54  mem=5M439
6.68	   
6.68	   search
6.68	     run=3  nbConstraintChecks=35338271  nbAssignments=40000
6.68	       =>  wckTime=6.108  cpuTime=6.07  mem=5M439
8.12	   
8.12	   search
8.12	     run=4  nbConstraintChecks=44009630  nbAssignments=50000
8.12	       =>  wckTime=7.539  cpuTime=7.49  mem=5M439
9.54	   
9.54	   search
9.54	     run=5  nbConstraintChecks=53112687  nbAssignments=60000
9.54	       =>  wckTime=8.965  cpuTime=8.91  mem=5M439
10.93	   
10.93	   search
10.93	     run=6  nbConstraintChecks=61742156  nbAssignments=70000
10.93	       =>  wckTime=10.352  cpuTime=10.3  mem=5M439
12.34	   
12.34	   search
12.34	     run=7  nbConstraintChecks=70530759  nbAssignments=80000
12.34	       =>  wckTime=11.762  cpuTime=11.71  mem=5M439
13.75	   
13.75	   search
13.75	     run=8  nbConstraintChecks=79431078  nbAssignments=90000
13.75	       =>  wckTime=13.174  cpuTime=13.12  mem=5M439
15.18	   
15.18	   search
15.18	     run=9  nbConstraintChecks=88557856  nbAssignments=100000
15.18	       =>  wckTime=14.606  cpuTime=14.54  mem=5M439
16.58	   
16.58	   search
16.58	     run=10  nbConstraintChecks=97293209  nbAssignments=110000
16.58	       =>  wckTime=16.005  cpuTime=15.95  mem=5M439
17.99	   
17.99	   search
17.99	     run=11  nbConstraintChecks=105970313  nbAssignments=120000
17.99	       =>  wckTime=17.413  cpuTime=17.36  mem=5M439
19.40	   
19.40	   search
19.40	     run=12  nbConstraintChecks=114669518  nbAssignments=130000
19.40	       =>  wckTime=18.822  cpuTime=18.76  mem=5M439
20.81	   
20.81	   search
20.81	     run=13  nbConstraintChecks=123361879  nbAssignments=140000
20.81	       =>  wckTime=20.23  cpuTime=20.17  mem=5M439
22.22	   
22.22	   search
22.22	     run=14  nbConstraintChecks=132164364  nbAssignments=150000
22.22	       =>  wckTime=21.648  cpuTime=21.59  mem=5M439
23.64	   
23.64	   search
23.64	     run=15  nbConstraintChecks=140959786  nbAssignments=160000
23.64	       =>  wckTime=23.064  cpuTime=23.0  mem=5M439
25.06	   
25.06	   search
25.06	     run=16  nbConstraintChecks=149745267  nbAssignments=170000
25.06	       =>  wckTime=24.48  cpuTime=24.41  mem=5M439
26.46	   
26.46	   search
26.46	     run=17  nbConstraintChecks=158351322  nbAssignments=180000
26.46	       =>  wckTime=25.88  cpuTime=25.81  mem=5M439
27.86	   
27.86	   search
27.86	     run=18  nbConstraintChecks=167176949  nbAssignments=190000
27.86	       =>  wckTime=27.288  cpuTime=27.22  mem=5M439
29.26	   
29.26	   search
29.26	     run=19  nbConstraintChecks=175892927  nbAssignments=200000
29.26	       =>  wckTime=28.686  cpuTime=28.62  mem=5M439
30.68	   
30.68	   search
30.68	     run=20  nbConstraintChecks=184779486  nbAssignments=210000
30.68	       =>  wckTime=30.1  cpuTime=30.03  mem=5M439
31.11	   
31.11	   search
31.11	     run=21  nbConstraintChecks=187456801  nbAssignments=213106
31.11	       =>  wckTime=30.532  cpuTime=30.47  mem=5M439
31.11	   
31.11	   global
31.11	     nbConstraintChecks=187456801  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.11	     solvingWckTime=30.531  solvingCpuTime=30.47  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.11	     globalCpuTime=30.7
31.11	       =>  wckTime=30.801  cpuTime=30.64  mem=5M439
31.11	   
31.11	   solver IterativeSystematicSolver being built... 
31.24	       =>  wckTime=30.927  cpuTime=30.74  mem=16M429
31.27	   
31.27	   preprocessing
31.27	     nbConstraintChecks=41344  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.27	     detectedInconsistency=no
31.27	       =>  wckTime=0.031  cpuTime=0.02  mem=16M429
31.30	   
31.30	   search
31.30	     run=0  nbConstraintChecks=66979  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35
31.30	     nbFailedAssignments=18  nbBacktracks=10  nbVisitedNodes=64  nbRestartNogoods=0
31.30	       =>  wckTime=0.062  cpuTime=0.04  mem=16M429
31.35	   
31.35	   search
31.35	     run=1  nbConstraintChecks=231176  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=119
31.35	     nbFailedAssignments=78  nbBacktracks=25  nbVisitedNodes=223  nbRestartNogoods=10
31.35	       =>  wckTime=0.11  cpuTime=0.08  mem=16M429
31.38	   
31.38	   search
31.38	     run=2  nbConstraintChecks=361246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=184
31.38	     nbFailedAssignments=114  nbBacktracks=47  nbVisitedNodes=345  nbRestartNogoods=13
31.38	       =>  wckTime=0.144  cpuTime=0.11  mem=16M429
31.44	   
31.44	   search
31.44	     run=3  nbConstraintChecks=600815  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=298
31.44	     nbFailedAssignments=187  nbBacktracks=80  nbVisitedNodes=565  nbRestartNogoods=23
31.44	       =>  wckTime=0.202  cpuTime=0.16  mem=16M429
31.53	   
31.53	   search
31.53	     run=4  nbConstraintChecks=1004987  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=512
31.53	     nbFailedAssignments=343  nbBacktracks=130  nbVisitedNodes=985  nbRestartNogoods=29
31.53	       =>  wckTime=0.29  cpuTime=0.25  mem=16M429
31.64	   
31.64	   search
31.64	     run=5  nbConstraintChecks=1505395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=761
31.64	     nbFailedAssignments=510  nbBacktracks=205  nbVisitedNodes=1476  nbRestartNogoods=54
31.64	       =>  wckTime=0.406  cpuTime=0.37  mem=16M429
31.83	   
31.83	   search
31.83	     run=6  nbConstraintChecks=2372417  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1170
31.83	     nbFailedAssignments=797  nbBacktracks=318  nbVisitedNodes=2285  nbRestartNogoods=63
31.83	       =>  wckTime=0.597  cpuTime=0.55  mem=16M429
32.10	   
32.10	   search
32.10	     run=7  nbConstraintChecks=3512486  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1692
32.10	     nbFailedAssignments=1143  nbBacktracks=488  nbVisitedNodes=3317  nbRestartNogoods=78
32.10	       =>  wckTime=0.861  cpuTime=0.8  mem=16M429
32.41	   
32.41	   search
32.41	     run=8  nbConstraintChecks=5004293  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2392
32.41	     nbFailedAssignments=1579  nbBacktracks=744  nbVisitedNodes=4707  nbRestartNogoods=91
32.41	       =>  wckTime=1.172  cpuTime=1.11  mem=16M429
32.95	   
32.95	   search
32.95	     run=9  nbConstraintChecks=7665344  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3800
32.95	     nbFailedAssignments=2595  nbBacktracks=1128  nbVisitedNodes=7506  nbRestartNogoods=103
32.95	       =>  wckTime=1.711  cpuTime=1.64  mem=16M429
33.72	   
33.72	   search
33.72	     run=10  nbConstraintChecks=11254405  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5604
33.72	     nbFailedAssignments=3816  nbBacktracks=1704  nbVisitedNodes=11080  nbRestartNogoods=111
33.72	       =>  wckTime=2.482  cpuTime=2.41  mem=16M429
34.86	   
34.86	   search
34.86	     run=11  nbConstraintChecks=16941026  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8506
34.86	     nbFailedAssignments=5846  nbBacktracks=2568  nbVisitedNodes=16872  nbRestartNogoods=119
34.86	       =>  wckTime=3.619  cpuTime=3.55  mem=16M429
36.29	   
36.29	   search
36.29	     run=12  nbConstraintChecks=23802896  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11838
36.29	     nbFailedAssignments=7875  nbBacktracks=3865  nbVisitedNodes=23525  nbRestartNogoods=130
36.29	       =>  wckTime=5.055  cpuTime=4.98  mem=16M429
38.80	   
38.80	   search
38.80	     run=13  nbConstraintChecks=36408320  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18202
38.80	     nbFailedAssignments=12284  nbBacktracks=5811  nbVisitedNodes=36217  nbRestartNogoods=140
38.80	       =>  wckTime=7.56  cpuTime=7.49  mem=16M429
42.93	   
42.93	   search
42.93	     run=14  nbConstraintChecks=56177607  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28490
42.93	     nbFailedAssignments=19646  nbBacktracks=8730  nbVisitedNodes=56622  nbRestartNogoods=159
42.93	       =>  wckTime=11.692  cpuTime=11.62  mem=16M429
47.99	   
47.99	   search
47.99	     run=15  nbConstraintChecks=81098759  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=41049
47.99	     nbFailedAssignments=27821  nbBacktracks=13108  nbVisitedNodes=81611  nbRestartNogoods=179
47.99	       =>  wckTime=16.754  cpuTime=16.68  mem=16M429
56.94	   
56.94	   search
56.94	     run=16  nbConstraintChecks=122165432  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=62135
56.94	     nbFailedAssignments=42332  nbBacktracks=19676  nbVisitedNodes=123530  nbRestartNogoods=195
56.94	       =>  wckTime=25.7  cpuTime=25.59  mem=16M429
69.93	   
69.93	   search
69.93	     run=17  nbConstraintChecks=182775942  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=93618
69.93	     nbFailedAssignments=63955  nbBacktracks=29528  nbVisitedNodes=185969  nbRestartNogoods=221
69.93	       =>  wckTime=38.689  cpuTime=38.57  mem=16M429
88.87	   
88.87	   search
88.87	     run=18  nbConstraintChecks=270034915  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=139853
88.87	     nbFailedAssignments=95403  nbBacktracks=44306  nbVisitedNodes=278074  nbRestartNogoods=235
88.87	       =>  wckTime=57.631  cpuTime=57.5  mem=16M429
117.87	   
117.88	   search
117.88	     run=19  nbConstraintChecks=404914927  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=211526
117.88	     nbFailedAssignments=144903  nbBacktracks=66474  nbVisitedNodes=420843  nbRestartNogoods=257
117.88	       =>  wckTime=86.637  cpuTime=86.47  mem=16M429
163.96	   
163.96	   search
163.96	     run=20  nbConstraintChecks=608504498  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=326276
163.96	     nbFailedAssignments=226396  nbBacktracks=99726  nbVisitedNodes=649256  nbRestartNogoods=272
163.96	       =>  wckTime=132.724  cpuTime=132.51  mem=16M429
229.04	   
229.04	   search
229.04	     run=21  nbConstraintChecks=899405112  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=484673
229.04	     nbFailedAssignments=334909  nbBacktracks=149604  nbVisitedNodes=964125  nbRestartNogoods=289
229.04	       =>  wckTime=197.801  cpuTime=197.54  mem=16M429
323.44	   
323.44	   search
323.44	     run=22  nbConstraintChecks=1313419706  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=717938
323.44	     nbFailedAssignments=493350  nbBacktracks=224422  nbVisitedNodes=1427544  nbRestartNogoods=313
323.44	       =>  wckTime=292.208  cpuTime=291.84  mem=16M429
462.63	   
462.63	   search
462.63	     run=23  nbConstraintChecks=1926563041  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1055436
462.63	     nbFailedAssignments=718616  nbBacktracks=336649  nbVisitedNodes=2096470  nbRestartNogoods=340
462.63	       =>  wckTime=431.393  cpuTime=430.9  mem=16M429
676.81	   
676.81	   search
676.81	     run=24  nbConstraintChecks=2884229941  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1574458
676.81	     nbFailedAssignments=1069292  nbBacktracks=504990  nbVisitedNodes=3125867  nbRestartNogoods=361
676.81	       =>  wckTime=645.574  cpuTime=644.89  mem=16M429
985.92	   
985.92	   search
985.92	     run=25  nbConstraintChecks=4248593808  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2324904
985.92	     nbFailedAssignments=1567221  nbBacktracks=757501  nbVisitedNodes=4609842  nbRestartNogoods=384
985.92	       =>  wckTime=954.683  cpuTime=953.69  mem=16M429
1447.79	   
1447.79	   search
1447.79	     run=26  nbConstraintChecks=6305191538  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3441771
1447.79	     nbFailedAssignments=2305317  nbBacktracks=1136268  nbVisitedNodes=6818816  nbRestartNogoods=396
1447.79	       =>  wckTime=1416.552  cpuTime=1415.1  mem=16M429
1703.18	   
1703.19	   search
1703.19	     run=27  nbConstraintChecks=7441194786  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4052633
1703.19	     nbFailedAssignments=2700135  nbBacktracks=1352313  nbVisitedNodes=8022502  nbRestartNogoods=420
1703.19	       =>  wckTime=1671.949  cpuTime=1670.23  mem=16M429
1703.19	   
1703.19	   global
1703.19	     nbConstraintChecks=7441236130  nbRestartNogoods=420  solvingWckTime=1671.95  solvingCpuTime=1670.23  expiredTime=no
1703.19	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1701.03
1703.19	       =>  wckTime=1702.878  cpuTime=1700.97  mem=16M429
1703.19	
1703.19	s OPTIMUM FOUND
1703.19	v 4 8 2 8 5 3 2 4 9 0 5 6 8 4 1 1 5 4 5 5 4 4 1 6 9 
1703.19	   
1703.19	   totalWckTime=1702.959  totalCpuTime=1701.03

Verifier Data (download as text)

30 unsatisfied constraints, 45 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/node60/watcher-281818-1169314537 -o ROOT/results/node60/solver-281818-1169314537 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281818-1169314537/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: 1.24 1.05 1.02 3/73 31868
/proc/meminfo: memFree=1409872/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=18540 CPUtime=0
/proc/31867/stat : 31867 (runsolver) R 31865 31867 31461 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 279851622 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31867/statm: 4635 279 244 17 0 2626 0

[startup+0.109492 s]
/proc/loadavg: 1.24 1.05 1.02 3/73 31868
/proc/meminfo: memFree=1409872/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=914988 CPUtime=0.09
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 3060 0 1 0 8 1 0 0 17 0 8 0 279851622 936947712 2806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072916924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31867/statm: 228747 2806 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517539 s]
/proc/loadavg: 1.24 1.05 1.02 3/73 31868
/proc/meminfo: memFree=1409872/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915332 CPUtime=0.5
/proc/31867/stat : 31867 (java) S 31865 31867 31461 0 -1 0 6496 0 1 0 45 5 0 0 17 0 8 0 279851622 937299968 6234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31867/statm: 228833 6234 2165 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33861 s]
/proc/loadavg: 1.24 1.05 1.02 4/80 31875
/proc/meminfo: memFree=1392664/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1.3
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 6977 0 1 0 106 24 0 0 23 0 8 0 279851622 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073654180 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31867/statm: 228859 6715 2479 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.11
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 327 0 0 0 11 0 0 0 17 0 8 0 279851630 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 6715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 6715 18446744073709551615 134512640 134570532 4294956464 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) 915436

[startup+2.98477 s]
/proc/loadavg: 1.30 1.07 1.02 3/80 31875
/proc/meminfo: memFree=1392600/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=2.95
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 6980 0 1 0 230 65 0 0 25 0 8 0 279851622 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073657940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31867/statm: 228859 6717 2479 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.11
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915436

[startup+6.2851 s]
/proc/loadavg: 1.30 1.07 1.02 3/80 31875
/proc/meminfo: memFree=1392600/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=6.23
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 6980 0 1 0 470 153 0 0 25 0 8 0 279851622 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073652236 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31867/statm: 228859 6717 2479 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.11
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) R 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915436

[startup+12.7667 s]
/proc/loadavg: 1.33 1.08 1.03 3/87 31935
/proc/meminfo: memFree=1376472/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=12.7
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 6981 0 1 0 943 327 0 0 25 0 8 0 279851622 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228860 6717 2479 14 0 215330 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.11
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915440 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937410560 6717 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915436

[startup+25.613 s]
/proc/loadavg: 1.44 1.11 1.04 3/87 31935
/proc/meminfo: memFree=1376472/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=25.54
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 6982 0 1 0 1885 669 0 0 25 0 8 0 279851622 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 6718 2479 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915440 CPUtime=0.11
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 279851630 937410560 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 6718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915436

[startup+51.2165 s]
/proc/loadavg: 1.63 1.18 1.06 3/87 31935
/proc/meminfo: memFree=1360920/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=51.11
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9012 0 1 0 4295 816 0 0 25 0 8 0 279851622 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8744 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.2
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 385 0 0 0 19 1 0 0 15 0 8 0 279851630 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 915436

[startup+102.515 s]
/proc/loadavg: 1.87 1.32 1.11 3/87 31935
/proc/meminfo: memFree=1360856/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=102.35
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9021 0 1 0 9419 816 0 0 25 0 8 0 279851622 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073788125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8752 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 915436

[startup+162.548 s]
/proc/loadavg: 1.95 1.44 1.16 3/87 31935
/proc/meminfo: memFree=1360792/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=162.34
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9024 0 1 0 15418 816 0 0 25 0 8 0 279851622 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 915436

[startup+1303.21 s]
/proc/loadavg: 2.00 1.98 1.73 3/87 31935
/proc/meminfo: memFree=1360536/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1301.91
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9038 0 1 0 129374 817 0 0 25 0 8 0 279851622 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073656209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8769 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 915436

[startup+1363.25 s]
/proc/loadavg: 2.00 1.98 1.75 3/87 31935
/proc/meminfo: memFree=1360536/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1361.88
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9038 0 1 0 135371 817 0 0 25 0 8 0 279851622 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758611 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8769 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 915436

[startup+1423.28 s]
/proc/loadavg: 2.00 1.98 1.76 3/87 31935
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1421.87
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9038 0 1 0 141370 817 0 0 25 0 8 0 279851622 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8769 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 915436

[startup+1483.32 s]
/proc/loadavg: 2.00 1.98 1.77 3/87 31935
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1481.85
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9041 0 1 0 147367 818 0 0 25 0 8 0 279851622 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8772 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 915436

[startup+1543.36 s]
/proc/loadavg: 2.22 2.04 1.80 3/93 32017
/proc/meminfo: memFree=1359192/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1541.82
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9041 0 1 0 153360 822 0 0 25 0 8 0 279851622 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758673 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8772 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 915436

[startup+1603.43 s]
/proc/loadavg: 2.12 2.04 1.82 3/87 32133
/proc/meminfo: memFree=1360136/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1601.8
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9041 0 1 0 159354 826 0 0 25 0 8 0 279851622 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073775132 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8772 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 915436

[startup+1663.46 s]
/proc/loadavg: 2.04 2.03 1.83 3/87 32133
/proc/meminfo: memFree=1360152/2055920 swapFree=4192812/4192956
[pid=31867] ppid=31865 vsize=915436 CPUtime=1661.78
/proc/31867/stat : 31867 (java) R 31865 31867 31461 0 -1 0 9041 0 1 0 165352 826 0 0 25 0 8 0 279851622 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811807 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31867/statm: 228859 8772 2532 14 0 215329 0
[pid=31867/tid=31869] ppid=31865 vsize=915436 CPUtime=0.02
/proc/31867/task/31869/stat : 31869 (java) S 31865 31867 31461 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31870] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31870/stat : 31870 (java) S 31865 31867 31461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31871] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31871/stat : 31871 (java) S 31865 31867 31461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279851626 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31872] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31872/stat : 31872 (java) S 31865 31867 31461 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31873] ppid=31865 vsize=915436 CPUtime=0.21
/proc/31867/task/31873/stat : 31873 (java) S 31865 31867 31461 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31867/tid=31874] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31874/stat : 31874 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31867/tid=31875] ppid=31865 vsize=915436 CPUtime=0
/proc/31867/task/31875/stat : 31875 (java) S 31865 31867 31461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279851630 937406464 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 915436

Child status: 0
Real time (s): 1703.23
CPU time (s): 1701.49
CPU user time (s): 1693.22
CPU system time (s): 8.27274
CPU usage (%): 99.898
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1693.22
system time used= 8.27274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9138
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= 35407
involuntary context switches= 43540

runsolver used 1.9567 s user time and 4.20936 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan 20 17:35:37 UTC 2007


IDJOB= 281818
IDBENCH= 12275
IDSOLVER= 68
FILE ID= node60/281818-1169314537

PBS_JOBID= 3610316

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/denseTight/vcsp-25-10-25-87-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281818-1169314537/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-281818-1169314537 -o ROOT/results/node60/solver-281818-1169314537 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281818-1169314537/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  509ec9044b93e63b70c575af796fa270

RANDOM SEED= 252628070

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.236
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.236
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:       1410288 kB
Buffers:         51648 kB
Cached:         496840 kB
SwapCached:          0 kB
Active:         157668 kB
Inactive:       412064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:          32796 kB
Slab:            61188 kB
Committed_AS:  5836172 kB
PageTables:       1800 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= 66561 MiB



End job on node60 on Sat Jan 20 18:04:01 UTC 2007