Trace number 277516

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 EPFCOPTIMUM 1055.55 1060.77

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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=epfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/277516-1169268442/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.39	       =>  wckTime=0.093  cpuTime=0.08  mem=6M887
0.39	   
0.39	   relations being loaded...
0.39	   
0.39	   constraints being loaded...
0.42	     nbConstraints=40  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=38
0.42	     nbConflictsStructures=2  nbSharedConflictsStructures=38  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.42	       =>  wckTime=0.127  cpuTime=0.11  mem=6M887
0.46	   
0.46	   solver LocalSearchSolver being built... 
0.49	       =>  wckTime=0.201  cpuTime=0.15  mem=5M379
0.50	
0.50	s SATISFIABLE
0.50	o 27
0.50	c 13
0.50	o 29
0.50	c 11
0.50	o 31
0.50	c 9
0.50	o 33
0.50	c 7
0.50	o 35
0.50	c 5
0.50	o 37
0.50	c 3
0.50	o 39
0.50	c 1
0.50	   
0.50	   search
0.50	     run=0  nbConstraintChecks=315  nbAssignments=13
0.50	       =>  wckTime=0.01  cpuTime=0.01  mem=5M379
0.50	   
0.50	   global
0.50	     nbConstraintChecks=315  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.50	     solvingWckTime=0.0080  solvingCpuTime=0.01  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.50	     globalCpuTime=0.21
0.50	       =>  wckTime=0.21  cpuTime=0.16  mem=5M379
0.50	   
0.50	   solver IterativeSystematicSolver being built... 
0.66	       =>  wckTime=0.362  cpuTime=0.27  mem=17M262
0.70	   
0.70	   preprocessing
0.70	     nbConstraintChecks=422  nbValidityChecks=4627  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.70	     nbRemovedValues=0  detectedInconsistency=no
0.70	       =>  wckTime=0.042  cpuTime=0.03  mem=17M262
0.72	   
0.72	   search
0.72	     run=0  nbConstraintChecks=326  nbValidityChecks=3246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.72	     nbAssignments=48  nbFailedAssignments=6  nbBacktracks=13  nbVisitedNodes=59  nbRestartNogoods=0
0.72	       =>  wckTime=0.059  cpuTime=0.04  mem=17M262
0.73	   
0.73	   search
0.73	     run=1  nbConstraintChecks=441  nbValidityChecks=5650  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.73	     nbAssignments=87  nbFailedAssignments=11  nbBacktracks=28  nbVisitedNodes=105  nbRestartNogoods=3
0.73	       =>  wckTime=0.072  cpuTime=0.05  mem=17M262
0.74	   
0.74	   search
0.74	     run=2  nbConstraintChecks=679  nbValidityChecks=10030  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.74	     nbAssignments=153  nbFailedAssignments=20  nbBacktracks=50  nbVisitedNodes=186  nbRestartNogoods=6
0.74	       =>  wckTime=0.083  cpuTime=0.06  mem=17M262
0.75	   
0.75	   search
0.75	     run=3  nbConstraintChecks=1000  nbValidityChecks=15547  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.75	     nbAssignments=230  nbFailedAssignments=33  nbBacktracks=84  nbVisitedNodes=281  nbRestartNogoods=8
0.75	       =>  wckTime=0.097  cpuTime=0.07  mem=17M262
0.77	   
0.77	   search
0.77	     run=4  nbConstraintChecks=1494  nbValidityChecks=23719  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.77	     nbAssignments=322  nbFailedAssignments=48  nbBacktracks=136  nbVisitedNodes=397  nbRestartNogoods=13
0.77	       =>  wckTime=0.11  cpuTime=0.08  mem=17M262
0.78	   
0.78	   search
0.78	     run=5  nbConstraintChecks=2236  nbValidityChecks=35207  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.78	     nbAssignments=441  nbFailedAssignments=63  nbBacktracks=218  nbVisitedNodes=537  nbRestartNogoods=15
0.78	       =>  wckTime=0.128  cpuTime=0.09  mem=17M262
0.81	   
0.81	   search
0.81	     run=6  nbConstraintChecks=3121  nbValidityChecks=53367  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.81	     nbAssignments=605  nbFailedAssignments=89  nbBacktracks=334  nbVisitedNodes=732  nbRestartNogoods=19
0.81	       =>  wckTime=0.152  cpuTime=0.12  mem=17M262
0.84	   
0.84	   search
0.84	     run=7  nbConstraintChecks=4355  nbValidityChecks=75247  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.84	     nbAssignments=835  nbFailedAssignments=119  nbBacktracks=506  nbVisitedNodes=998  nbRestartNogoods=23
0.84	       =>  wckTime=0.18  cpuTime=0.14  mem=17M262
0.87	   
0.87	   search
0.87	     run=8  nbConstraintChecks=6960  nbValidityChecks=105252  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.87	     nbAssignments=1157  nbFailedAssignments=166  nbBacktracks=762  nbVisitedNodes=1380  nbRestartNogoods=25
0.87	       =>  wckTime=0.215  cpuTime=0.17  mem=17M262
0.93	   
0.93	   search
0.93	     run=9  nbConstraintChecks=10469  nbValidityChecks=150016  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.93	     nbAssignments=1643  nbFailedAssignments=245  nbBacktracks=1146  nbVisitedNodes=1972  nbRestartNogoods=29
0.93	       =>  wckTime=0.273  cpuTime=0.22  mem=17M262
0.99	   
0.99	   search
0.99	     run=10  nbConstraintChecks=17428  nbValidityChecks=212101  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.99	     nbAssignments=2393  nbFailedAssignments=389  nbBacktracks=1725  nbVisitedNodes=2898  nbRestartNogoods=32
0.99	       =>  wckTime=0.334  cpuTime=0.28  mem=17M262
1.06	   
1.06	   search
1.06	     run=11  nbConstraintChecks=36724  nbValidityChecks=295964  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.06	     nbAssignments=3526  nbFailedAssignments=626  nbBacktracks=2589  nbVisitedNodes=4364  nbRestartNogoods=35
1.06	       =>  wckTime=0.407  cpuTime=0.35  mem=17M262
1.16	   
1.16	   search
1.16	     run=12  nbConstraintChecks=66051  nbValidityChecks=405993  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.16	     nbAssignments=5156  nbFailedAssignments=923  nbBacktracks=3888  nbVisitedNodes=6385  nbRestartNogoods=39
1.16	       =>  wckTime=0.502  cpuTime=0.44  mem=17M262
1.30	   
1.30	   search
1.30	     run=13  nbConstraintChecks=107105  nbValidityChecks=581023  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.30	     nbAssignments=7559  nbFailedAssignments=1347  nbBacktracks=5836  nbVisitedNodes=9325  nbRestartNogoods=44
1.30	       =>  wckTime=0.646  cpuTime=0.59  mem=17M262
1.51	   
1.51	   search
1.51	     run=14  nbConstraintChecks=174614  nbValidityChecks=826458  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.51	     nbAssignments=11196  nbFailedAssignments=2032  nbBacktracks=8755  nbVisitedNodes=13855  nbRestartNogoods=50
1.51	       =>  wckTime=0.856  cpuTime=0.79  mem=17M262
1.80	   
1.80	   search
1.80	     run=15  nbConstraintChecks=304441  nbValidityChecks=1151550  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.80	     nbAssignments=16526  nbFailedAssignments=2944  nbBacktracks=13139  nbVisitedNodes=20369  nbRestartNogoods=56
1.80	       =>  wckTime=1.142  cpuTime=1.07  mem=17M262
2.21	   
2.21	   search
2.21	     run=16  nbConstraintChecks=485502  nbValidityChecks=1642920  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.21	     nbAssignments=24468  nbFailedAssignments=4277  nbBacktracks=19708  nbVisitedNodes=29903  nbRestartNogoods=62
2.21	       =>  wckTime=1.555  cpuTime=1.48  mem=17M262
2.92	   
2.92	   search
2.92	     run=17  nbConstraintChecks=742717  nbValidityChecks=2557303  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.92	     nbAssignments=36135  nbFailedAssignments=6052  nbBacktracks=29561  nbVisitedNodes=43744  nbRestartNogoods=67
2.92	       =>  wckTime=2.264  cpuTime=2.19  mem=17M262
3.79	   
3.79	   search
3.79	     run=18  nbConstraintChecks=1155606  nbValidityChecks=3596616  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
3.79	     nbAssignments=53199  nbFailedAssignments=8296  nbBacktracks=44354  nbVisitedNodes=63838  nbRestartNogoods=74
3.79	       =>  wckTime=3.133  cpuTime=3.06  mem=17M262
5.17	   
5.17	   search
5.17	     run=19  nbConstraintChecks=1774846  nbValidityChecks=5333988  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
5.17	     nbAssignments=79172  nbFailedAssignments=12072  nbBacktracks=66533  nbVisitedNodes=94505  nbRestartNogoods=83
5.17	       =>  wckTime=4.511  cpuTime=4.42  mem=17M262
7.27	   
7.27	   search
7.27	     run=20  nbConstraintChecks=2750926  nbValidityChecks=7939009  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
7.27	     nbAssignments=118205  nbFailedAssignments=17802  nbBacktracks=99790  nbVisitedNodes=140743  nbRestartNogoods=91
7.27	       =>  wckTime=6.618  cpuTime=6.52  mem=17M262
10.47	   
10.47	   search
10.47	     run=21  nbConstraintChecks=4001855  nbValidityChecks=11959413  nbPropagations=0  nbRevisions=0
10.47	     nbUselessRevisions=0  nbAssignments=176023  nbFailedAssignments=25694  nbBacktracks=149669  nbVisitedNodes=208353
10.47	     nbRestartNogoods=95
10.47	       =>  wckTime=9.812  cpuTime=9.71  mem=17M262
15.06	   
15.06	   search
15.06	     run=22  nbConstraintChecks=6209800  nbValidityChecks=17664454  nbPropagations=0  nbRevisions=0
15.06	     nbUselessRevisions=0  nbAssignments=262224  nbFailedAssignments=37038  nbBacktracks=224500  nbVisitedNodes=308671
15.06	     nbRestartNogoods=101
15.06	       =>  wckTime=14.406  cpuTime=14.28  mem=17M262
21.58	   
21.58	   search
21.58	     run=23  nbConstraintChecks=9736001  nbValidityChecks=25877574  nbPropagations=0  nbRevisions=0
21.58	     nbUselessRevisions=0  nbAssignments=392243  nbFailedAssignments=54805  nbBacktracks=336729  nbVisitedNodes=460741
21.58	     nbRestartNogoods=110
21.58	       =>  wckTime=20.927  cpuTime=20.76  mem=17M262
31.53	   
31.53	   search
31.53	     run=24  nbConstraintChecks=14655203  nbValidityChecks=38497185  nbPropagations=0  nbRevisions=0
31.53	     nbUselessRevisions=0  nbAssignments=585425  nbFailedAssignments=79608  nbBacktracks=505071  nbVisitedNodes=685081
31.53	     nbRestartNogoods=121
31.53	       =>  wckTime=30.872  cpuTime=30.64  mem=17M262
46.43	   
46.43	   search
46.43	     run=25  nbConstraintChecks=22384183  nbValidityChecks=57492963  nbPropagations=0  nbRevisions=0
46.43	     nbUselessRevisions=0  nbAssignments=875936  nbFailedAssignments=117565  nbBacktracks=757588  nbVisitedNodes=1022042
46.43	     nbRestartNogoods=128
46.43	       =>  wckTime=45.777  cpuTime=45.48  mem=17M262
69.44	   
69.54	   search
69.54	     run=26  nbConstraintChecks=33093046  nbValidityChecks=87437349  nbPropagations=0  nbRevisions=0
69.54	     nbUselessRevisions=0  nbAssignments=1307620  nbFailedAssignments=170451  nbBacktracks=1136355
69.54	     nbVisitedNodes=1516979  nbRestartNogoods=133
69.54	       =>  wckTime=68.788  cpuTime=68.39  mem=17M262
104.12	   
104.12	   search
104.12	     run=27  nbConstraintChecks=48856259  nbValidityChecks=133192898  nbPropagations=0  nbRevisions=0
104.12	     nbUselessRevisions=0  nbAssignments=1953612  nbFailedAssignments=248251  nbBacktracks=1704507
104.12	     nbVisitedNodes=2257473  nbRestartNogoods=145
104.12	       =>  wckTime=103.464  cpuTime=102.9  mem=17M262
152.69	   
152.69	   search
152.69	     run=28  nbConstraintChecks=74852910  nbValidityChecks=195005327  nbPropagations=0  nbRevisions=0
152.69	     nbUselessRevisions=0  nbAssignments=2929244  nbFailedAssignments=371606  nbBacktracks=2556741
152.69	     nbVisitedNodes=3385192  nbRestartNogoods=156
152.69	       =>  wckTime=152.033  cpuTime=151.24  mem=17M262
228.65	   
228.65	   search
228.65	     run=29  nbConstraintChecks=112109421  nbValidityChecks=293319352  nbPropagations=0  nbRevisions=0
228.65	     nbUselessRevisions=0  nbAssignments=4385679  nbFailedAssignments=549677  nbBacktracks=3835096
228.65	     nbVisitedNodes=5060871  nbRestartNogoods=168
228.65	       =>  wckTime=227.998  cpuTime=226.85  mem=17M262
341.05	   
341.05	   search
341.05	     run=30  nbConstraintChecks=167528941  nbValidityChecks=437538850  nbPropagations=0  nbRevisions=0
341.05	     nbUselessRevisions=0  nbAssignments=6563488  nbFailedAssignments=809938  nbBacktracks=5752614
341.05	     nbVisitedNodes=7559567  nbRestartNogoods=178
341.05	       =>  wckTime=340.391  cpuTime=338.71  mem=17M262
515.80	   
515.80	   search
515.80	     run=31  nbConstraintChecks=245011821  nbValidityChecks=668803634  nbPropagations=0  nbRevisions=0
515.80	     nbUselessRevisions=0  nbAssignments=9818651  nbFailedAssignments=1188796  nbBacktracks=8628883
515.80	     nbVisitedNodes=11270167  nbRestartNogoods=186
515.80	       =>  wckTime=515.14  cpuTime=512.65  mem=17M262
773.56	   
773.56	   search
773.56	     run=32  nbConstraintChecks=365960096  nbValidityChecks=1004065016  nbPropagations=0  nbRevisions=0
773.56	     nbUselessRevisions=0  nbAssignments=14708953  nbFailedAssignments=1764652  nbBacktracks=12943286
773.56	     nbVisitedNodes=16863427  nbRestartNogoods=196
773.56	       =>  wckTime=772.906  cpuTime=769.19  mem=17M262
1060.67	   
1060.67	   search
1060.67	     run=33  nbConstraintChecks=497533603  nbValidityChecks=1380504303  nbPropagations=0  nbRevisions=0
1060.67	     nbUselessRevisions=0  nbAssignments=20112180  nbFailedAssignments=2404982  nbBacktracks=17706184
1060.67	     nbVisitedNodes=23040180  nbRestartNogoods=204
1060.67	       =>  wckTime=1060.011  cpuTime=1054.82  mem=17M262
1060.67	   
1060.67	   global
1060.67	     nbConstraintChecks=497534025  nbValidityChecks=1380508930  nbRestartNogoods=204  solvingWckTime=1060.012
1060.67	     solvingCpuTime=1054.82  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1055.14
1060.67	       =>  wckTime=1060.374  cpuTime=1055.09  mem=17M262
1060.67	
1060.67	s OPTIMUM FOUND
1060.67	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 
1060.67	   
1060.67	   totalWckTime=1060.451  totalCpuTime=1055.15

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/node6/watcher-277516-1169268442 -o ROOT/results/node6/solver-277516-1169268442 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277516-1169268442/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.85 1.97 1.91 4/93 21245
/proc/meminfo: memFree=1243896/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=1784 CPUtime=0
/proc/21244/stat : 21244 (java) D 21242 21244 20934 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 275239776 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/21244/statm: 446 160 125 14 0 91 0

[startup+0.107431 s]
/proc/loadavg: 1.85 1.97 1.91 4/93 21245
/proc/meminfo: memFree=1243896/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=914988 CPUtime=0.08
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 3061 0 1 0 7 1 0 0 24 0 8 0 275239776 936947712 2807 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228747 2808 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515478 s]
/proc/loadavg: 1.85 1.97 1.91 4/93 21245
/proc/meminfo: memFree=1243896/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=0.49
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 6706 0 1 0 45 4 0 0 25 0 8 0 275239776 937435136 6444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153604294 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 6444 2479 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33657 s]
/proc/loadavg: 1.85 1.97 1.91 3/100 21252
/proc/meminfo: memFree=1218176/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=1.3
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9202 0 1 0 124 6 0 0 25 0 8 0 275239776 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073701320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8939 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.15
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 362 0 0 0 15 0 0 0 15 0 8 0 275239784 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.97377 s]
/proc/loadavg: 1.85 1.97 1.91 3/100 21252
/proc/meminfo: memFree=1218112/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=2.93
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9215 0 1 0 287 6 0 0 25 0 8 0 275239776 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073715843 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8951 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.15
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 364 0 0 0 15 0 0 0 15 0 8 0 275239784 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.18114 s]
/proc/loadavg: 1.86 1.97 1.91 3/100 21252
/proc/meminfo: memFree=1217984/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=6.13
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9220 0 1 0 607 6 0 0 25 0 8 0 275239776 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073690490 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8956 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.15
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 364 0 0 0 15 0 0 0 15 0 8 0 275239784 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915464

[startup+12.6479 s]
/proc/loadavg: 1.87 1.97 1.91 3/100 21252
/proc/meminfo: memFree=1217984/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=12.57
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9225 0 1 0 1251 6 0 0 25 0 8 0 275239776 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073691124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8961 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.15
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 364 0 0 0 15 0 0 0 15 0 8 0 275239784 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915464

[startup+25.5074 s]
/proc/loadavg: 1.90 1.97 1.91 3/100 21252
/proc/meminfo: memFree=1217920/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=25.36
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9235 0 1 0 2530 6 0 0 25 0 8 0 275239776 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073672459 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8969 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.15
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 15 0 0 0 16 0 8 0 275239784 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915464

[startup+51.1174 s]
/proc/loadavg: 1.93 1.97 1.91 3/100 21252
/proc/meminfo: memFree=1217920/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=50.84
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9242 0 1 0 5078 6 0 0 25 0 8 0 275239776 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073687455 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8974 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915464

[startup+102.332 s]
/proc/loadavg: 2.03 1.99 1.92 3/100 21252
/proc/meminfo: memFree=1217920/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=101.82
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9245 0 1 0 10176 6 0 0 25 0 8 0 275239776 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073687526 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8977 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 915464

[startup+162.389 s]
/proc/loadavg: 2.04 2.00 1.92 3/100 21252
/proc/meminfo: memFree=1217856/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=161.57
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9250 0 1 0 16151 6 0 0 25 0 8 0 275239776 937435136 8982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666761 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.01
Current children cumulated vsize (KiB) 915464

[startup+642.841 s]
/proc/loadavg: 2.05 2.02 1.94 3/100 21252
/proc/meminfo: memFree=1217728/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=639.78
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9258 0 1 0 63970 8 0 0 25 0 8 0 275239776 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700716 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8990 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.78
Current children cumulated vsize (KiB) 915464

[startup+702.9 s]
/proc/loadavg: 2.02 2.01 1.94 3/100 21252
/proc/meminfo: memFree=1217792/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=699.55
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9258 0 1 0 69947 8 0 0 25 0 8 0 275239776 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8990 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.55
Current children cumulated vsize (KiB) 915464

[startup+762.958 s]
/proc/loadavg: 2.00 2.01 1.94 3/100 21252
/proc/meminfo: memFree=1217728/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=759.32
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9258 0 1 0 75924 8 0 0 25 0 8 0 275239776 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073728885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8990 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 759.32
Current children cumulated vsize (KiB) 915464

[startup+823.021 s]
/proc/loadavg: 2.00 2.00 1.94 3/106 21316
/proc/meminfo: memFree=1216528/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=819.09
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9260 0 1 0 81899 10 0 0 25 0 8 0 275239776 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073715882 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8992 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 819.09
Current children cumulated vsize (KiB) 915464

[startup+883.108 s]
/proc/loadavg: 2.00 2.00 1.94 3/106 21426
/proc/meminfo: memFree=1216464/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=878.79
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9260 0 1 0 87864 15 0 0 25 0 8 0 275239776 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727999 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8992 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 878.79
Current children cumulated vsize (KiB) 915464

[startup+943.169 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 21450
/proc/meminfo: memFree=1217472/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=938.56
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9260 0 1 0 93840 16 0 0 25 0 8 0 275239776 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073691137 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8992 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 938.56
Current children cumulated vsize (KiB) 915464

[startup+1003.23 s]
/proc/loadavg: 2.06 2.01 1.95 3/100 21450
/proc/meminfo: memFree=1217472/2055924 swapFree=4165736/4192956
[pid=21244] ppid=21242 vsize=915464 CPUtime=998.35
/proc/21244/stat : 21244 (java) R 21242 21244 20934 0 -1 0 9260 0 1 0 99818 17 0 0 25 0 8 0 275239776 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21244/statm: 228866 8992 2533 14 0 215336 0
[pid=21244/tid=21246] ppid=21242 vsize=915464 CPUtime=0.02
/proc/21244/task/21246/stat : 21246 (java) S 21242 21244 20934 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 275239780 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21247] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21247/stat : 21247 (java) S 21242 21244 20934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21248] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21248/stat : 21248 (java) S 21242 21244 20934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275239781 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21249] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21249/stat : 21249 (java) S 21242 21244 20934 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21250] ppid=21242 vsize=915464 CPUtime=0.16
/proc/21244/task/21250/stat : 21250 (java) S 21242 21244 20934 0 -1 64 366 0 0 0 16 0 0 0 16 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21251] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21251/stat : 21251 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21244/tid=21252] ppid=21242 vsize=915464 CPUtime=0
/proc/21244/task/21252/stat : 21252 (java) S 21242 21244 20934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275239784 937435136 8992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.35
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 1060.77
CPU time (s): 1055.55
CPU user time (s): 1055.37
CPU system time (s): 0.181972
CPU usage (%): 99.5082
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1055.37
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9358
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= 22485
involuntary context switches= 51189

runsolver used 1.41578 s user time and 3.2875 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan 20 04:47:23 UTC 2007


IDJOB= 277516
IDBENCH= 7349
IDSOLVER= 68
FILE ID= node6/277516-1169268442

PBS_JOBID= 3607324

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0d74555e44f25386bfce89d3fd5d9a3a

RANDOM SEED= 539177306

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.240
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.240
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:      2055924 kB
MemFree:       1244312 kB
Buffers:         61892 kB
Cached:         601360 kB
SwapCached:       2944 kB
Active:         328952 kB
Inactive:       399832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1244312 kB
SwapTotal:     4192956 kB
SwapFree:      4165736 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          85060 kB
Slab:            67312 kB
Committed_AS:  9172248 kB
PageTables:       2472 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 node6 on Sat Jan 20 05:05:04 UTC 2007