Trace number 229831

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
Abscon 109 ESACSAT 1382.22 1382.8

DiagnosticValue
CHECKS9960552631
NODES5888388

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-33_ext.xml
MD5SUM5dd6e886dd59462738b4787e4740e36f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark389.804
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/229831-1168311743/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.40	       =>  wckTime=0.102  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.67	     nbConstraints=467  nbRelationTypes=467  nbExtensionStructures=467  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=467  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2336  maxDegree=27
0.67	     maxArity=2
0.67	       =>  wckTime=0.374  cpuTime=0.28  mem=17M728
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.567  cpuTime=0.4  mem=15M583
0.92	   
0.92	   preprocessing
0.92	     nbConstraintChecks=117108  nbPropagations=1248  nbRevisions=10414  nbUselessRevisions=8740  nbSingletonTests=61
0.92	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.92	       =>  wckTime=0.055  cpuTime=0.03  mem=15M583
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=47724  nbPropagations=1819  nbRevisions=17313  nbUselessRevisions=14389  nbAssignments=27
0.94	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.081  cpuTime=0.05  mem=15M583
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=104043  nbPropagations=4391  nbRevisions=44384  nbUselessRevisions=36786
0.96	     nbAssignments=61  nbFailedAssignments=12  nbBacktracks=28  nbVisitedNodes=93  nbRestartNogoods=2  mapSize=23
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.101  cpuTime=0.06  mem=15M583
0.98	   
0.98	   search
0.98	     run=2  nbConstraintChecks=170108  nbPropagations=7831  nbRevisions=82788  nbUselessRevisions=68482
0.98	     nbAssignments=110  nbFailedAssignments=26  nbBacktracks=56  nbVisitedNodes=168  nbRestartNogoods=3  mapSize=45
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.114  cpuTime=0.08  mem=15M583
1.00	   
1.00	   search
1.00	     run=3  nbConstraintChecks=273177  nbPropagations=12656  nbRevisions=139507  nbUselessRevisions=115127
1.00	     nbAssignments=176  nbFailedAssignments=48  nbBacktracks=90  nbVisitedNodes=279  nbRestartNogoods=4  mapSize=74
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.134  cpuTime=0.1  mem=15M583
1.03	   
1.03	   search
1.03	     run=4  nbConstraintChecks=442458  nbPropagations=19304  nbRevisions=222246  nbUselessRevisions=182781
1.03	     nbAssignments=273  nbFailedAssignments=83  nbBacktracks=144  nbVisitedNodes=436  nbRestartNogoods=8  mapSize=115
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.163  cpuTime=0.12  mem=15M583
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=625914  nbPropagations=28390  nbRevisions=338222  nbUselessRevisions=277487
1.06	     nbAssignments=404  nbFailedAssignments=131  nbBacktracks=219  nbVisitedNodes=657  nbRestartNogoods=10  mapSize=179
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.199  cpuTime=0.16  mem=15M583
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=1026344  nbPropagations=41795  nbRevisions=522052  nbUselessRevisions=428264
1.12	     nbAssignments=609  nbFailedAssignments=212  nbBacktracks=332  nbVisitedNodes=1017  nbRestartNogoods=12  mapSize=280
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.259  cpuTime=0.21  mem=15M583
1.19	   
1.19	   search
1.19	     run=7  nbConstraintChecks=1424538  nbPropagations=60385  nbRevisions=779824  nbUselessRevisions=639118
1.19	     nbAssignments=888  nbFailedAssignments=307  nbBacktracks=506  nbVisitedNodes=1478  nbRestartNogoods=17  mapSize=411
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.329  cpuTime=0.28  mem=15M583
1.31	   
1.31	   search
1.31	     run=8  nbConstraintChecks=2145025  nbPropagations=87598  nbRevisions=1167356  nbUselessRevisions=956208
1.31	     nbAssignments=1314  nbFailedAssignments=465  nbBacktracks=762  nbVisitedNodes=2201  nbRestartNogoods=22
1.31	     mapSize=629  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.448  cpuTime=0.4  mem=15M583
1.50	   
1.50	   search
1.50	     run=9  nbConstraintChecks=3276146  nbPropagations=127130  nbRevisions=1741431  nbUselessRevisions=1424173
1.50	     nbAssignments=1939  nbFailedAssignments=696  nbBacktracks=1147  nbVisitedNodes=3272  nbRestartNogoods=30
1.50	     mapSize=948  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.636  cpuTime=0.58  mem=15M583
1.54	   
1.54	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=15M583)
1.73	   
1.73	   search
1.73	     run=10  nbConstraintChecks=4657128  nbPropagations=184285  nbRevisions=2578328  nbUselessRevisions=2107225
1.73	     nbAssignments=2884  nbFailedAssignments=1052  nbBacktracks=1726  nbVisitedNodes=4880  nbRestartNogoods=36
1.73	       =>  wckTime=0.871  cpuTime=0.8  mem=15M583
2.12	   
2.12	   search
2.12	     run=11  nbConstraintChecks=7269108  nbPropagations=271269  nbRevisions=3880682  nbUselessRevisions=3171674
2.12	     nbAssignments=4356  nbFailedAssignments=1649  nbBacktracks=2590  nbVisitedNodes=7431  nbRestartNogoods=39
2.12	       =>  wckTime=1.262  cpuTime=1.19  mem=15M583
2.63	   
2.63	   search
2.63	     run=12  nbConstraintChecks=10813700  nbPropagations=400026  nbRevisions=5796109  nbUselessRevisions=4733542
2.63	     nbAssignments=6481  nbFailedAssignments=2450  nbBacktracks=3887  nbVisitedNodes=11011  nbRestartNogoods=47
2.63	       =>  wckTime=1.764  cpuTime=1.69  mem=15M583
3.36	   
3.36	   search
3.36	     run=13  nbConstraintChecks=16001793  nbPropagations=590477  nbRevisions=8675913  nbUselessRevisions=7087614
3.36	     nbAssignments=9642  nbFailedAssignments=3656  nbBacktracks=5835  nbVisitedNodes=16421  nbRestartNogoods=53
3.36	       =>  wckTime=2.494  cpuTime=2.42  mem=15M583
4.41	   
4.41	   search
4.41	     run=14  nbConstraintChecks=23655185  nbPropagations=869976  nbRevisions=12918124  nbUselessRevisions=10555789
4.41	     nbAssignments=14241  nbFailedAssignments=5314  nbBacktracks=8754  nbVisitedNodes=24170  nbRestartNogoods=57
4.41	       =>  wckTime=3.547  cpuTime=3.47  mem=15M583
6.06	   
6.06	   search
6.06	     run=15  nbConstraintChecks=35717779  nbPropagations=1289167  nbRevisions=19251949  nbUselessRevisions=15718114
6.06	     nbAssignments=21272  nbFailedAssignments=7958  nbBacktracks=13133  nbVisitedNodes=36133  nbRestartNogoods=72
6.06	       =>  wckTime=5.197  cpuTime=5.12  mem=16M558
8.64	   
8.64	   search
8.64	     run=16  nbConstraintChecks=53583576  nbPropagations=1922594  nbRevisions=29012032  nbUselessRevisions=23717403
8.64	     nbAssignments=32138  nbFailedAssignments=12248  nbBacktracks=19701  nbVisitedNodes=54916  nbRestartNogoods=77
8.64	       =>  wckTime=7.777  cpuTime=7.69  mem=16M558
12.52	   
12.52	   search
12.52	     run=17  nbConstraintChecks=81928267  nbPropagations=2877160  nbRevisions=43842190  nbUselessRevisions=35873999
12.52	     nbAssignments=48224  nbFailedAssignments=18473  nbBacktracks=29553  nbVisitedNodes=82692  nbRestartNogoods=89
12.52	       =>  wckTime=11.658  cpuTime=11.56  mem=16M558
17.88	   
17.88	   search
17.88	     run=18  nbConstraintChecks=119545926  nbPropagations=4293297  nbRevisions=65604124  nbUselessRevisions=53687778
17.88	     nbAssignments=72018  nbFailedAssignments=27478  nbBacktracks=44331  nbVisitedNodes=123315  nbRestartNogoods=104
17.88	       =>  wckTime=17.021  cpuTime=16.92  mem=16M558
26.95	   
26.95	   search
26.95	     run=19  nbConstraintChecks=188030049  nbPropagations=6455472  nbRevisions=99009498  nbUselessRevisions=80987642
26.95	     nbAssignments=108379  nbFailedAssignments=41660  nbBacktracks=66502  nbVisitedNodes=185913  nbRestartNogoods=122
26.95	       =>  wckTime=26.084  cpuTime=25.98  mem=16M558
39.30	   
39.30	   search
39.30	     run=20  nbConstraintChecks=273109560  nbPropagations=9678108  nbRevisions=148733157  nbUselessRevisions=121703666
39.30	     nbAssignments=163120  nbFailedAssignments=63140  nbBacktracks=99754  nbVisitedNodes=280474  nbRestartNogoods=132
39.30	       =>  wckTime=38.436  cpuTime=38.32  mem=16M558
58.71	   
58.71	   search
58.71	     run=21  nbConstraintChecks=412985396  nbPropagations=14534792  nbRevisions=223892520  nbUselessRevisions=183274158
58.71	     nbAssignments=244941  nbFailedAssignments=95072  nbBacktracks=149632  nbVisitedNodes=421599  nbRestartNogoods=146
58.71	       =>  wckTime=57.851  cpuTime=57.73  mem=16M558
85.81	   
85.81	   search
85.81	     run=22  nbConstraintChecks=606172240  nbPropagations=21707885  nbRevisions=334102704  nbUselessRevisions=273417087
85.81	     nbAssignments=364671  nbFailedAssignments=139955  nbBacktracks=224451  nbVisitedNodes=624823  nbRestartNogoods=161
85.81	       =>  wckTime=84.951  cpuTime=84.82  mem=16M558
128.71	   
128.71	   search
128.71	     run=23  nbConstraintChecks=918940381  nbPropagations=32488195  nbRevisions=500306192  nbUselessRevisions=409389346
128.71	     nbAssignments=545695  nbFailedAssignments=208738  nbBacktracks=336681  nbVisitedNodes=934508  nbRestartNogoods=176
128.71	       =>  wckTime=127.848  cpuTime=127.69  mem=16M558
189.10	   
189.10	   search
189.10	     run=24  nbConstraintChecks=1349616966  nbPropagations=48394870  nbRevisions=744983062  nbUselessRevisions=609524490
189.10	     nbAssignments=813302  nbFailedAssignments=307997  nbBacktracks=505024  nbVisitedNodes=1388312  nbRestartNogoods=191
189.10	       =>  wckTime=188.242  cpuTime=188.07  mem=16M558
291.53	   
291.53	   search
291.53	     run=25  nbConstraintChecks=2097907307  nbPropagations=72811965  nbRevisions=1124490516
291.53	     nbUselessRevisions=920330976  nbAssignments=1232236  nbFailedAssignments=474412  nbBacktracks=757535
291.53	     nbVisitedNodes=2115185  nbRestartNogoods=197
291.53	       =>  wckTime=290.667  cpuTime=290.46  mem=16M558
424.23	   
424.23	   search
424.23	     run=26  nbConstraintChecks=3012515999  nbPropagations=108720587  nbRevisions=1680228220
424.23	     nbUselessRevisions=1376105970  nbAssignments=1837147  nbFailedAssignments=700543  nbBacktracks=1136309
424.23	     nbVisitedNodes=3147020  nbRestartNogoods=217
424.23	       =>  wckTime=423.372  cpuTime=423.11  mem=16M558
639.96	   
639.96	   search
639.96	     run=27  nbConstraintChecks=4569991895  nbPropagations=162713871  nbRevisions=2521182511
639.96	     nbUselessRevisions=2066142616  nbAssignments=2752622  nbFailedAssignments=1047856  nbBacktracks=1704463
639.96	     nbVisitedNodes=4716582  nbRestartNogoods=227
639.96	       =>  wckTime=639.096  cpuTime=638.77  mem=16M558
945.08	   
945.08	   search
945.08	     run=28  nbConstraintChecks=6718408097  nbPropagations=242804425  nbRevisions=3764383060
945.08	     nbUselessRevisions=3086491988  nbAssignments=4107619  nbFailedAssignments=1550617  nbBacktracks=2556690
945.08	     nbVisitedNodes=7025217  nbRestartNogoods=244
945.08	       =>  wckTime=944.221  cpuTime=943.79  mem=16M558
1382.75	   
1382.75	   search
1382.75	     run=29  nbConstraintChecks=9960435523  nbPropagations=359214988  nbRevisions=5573492786
1382.75	     nbUselessRevisions=4569401925  nbAssignments=5888388  nbFailedAssignments=2228141  nbBacktracks=3659885
1382.75	     nbVisitedNodes=10084845  nbRestartNogoods=260
1382.75	       =>  wckTime=1381.884  cpuTime=1381.29  mem=16M558
1382.75	   
1382.75	   global
1382.75	     nbConstraintChecks=9960552631  nbPropagations=359216236  nbRevisions=5573503200  nbUselessRevisions=4569410665
1382.75	     nbRestartNogoods=260  solvingWckTime=1381.885  solvingCpuTime=1381.3  expiredTime=no  totalExploration=no
1382.75	     nbFoundSolutions=1  globalCpuTime=1381.74
1382.75	       =>  wckTime=1382.455  cpuTime=1381.7  mem=16M558
1382.75	   
1382.75	s SATISFIABLE
1382.75	v 20 15 5 21 6 2 17 1 19 8 2 18 22 12 3 14 21 2 18 2 21 14 4 10 19 21 0 9 10 12 16 18 21 2 20 3 5 0 11 2 8 19 5 9 16 2 16 10 15 5 
1382.75	d NODES 5888388
1382.75	d CHECKS 9960552631
1382.75	   
1382.75	   totalWckTime=1382.53  totalCpuTime=1381.74

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node11/watcher-229831-1168311743 -o ROOT/results/node11/solver-229831-1168311743 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229831-1168311743/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.16 1.04 1.01 4/84 18383
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=1784 CPUtime=0
/proc/18382/stat : 18382 (java) D 18380 18382 16152 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 179569350 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18382/statm: 446 141 107 14 0 91 0

[startup+0.107443 s]
/proc/loadavg: 1.16 1.04 1.01 4/84 18383
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=915724 CPUtime=0.08
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 3046 0 1 0 7 1 0 0 17 0 8 0 179569350 937701376 2792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155166642 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 228931 2792 1446 14 0 215426 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 915724

[startup+0.515527 s]
/proc/loadavg: 1.16 1.04 1.01 4/84 18383
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=915956 CPUtime=0.48
/proc/18382/stat : 18382 (java) S 18380 18382 16152 0 -1 0 7264 0 1 0 43 5 0 0 16 0 8 0 179569350 937938944 7003 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 228989 7003 2137 14 0 215459 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915956

[startup+1.33768 s]
/proc/loadavg: 1.16 1.04 1.01 2/91 18390
/proc/meminfo: memFree=1466128/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1.29
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9659 0 1 0 123 6 0 0 17 0 8 0 179569350 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827374 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9397 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 17 0 8 0 179569353 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.2
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 385 0 0 0 20 0 0 0 15 0 8 0 179569357 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 916188

[startup+2.99101 s]
/proc/loadavg: 1.16 1.04 1.01 2/91 18392
/proc/meminfo: memFree=1466064/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=2.94
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9675 0 1 0 287 7 0 0 17 0 8 0 179569350 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073828505 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9412 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.22
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 399 0 0 0 22 0 0 0 16 0 8 0 179569357 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916188

[startup+6.27266 s]
/proc/loadavg: 1.15 1.04 1.01 2/91 18394
/proc/meminfo: memFree=1466080/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=6.22
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9677 0 1 0 615 7 0 0 23 0 8 0 179569350 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818105 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9413 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.22
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 400 0 0 0 22 0 0 0 16 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 916188

[startup+12.7589 s]
/proc/loadavg: 1.14 1.04 1.01 2/85 18416
/proc/meminfo: memFree=1467160/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=12.7
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9677 0 1 0 1263 7 0 0 25 0 8 0 179569350 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073809130 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9413 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.22
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 400 0 0 0 22 0 0 0 16 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 916188

[startup+25.6025 s]
/proc/loadavg: 1.11 1.04 1.01 2/85 18416
/proc/meminfo: memFree=1467176/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=25.53
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9677 0 1 0 2545 8 0 0 25 0 8 0 179569350 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818288 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9413 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.22
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 400 0 0 0 22 0 0 0 16 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 916188

[startup+51.3006 s]
/proc/loadavg: 1.07 1.04 1.01 2/85 18416
/proc/meminfo: memFree=1467304/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=51.21
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9679 0 1 0 5113 8 0 0 25 0 8 0 179569350 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810189 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9414 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 401 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 916188

[startup+102.594 s]
/proc/loadavg: 1.07 1.04 1.01 2/85 18416
/proc/meminfo: memFree=1467496/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=102.49
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 10241 8 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 916188

[startup+162.622 s]
/proc/loadavg: 1.02 1.03 1.00 2/85 18416
/proc/meminfo: memFree=1467560/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=162.5
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 16241 9 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073828470 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 916188

[startup+1002.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 18416
/proc/meminfo: memFree=1467368/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1002.56
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 100245 11 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073833592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 916188

[startup+1063 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 18418
/proc/meminfo: memFree=1467240/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1062.56
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 106245 11 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 916188

[startup+1123.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 18418
/proc/meminfo: memFree=1467304/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1122.56
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 112245 11 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880927 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 916188

[startup+1183.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 18418
/proc/meminfo: memFree=1467304/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1182.57
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 118246 11 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 916188

[startup+1243.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 18418
/proc/meminfo: memFree=1467368/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1242.59
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 124247 12 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826390 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.59
Current children cumulated vsize (KiB) 916188

[startup+1303.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 18418
/proc/meminfo: memFree=1467368/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1302.59
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 130247 12 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073849801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.59
Current children cumulated vsize (KiB) 916188

[startup+1363.13 s]
/proc/loadavg: 1.06 1.02 1.00 2/85 18418
/proc/meminfo: memFree=1467368/2055920 swapFree=4192812/4192956
[pid=18382] ppid=18380 vsize=916188 CPUtime=1362.58
/proc/18382/stat : 18382 (java) R 18380 18382 16152 0 -1 0 9680 0 1 0 136246 12 0 0 25 0 8 0 179569350 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073833592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18382/statm: 229047 9415 2524 14 0 215517 0
[pid=18382/tid=18384] ppid=18380 vsize=916188 CPUtime=0.03
/proc/18382/task/18384/stat : 18384 (java) S 18380 18382 16152 0 -1 64 409 0 0 0 3 0 0 0 16 0 8 0 179569353 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18382/tid=18385] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18385/stat : 18385 (java) S 18380 18382 16152 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18386] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18386/stat : 18386 (java) S 18380 18382 16152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179569354 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18387] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18387/stat : 18387 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18388] ppid=18380 vsize=916188 CPUtime=0.23
/proc/18382/task/18388/stat : 18388 (java) S 18380 18382 16152 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18389] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18389/stat : 18389 (java) S 18380 18382 16152 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18382/tid=18390] ppid=18380 vsize=916188 CPUtime=0
/proc/18382/task/18390/stat : 18390 (java) S 18380 18382 16152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179569357 938176512 9415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.58
Current children cumulated vsize (KiB) 916188

Child status: 0
Real time (s): 1382.8
CPU time (s): 1382.22
CPU user time (s): 1382.09
CPU system time (s): 0.133979
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 916188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1382.09
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= 9689
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= 28857
involuntary context switches= 29787

runsolver used 1.24781 s user time and 3.67044 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Jan  9 03:02:23 UTC 2007


IDJOB= 229831
IDBENCH= 6364
FILE ID= node11/229831-1168311743

PBS_JOBID= 3502312

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229831-1168311743/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-229831-1168311743 -o ROOT/results/node11/solver-229831-1168311743 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229831-1168311743/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5dd6e886dd59462738b4787e4740e36f

RANDOM SEED= 755587092

TIME LIMIT= 1800 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.261
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	: 5931.00
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.261
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:       1494376 kB
Buffers:         94252 kB
Cached:         349380 kB
SwapCached:          0 kB
Active:         311040 kB
Inactive:       189548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4720 kB
Writeback:           0 kB
Mapped:          76332 kB
Slab:            45860 kB
Committed_AS:  5752972 kB
PageTables:       2232 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= 66551 MiB



End job on node11 on Tue Jan  9 03:25:26 UTC 2007