Trace number 282097

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 806.052 811.929

General information on the benchmark

NameMaxCSP/pi/pi-30-10-25-t58/
pi-30-10-197-42-81.xml
MD5SUMfb92c92438c40c9569006fbe551d0b6b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints100
Best CPU time to get the best result obtained on this benchmark8.31574
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/282097-1169318034/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.093  cpuTime=0.08  mem=6M885
0.41	   
0.41	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.53	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.53	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1346  maxDegree=13
0.53	     maxArity=2
0.53	       =>  wckTime=0.211  cpuTime=0.15  mem=8M844
0.57	   
0.57	   solver LocalSearchSolver being built... 
0.61	       =>  wckTime=0.294  cpuTime=0.2  mem=5M498
0.62	
0.62	s SATISFIABLE
0.62	o 50
0.62	c 59
0.62	o 53
0.62	c 56
0.62	o 56
0.62	c 53
0.62	o 60
0.62	c 49
0.62	o 63
0.62	c 46
0.62	o 66
0.62	c 43
0.62	o 67
0.62	c 42
0.62	o 69
0.62	c 40
0.62	o 71
0.62	c 38
0.63	o 72
0.63	c 37
0.63	o 73
0.63	c 36
0.63	o 74
0.63	c 35
0.63	o 76
0.63	c 33
0.63	o 77
0.63	c 32
0.63	o 78
0.63	c 31
0.63	o 80
0.63	c 29
0.63	o 81
0.63	c 28
0.63	o 83
0.63	c 26
0.63	o 84
0.63	c 25
0.63	o 86
0.63	c 23
0.64	o 87
0.64	c 22
0.64	o 88
0.64	c 21
0.64	o 89
0.64	c 20
0.64	o 90
0.64	c 19
0.64	o 92
0.64	c 17
0.64	o 93
0.64	c 16
0.66	o 95
0.66	c 14
0.66	o 97
0.66	c 12
0.66	o 98
0.66	c 11
0.81	o 99
0.81	c 10
1.48	o 100
1.48	c 9
2.13	   
2.13	   search
2.13	     run=0  nbConstraintChecks=7195441  nbAssignments=10000
2.13	       =>  wckTime=1.522  cpuTime=1.49  mem=5M498
3.66	   
3.69	   search
3.69	     run=1  nbConstraintChecks=14854592  nbAssignments=20000
3.69	       =>  wckTime=3.045  cpuTime=2.99  mem=5M498
5.12	   
5.12	   search
5.12	     run=2  nbConstraintChecks=21964272  nbAssignments=30000
5.12	       =>  wckTime=4.503  cpuTime=4.44  mem=5M498
6.56	   
6.56	   search
6.56	     run=3  nbConstraintChecks=28890256  nbAssignments=40000
6.56	       =>  wckTime=5.947  cpuTime=5.87  mem=5M498
8.04	   
8.05	   search
8.05	     run=4  nbConstraintChecks=36116141  nbAssignments=50000
8.05	       =>  wckTime=7.432  cpuTime=7.34  mem=5M498
9.57	   
9.57	   search
9.57	     run=5  nbConstraintChecks=43700874  nbAssignments=60000
9.57	       =>  wckTime=8.96  cpuTime=8.86  mem=5M498
11.04	   
11.04	   search
11.04	     run=6  nbConstraintChecks=50864099  nbAssignments=70000
11.04	       =>  wckTime=10.432  cpuTime=10.32  mem=5M498
12.58	   
12.58	   search
12.58	     run=7  nbConstraintChecks=58506678  nbAssignments=80000
12.58	       =>  wckTime=11.967  cpuTime=11.84  mem=5M498
14.05	   
14.05	   search
14.05	     run=8  nbConstraintChecks=65571651  nbAssignments=90000
14.05	       =>  wckTime=13.436  cpuTime=13.29  mem=5M498
15.50	   
15.50	   search
15.50	     run=9  nbConstraintChecks=72564592  nbAssignments=100000
15.50	       =>  wckTime=14.891  cpuTime=14.74  mem=5M498
16.94	   
16.94	   search
16.94	     run=10  nbConstraintChecks=79441895  nbAssignments=110000
16.94	       =>  wckTime=16.324  cpuTime=16.17  mem=5M498
18.43	   
18.43	   search
18.43	     run=11  nbConstraintChecks=86822088  nbAssignments=120000
18.43	       =>  wckTime=17.817  cpuTime=17.64  mem=5M498
19.92	   
19.92	   search
19.92	     run=12  nbConstraintChecks=94269060  nbAssignments=130000
19.92	       =>  wckTime=19.308  cpuTime=19.12  mem=5M498
21.45	   
21.45	   search
21.45	     run=13  nbConstraintChecks=102028460  nbAssignments=140000
21.45	       =>  wckTime=20.835  cpuTime=20.64  mem=5M498
22.94	   
22.94	   search
22.94	     run=14  nbConstraintChecks=109392460  nbAssignments=150000
22.94	       =>  wckTime=22.329  cpuTime=22.11  mem=5M498
24.45	   
24.45	   search
24.45	     run=15  nbConstraintChecks=116905783  nbAssignments=160000
24.45	       =>  wckTime=23.834  cpuTime=23.61  mem=5M498
25.91	   
25.91	   search
25.91	     run=16  nbConstraintChecks=124045228  nbAssignments=170000
25.91	       =>  wckTime=25.295  cpuTime=25.06  mem=5M498
27.39	   
27.39	   search
27.39	     run=17  nbConstraintChecks=131148853  nbAssignments=180000
27.39	       =>  wckTime=26.774  cpuTime=26.52  mem=5M498
28.87	   
28.87	   search
28.87	     run=18  nbConstraintChecks=138438947  nbAssignments=190000
28.87	       =>  wckTime=28.261  cpuTime=28.0  mem=5M498
30.34	   
30.34	   search
30.34	     run=19  nbConstraintChecks=145466830  nbAssignments=200000
30.34	       =>  wckTime=29.722  cpuTime=29.44  mem=5M498
31.75	   
31.75	   search
31.75	     run=20  nbConstraintChecks=152270358  nbAssignments=209574
31.75	       =>  wckTime=31.136  cpuTime=30.85  mem=5M498
31.75	   
31.75	   global
31.75	     nbConstraintChecks=152270358  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.75	     solvingWckTime=31.134  solvingCpuTime=30.84  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.75	     globalCpuTime=31.1
31.75	       =>  wckTime=31.431  cpuTime=31.05  mem=5M498
31.75	   
31.75	   solver IterativeSystematicSolver being built... 
31.90	       =>  wckTime=31.585  cpuTime=31.16  mem=16M581
31.95	   
31.95	   preprocessing
31.95	     nbConstraintChecks=18156  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.95	     detectedInconsistency=no
31.95	       =>  wckTime=0.04  cpuTime=0.02  mem=16M581
31.99	   
31.99	   search
31.99	     run=0  nbConstraintChecks=72008  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48
31.99	     nbFailedAssignments=30  nbBacktracks=11  nbVisitedNodes=89  nbRestartNogoods=0
31.99	       =>  wckTime=0.081  cpuTime=0.06  mem=16M581
32.05	   
32.05	   search
32.05	     run=1  nbConstraintChecks=193749  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=124
32.05	     nbFailedAssignments=82  nbBacktracks=26  nbVisitedNodes=232  nbRestartNogoods=5
32.05	       =>  wckTime=0.141  cpuTime=0.11  mem=16M581
32.13	   
32.13	   search
32.13	     run=2  nbConstraintChecks=399152  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=237
32.13	     nbFailedAssignments=167  nbBacktracks=48  nbVisitedNodes=452  nbRestartNogoods=14
32.13	       =>  wckTime=0.221  cpuTime=0.18  mem=16M581
32.22	   
32.22	   search
32.22	     run=3  nbConstraintChecks=656741  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=387
32.22	     nbFailedAssignments=277  nbBacktracks=81  nbVisitedNodes=745  nbRestartNogoods=18
32.22	       =>  wckTime=0.31  cpuTime=0.27  mem=16M581
32.36	   
32.36	   search
32.36	     run=4  nbConstraintChecks=1041954  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=594
32.36	     nbFailedAssignments=427  nbBacktracks=131  nbVisitedNodes=1151  nbRestartNogoods=25
32.36	       =>  wckTime=0.451  cpuTime=0.41  mem=16M581
32.56	   
32.56	   search
32.56	     run=5  nbConstraintChecks=1604599  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=916
32.56	     nbFailedAssignments=666  nbBacktracks=206  nbVisitedNodes=1786  nbRestartNogoods=32
32.56	       =>  wckTime=0.651  cpuTime=0.61  mem=16M581
32.85	   
32.85	   search
32.85	     run=6  nbConstraintChecks=2433709  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1377
32.85	     nbFailedAssignments=1007  nbBacktracks=319  nbVisitedNodes=2701  nbRestartNogoods=40
32.85	       =>  wckTime=0.941  cpuTime=0.89  mem=16M581
33.31	   
33.31	   search
33.31	     run=7  nbConstraintChecks=3886431  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2188
33.31	     nbFailedAssignments=1638  nbBacktracks=489  nbVisitedNodes=4313  nbRestartNogoods=44
33.31	       =>  wckTime=1.409  cpuTime=1.34  mem=16M581
33.78	   
33.78	   search
33.78	     run=8  nbConstraintChecks=5319173  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2980
33.78	     nbFailedAssignments=2166  nbBacktracks=745  nbVisitedNodes=5884  nbRestartNogoods=55
33.78	       =>  wckTime=1.87  cpuTime=1.79  mem=16M581
34.54	   
34.54	   search
34.54	     run=9  nbConstraintChecks=7620856  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4316
34.54	     nbFailedAssignments=3111  nbBacktracks=1129  nbVisitedNodes=8529  nbRestartNogoods=63
34.54	       =>  wckTime=2.638  cpuTime=2.55  mem=16M581
36.10	   
36.10	   search
36.10	     run=10  nbConstraintChecks=12312717  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7055
36.10	     nbFailedAssignments=5266  nbBacktracks=1705  nbVisitedNodes=13967  nbRestartNogoods=79
36.10	       =>  wckTime=4.198  cpuTime=4.1  mem=16M581
38.08	   
38.08	   search
38.08	     run=11  nbConstraintChecks=18819627  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10604
38.08	     nbFailedAssignments=7944  nbBacktracks=2569  nbVisitedNodes=21034  nbRestartNogoods=96
38.08	       =>  wckTime=6.175  cpuTime=6.05  mem=16M581
41.25	   
41.25	   search
41.25	     run=12  nbConstraintChecks=28672248  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16188
41.25	     nbFailedAssignments=12224  nbBacktracks=3866  nbVisitedNodes=32124  nbRestartNogoods=116
41.25	       =>  wckTime=9.342  cpuTime=9.19  mem=16M581
45.21	   
45.21	   search
45.21	     run=13  nbConstraintChecks=41777593  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23492
45.21	     nbFailedAssignments=17575  nbBacktracks=5812  nbVisitedNodes=46703  nbRestartNogoods=130
45.21	       =>  wckTime=13.301  cpuTime=13.12  mem=16M581
52.13	   
52.13	   search
52.13	     run=14  nbConstraintChecks=63062469  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35866
52.13	     nbFailedAssignments=27025  nbBacktracks=8731  nbVisitedNodes=71247  nbRestartNogoods=142
52.13	       =>  wckTime=20.227  cpuTime=19.98  mem=16M581
62.12	   
62.12	   search
62.12	     run=15  nbConstraintChecks=94229640  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=53304
62.12	     nbFailedAssignments=40079  nbBacktracks=13109  nbVisitedNodes=105856  nbRestartNogoods=164
62.12	       =>  wckTime=30.216  cpuTime=29.89  mem=16M581
74.71	   
74.71	   search
74.71	     run=16  nbConstraintChecks=131571211  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75681
74.71	     nbFailedAssignments=55884  nbBacktracks=19677  nbVisitedNodes=150407  nbRestartNogoods=186
74.71	       =>  wckTime=42.8  cpuTime=42.37  mem=16M581
92.46	   
92.46	   search
92.46	     run=17  nbConstraintChecks=182942561  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=106756
92.46	     nbFailedAssignments=77102  nbBacktracks=29530  nbVisitedNodes=212275  nbRestartNogoods=207
92.46	       =>  wckTime=60.551  cpuTime=59.97  mem=16M581
116.99	   
116.99	   search
116.99	     run=18  nbConstraintChecks=254072224  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=150759
116.99	     nbFailedAssignments=106320  nbBacktracks=44309  nbVisitedNodes=299566  nbRestartNogoods=215
116.99	       =>  wckTime=85.081  cpuTime=84.29  mem=16M581
150.71	   
150.71	   search
150.71	     run=19  nbConstraintChecks=350998920  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=211078
150.71	     nbFailedAssignments=144464  nbBacktracks=66478  nbVisitedNodes=419194  nbRestartNogoods=227
150.71	       =>  wckTime=118.802  cpuTime=117.71  mem=16M581
199.61	   
199.61	   search
199.61	     run=20  nbConstraintChecks=494465148  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=301105
199.61	     nbFailedAssignments=201230  nbBacktracks=99730  nbVisitedNodes=597716  nbRestartNogoods=246
199.61	       =>  wckTime=167.705  cpuTime=166.2  mem=16M581
266.07	   
266.07	   search
266.07	     run=21  nbConstraintChecks=689011682  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=420242
266.07	     nbFailedAssignments=270485  nbBacktracks=149608  nbVisitedNodes=832569  nbRestartNogoods=256
266.07	       =>  wckTime=234.16  cpuTime=232.06  mem=16M581
369.97	   
369.97	   search
369.97	     run=22  nbConstraintChecks=996185928  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=607844
369.97	     nbFailedAssignments=383265  nbBacktracks=224427  nbVisitedNodes=1203031  nbRestartNogoods=267
369.97	       =>  wckTime=338.065  cpuTime=335.05  mem=16M581
523.48	   
523.48	   search
523.48	     run=23  nbConstraintChecks=1442766208  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=884154
523.48	     nbFailedAssignments=547344  nbBacktracks=336654  nbVisitedNodes=1748238  nbRestartNogoods=285
523.48	       =>  wckTime=491.572  cpuTime=487.18  mem=16M581
738.55	   
738.55	   search
738.55	     run=24  nbConstraintChecks=2113919689  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1294492
738.55	     nbFailedAssignments=789333  nbBacktracks=504998  nbVisitedNodes=2556335  nbRestartNogoods=298
738.55	       =>  wckTime=706.642  cpuTime=701.06  mem=16M581
811.88	   
811.88	   search
811.88	     run=25  nbConstraintChecks=2351573750  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1440489
811.88	     nbFailedAssignments=872553  nbBacktracks=567776  nbVisitedNodes=2841703  nbRestartNogoods=315
811.88	       =>  wckTime=779.97  cpuTime=774.34  mem=16M581
811.88	   
811.88	   global
811.88	     nbConstraintChecks=2351591906  nbRestartNogoods=315  solvingWckTime=779.972  solvingCpuTime=774.34  expiredTime=no
811.88	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=805.55
811.88	       =>  wckTime=811.557  cpuTime=805.5  mem=16M581
811.88	
811.88	s OPTIMUM FOUND
811.88	v 6 6 10 7 2 10 4 2 2 7 10 8 5 2 3 5 3 8 3 8 2 1 4 9 5 10 3 9 3 7 
811.88	   
811.88	   totalWckTime=811.646  totalCpuTime=805.55

Verifier Data (download as text)

9 unsatisfied constraints, 100 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/node7/watcher-282097-1169318034 -o ROOT/results/node7/solver-282097-1169318034 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282097-1169318034/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.92 1.98 1.99 4/87 32368
/proc/meminfo: memFree=1309136/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=906644 CPUtime=0.02
/proc/32367/stat : 32367 (java) S 32365 32367 31804 0 -1 0 2069 0 1 0 2 0 0 0 18 0 2 0 280198865 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 226661 1818 1036 14 0 214244 0
[pid=32367/tid=32369] ppid=32365 vsize=906644 CPUtime=0
/proc/32367/task/32369/stat : 32369 (java) R 32365 32367 31804 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 280198869 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.103272 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 32368
/proc/meminfo: memFree=1309136/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=914988 CPUtime=0.09
/proc/32367/stat : 32367 (java) S 32365 32367 31804 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 280198865 936947712 2744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228747 2744 1427 14 0 215242 0
[pid=32367/tid=32369] ppid=32365 vsize=914988 CPUtime=0
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 280198869 936947712 2744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511315 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 32368
/proc/meminfo: memFree=1309136/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915332 CPUtime=0.49
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 6425 0 1 0 45 4 0 0 17 0 8 0 280198865 937299968 6164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072946499 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228833 6164 2152 14 0 215303 0
[pid=32367/tid=32369] ppid=32365 vsize=915332 CPUtime=0
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 280198869 937299968 6164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.3324 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1291736/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=1.31
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 7033 0 1 0 108 23 0 0 22 0 8 0 280198865 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 6771 2479 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.12
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 328 0 0 0 11 1 0 0 18 0 8 0 280198873 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915444

[startup+2.96958 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1291672/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915448 CPUtime=2.92
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 7036 0 1 0 229 63 0 0 25 0 8 0 280198865 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228862 6773 2479 14 0 215332 0
[pid=32367/tid=32369] ppid=32365 vsize=915448 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280198869 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915448 CPUtime=0.12
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 330 0 0 0 11 1 0 0 16 0 8 0 280198873 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915448

[startup+6.1709 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1291672/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=6.1
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 7036 0 1 0 466 144 0 0 25 0 8 0 280198865 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073652087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 6773 2479 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 154 0 0 0 2 0 0 0 17 0 8 0 280198869 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.12
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 330 0 0 0 11 1 0 0 16 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915444

[startup+12.6376 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1291672/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=12.51
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 7036 0 1 0 931 320 0 0 25 0 8 0 280198865 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073652020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 6773 2479 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.12
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 330 0 0 0 11 1 0 0 16 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915444

[startup+25.5049 s]
/proc/loadavg: 1.95 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1291736/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915448 CPUtime=25.28
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 7037 0 1 0 1863 665 0 0 25 0 8 0 280198865 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228862 6774 2479 14 0 215332 0
[pid=32367/tid=32369] ppid=32365 vsize=915448 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280198869 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915448 CPUtime=0.12
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 331 0 0 0 11 1 0 0 16 0 8 0 280198873 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915448 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937418752 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915448

[startup+51.1156 s]
/proc/loadavg: 1.96 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1283608/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=50.66
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9110 0 1 0 4226 840 0 0 25 0 8 0 280198865 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8843 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915444

[startup+102.329 s]
/proc/loadavg: 1.98 1.98 1.99 3/94 32375
/proc/meminfo: memFree=1283608/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=101.44
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9123 0 1 0 9304 840 0 0 25 0 8 0 280198865 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8854 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 915444

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

/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.61
Current children cumulated vsize (KiB) 915444

[startup+402.634 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 32375
/proc/meminfo: memFree=1283480/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=399.12
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9137 0 1 0 39069 843 0 0 25 0 8 0 280198865 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073776927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8868 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.12
Current children cumulated vsize (KiB) 915444

[startup+462.686 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 32375
/proc/meminfo: memFree=1283480/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=458.63
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9137 0 1 0 45020 843 0 0 25 0 8 0 280198865 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8868 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) R 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.63
Current children cumulated vsize (KiB) 915444

[startup+522.745 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 32375
/proc/meminfo: memFree=1283544/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=518.14
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9137 0 1 0 50971 843 0 0 25 0 8 0 280198865 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831659 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8868 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.14
Current children cumulated vsize (KiB) 915444

[startup+582.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 32375
/proc/meminfo: memFree=1283544/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=577.69
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9139 0 1 0 56925 844 0 0 25 0 8 0 280198865 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8870 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.69
Current children cumulated vsize (KiB) 915444

[startup+642.858 s]
/proc/loadavg: 1.86 1.95 1.98 3/100 32533
/proc/meminfo: memFree=1272872/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=637.5
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9139 0 1 0 62904 846 0 0 25 0 8 0 280198865 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32367/statm: 228861 8870 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.5
Current children cumulated vsize (KiB) 915444

[startup+702.924 s]
/proc/loadavg: 1.91 1.94 1.98 3/100 32763
/proc/meminfo: memFree=1273896/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=697.34
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9139 0 1 0 68885 849 0 0 25 0 8 0 280198865 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073801758 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32367/statm: 228861 8870 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8870 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 697.34
Current children cumulated vsize (KiB) 915444

[startup+762.987 s]
/proc/loadavg: 1.88 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251480/2055920 swapFree=4192812/4192956
[pid=32367] ppid=32365 vsize=915444 CPUtime=757.2
/proc/32367/stat : 32367 (java) R 32365 32367 31804 0 -1 0 9142 0 1 0 74870 850 0 0 25 0 8 0 280198865 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800973 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32367/statm: 228861 8873 2532 14 0 215331 0
[pid=32367/tid=32369] ppid=32365 vsize=915444 CPUtime=0.02
/proc/32367/task/32369/stat : 32369 (java) S 32365 32367 31804 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280198869 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32370] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32370/stat : 32370 (java) S 32365 32367 31804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280198870 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32371] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32371/stat : 32371 (java) S 32365 32367 31804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280198870 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32372] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32372/stat : 32372 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280198873 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32373] ppid=32365 vsize=915444 CPUtime=0.23
/proc/32367/task/32373/stat : 32373 (java) S 32365 32367 31804 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 280198873 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32367/tid=32374] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32374/stat : 32374 (java) S 32365 32367 31804 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280198873 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32367/tid=32375] ppid=32365 vsize=915444 CPUtime=0
/proc/32367/task/32375/stat : 32375 (java) S 32365 32367 31804 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280198873 937414656 8873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 757.2
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 811.929
CPU time (s): 806.052
CPU user time (s): 797.544
CPU system time (s): 8.50871
CPU usage (%): 99.2762
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 797.544
system time used= 8.50871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9237
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= 17380
involuntary context switches= 30597

runsolver used 0.961853 s user time and 2.6366 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan 20 18:33:54 UTC 2007


IDJOB= 282097
IDBENCH= 12413
IDSOLVER= 68
FILE ID= node7/282097-1169318034

PBS_JOBID= 3610027

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pi/pi-30-10-25-t58/pi-30-10-197-42-81.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282097-1169318034/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-282097-1169318034 -o ROOT/results/node7/solver-282097-1169318034 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282097-1169318034/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fb92c92438c40c9569006fbe551d0b6b

RANDOM SEED= 98427520

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.220
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.220
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:       1309616 kB
Buffers:         56636 kB
Cached:         540064 kB
SwapCached:          0 kB
Active:         231944 kB
Inactive:       431556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          87756 kB
Slab:            67484 kB
Committed_AS:  9219196 kB
PageTables:       2392 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 node7 on Sat Jan 20 18:47:29 UTC 2007