Trace number 282098

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 PFCOPTIMUM 1093.33 1097.98

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.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=pfc.xml
0.44	   
0.44	   instance
0.44	     name=/tmp/evaluation/282098-1169318039/unknown.xml
0.47	   
0.47	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.50	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.50	       =>  wckTime=0.094  cpuTime=0.09  mem=6M903
0.50	   
0.50	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.61	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1346  maxDegree=13
0.61	     maxArity=2
0.61	       =>  wckTime=0.21  cpuTime=0.15  mem=8M864
0.65	   
0.65	   solver LocalSearchSolver being built... 
0.69	       =>  wckTime=0.291  cpuTime=0.2  mem=5M497
0.70	
0.70	s SATISFIABLE
0.70	o 50
0.70	c 59
0.70	o 53
0.70	c 56
0.70	o 56
0.70	c 53
0.70	o 60
0.70	c 49
0.70	o 63
0.70	c 46
0.70	o 66
0.70	c 43
0.70	o 67
0.70	c 42
0.70	o 69
0.71	c 40
0.71	o 71
0.71	c 38
0.71	o 72
0.71	c 37
0.71	o 73
0.71	c 36
0.71	o 74
0.71	c 35
0.71	o 76
0.71	c 33
0.71	o 77
0.71	c 32
0.71	o 78
0.71	c 31
0.71	o 80
0.71	c 29
0.71	o 81
0.71	c 28
0.71	o 83
0.71	c 26
0.71	o 84
0.71	c 25
0.72	o 86
0.72	c 23
0.72	o 87
0.72	c 22
0.72	o 88
0.72	c 21
0.72	o 89
0.72	c 20
0.72	o 90
0.72	c 19
0.72	o 92
0.72	c 17
0.72	o 93
0.72	c 16
0.74	o 95
0.74	c 14
0.74	o 97
0.74	c 12
0.74	o 98
0.74	c 11
0.89	o 99
0.89	c 10
1.55	o 100
1.55	c 9
2.21	   
2.21	   search
2.21	     run=0  nbConstraintChecks=7195441  nbAssignments=10000
2.21	       =>  wckTime=1.515  cpuTime=1.48  mem=5M497
3.70	   
3.70	   search
3.70	     run=1  nbConstraintChecks=14854592  nbAssignments=20000
3.70	       =>  wckTime=3.008  cpuTime=2.94  mem=5M497
5.02	   
5.02	   search
5.02	     run=2  nbConstraintChecks=21964272  nbAssignments=30000
5.02	       =>  wckTime=4.325  cpuTime=4.27  mem=5M497
6.33	   
6.33	   search
6.33	     run=3  nbConstraintChecks=28890256  nbAssignments=40000
6.33	       =>  wckTime=5.636  cpuTime=5.57  mem=5M497
7.66	   
7.66	   search
7.66	     run=4  nbConstraintChecks=36116141  nbAssignments=50000
7.66	       =>  wckTime=6.97  cpuTime=6.89  mem=5M497
9.02	   
9.02	   search
9.02	     run=5  nbConstraintChecks=43700874  nbAssignments=60000
9.02	       =>  wckTime=8.331  cpuTime=8.25  mem=5M497
10.34	   
10.34	   search
10.34	     run=6  nbConstraintChecks=50864099  nbAssignments=70000
10.34	       =>  wckTime=9.648  cpuTime=9.57  mem=5M497
11.71	   
11.71	   search
11.71	     run=7  nbConstraintChecks=58506678  nbAssignments=80000
11.71	       =>  wckTime=11.016  cpuTime=10.93  mem=5M497
13.02	   
13.02	   search
13.02	     run=8  nbConstraintChecks=65571651  nbAssignments=90000
13.02	       =>  wckTime=12.324  cpuTime=12.24  mem=5M497
14.31	   
14.31	   search
14.31	     run=9  nbConstraintChecks=72564592  nbAssignments=100000
14.31	       =>  wckTime=13.617  cpuTime=13.53  mem=5M497
15.59	   
15.59	   search
15.59	     run=10  nbConstraintChecks=79441895  nbAssignments=110000
15.59	       =>  wckTime=14.898  cpuTime=14.81  mem=5M497
16.92	   
16.92	   search
16.92	     run=11  nbConstraintChecks=86822088  nbAssignments=120000
16.92	       =>  wckTime=16.226  cpuTime=16.14  mem=5M497
18.27	   
18.27	   search
18.27	     run=12  nbConstraintChecks=94269060  nbAssignments=130000
18.27	       =>  wckTime=17.581  cpuTime=17.47  mem=5M497
19.64	   
19.64	   search
19.64	     run=13  nbConstraintChecks=102028460  nbAssignments=140000
19.64	       =>  wckTime=18.948  cpuTime=18.84  mem=5M497
20.97	   
20.97	   search
20.97	     run=14  nbConstraintChecks=109392460  nbAssignments=150000
20.97	       =>  wckTime=20.274  cpuTime=20.16  mem=5M497
22.31	   
22.31	   search
22.31	     run=15  nbConstraintChecks=116905783  nbAssignments=160000
22.31	       =>  wckTime=21.62  cpuTime=21.52  mem=5M497
23.62	   
23.62	   search
23.62	     run=16  nbConstraintChecks=124045228  nbAssignments=170000
23.62	       =>  wckTime=22.928  cpuTime=22.82  mem=5M497
24.93	   
24.93	   search
24.93	     run=17  nbConstraintChecks=131148853  nbAssignments=180000
24.93	       =>  wckTime=24.241  cpuTime=24.13  mem=5M497
26.26	   
26.26	   search
26.26	     run=18  nbConstraintChecks=138438947  nbAssignments=190000
26.26	       =>  wckTime=25.572  cpuTime=25.47  mem=5M497
27.57	   
27.57	   search
27.57	     run=19  nbConstraintChecks=145466830  nbAssignments=200000
27.57	       =>  wckTime=26.88  cpuTime=26.77  mem=5M497
28.89	   
28.89	   search
28.89	     run=20  nbConstraintChecks=152593112  nbAssignments=210000
28.89	       =>  wckTime=28.196  cpuTime=28.09  mem=5M497
30.21	   
30.21	   search
30.21	     run=21  nbConstraintChecks=159760084  nbAssignments=220000
30.21	       =>  wckTime=29.515  cpuTime=29.41  mem=5M497
31.53	   
31.53	   search
31.53	     run=22  nbConstraintChecks=166980947  nbAssignments=230000
31.53	       =>  wckTime=30.839  cpuTime=30.73  mem=5M497
31.64	   
31.64	   search
31.64	     run=23  nbConstraintChecks=167515469  nbAssignments=230853
31.64	       =>  wckTime=30.949  cpuTime=30.84  mem=5M497
31.64	   
31.64	   global
31.64	     nbConstraintChecks=167515469  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.64	     solvingWckTime=30.946  solvingCpuTime=30.84  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.64	     globalCpuTime=31.09
31.64	       =>  wckTime=31.239  cpuTime=31.04  mem=5M497
31.64	   
31.64	   solver IterativeSystematicSolver being built... 
31.78	       =>  wckTime=31.376  cpuTime=31.15  mem=16M696
31.79	   
31.79	   preprocessing
31.79	     nbConstraintChecks=80  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.79	     detectedInconsistency=no
31.79	       =>  wckTime=0.0030  cpuTime=0.0  mem=16M696
31.86	   
31.86	   search
31.86	     run=0  nbConstraintChecks=94768  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=58
31.86	     nbFailedAssignments=42  nbBacktracks=10  nbVisitedNodes=111  nbRestartNogoods=0
31.86	       =>  wckTime=0.074  cpuTime=0.05  mem=16M696
31.91	   
31.91	   search
31.91	     run=1  nbConstraintChecks=222585  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=125
31.91	     nbFailedAssignments=88  nbBacktracks=25  nbVisitedNodes=239  nbRestartNogoods=3
31.91	       =>  wckTime=0.13  cpuTime=0.09  mem=16M696
31.96	   
31.96	   search
31.96	     run=2  nbConstraintChecks=394008  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=229
31.96	     nbFailedAssignments=161  nbBacktracks=47  nbVisitedNodes=438  nbRestartNogoods=15
31.96	       =>  wckTime=0.184  cpuTime=0.14  mem=16M696
32.05	   
32.05	   search
32.05	     run=3  nbConstraintChecks=690557  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=398
32.05	     nbFailedAssignments=287  nbBacktracks=80  nbVisitedNodes=766  nbRestartNogoods=25
32.05	       =>  wckTime=0.268  cpuTime=0.23  mem=16M696
32.22	   
32.22	   search
32.22	     run=4  nbConstraintChecks=1198245  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=712
32.22	     nbFailedAssignments=545  nbBacktracks=130  nbVisitedNodes=1386  nbRestartNogoods=32
32.22	       =>  wckTime=0.438  cpuTime=0.4  mem=16M696
32.39	   
32.39	   search
32.40	     run=5  nbConstraintChecks=1753843  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1029
32.40	     nbFailedAssignments=779  nbBacktracks=205  nbVisitedNodes=2012  nbRestartNogoods=34
32.40	       =>  wckTime=0.614  cpuTime=0.57  mem=16M696
32.71	   
32.71	   search
32.71	     run=6  nbConstraintChecks=2716198  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1568
32.71	     nbFailedAssignments=1197  nbBacktracks=318  nbVisitedNodes=3082  nbRestartNogoods=48
32.71	       =>  wckTime=0.925  cpuTime=0.87  mem=16M696
33.07	   
33.07	   search
33.07	     run=7  nbConstraintChecks=4020878  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2297
33.07	     nbFailedAssignments=1748  nbBacktracks=488  nbVisitedNodes=4532  nbRestartNogoods=53
33.07	       =>  wckTime=1.293  cpuTime=1.22  mem=16M696
33.84	   
33.84	   search
33.84	     run=8  nbConstraintChecks=6713462  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3842
33.84	     nbFailedAssignments=3029  nbBacktracks=744  nbVisitedNodes=7609  nbRestartNogoods=63
33.84	       =>  wckTime=2.062  cpuTime=1.99  mem=16M696
34.83	   
34.83	   search
34.83	     run=9  nbConstraintChecks=10090050  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5698
34.83	     nbFailedAssignments=4493  nbBacktracks=1128  nbVisitedNodes=11313  nbRestartNogoods=81
34.83	       =>  wckTime=3.045  cpuTime=2.97  mem=16M696
36.11	   
36.11	   search
36.11	     run=10  nbConstraintChecks=14325105  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8128
36.11	     nbFailedAssignments=6337  nbBacktracks=1704  nbVisitedNodes=16161  nbRestartNogoods=92
36.11	       =>  wckTime=4.327  cpuTime=4.24  mem=16M696
38.22	   
38.22	   search
38.22	     run=11  nbConstraintChecks=20790994  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11873
38.22	     nbFailedAssignments=9208  nbBacktracks=2568  nbVisitedNodes=23641  nbRestartNogoods=106
38.22	       =>  wckTime=6.438  cpuTime=6.34  mem=16M696
42.48	   
42.48	   search
42.48	     run=12  nbConstraintChecks=35034932  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=19666
42.48	     nbFailedAssignments=15695  nbBacktracks=3865  nbVisitedNodes=39207  nbRestartNogoods=122
42.48	       =>  wckTime=10.701  cpuTime=10.58  mem=16M696
46.80	   
46.80	   search
46.80	     run=13  nbConstraintChecks=47158969  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26992
46.80	     nbFailedAssignments=21068  nbBacktracks=5811  nbVisitedNodes=53785  nbRestartNogoods=135
46.80	       =>  wckTime=15.018  cpuTime=14.88  mem=16M696
52.30	   
52.30	   search
52.30	     run=14  nbConstraintChecks=65432397  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37465
52.30	     nbFailedAssignments=28615  nbBacktracks=8730  nbVisitedNodes=74673  nbRestartNogoods=155
52.30	       =>  wckTime=20.522  cpuTime=20.35  mem=16M696
62.08	   
62.08	   search
62.08	     run=15  nbConstraintChecks=93372268  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=54328
62.08	     nbFailedAssignments=41094  nbBacktracks=13108  nbVisitedNodes=108089  nbRestartNogoods=174
62.08	       =>  wckTime=30.296  cpuTime=30.09  mem=16M696
74.16	   
74.16	   search
74.16	     run=16  nbConstraintChecks=129496723  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=76524
74.16	     nbFailedAssignments=56715  nbBacktracks=19678  nbVisitedNodes=152215  nbRestartNogoods=181
74.16	       =>  wckTime=42.381  cpuTime=42.11  mem=16M696
91.08	   
91.08	   search
91.08	     run=17  nbConstraintChecks=178195015  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=106765
91.08	     nbFailedAssignments=77098  nbBacktracks=29530  nbVisitedNodes=212028  nbRestartNogoods=184
91.08	       =>  wckTime=59.3  cpuTime=58.96  mem=16M696
111.92	   
111.92	   search
111.92	     run=18  nbConstraintChecks=238413518  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=145574
111.92	     nbFailedAssignments=101123  nbBacktracks=44309  nbVisitedNodes=288437  nbRestartNogoods=197
111.92	       =>  wckTime=80.136  cpuTime=79.71  mem=16M696
142.22	   
142.22	   search
142.22	     run=19  nbConstraintChecks=324148341  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=201755
142.22	     nbFailedAssignments=135132  nbBacktracks=66477  nbVisitedNodes=398826  nbRestartNogoods=218
142.23	       =>  wckTime=110.444  cpuTime=109.88  mem=16M696
183.70	   
183.70	   search
183.70	     run=20  nbConstraintChecks=441663581  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=278881
183.70	     nbFailedAssignments=179000  nbBacktracks=99729  nbVisitedNodes=550782  nbRestartNogoods=230
183.70	       =>  wckTime=151.919  cpuTime=151.18  mem=16M696
244.26	   
244.26	   search
244.26	     run=21  nbConstraintChecks=607633308  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=388630
244.26	     nbFailedAssignments=238865  nbBacktracks=149608  nbVisitedNodes=766631  nbRestartNogoods=245
244.26	       =>  wckTime=212.476  cpuTime=211.5  mem=16M696
336.34	   
336.34	   search
336.34	     run=22  nbConstraintChecks=868954971  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=559592
336.34	     nbFailedAssignments=335002  nbBacktracks=224426  nbVisitedNodes=1103002  nbRestartNogoods=256
336.34	       =>  wckTime=304.562  cpuTime=303.2  mem=16M696
470.33	   
470.33	   search
470.33	     run=23  nbConstraintChecks=1243674844  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=805909
470.33	     nbFailedAssignments=469082  nbBacktracks=336654  nbVisitedNodes=1587607  nbRestartNogoods=273
470.33	       =>  wckTime=438.545  cpuTime=436.64  mem=16M696
669.31	   
669.31	   search
669.31	     run=24  nbConstraintChecks=1814647880  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1179320
669.31	     nbFailedAssignments=674147  nbBacktracks=504995  nbVisitedNodes=2322784  nbRestartNogoods=285
669.31	       =>  wckTime=637.526  cpuTime=634.78  mem=16M696
970.80	   
970.80	   search
970.80	     run=25  nbConstraintChecks=2667066124  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1732071
970.80	     nbFailedAssignments=974380  nbBacktracks=757506  nbVisitedNodes=3409630  nbRestartNogoods=304
970.80	       =>  wckTime=939.017  cpuTime=935.05  mem=16M696
1097.92	   
1097.92	   search
1097.92	     run=26  nbConstraintChecks=3029186064  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1969495
1097.92	     nbFailedAssignments=1102145  nbBacktracks=867166  nbVisitedNodes=3875841  nbRestartNogoods=333
1097.92	       =>  wckTime=1066.141  cpuTime=1061.65  mem=16M696
1097.92	   
1097.92	   global
1097.92	     nbConstraintChecks=3029186144  nbRestartNogoods=333  solvingWckTime=1066.142  solvingCpuTime=1061.65
1097.92	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1092.85
1097.92	       =>  wckTime=1097.519  cpuTime=1092.8  mem=16M696
1097.93	
1097.93	s OPTIMUM FOUND
1097.93	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 
1097.93	   
1097.93	   totalWckTime=1097.599  totalCpuTime=1092.85

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/node34/watcher-282098-1169318039 -o ROOT/results/node34/solver-282098-1169318039 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282098-1169318039/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.89 5/73 27887
/proc/meminfo: memFree=943880/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=18540 CPUtime=0
/proc/27886/stat : 27886 (runsolver) R 27884 27886 27324 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 280197601 18984960 278 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 4209519 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27886/statm: 4635 278 243 17 0 2626 0

[startup+0.107507 s]
/proc/loadavg: 1.92 1.98 1.89 5/73 27887
/proc/meminfo: memFree=943880/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=907808 CPUtime=0.06
/proc/27886/stat : 27886 (java) D 27884 27886 27324 0 -1 0 2507 0 1 0 5 1 0 0 17 0 4 0 280197601 929595392 2254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 226952 2254 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.515552 s]
/proc/loadavg: 1.92 1.98 1.89 5/73 27887
/proc/meminfo: memFree=943880/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=915332 CPUtime=0.4
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 6054 0 1 0 37 3 0 0 18 0 8 0 280197601 937299968 5793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 228833 5793 2141 14 0 215303 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915332

[startup+1.34045 s]
/proc/loadavg: 1.92 1.98 1.89 3/80 27894
/proc/meminfo: memFree=926352/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=915444 CPUtime=1.21
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 7028 0 1 0 99 22 0 0 25 0 8 0 280197601 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073652108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 228861 6766 2476 14 0 215331 0
[pid=27886/tid=27888] ppid=27884 vsize=915444 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280197605 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=915444 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=915444 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=915444 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=915444 CPUtime=0.11
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 327 0 0 0 11 0 0 0 16 0 8 0 280197617 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=915444 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=915444 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280197618 937414656 6766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 915444

[startup+2.99359 s]
/proc/loadavg: 1.92 1.98 1.89 3/80 27894
/proc/meminfo: memFree=926352/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=915448 CPUtime=2.86
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 7031 0 1 0 220 66 0 0 25 0 8 0 280197601 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 228862 6768 2476 14 0 215332 0
[pid=27886/tid=27888] ppid=27884 vsize=915448 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280197605 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=915448 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=915448 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=915448 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=915448 CPUtime=0.11
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 280197617 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=915448 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=915448 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280197618 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915448

[startup+6.28185 s]
/proc/loadavg: 1.93 1.98 1.89 2/75 27913
/proc/meminfo: memFree=938808/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=6.12
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 7032 0 1 0 457 155 0 0 25 0 8 0 280197601 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27886/statm: 229117 6769 2476 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.11
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 280197617 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 916468

[startup+12.7694 s]
/proc/loadavg: 1.93 1.98 1.89 3/81 27976
/proc/meminfo: memFree=934784/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=12.59
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 7032 0 1 0 933 326 0 0 25 0 8 0 280197601 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8146882 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27886/statm: 229117 6769 2476 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.11
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 280197617 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916472 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938467328 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) R 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 916468

[startup+25.6064 s]
/proc/loadavg: 1.95 1.98 1.89 3/81 27976
/proc/meminfo: memFree=934736/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=25.41
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 7033 0 1 0 1864 677 0 0 24 0 8 0 280197601 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27886/statm: 229118 6770 2476 14 0 215588 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.11
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 330 0 0 0 11 0 0 0 17 0 8 0 280197617 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 6770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 916468

[startup+51.2165 s]
/proc/loadavg: 1.90 1.97 1.89 3/87 28048
/proc/meminfo: memFree=911000/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=50.92
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9102 0 1 0 4246 846 0 0 25 0 8 0 280197601 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795234 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8835 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 916468

[startup+102.515 s]
/proc/loadavg: 1.95 1.97 1.89 3/87 28048
/proc/meminfo: memFree=903064/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=101.99
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9116 0 1 0 9353 846 0 0 25 0 8 0 280197601 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795191 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8847 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 15 0 8 0 280197617 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 916468

[startup+162.554 s]
/proc/loadavg: 1.98 1.97 1.90 3/87 28048
/proc/meminfo: memFree=903000/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=161.78
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9121 0 1 0 15332 846 0 0 25 0 8 0 280197601 938463232 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.09
Current children cumulated vsize (KiB) 916468

[startup+702.889 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 28048
/proc/meminfo: memFree=902744/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=699.87
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9133 0 1 0 69139 848 0 0 25 0 8 0 280197601 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8864 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.87
Current children cumulated vsize (KiB) 916468

[startup+762.927 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 28048
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=759.67
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9133 0 1 0 75118 849 0 0 25 0 8 0 280197601 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8864 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.67
Current children cumulated vsize (KiB) 916468

[startup+822.961 s]
/proc/loadavg: 2.05 1.99 1.91 3/87 28048
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=819.47
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9133 0 1 0 81098 849 0 0 25 0 8 0 280197601 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8864 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.47
Current children cumulated vsize (KiB) 916468

[startup+882.995 s]
/proc/loadavg: 2.02 1.99 1.91 3/87 28048
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=879.28
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9133 0 1 0 87078 850 0 0 25 0 8 0 280197601 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8864 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.28
Current children cumulated vsize (KiB) 916468

[startup+943.032 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 28048
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=939.06
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9133 0 1 0 93056 850 0 0 25 0 8 0 280197601 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8864 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 939.06
Current children cumulated vsize (KiB) 916468

[startup+1003.07 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 28048
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=998.84
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9135 0 1 0 99034 850 0 0 25 0 8 0 280197601 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8866 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.84
Current children cumulated vsize (KiB) 916468

[startup+1063.11 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 28048
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=27886] ppid=27884 vsize=916468 CPUtime=1058.64
/proc/27886/stat : 27886 (java) R 27884 27886 27324 0 -1 0 9135 0 1 0 105013 851 0 0 25 0 8 0 280197601 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918510 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27886/statm: 229117 8866 2527 14 0 215587 0
[pid=27886/tid=27888] ppid=27884 vsize=916468 CPUtime=0.02
/proc/27886/task/27888/stat : 27888 (java) S 27884 27886 27324 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280197605 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27889] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27889/stat : 27889 (java) S 27884 27886 27324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280197605 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27890] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27890/stat : 27890 (java) S 27884 27886 27324 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280197605 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27891] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27891/stat : 27891 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280197617 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27892] ppid=27884 vsize=916468 CPUtime=0.21
/proc/27886/task/27892/stat : 27892 (java) S 27884 27886 27324 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 280197617 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27893] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27893/stat : 27893 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280197617 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27886/tid=27894] ppid=27884 vsize=916468 CPUtime=0
/proc/27886/task/27894/stat : 27894 (java) S 27884 27886 27324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280197618 938463232 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.64
Current children cumulated vsize (KiB) 916468

Child status: 0
Real time (s): 1097.98
CPU time (s): 1093.33
CPU user time (s): 1084.82
CPU system time (s): 8.51771
CPU usage (%): 99.5769
Max. virtual memory (cumulated for all children) (KiB): 916984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1084.82
system time used= 8.5177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9231
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= 23213
involuntary context switches= 34082

runsolver used 1.07784 s user time and 3.23151 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan 20 18:33:59 UTC 2007


IDJOB= 282098
IDBENCH= 12413
IDSOLVER= 69
FILE ID= node34/282098-1169318039

PBS_JOBID= 3610330

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
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 pfc.xml 1 XSax /tmp/evaluation/282098-1169318039/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-282098-1169318039 -o ROOT/results/node34/solver-282098-1169318039 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282098-1169318039/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fb92c92438c40c9569006fbe551d0b6b

RANDOM SEED= 592282524

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.227
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.227
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:        944296 kB
Buffers:         44720 kB
Cached:         962700 kB
SwapCached:          0 kB
Active:         372612 kB
Inactive:       665752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:          42492 kB
Slab:            58788 kB
Committed_AS:  4943032 kB
PageTables:       1724 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 node34 on Sat Jan 20 18:52:17 UTC 2007