Trace number 277517

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 1080.66 1085.98

General information on the benchmark

Namedimacs/pret/
pret-60-40_ext.xml
MD5SUM0d74555e44f25386bfce89d3fd5d9a3a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints39
Best CPU time to get the best result obtained on this benchmark1.2918
SatisfiableNO
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension40
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.35	     name=/tmp/evaluation/277517-1169268445/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.45	     nbConstraints=40  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=38
0.45	     nbConflictsStructures=2  nbSharedConflictsStructures=38  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.45	       =>  wckTime=0.137  cpuTime=0.11  mem=6M910
0.49	   
0.49	   solver LocalSearchSolver being built... 
0.53	       =>  wckTime=0.214  cpuTime=0.16  mem=5M379
0.53	
0.53	s SATISFIABLE
0.53	o 27
0.53	c 13
0.53	o 29
0.53	c 11
0.53	o 31
0.53	c 9
0.53	o 33
0.53	c 7
0.53	o 35
0.53	c 5
0.53	o 37
0.53	c 3
0.54	o 39
0.54	c 1
0.54	   
0.54	   search
0.54	     run=0  nbConstraintChecks=315  nbAssignments=13
0.54	       =>  wckTime=0.01  cpuTime=0.01  mem=5M379
0.54	   
0.54	   global
0.54	     nbConstraintChecks=315  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.54	     solvingWckTime=0.0090  solvingCpuTime=0.01  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.54	     globalCpuTime=0.21
0.54	       =>  wckTime=0.224  cpuTime=0.17  mem=5M379
0.54	   
0.54	   solver IterativeSystematicSolver being built... 
0.69	       =>  wckTime=0.379  cpuTime=0.28  mem=17M262
0.70	   
0.70	   preprocessing
0.70	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.70	     detectedInconsistency=no
0.70	       =>  wckTime=0.0020  cpuTime=0.0  mem=17M262
0.75	   
0.75	   search
0.75	     run=0  nbConstraintChecks=468  nbValidityChecks=3282  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.75	     nbAssignments=50  nbFailedAssignments=5  nbBacktracks=14  nbVisitedNodes=61  nbRestartNogoods=0
0.75	       =>  wckTime=0.052  cpuTime=0.03  mem=17M262
0.76	   
0.76	   search
0.76	     run=1  nbConstraintChecks=868  nbValidityChecks=7102  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.76	     nbAssignments=107  nbFailedAssignments=12  nbBacktracks=31  nbVisitedNodes=130  nbRestartNogoods=1
0.76	       =>  wckTime=0.069  cpuTime=0.04  mem=17M262
0.77	   
0.77	   search
0.77	     run=2  nbConstraintChecks=1253  nbValidityChecks=11493  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.77	     nbAssignments=173  nbFailedAssignments=20  nbBacktracks=54  nbVisitedNodes=211  nbRestartNogoods=4
0.77	       =>  wckTime=0.079  cpuTime=0.05  mem=17M262
0.78	   
0.78	   search
0.78	     run=3  nbConstraintChecks=1548  nbValidityChecks=16187  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.78	     nbAssignments=231  nbFailedAssignments=27  nbBacktracks=87  nbVisitedNodes=283  nbRestartNogoods=6
0.78	       =>  wckTime=0.089  cpuTime=0.06  mem=17M262
0.80	   
0.80	   search
0.80	     run=4  nbConstraintChecks=2231  nbValidityChecks=23509  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.80	     nbAssignments=330  nbFailedAssignments=44  nbBacktracks=139  nbVisitedNodes=408  nbRestartNogoods=8
0.80	       =>  wckTime=0.109  cpuTime=0.07  mem=17M262
0.82	   
0.82	   search
0.82	     run=5  nbConstraintChecks=2893  nbValidityChecks=33609  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.82	     nbAssignments=454  nbFailedAssignments=63  nbBacktracks=214  nbVisitedNodes=558  nbRestartNogoods=11
0.82	       =>  wckTime=0.125  cpuTime=0.09  mem=17M262
0.84	   
0.84	   search
0.84	     run=6  nbConstraintChecks=3872  nbValidityChecks=47947  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.84	     nbAssignments=616  nbFailedAssignments=88  nbBacktracks=327  nbVisitedNodes=759  nbRestartNogoods=15
0.84	       =>  wckTime=0.149  cpuTime=0.11  mem=17M262
0.87	   
0.87	   search
0.87	     run=7  nbConstraintChecks=6195  nbValidityChecks=70440  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.87	     nbAssignments=859  nbFailedAssignments=137  nbBacktracks=497  nbVisitedNodes=1062  nbRestartNogoods=18
0.87	       =>  wckTime=0.18  cpuTime=0.13  mem=17M262
0.91	   
0.91	   search
0.91	     run=8  nbConstraintChecks=9358  nbValidityChecks=103008  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.91	     nbAssignments=1204  nbFailedAssignments=193  nbBacktracks=759  nbVisitedNodes=1481  nbRestartNogoods=20
0.91	       =>  wckTime=0.218  cpuTime=0.17  mem=17M262
0.97	   
0.97	   search
0.97	     run=9  nbConstraintChecks=12157  nbValidityChecks=146719  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.97	     nbAssignments=1687  nbFailedAssignments=261  nbBacktracks=1149  nbVisitedNodes=2070  nbRestartNogoods=22
0.97	       =>  wckTime=0.28  cpuTime=0.21  mem=17M262
1.04	   
1.04	   search
1.04	     run=10  nbConstraintChecks=19328  nbValidityChecks=210681  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.04	     nbAssignments=2421  nbFailedAssignments=386  nbBacktracks=1733  nbVisitedNodes=2991  nbRestartNogoods=25
1.04	       =>  wckTime=0.35  cpuTime=0.27  mem=17M262
1.13	   
1.13	   search
1.13	     run=11  nbConstraintChecks=28221  nbValidityChecks=299909  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.13	     nbAssignments=3475  nbFailedAssignments=549  nbBacktracks=2599  nbVisitedNodes=4282  nbRestartNogoods=28
1.13	       =>  wckTime=0.437  cpuTime=0.35  mem=17M262
1.25	   
1.25	   search
1.25	     run=12  nbConstraintChecks=50607  nbValidityChecks=429781  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.25	     nbAssignments=5133  nbFailedAssignments=873  nbBacktracks=3913  nbVisitedNodes=6357  nbRestartNogoods=33
1.25	       =>  wckTime=0.553  cpuTime=0.47  mem=17M262
1.40	   
1.40	   search
1.40	     run=13  nbConstraintChecks=79933  nbValidityChecks=601788  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.40	     nbAssignments=7465  nbFailedAssignments=1232  nbBacktracks=5859  nbVisitedNodes=9152  nbRestartNogoods=36
1.40	       =>  wckTime=0.709  cpuTime=0.63  mem=17M262
1.62	   
1.62	   search
1.62	     run=14  nbConstraintChecks=135067  nbValidityChecks=845522  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.62	     nbAssignments=11000  nbFailedAssignments=1819  nbBacktracks=8781  nbVisitedNodes=13479  nbRestartNogoods=41
1.62	       =>  wckTime=0.929  cpuTime=0.84  mem=17M262
1.93	   
1.93	   search
1.93	     run=15  nbConstraintChecks=230289  nbValidityChecks=1193505  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.93	     nbAssignments=16213  nbFailedAssignments=2618  nbBacktracks=13161  nbVisitedNodes=19697  nbRestartNogoods=44
1.93	       =>  wckTime=1.239  cpuTime=1.15  mem=17M262
2.33	   
2.33	   search
2.33	     run=16  nbConstraintChecks=389261  nbValidityChecks=1630089  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.33	     nbAssignments=23980  nbFailedAssignments=3778  nbBacktracks=19729  nbVisitedNodes=28942  nbRestartNogoods=49
2.33	       =>  wckTime=1.64  cpuTime=1.55  mem=17M262
2.90	   
2.90	   search
2.90	     run=17  nbConstraintChecks=705414  nbValidityChecks=2224369  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.90	     nbAssignments=35548  nbFailedAssignments=5452  nbBacktracks=29589  nbVisitedNodes=42587  nbRestartNogoods=55
2.90	       =>  wckTime=2.205  cpuTime=2.12  mem=17M262
3.81	   
3.81	   search
3.81	     run=18  nbConstraintChecks=1081834  nbValidityChecks=3342052  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
3.81	     nbAssignments=52136  nbFailedAssignments=7229  nbBacktracks=44370  nbVisitedNodes=61157  nbRestartNogoods=60
3.81	       =>  wckTime=3.116  cpuTime=3.02  mem=17M262
5.18	   
5.18	   search
5.18	     run=19  nbConstraintChecks=1633056  nbValidityChecks=5000494  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
5.18	     nbAssignments=77186  nbFailedAssignments=10072  nbBacktracks=66540  nbVisitedNodes=89433  nbRestartNogoods=66
5.18	       =>  wckTime=4.487  cpuTime=4.39  mem=17M262
7.22	   
7.22	   search
7.22	     run=20  nbConstraintChecks=2530859  nbValidityChecks=7522889  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
7.22	     nbAssignments=114316  nbFailedAssignments=13904  nbBacktracks=99795  nbVisitedNodes=131075  nbRestartNogoods=71
7.22	       =>  wckTime=6.528  cpuTime=6.42  mem=17M262
9.88	   
9.88	   search
9.88	     run=21  nbConstraintChecks=4077269  nbValidityChecks=10390144  nbPropagations=0  nbRevisions=0
9.88	     nbUselessRevisions=0  nbAssignments=170825  nbFailedAssignments=20502  nbBacktracks=149681  nbVisitedNodes=195955
9.88	     nbRestartNogoods=76
9.88	       =>  wckTime=9.183  cpuTime=9.06  mem=17M262
14.61	   
14.61	   search
14.61	     run=22  nbConstraintChecks=5910469  nbValidityChecks=16247227  nbPropagations=0  nbRevisions=0
14.61	     nbUselessRevisions=0  nbAssignments=254472  nbFailedAssignments=29297  nbBacktracks=224499  nbVisitedNodes=289469
14.61	     nbRestartNogoods=81
14.61	       =>  wckTime=13.918  cpuTime=13.78  mem=17M262
21.30	   
21.30	   search
21.30	     run=23  nbConstraintChecks=8981529  nbValidityChecks=24654258  nbPropagations=0  nbRevisions=0
21.30	     nbUselessRevisions=0  nbAssignments=380279  nbFailedAssignments=42827  nbBacktracks=336733  nbVisitedNodes=430925
21.30	     nbRestartNogoods=88
21.30	       =>  wckTime=20.607  cpuTime=20.43  mem=17M262
29.75	   
29.75	   search
29.75	     run=24  nbConstraintChecks=15211728  nbValidityChecks=33681365  nbPropagations=0  nbRevisions=0
29.75	     nbUselessRevisions=0  nbAssignments=570661  nbFailedAssignments=64831  nbBacktracks=505080  nbVisitedNodes=649819
29.75	     nbRestartNogoods=96
29.75	       =>  wckTime=29.057  cpuTime=28.84  mem=17M262
44.75	   
44.75	   search
44.75	     run=25  nbConstraintChecks=22734281  nbValidityChecks=50581754  nbPropagations=0  nbRevisions=0
44.75	     nbUselessRevisions=0  nbAssignments=859048  nbFailedAssignments=100667  nbBacktracks=757594  nbVisitedNodes=983211
44.75	     nbRestartNogoods=105
44.75	       =>  wckTime=44.054  cpuTime=43.76  mem=17M262
67.85	   
67.85	   search
67.85	     run=26  nbConstraintChecks=33205328  nbValidityChecks=77671615  nbPropagations=0  nbRevisions=0
67.85	     nbUselessRevisions=0  nbAssignments=1286864  nbFailedAssignments=149678  nbBacktracks=1136369
67.85	     nbVisitedNodes=1469815  nbRestartNogoods=113
67.85	       =>  wckTime=67.16  cpuTime=66.76  mem=17M262
101.55	   
101.55	   search
101.55	     run=27  nbConstraintChecks=48839942  nbValidityChecks=118578568  nbPropagations=0  nbRevisions=0
101.55	     nbUselessRevisions=0  nbAssignments=1922896  nbFailedAssignments=217510  nbBacktracks=1704530
101.55	     nbVisitedNodes=2185397  nbRestartNogoods=121
101.55	       =>  wckTime=100.855  cpuTime=100.29  mem=17M262
149.87	   
149.87	   search
149.87	     run=28  nbConstraintChecks=75135743  nbValidityChecks=177190503  nbPropagations=0  nbRevisions=0
149.87	     nbUselessRevisions=0  nbAssignments=2877071  nbFailedAssignments=319422  nbBacktracks=2556756
149.87	     nbVisitedNodes=3254918  nbRestartNogoods=129
149.87	       =>  wckTime=149.175  cpuTime=148.39  mem=17M262
223.42	   
223.42	   search
223.42	     run=29  nbConstraintChecks=113616772  nbValidityChecks=267665772  nbPropagations=0  nbRevisions=0
223.42	     nbUselessRevisions=0  nbAssignments=4301350  nbFailedAssignments=465331  nbBacktracks=3835102
223.42	     nbVisitedNodes=4846787  nbRestartNogoods=139
223.42	       =>  wckTime=222.729  cpuTime=221.59  mem=17M262
330.54	   
330.54	   search
330.54	     run=30  nbConstraintChecks=172684311  nbValidityChecks=396123100  nbPropagations=0  nbRevisions=0
330.54	     nbUselessRevisions=0  nbAssignments=6432437  nbFailedAssignments=678854  nbBacktracks=5752634
330.54	     nbVisitedNodes=7229823  nbRestartNogoods=147
330.54	       =>  wckTime=329.843  cpuTime=328.21  mem=17M262
497.41	   
497.41	   search
497.41	     run=31  nbConstraintChecks=255716758  nbValidityChecks=603658328  nbPropagations=0  nbRevisions=0
497.41	     nbUselessRevisions=0  nbAssignments=9619505  nbFailedAssignments=989616  nbBacktracks=8628900
497.41	     nbVisitedNodes=10769466  nbRestartNogoods=156
497.41	       =>  wckTime=496.717  cpuTime=494.29  mem=17M262
747.08	   
747.08	   search
747.08	     run=32  nbConstraintChecks=380526238  nbValidityChecks=912260366  nbPropagations=0  nbRevisions=0
747.08	     nbUselessRevisions=0  nbAssignments=14397534  nbFailedAssignments=1453192  nbBacktracks=12943328
747.08	     nbVisitedNodes=16080404  nbRestartNogoods=168
747.08	       =>  wckTime=746.387  cpuTime=742.79  mem=17M262
1085.96	   
1085.96	   search
1085.96	     run=33  nbConstraintChecks=537900500  nbValidityChecks=1338613014  nbPropagations=0  nbRevisions=0
1085.96	     nbUselessRevisions=0  nbAssignments=20717061  nbFailedAssignments=2043806  nbBacktracks=18672242
1085.96	     nbVisitedNodes=23065643  nbRestartNogoods=177
1085.96	       =>  wckTime=1085.266  cpuTime=1079.89  mem=17M262
1085.96	   
1085.96	   global
1085.96	     nbConstraintChecks=537900500  nbValidityChecks=1338613014  nbRestartNogoods=177  solvingWckTime=1085.267
1085.96	     solvingCpuTime=1079.89  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1080.21
1085.96	       =>  wckTime=1085.646  cpuTime=1080.17  mem=17M262
1085.96	
1085.96	s OPTIMUM FOUND
1085.96	v 1 1 0 1 1 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 0 1 1 1 0 1 0 0 
1085.96	   
1085.96	   totalWckTime=1085.726  totalCpuTime=1080.21

Verifier Data (download as text)

1 unsatisfied constraints, 39 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/node20/watcher-277517-1169268445 -o ROOT/results/node20/solver-277517-1169268445 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277517-1169268445/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.75 1.95 1.95 4/93 25590
/proc/meminfo: memFree=1253728/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=1784 CPUtime=0
/proc/25589/stat : 25589 (java) D 25587 25589 25263 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 275239288 1826816 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25589/statm: 446 163 128 14 0 91 0

[startup+0.104364 s]
/proc/loadavg: 1.75 1.95 1.95 4/93 25590
/proc/meminfo: memFree=1253728/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=914988 CPUtime=0.08
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 2963 0 1 0 7 1 0 0 17 0 8 0 275239288 936947712 2709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072935409 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228747 2709 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51341 s]
/proc/loadavg: 1.75 1.95 1.95 4/93 25590
/proc/meminfo: memFree=1253728/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915332 CPUtime=0.48
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 6490 0 1 0 44 4 0 0 18 0 8 0 275239288 937299968 6228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154163497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228833 6228 2293 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.3345 s]
/proc/loadavg: 1.75 1.95 1.95 3/100 25597
/proc/meminfo: memFree=1227880/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=1.3
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9188 0 1 0 123 7 0 0 25 0 8 0 275239288 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8925 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.18
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 360 0 0 0 17 1 0 0 15 0 8 0 275239296 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.9717 s]
/proc/loadavg: 1.75 1.95 1.95 3/100 25597
/proc/meminfo: memFree=1227816/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=2.93
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9204 0 1 0 286 7 0 0 25 0 8 0 275239288 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665998 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8940 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 362 0 0 0 18 1 0 0 15 0 8 0 275239296 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8940 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.25909 s]
/proc/loadavg: 1.77 1.95 1.95 3/100 25597
/proc/meminfo: memFree=1227688/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=6.2
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9209 0 1 0 613 7 0 0 25 0 8 0 275239288 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698027 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8945 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 362 0 0 0 18 1 0 0 15 0 8 0 275239296 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915464

[startup+12.7389 s]
/proc/loadavg: 1.79 1.95 1.95 3/100 25597
/proc/meminfo: memFree=1227688/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=12.65
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9214 0 1 0 1258 7 0 0 25 0 8 0 275239288 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073692279 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8950 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 362 0 0 0 18 1 0 0 15 0 8 0 275239296 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915464

[startup+25.6054 s]
/proc/loadavg: 1.83 1.95 1.95 3/100 25597
/proc/meminfo: memFree=1227624/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=25.45
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9221 0 1 0 2538 7 0 0 25 0 8 0 275239288 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073718675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8956 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 363 0 0 0 18 1 0 0 15 0 8 0 275239296 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915464

[startup+51.2125 s]
/proc/loadavg: 1.89 1.96 1.95 3/100 25597
/proc/meminfo: memFree=1227624/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=50.93
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9229 0 1 0 5086 7 0 0 25 0 8 0 275239288 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073668471 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8962 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915464

[startup+102.419 s]
/proc/loadavg: 1.95 1.96 1.95 4/100 25597
/proc/meminfo: memFree=1227624/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=101.91
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9235 0 1 0 10183 8 0 0 25 0 8 0 275239288 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073723703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8968 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 915464

[startup+162.473 s]
/proc/loadavg: 1.98 1.97 1.95 3/100 25597
/proc/meminfo: memFree=1227688/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=161.68
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9237 0 1 0 16160 8 0 0 25 0 8 0 275239288 937435136 8970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.83
Current children cumulated vsize (KiB) 915464

[startup+702.938 s]
/proc/loadavg: 2.01 1.99 1.96 3/100 25597
/proc/meminfo: memFree=1203048/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=699.61
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9245 0 1 0 69950 11 0 0 25 0 8 0 275239288 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669059 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8978 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.61
Current children cumulated vsize (KiB) 915464

[startup+762.985 s]
/proc/loadavg: 2.00 1.99 1.96 3/100 25597
/proc/meminfo: memFree=1203048/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=759.37
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9248 0 1 0 75926 11 0 0 25 0 8 0 275239288 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8981 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.37
Current children cumulated vsize (KiB) 915464

[startup+823.039 s]
/proc/loadavg: 2.07 2.00 1.96 3/106 25663
/proc/meminfo: memFree=1201608/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=819.07
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9248 0 1 0 81896 11 0 0 25 0 8 0 275239288 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073723478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8981 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.07
Current children cumulated vsize (KiB) 915464

[startup+883.121 s]
/proc/loadavg: 2.02 2.00 1.96 3/106 25773
/proc/meminfo: memFree=1201648/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=878.78
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9248 0 1 0 87866 12 0 0 25 0 8 0 275239288 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073692269 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8981 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 878.78
Current children cumulated vsize (KiB) 915464

[startup+943.179 s]
/proc/loadavg: 2.01 2.00 1.96 3/100 25795
/proc/meminfo: memFree=1202664/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=938.53
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9248 0 1 0 93841 12 0 0 25 0 8 0 275239288 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073723689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8981 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.53
Current children cumulated vsize (KiB) 915464

[startup+1003.23 s]
/proc/loadavg: 2.05 2.01 1.97 3/100 25795
/proc/meminfo: memFree=1202664/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=998.3
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9248 0 1 0 99818 12 0 0 25 0 8 0 275239288 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8981 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.3
Current children cumulated vsize (KiB) 915464

[startup+1063.29 s]
/proc/loadavg: 2.02 2.01 1.97 3/100 25795
/proc/meminfo: memFree=1202792/2055920 swapFree=4170260/4192956
[pid=25589] ppid=25587 vsize=915464 CPUtime=1058.07
/proc/25589/stat : 25589 (java) R 25587 25589 25263 0 -1 0 9248 0 1 0 105795 12 0 0 25 0 8 0 275239288 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25589/statm: 228866 8981 2528 14 0 215336 0
[pid=25589/tid=25591] ppid=25587 vsize=915464 CPUtime=0.02
/proc/25589/task/25591/stat : 25591 (java) S 25587 25589 25263 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25592] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25593] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 25263 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239292 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25594] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25595] ppid=25587 vsize=915464 CPUtime=0.19
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 25263 0 -1 64 364 0 0 0 18 1 0 0 16 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25596] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 25263 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25589/tid=25597] ppid=25587 vsize=915464 CPUtime=0
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 25263 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275239296 937435136 8981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.07
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 1085.98
CPU time (s): 1080.66
CPU user time (s): 1080.52
CPU system time (s): 0.133979
CPU usage (%): 99.5097
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1080.52
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9346
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= 22921
involuntary context switches= 65613

runsolver used 1.45378 s user time and 3.36449 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan 20 04:47:27 UTC 2007


IDJOB= 277517
IDBENCH= 7349
IDSOLVER= 69
FILE ID= node20/277517-1169268445

PBS_JOBID= 3607319

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/pret/pret-60-40_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277517-1169268445/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-277517-1169268445 -o ROOT/results/node20/solver-277517-1169268445 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277517-1169268445/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0d74555e44f25386bfce89d3fd5d9a3a

RANDOM SEED= 296434664

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.216
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.216
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:       1254144 kB
Buffers:         41064 kB
Cached:         498824 kB
SwapCached:       3160 kB
Active:         279792 kB
Inactive:       450516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1254144 kB
SwapTotal:     4192956 kB
SwapFree:      4170260 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:         215680 kB
Slab:            55780 kB
Committed_AS:  5896148 kB
PageTables:       2744 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 node20 on Sat Jan 20 05:05:34 UTC 2007