Trace number 195360

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 ESACUNSAT 20.5589 20.7615

DiagnosticValue
CHECKS9431806
NODES29

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph14-f28.xml
MD5SUM20f9358485fb6b663286405b27294657
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.93755
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/195360-1168112810/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.48	     nbVariables=916  nbDomainTypes=5  minDomainSize=8  maxDomainSize=18
0.48	       =>  wckTime=0.179  cpuTime=0.13  mem=8M836
0.48	   
0.48	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
1.25	     nbConstraints=4638  nbConvertedConstraints=4638  nbConvertConstraintsChecks=101610  nbExtensionStructures=396
1.25	     nbSharedExtensionStructures=4242  nbConflictsStructures=396  nbSharedConflictsStructures=4242
1.25	     nbSharedBinaryRepresentations=12469  maxDegree=26  maxArity=2
1.25	       =>  wckTime=0.947  cpuTime=0.77  mem=33M232
1.32	   
1.32	   solver IterativeSystematicSolver being built... 
1.52	       =>  wckTime=1.225  cpuTime=0.93  mem=21M362
20.70	   
20.70	   preprocessing
20.70	     nbConstraintChecks=9425588  nbPropagations=326995  nbRevisions=1053934  nbUselessRevisions=545879
20.70	     nbSingletonTests=39246  nbEffectiveSingletonTests=147  nbESACBranches=3362  nbRemovedValues=3524
20.70	     detectedInconsistency=no
20.70	       =>  wckTime=19.168  cpuTime=18.95  mem=21M362
20.73	   
20.73	   search
20.73	     run=0  nbConstraintChecks=4327  nbPropagations=327136  nbRevisions=1054553  nbUselessRevisions=546137
20.73	     nbAssignments=22  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=5
20.73	     nbInferences=0  nbTooLargeKeys=0
20.73	       =>  wckTime=19.206  cpuTime=18.98  mem=21M362
20.74	   
20.74	   search
20.74	     run=1  nbConstraintChecks=6218  nbPropagations=654313  nbRevisions=2109356  nbUselessRevisions=1092383
20.74	     nbAssignments=29  nbFailedAssignments=17  nbBacktracks=13  nbVisitedNodes=52  nbRestartNogoods=0  mapSize=6
20.74	     nbInferences=0  nbTooLargeKeys=0
20.74	       =>  wckTime=19.211  cpuTime=18.98  mem=21M362
20.74	   
20.74	   global
20.74	     nbConstraintChecks=9431806  nbPropagations=981308  nbRevisions=3163290  nbUselessRevisions=1638262
20.74	     nbRestartNogoods=0  solvingWckTime=19.212  solvingCpuTime=18.98  expiredTime=no  totalExploration=yes
20.74	     nbFoundSolutions=0  globalCpuTime=19.97
20.74	       =>  wckTime=20.441  cpuTime=19.92  mem=21M362
20.74	   
20.74	s UNSATISFIABLE
20.74	d NODES 29
20.74	d CHECKS 9431806
20.74	   
20.74	   totalWckTime=20.516  totalCpuTime=19.97

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-195360-1168112810 -o ROOT/results/node12/solver-195360-1168112810 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195360-1168112810/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.73 1.94 1.98 2/86 710
/proc/meminfo: memFree=1693344/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=18540 CPUtime=0
/proc/709/stat : 709 (runsolver) R 707 709 340 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 159676721 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/709/statm: 4635 279 244 17 0 2626 0

[startup+0.102205 s]
/proc/loadavg: 1.73 1.94 1.98 2/86 710
/proc/meminfo: memFree=1693344/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=914988 CPUtime=0.08
/proc/709/stat : 709 (java) R 707 709 340 0 -1 0 2980 0 1 0 6 2 0 0 25 0 8 0 159676721 936947712 2726 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944769 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/709/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51028 s]
/proc/loadavg: 1.73 1.94 1.98 2/86 710
/proc/meminfo: memFree=1693344/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=915328 CPUtime=0.48
/proc/709/stat : 709 (java) R 707 709 340 0 -1 0 6584 0 1 0 44 4 0 0 25 0 8 0 159676721 937295872 6323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072928505 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/709/statm: 228832 6323 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33243 s]
/proc/loadavg: 1.75 1.94 1.98 4/93 717
/proc/meminfo: memFree=1654632/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=915728 CPUtime=1.3
/proc/709/stat : 709 (java) R 707 709 340 0 -1 0 13729 0 1 0 105 25 0 0 25 0 8 0 159676721 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4151976373 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/709/statm: 228932 13466 2307 14 0 215402 0
[pid=709/tid=711] ppid=707 vsize=915728 CPUtime=0.06
/proc/709/task/711/stat : 711 (java) S 707 709 340 0 -1 64 925 0 0 0 6 0 0 0 16 0 8 0 159676725 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=712] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/712/stat : 712 (java) S 707 709 340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=713] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/713/stat : 713 (java) S 707 709 340 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=714] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/714/stat : 714 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159676729 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=715] ppid=707 vsize=915728 CPUtime=0.2
/proc/709/task/715/stat : 715 (java) S 707 709 340 0 -1 64 443 0 0 0 19 1 0 0 15 0 8 0 159676729 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=716] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/716/stat : 716 (java) S 707 709 340 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159676729 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=717] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/717/stat : 717 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159676729 937705472 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915728

[startup+2.98473 s]
/proc/loadavg: 1.75 1.94 1.98 3/93 717
/proc/meminfo: memFree=1647976/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=915728 CPUtime=2.93
/proc/709/stat : 709 (java) R 707 709 340 0 -1 0 14072 0 1 0 265 28 0 0 25 0 8 0 159676721 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074069614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/709/statm: 228932 13808 2541 14 0 215402 0
[pid=709/tid=711] ppid=707 vsize=915728 CPUtime=0.06
/proc/709/task/711/stat : 711 (java) S 707 709 340 0 -1 64 925 0 0 0 6 0 0 0 17 0 8 0 159676725 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=712] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/712/stat : 712 (java) S 707 709 340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=713] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/713/stat : 713 (java) S 707 709 340 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=714] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/714/stat : 714 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=715] ppid=707 vsize=915728 CPUtime=0.28
/proc/709/task/715/stat : 715 (java) S 707 709 340 0 -1 64 489 0 0 0 26 2 0 0 15 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=716] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/716/stat : 716 (java) S 707 709 340 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=717] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/717/stat : 717 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915728

[startup+6.26732 s]
/proc/loadavg: 1.77 1.94 1.98 3/93 717
/proc/meminfo: memFree=1647976/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=915728 CPUtime=6.18
/proc/709/stat : 709 (java) R 707 709 340 0 -1 0 14073 0 1 0 587 31 0 0 25 0 8 0 159676721 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074063012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/709/statm: 228932 13808 2541 14 0 215402 0
[pid=709/tid=711] ppid=707 vsize=915728 CPUtime=0.06
/proc/709/task/711/stat : 711 (java) S 707 709 340 0 -1 64 925 0 0 0 6 0 0 0 16 0 8 0 159676725 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=712] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/712/stat : 712 (java) S 707 709 340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=713] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/713/stat : 713 (java) S 707 709 340 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=714] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/714/stat : 714 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=715] ppid=707 vsize=915728 CPUtime=0.28
/proc/709/task/715/stat : 715 (java) S 707 709 340 0 -1 64 489 0 0 0 26 2 0 0 16 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=716] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/716/stat : 716 (java) S 707 709 340 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=717] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/717/stat : 717 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159676729 937705472 13808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915728

[startup+12.7545 s]
/proc/loadavg: 1.79 1.94 1.98 3/93 717
/proc/meminfo: memFree=1647976/2055920 swapFree=4160348/4192956
[pid=709] ppid=707 vsize=915728 CPUtime=12.62
/proc/709/stat : 709 (java) R 707 709 340 0 -1 0 14075 0 1 0 1224 38 0 0 25 0 8 0 159676721 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074067729 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/709/statm: 228932 13809 2541 14 0 215402 0
[pid=709/tid=711] ppid=707 vsize=915728 CPUtime=0.06
/proc/709/task/711/stat : 711 (java) S 707 709 340 0 -1 64 925 0 0 0 6 0 0 0 16 0 8 0 159676725 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=712] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/712/stat : 712 (java) S 707 709 340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=713] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/713/stat : 713 (java) S 707 709 340 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159676725 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=714] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/714/stat : 714 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159676729 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=715] ppid=707 vsize=915728 CPUtime=0.29
/proc/709/task/715/stat : 715 (java) S 707 709 340 0 -1 64 490 0 0 0 27 2 0 0 15 0 8 0 159676729 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=716] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/716/stat : 716 (java) S 707 709 340 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159676729 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=709/tid=717] ppid=707 vsize=915728 CPUtime=0
/proc/709/task/717/stat : 717 (java) S 707 709 340 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159676729 937705472 13809 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915728

Child status: 0
Real time (s): 20.7615
CPU time (s): 20.5589
CPU user time (s): 20.0899
CPU system time (s): 0.468928
CPU usage (%): 99.024
Max. virtual memory (cumulated for all children) (KiB): 915732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0899
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14090
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= 1875
involuntary context switches= 2797

runsolver used 0.024996 s user time and 0.072988 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 19:46:53 UTC 2007


IDJOB= 195360
IDBENCH= 3264
FILE ID= node12/195360-1168112810

PBS_JOBID= 3477094

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph14-f28.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195360-1168112810/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-195360-1168112810 -o ROOT/results/node12/solver-195360-1168112810 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195360-1168112810/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  20f9358485fb6b663286405b27294657

RANDOM SEED= 382793368

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.265
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.265
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:       1693952 kB
Buffers:         43776 kB
Cached:         208672 kB
SwapCached:       4660 kB
Active:         118188 kB
Inactive:       170604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693952 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2368 kB
Writeback:           0 kB
Mapped:          49516 kB
Slab:            58196 kB
Committed_AS:  4141852 kB
PageTables:       2044 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= 66314 MiB



End job on node12 on Sat Jan  6 19:47:23 UTC 2007