Trace number 195376

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 2.95655 3.01013

DiagnosticValue
CHECKS1421924
NODES2745

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph8-f10.xml
MD5SUM0b4667adc5b1d1a63040d278279c7de5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.27065
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
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=esac.xml
0.34	   
0.35	   instance
0.35	     name=/tmp/evaluation/195376-1168112829/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.48	     nbVariables=680  nbDomainTypes=7  minDomainSize=6  maxDomainSize=34
0.48	       =>  wckTime=0.169  cpuTime=0.14  mem=7M861
0.48	   
0.48	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
1.44	     nbConstraints=3757  nbConvertedConstraints=3757  nbConvertConstraintsChecks=827378  nbExtensionStructures=1212
1.44	     nbSharedExtensionStructures=2545  nbConflictsStructures=1212  nbSharedConflictsStructures=2545
1.44	     nbSharedBinaryRepresentations=62856  maxDegree=22  maxArity=2
1.44	       =>  wckTime=1.128  cpuTime=0.95  mem=33M249
1.53	   
1.53	   solver IterativeSystematicSolver being built... 
1.73	       =>  wckTime=1.415  cpuTime=1.12  mem=20M732
2.15	   
2.15	   preprocessing
2.15	     nbConstraintChecks=406570  nbPropagations=10516  nbRevisions=28774  nbUselessRevisions=13983  nbSingletonTests=1116
2.15	     nbEffectiveSingletonTests=2  nbESACBranches=44  nbRemovedValues=5822  detectedInconsistency=no
2.15	       =>  wckTime=0.413  cpuTime=0.39  mem=20M732
2.21	   
2.21	   search
2.21	     run=0  nbConstraintChecks=38509  nbPropagations=11320  nbRevisions=32121  nbUselessRevisions=15705
2.21	     nbAssignments=99  nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=120  nbRestartNogoods=0  mapSize=5
2.21	     nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=0.482  cpuTime=0.44  mem=21M706
2.28	   
2.28	   search
2.28	     run=1  nbConstraintChecks=117947  nbPropagations=24477  nbRevisions=70658  nbUselessRevisions=34785
2.28	     nbAssignments=307  nbFailedAssignments=25  nbBacktracks=26  nbVisitedNodes=283  nbRestartNogoods=7  mapSize=13
2.28	     nbInferences=0  nbTooLargeKeys=0
2.28	       =>  wckTime=0.55  cpuTime=0.5  mem=21M706
2.35	   
2.35	   search
2.35	     run=2  nbConstraintChecks=179128  nbPropagations=38996  nbRevisions=114804  nbUselessRevisions=56801
2.35	     nbAssignments=477  nbFailedAssignments=47  nbBacktracks=48  nbVisitedNodes=473  nbRestartNogoods=11  mapSize=24
2.35	     nbInferences=0  nbTooLargeKeys=0
2.35	       =>  wckTime=0.613  cpuTime=0.56  mem=22M680
2.43	   
2.43	   search
2.43	     run=3  nbConstraintChecks=271183  nbPropagations=55579  nbRevisions=168281  nbUselessRevisions=83673
2.43	     nbAssignments=736  nbFailedAssignments=93  nbBacktracks=82  nbVisitedNodes=792  nbRestartNogoods=17  mapSize=41
2.43	     nbInferences=0  nbTooLargeKeys=0
2.43	       =>  wckTime=0.7  cpuTime=0.64  mem=22M680
2.53	   
2.53	   search
2.53	     run=4  nbConstraintChecks=473990  nbPropagations=76416  nbRevisions=240233  nbUselessRevisions=119761
2.54	     nbAssignments=1185  nbFailedAssignments=181  nbBacktracks=132  nbVisitedNodes=1065  nbRestartNogoods=30  mapSize=67
2.54	     nbInferences=0  nbTooLargeKeys=0
2.54	       =>  wckTime=0.801  cpuTime=0.74  mem=23M654
2.63	   
2.63	   search
2.63	     run=5  nbConstraintChecks=610354  nbPropagations=99824  nbRevisions=326528  nbUselessRevisions=163439
2.63	     nbAssignments=1444  nbFailedAssignments=282  nbBacktracks=211  nbVisitedNodes=1462  nbRestartNogoods=35
2.63	     mapSize=108  nbInferences=0  nbTooLargeKeys=0
2.63	       =>  wckTime=0.893  cpuTime=0.83  mem=23M654
2.75	   
2.75	   search
2.75	     run=6  nbConstraintChecks=797893  nbPropagations=126692  nbRevisions=431770  nbUselessRevisions=216695
2.75	     nbAssignments=1824  nbFailedAssignments=435  nbBacktracks=325  nbVisitedNodes=1991  nbRestartNogoods=51
2.75	     mapSize=152  nbInferences=1  nbTooLargeKeys=0
2.75	       =>  wckTime=1.019  cpuTime=0.95  mem=24M628
2.95	   
2.95	   search
2.95	     run=7  nbConstraintChecks=1015354  nbPropagations=158890  nbRevisions=558202  nbUselessRevisions=280538
2.95	     nbAssignments=2745  nbFailedAssignments=572  nbBacktracks=398  nbVisitedNodes=3050  nbRestartNogoods=62
2.95	     mapSize=189  nbInferences=1  nbTooLargeKeys=0
2.95	       =>  wckTime=1.222  cpuTime=1.13  mem=26M576
2.96	   
2.96	   global
2.96	     nbConstraintChecks=1421924  nbPropagations=169406  nbRevisions=586976  nbUselessRevisions=294521
2.96	     nbRestartNogoods=62  solvingWckTime=1.224  solvingCpuTime=1.14  expiredTime=no  totalExploration=no
2.96	     nbFoundSolutions=1  globalCpuTime=2.31
2.96	       =>  wckTime=2.641  cpuTime=2.26  mem=26M576
2.96	   
2.96	s SATISFIABLE
2.96	v 394 156 44 282 652 414 254 16 156 394 408 170 240 478 652 414 156 394 652 414 652 414 394 156 254 16 394 156 58 296 652 414 414 652 142 380 170 408 414 652 352 114 16 254 282 44 296 58 58 296 408 170 72 310 380 142 652 414 414 652 156 394 310 72 394 156 282 44 156 394 142 380 380 142 268 30 16 254 254 16 652 414 394 156 254 16 282 44 254 16 156 394 352 114 268 30 282 44 394 156 380 142 156 394 414 652 282 44 366 128 268 30 414 652 254 16 170 408 652 414 30 268 254 16 414 652 30 268 240 478 394 156 414 652 296 58 408 170 268 30 114 352 254 16 394 156 30 268 268 30 30 268 254 16 414 652 156 394 652 414 128 366 282 44 16 254 142 380 414 652 156 394 254 16 282 44 652 414 414 652 58 296 414 652 414 652 44 282 652 414 380 142 254 16 142 380 282 44 268 30 268 30 282 44 414 652 380 142 142 380 128 366 30 268 268 30 72 310 652 414 142 380 156 394 282 44 268 30 380 142 58 296 310 72 142 380 366 128 652 414 128 366 254 16 86 324 414 652 414 652 254 16 170 408 156 394 30 268 380 142 142 380 142 380 268 30 72 310 268 30 16 254 254 16 296 58 296 58 268 30 156 394 268 30 652 414 414 652 30 268 142 380 268 30 44 282 254 16 268 30 652 414 254 16 58 296 414 652 30 268 30 268 408 170 16 254 414 652 240 478 652 414 30 268 156 394 394 156 16 254 170 408 156 394 394 156 240 478 142 380 156 394 478 240 338 100 268 30 100 338 16 254 156 394 156 394 414 652 240 478 352 114 44 282 414 652 652 414 268 30 240 478 240 478 414 652 30 268 652 414 30 268 100 338 414 652 652 414 156 394 58 296 394 156 16 254 30 268 86 324 414 652 366 128 30 268 254 16 142 380 156 394 100 338 156 394 414 652 30 268 478 240 324 86 282 44 380 142 414 652 156 394 100 338 652 414 414 652 394 156 380 142 72 310 394 156 366 128 652 414 30 268 296 58 414 652 366 128 268 30 128 366 652 414 268 30 652 414 16 254 142 380 240 478 268 30 170 408 16 254 652 414 310 72 338 100 30 268 268 30 30 268 100 338 652 414 156 394 58 296 324 86 414 652 30 268 254 16 414 652 16 254 282 44 414 652 58 296 44 282 414 652 296 58 296 58 380 142 394 156 310 72 408 170 652 414 414 652 394 156 30 268 128 366 44 282 394 156 352 114 128 366 324 86 156 394 254 16 142 380 58 296 268 30 652 414 652 414 296 58 156 394 296 58 652 414 16 254 16 254 142 380 58 296 58 296 408 170 156 394 254 16 128 366 16 254 394 156 142 380 296 58 338 100 16 254 652 414 86 324 16 254 58 296 240 478 478 240 142 380 86 324 16 254 240 478 268 30 100 338 72 310 30 268 44 282 254 16 652 414 44 282 86 324 338 100 16 254 296 58 44 282 652 414 414 652 268 30 652 414 414 652 30 268 156 394 16 254 254 16 44 282 380 142 414 652 30 268 254 16 
2.96	d NODES 2745
2.96	d CHECKS 1421924
2.96	   
2.96	   totalWckTime=2.722  totalCpuTime=2.31

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/node25/watcher-195376-1168112829 -o ROOT/results/node25/solver-195376-1168112829 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195376-1168112829/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: 0.94 1.71 1.89 4/87 11369
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=11368] ppid=11362 vsize=1784 CPUtime=0
/proc/11368/stat : 11368 (java) D 11362 11368 11219 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 159675681 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11368/statm: 446 158 123 14 0 91 0

[startup+0.109913 s]
/proc/loadavg: 0.94 1.71 1.89 4/87 11369
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=11368] ppid=11362 vsize=916012 CPUtime=0.08
/proc/11368/stat : 11368 (java) R 11362 11368 11219 0 -1 0 3020 0 1 0 7 1 0 0 17 0 8 0 159675681 937996288 2766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153473387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11368/statm: 229003 2766 1435 14 0 215498 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 916012

[startup+0.520983 s]
/proc/loadavg: 0.94 1.71 1.89 4/87 11369
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=11368] ppid=11362 vsize=916352 CPUtime=0.5
/proc/11368/stat : 11368 (java) R 11362 11368 11219 0 -1 0 6478 0 1 0 46 4 0 0 18 0 8 0 159675681 938344448 6217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11368/statm: 229088 6218 2147 14 0 215558 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 916352

[startup+1.34212 s]
/proc/loadavg: 0.94 1.71 1.89 3/101 11384
/proc/meminfo: memFree=1530152/2055920 swapFree=4192812/4192956
[pid=11368] ppid=11362 vsize=916652 CPUtime=1.32
/proc/11368/stat : 11368 (java) R 11362 11368 11219 0 -1 0 12221 0 1 0 112 20 0 0 25 0 8 0 159675681 938651648 11959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11368/statm: 229163 11959 2170 14 0 215633 0
[pid=11368/tid=11372] ppid=11362 vsize=916656 CPUtime=0
/proc/11368/task/11372/stat : 11372 (java) S 11362 11368 11219 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 159675685 938655744 11959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11375] ppid=11362 vsize=916652 CPUtime=0
/proc/11368/task/11375/stat : 11375 (java) S 11362 11368 11219 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 159675686 938651648 11959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11376] ppid=11362 vsize=916652 CPUtime=0
/proc/11368/task/11376/stat : 11376 (java) S 11362 11368 11219 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159675686 938651648 11959 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11381] ppid=11362 vsize=916652 CPUtime=0
/proc/11368/task/11381/stat : 11381 (java) S 11362 11368 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159675689 938651648 11960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11382] ppid=11362 vsize=916652 CPUtime=0.21
/proc/11368/task/11382/stat : 11382 (java) S 11362 11368 11219 0 -1 64 443 0 0 0 20 1 0 0 15 0 8 0 159675689 938651648 11960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11383] ppid=11362 vsize=916656 CPUtime=0
/proc/11368/task/11383/stat : 11383 (java) S 11362 11368 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159675689 938655744 11960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11384] ppid=11362 vsize=916652 CPUtime=0
/proc/11368/task/11384/stat : 11384 (java) S 11362 11368 11219 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159675689 938651648 11960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 916652

[startup+2.9794 s]
/proc/loadavg: 0.94 1.71 1.89 3/101 11384
/proc/meminfo: memFree=1514088/2055920 swapFree=4192812/4192956
[pid=11368] ppid=11362 vsize=916752 CPUtime=2.94
/proc/11368/stat : 11368 (java) S 11362 11368 11219 0 -1 0 14195 0 1 0 268 26 0 0 25 0 8 0 159675681 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11368/statm: 229188 13931 2542 14 0 215658 0
[pid=11368/tid=11372] ppid=11362 vsize=916752 CPUtime=0.07
/proc/11368/task/11372/stat : 11372 (java) S 11362 11368 11219 0 -1 64 987 0 0 0 7 0 0 0 17 0 8 0 159675685 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11375] ppid=11362 vsize=916752 CPUtime=0
/proc/11368/task/11375/stat : 11375 (java) S 11362 11368 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159675686 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11376] ppid=11362 vsize=916752 CPUtime=0
/proc/11368/task/11376/stat : 11376 (java) S 11362 11368 11219 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159675686 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11381] ppid=11362 vsize=916752 CPUtime=0
/proc/11368/task/11381/stat : 11381 (java) S 11362 11368 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159675689 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11382] ppid=11362 vsize=916752 CPUtime=0.34
/proc/11368/task/11382/stat : 11382 (java) S 11362 11368 11219 0 -1 64 509 0 0 0 33 1 0 0 15 0 8 0 159675689 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11383] ppid=11362 vsize=916752 CPUtime=0
/proc/11368/task/11383/stat : 11383 (java) S 11362 11368 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159675689 938754048 13931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11368/tid=11384] ppid=11362 vsize=916752 CPUtime=0
/proc/11368/task/11384/stat : 11384 (java) S 11362 11368 11219 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159675689 938754048 13931 18446744073709551615 134512640 134570532 4294956480 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) 916752

Child status: 0
Real time (s): 3.01013
CPU time (s): 2.95655
CPU user time (s): 2.68659
CPU system time (s): 0.269958
CPU usage (%): 98.2199
Max. virtual memory (cumulated for all children) (KiB): 916752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.68659
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14201
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= 1573
involuntary context switches= 1725

runsolver used 0.006998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 19:47:11 UTC 2007


IDJOB= 195376
IDBENCH= 3265
FILE ID= node25/195376-1168112829

PBS_JOBID= 3477380

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0b4667adc5b1d1a63040d278279c7de5

RANDOM SEED= 232734305

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.279
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.279
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:       1578472 kB
Buffers:         51124 kB
Cached:         306352 kB
SwapCached:          0 kB
Active:         131744 kB
Inactive:       274036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3064 kB
Writeback:           0 kB
Mapped:          67324 kB
Slab:            56696 kB
Committed_AS:  3026776 kB
PageTables:       2144 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= 66548 MiB



End job on node25 on Sat Jan  6 19:47:20 UTC 2007