Trace number 199869

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 AC? (TO) 1800.07 1805.02

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-27_ext.xml
MD5SUM058b1cffee4e440b0ca4d1f19e415e26
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/199869-1168071677/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.42	       =>  wckTime=0.104  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.05	   
1.05	   constraints being loaded...
1.32	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.32	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.32	       =>  wckTime=1.008  cpuTime=0.88  mem=47M663
1.44	   
1.44	   solver IterativeSystematicSolver being built... 
1.61	       =>  wckTime=1.296  cpuTime=1.02  mem=34M367
1.62	   
1.62	   preprocessing
1.62	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.62	     detectedInconsistency=no
1.62	       =>  wckTime=0.0040  cpuTime=0.0  mem=34M367
1.73	   
1.73	   search
1.73	     run=0  nbConstraintChecks=30586  nbValidityChecks=58661  nbPropagations=449  nbRevisions=4900
1.73	     nbUselessRevisions=3949  nbAssignments=38  nbFailedAssignments=20  nbBacktracks=10  nbVisitedNodes=67
1.73	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.73	       =>  wckTime=0.12  cpuTime=0.07  mem=34M367
1.80	   
1.80	   search
1.80	     run=1  nbConstraintChecks=66682  nbValidityChecks=124198  nbPropagations=1303  nbRevisions=13953
1.80	     nbUselessRevisions=11205  nbAssignments=72  nbFailedAssignments=33  nbBacktracks=25  nbVisitedNodes=124
1.80	     nbRestartNogoods=4  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.187  cpuTime=0.14  mem=34M367
1.95	   
1.95	   search
1.95	     run=2  nbConstraintChecks=152124  nbValidityChecks=285113  nbPropagations=2936  nbRevisions=33229
1.95	     nbUselessRevisions=26565  nbAssignments=130  nbFailedAssignments=63  nbBacktracks=48  nbVisitedNodes=230
1.95	     nbRestartNogoods=8  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=0.335  cpuTime=0.27  mem=34M367
2.15	   
2.15	   search
2.15	     run=3  nbConstraintChecks=295138  nbValidityChecks=539265  nbPropagations=5799  nbRevisions=66892
2.15	     nbUselessRevisions=53100  nbAssignments=220  nbFailedAssignments=114  nbBacktracks=81  nbVisitedNodes=395
2.16	     nbRestartNogoods=14  mapSize=75  nbInferences=0  nbTooLargeKeys=0
2.16	       =>  wckTime=0.542  cpuTime=0.48  mem=34M367
2.36	   
2.36	   search
2.36	     run=4  nbConstraintChecks=424488  nbValidityChecks=789546  nbPropagations=10167  nbRevisions=117999
2.36	     nbUselessRevisions=93323  nbAssignments=325  nbFailedAssignments=163  nbBacktracks=132  nbVisitedNodes=582
2.36	     nbRestartNogoods=23  mapSize=120  nbInferences=0  nbTooLargeKeys=0
2.36	       =>  wckTime=0.743  cpuTime=0.67  mem=34M367
2.66	   
2.66	   search
2.66	     run=5  nbConstraintChecks=630685  nbValidityChecks=1190085  nbPropagations=16835  nbRevisions=196019
2.66	     nbUselessRevisions=154762  nbAssignments=523  nbFailedAssignments=280  nbBacktracks=208  nbVisitedNodes=951
2.66	     nbRestartNogoods=29  mapSize=187  nbInferences=0  nbTooLargeKeys=0
2.66	       =>  wckTime=1.047  cpuTime=0.97  mem=34M367
3.06	   
3.06	   search
3.06	     run=6  nbConstraintChecks=913609  nbValidityChecks=1717597  nbPropagations=26413  nbRevisions=308662
3.06	     nbUselessRevisions=243969  nbAssignments=770  nbFailedAssignments=408  nbBacktracks=321  nbVisitedNodes=1396
3.06	     nbRestartNogoods=36  mapSize=288  nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=1.45  cpuTime=1.37  mem=34M367
3.85	   
3.85	   search
3.85	     run=7  nbConstraintChecks=1477331  nbValidityChecks=2843131  nbPropagations=41174  nbRevisions=483600
3.85	     nbUselessRevisions=382031  nbAssignments=1267  nbFailedAssignments=726  nbBacktracks=491  nbVisitedNodes=2330
3.85	     nbRestartNogoods=41  mapSize=445  nbInferences=0  nbTooLargeKeys=0
3.85	       =>  wckTime=2.234  cpuTime=2.13  mem=34M367
5.20	   
5.20	   search
5.20	     run=8  nbConstraintChecks=2463375  nbValidityChecks=4621175  nbPropagations=63915  nbRevisions=763015
5.20	     nbUselessRevisions=605434  nbAssignments=1972  nbFailedAssignments=1168  nbBacktracks=748  nbVisitedNodes=3660
5.20	     nbRestartNogoods=52  mapSize=677  nbInferences=0  nbTooLargeKeys=0
5.20	       =>  wckTime=3.584  cpuTime=3.45  mem=34M367
6.63	   
6.63	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=34M367)
6.73	   
6.73	   search
6.73	     run=9  nbConstraintChecks=3620848  nbValidityChecks=6868003  nbPropagations=98801  nbRevisions=1190438
6.73	     nbUselessRevisions=944848  nbAssignments=3187  nbFailedAssignments=1992  nbBacktracks=1134  nbVisitedNodes=5986
6.73	     nbRestartNogoods=70
6.73	       =>  wckTime=5.12  cpuTime=4.97  mem=34M367
9.65	   
9.65	   search
9.65	     run=10  nbConstraintChecks=5844317  nbValidityChecks=10836476  nbPropagations=151341  nbRevisions=1849286
9.65	     nbUselessRevisions=1473631  nbAssignments=4722  nbFailedAssignments=2945  nbBacktracks=1711  nbVisitedNodes=8887
9.65	     nbRestartNogoods=78
9.65	       =>  wckTime=8.036  cpuTime=7.85  mem=34M367
13.29	   
13.30	   search
13.30	     run=11  nbConstraintChecks=8581285  nbValidityChecks=15903061  nbPropagations=228247  nbRevisions=2783219
13.30	     nbUselessRevisions=2219312  nbAssignments=6712  nbFailedAssignments=4065  nbBacktracks=2578  nbVisitedNodes=12541
13.30	     nbRestartNogoods=89
13.30	       =>  wckTime=11.683  cpuTime=11.46  mem=34M367
17.76	   
17.76	   search
17.76	     run=12  nbConstraintChecks=11907687  nbValidityChecks=22163816  nbPropagations=339406  nbRevisions=4111983
17.76	     nbUselessRevisions=3279965  nbAssignments=9577  nbFailedAssignments=5627  nbBacktracks=3875  nbVisitedNodes=17815
17.76	     nbRestartNogoods=108
17.76	       =>  wckTime=16.147  cpuTime=15.88  mem=34M367
26.74	   
26.74	   search
26.74	     run=13  nbConstraintChecks=18779717  nbValidityChecks=35146185  nbPropagations=510903  nbRevisions=6175160
26.74	     nbUselessRevisions=4917610  nbAssignments=15400  nbFailedAssignments=9497  nbBacktracks=5821  nbVisitedNodes=28829
26.74	     nbRestartNogoods=122
26.74	       =>  wckTime=25.127  cpuTime=24.78  mem=34M367
41.18	   
41.18	   search
41.18	     run=14  nbConstraintChecks=29724789  nbValidityChecks=54944008  nbPropagations=772504  nbRevisions=9419298
41.18	     nbUselessRevisions=7525352  nbAssignments=23112  nbFailedAssignments=14284  nbBacktracks=8743  nbVisitedNodes=43436
41.18	     nbRestartNogoods=134
41.18	       =>  wckTime=39.566  cpuTime=39.09  mem=35M354
59.25	   
59.25	   search
59.25	     run=15  nbConstraintChecks=43639248  nbValidityChecks=82643926  nbPropagations=1166362  nbRevisions=14268501
59.25	     nbUselessRevisions=11388375  nbAssignments=36237  nbFailedAssignments=23026  nbBacktracks=13122
59.25	     nbVisitedNodes=68280  nbRestartNogoods=141
59.25	       =>  wckTime=57.638  cpuTime=56.99  mem=35M354
92.21	   
92.21	   search
92.21	     run=16  nbConstraintChecks=68872157  nbValidityChecks=127647262  nbPropagations=1762878  nbRevisions=21761596
92.21	     nbUselessRevisions=17413256  nbAssignments=53731  nbFailedAssignments=33947  nbBacktracks=19692
92.21	     nbVisitedNodes=101462  nbRestartNogoods=152
92.21	       =>  wckTime=90.601  cpuTime=89.65  mem=35M354
131.60	   
131.60	   search
131.60	     run=17  nbConstraintChecks=98472601  nbValidityChecks=181874322  nbPropagations=2633096  nbRevisions=32468895
131.60	     nbUselessRevisions=26008455  nbAssignments=77461  nbFailedAssignments=47819  nbBacktracks=29544
131.60	     nbVisitedNodes=145563  nbRestartNogoods=155
131.60	       =>  wckTime=129.989  cpuTime=128.68  mem=35M354
193.33	   
193.33	   search
193.33	     run=18  nbConstraintChecks=145019601  nbValidityChecks=266316646  nbPropagations=3911598  nbRevisions=48079595
193.33	     nbUselessRevisions=38539599  nbAssignments=111986  nbFailedAssignments=67561  nbBacktracks=44323
193.33	     nbVisitedNodes=209910  nbRestartNogoods=167
193.33	       =>  wckTime=191.72  cpuTime=189.85  mem=35M354
282.49	   
282.49	   search
282.49	     run=19  nbConstraintChecks=213651767  nbValidityChecks=395539546  nbPropagations=5842540  nbRevisions=71402175
282.49	     nbUselessRevisions=57144506  nbAssignments=171598  nbFailedAssignments=104995  nbBacktracks=66494
282.49	     nbVisitedNodes=321715  nbRestartNogoods=182
282.49	       =>  wckTime=280.875  cpuTime=278.33  mem=35M354
412.45	   
412.45	   search
412.45	     run=20  nbConstraintChecks=312693656  nbValidityChecks=578221315  nbPropagations=8698512  nbRevisions=106001186
412.45	     nbUselessRevisions=84834408  nbAssignments=250917  nbFailedAssignments=151054  nbBacktracks=99748
412.45	     nbVisitedNodes=469601  nbRestartNogoods=214
412.45	       =>  wckTime=410.835  cpuTime=407.67  mem=35M354
628.51	   
628.51	   search
628.51	     run=21  nbConstraintChecks=482237496  nbValidityChecks=892611601  nbPropagations=13042159  nbRevisions=158384253
628.51	     nbUselessRevisions=126687786  nbAssignments=378471  nbFailedAssignments=228725  nbBacktracks=149627
628.51	     nbVisitedNodes=708576  nbRestartNogoods=236
628.51	       =>  wckTime=626.893  cpuTime=623.06  mem=35M354
843.85	   
843.85	   search
843.85	     run=22  nbConstraintChecks=652929964  nbValidityChecks=1214185609  nbPropagations=19213965  nbRevisions=231561803
843.85	     nbUselessRevisions=185109798  nbAssignments=534929  nbFailedAssignments=310359  nbBacktracks=224445
843.85	     nbVisitedNodes=991631  nbRestartNogoods=249
843.85	       =>  wckTime=842.242  cpuTime=838.21  mem=35M354
1219.92	   
1219.92	   search
1219.92	     run=23  nbConstraintChecks=952962346  nbValidityChecks=1774833509  nbPropagations=28330477  nbRevisions=339456594
1219.92	     nbUselessRevisions=271388628  nbAssignments=789444  nbFailedAssignments=452641  nbBacktracks=336673
1219.92	     nbVisitedNodes=1459300  nbRestartNogoods=281
1219.92	       =>  wckTime=1218.308  cpuTime=1213.88  mem=35M354
1768.15	   
1768.15	   search
1768.15	     run=24  nbConstraintChecks=1388001196  nbValidityChecks=2597064168  nbPropagations=41957608  nbRevisions=498202881
1768.15	     nbUselessRevisions=398133420  nbAssignments=1176539  nbFailedAssignments=671389  nbBacktracks=505015
1768.15	     nbVisitedNodes=2172612  nbRestartNogoods=309
1768.15	       =>  wckTime=1766.536  cpuTime=1761.55  mem=35M354

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-199869-1168071677 -o ROOT/results/node10/solver-199869-1168071677 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199869-1168071677/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.98 1.93 1.88 4/93 27258
/proc/meminfo: memFree=1068960/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=11868 CPUtime=0
/proc/27257/stat : 27257 (java) D 27255 27257 25526 0 -1 0 765 0 1 0 0 0 0 0 17 0 1 0 155562826 12152832 515 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 8905508 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/27257/statm: 2967 515 425 14 0 1602 0

[startup+0.104045 s]
/proc/loadavg: 1.98 1.93 1.88 4/93 27258
/proc/meminfo: memFree=1068960/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=914988 CPUtime=0.08
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 2994 0 1 0 7 1 0 0 19 0 8 0 155562826 936947712 2740 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512099 s]
/proc/loadavg: 1.98 1.93 1.88 4/93 27258
/proc/meminfo: memFree=1068960/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915328 CPUtime=0.48
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 7441 0 1 0 44 4 0 0 18 0 8 0 155562826 937295872 7180 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073579994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228832 7180 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33522 s]
/proc/loadavg: 2.23 1.98 1.90 3/100 27265
/proc/meminfo: memFree=1001768/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1.3
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 19145 0 1 0 119 11 0 0 25 0 8 0 155562826 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 18882 2168 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.06
/proc/27257/task/27259/stat : 27259 (java) R 27255 27257 25526 0 -1 64 2659 0 0 0 5 1 0 0 16 0 8 0 155562830 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4155134569 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.09
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 320 0 0 0 9 0 0 0 16 0 8 0 155562834 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 18882 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915416

[startup+2.98844 s]
/proc/loadavg: 2.23 1.98 1.90 3/100 27265
/proc/meminfo: memFree=985960/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=2.94
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23392 0 1 0 280 14 0 0 25 0 8 0 155562826 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073756562 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 23127 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 17 0 8 0 155562830 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.2
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 372 0 0 0 19 1 0 0 15 0 8 0 155562834 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23127 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23127 18446744073709551615 134512640 134570532 4294956400 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) 915416

[startup+6.28089 s]
/proc/loadavg: 2.21 1.98 1.90 3/100 27265
/proc/meminfo: memFree=985896/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=6.2
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23408 0 1 0 606 14 0 0 25 0 8 0 155562826 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073753225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 23140 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 17 0 8 0 155562830 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.23
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 155562834 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) R 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23140 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915416

[startup+12.7748 s]
/proc/loadavg: 2.19 1.98 1.90 3/100 27265
/proc/meminfo: memFree=985968/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=12.63
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23413 0 1 0 1249 14 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073625311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.23
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915416

[startup+25.6225 s]
/proc/loadavg: 2.16 1.98 1.90 3/100 27265
/proc/meminfo: memFree=986096/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=25.37
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23413 0 1 0 2522 15 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073625395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.23
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915416

[startup+51.257 s]
/proc/loadavg: 2.10 1.98 1.90 3/100 27265
/proc/meminfo: memFree=986160/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=50.76
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 5061 15 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073757376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915416

[startup+102.519 s]
/proc/loadavg: 2.04 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=101.55
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 10140 15 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073779279 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 915416

[startup+162.528 s]
/proc/loadavg: 2.01 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986288/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=161.01
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 16085 16 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073625379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1418.4
Current children cumulated vsize (KiB) 915416

[startup+1482.96 s]
/proc/loadavg: 2.06 2.02 1.93 3/100 27321
/proc/meminfo: memFree=1392816/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1478.34
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 147810 24 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073846858 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.34
Current children cumulated vsize (KiB) 915416

[startup+1542.98 s]
/proc/loadavg: 2.02 2.02 1.93 3/100 27321
/proc/meminfo: memFree=1392816/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1538.3
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 153806 24 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073625332 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.3
Current children cumulated vsize (KiB) 915416

[startup+1602.99 s]
/proc/loadavg: 2.01 2.01 1.93 3/100 27321
/proc/meminfo: memFree=1392880/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1598.26
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 159802 24 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073763146 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.26
Current children cumulated vsize (KiB) 915416

[startup+1663.01 s]
/proc/loadavg: 2.00 2.01 1.93 3/100 27321
/proc/meminfo: memFree=1392816/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1658.2
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 165795 25 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073630269 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.2
Current children cumulated vsize (KiB) 915416

[startup+1723.02 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 27321
/proc/meminfo: memFree=1392816/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1718.17
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23414 0 1 0 171792 25 0 0 25 0 8 0 155562826 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073625389 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23144 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23144 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.17
Current children cumulated vsize (KiB) 915416

[startup+1783.06 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 27321
/proc/meminfo: memFree=1392816/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1778.14
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23415 0 1 0 177789 25 0 0 25 0 8 0 155562826 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073753268 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23145 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.14
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.98 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 27321
/proc/meminfo: memFree=1392752/2055920 swapFree=4178332/4192956
[pid=27257] ppid=27255 vsize=915416 CPUtime=1800.04
/proc/27257/stat : 27257 (java) R 27255 27257 25526 0 -1 0 23415 0 1 0 179979 25 0 0 25 0 8 0 155562826 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073801027 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27257/statm: 228854 23145 2521 14 0 215324 0
[pid=27257/tid=27259] ppid=27255 vsize=915416 CPUtime=0.15
/proc/27257/task/27259/stat : 27259 (java) S 27255 27257 25526 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155562830 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 25526 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155562830 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 25526 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155562830 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 25526 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27255 vsize=915416 CPUtime=0.24
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 25526 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27255 vsize=915416 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 25526 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155562834 937385984 23145 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1805.02
CPU time (s): 1800.07
CPU user time (s): 1799.81
CPU system time (s): 0.263959
CPU usage (%): 99.7261
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23432
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= 37661
involuntary context switches= 60275

runsolver used 2.39963 s user time and 5.60915 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 08:21:17 UTC 2007


IDJOB= 199869
IDBENCH= 3647
FILE ID= node10/199869-1168071677

PBS_JOBID= 3475674

Free space on /tmp= 66353 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199869-1168071677/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-199869-1168071677 -o ROOT/results/node10/solver-199869-1168071677 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199869-1168071677/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  058b1cffee4e440b0ca4d1f19e415e26

RANDOM SEED= 370817889

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.232
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.232
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:       1069376 kB
Buffers:         45368 kB
Cached:         211768 kB
SwapCached:       2420 kB
Active:         694360 kB
Inactive:       203144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1069376 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            4468 kB
Writeback:           0 kB
Mapped:         659952 kB
Slab:            72668 kB
Committed_AS:  4332064 kB
PageTables:       3440 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= 66348 MiB



End job on node10 on Sat Jan  6 08:51:22 UTC 2007