Trace number 224318

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 5.18721 5.56251

DiagnosticValue
CHECKS49527423
NODES16976

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-27_ext.xml
MD5SUMac3756fdfa2d3a5a8c0eda2b6730c3b7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.08053
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.64	   
0.64	Abscon 109 (November, 2006)
0.64	   
0.64	   configuration
0.64	     name=esac.xml
0.67	   
0.67	   instance
0.67	     name=/tmp/evaluation/224318-1168268411/unknown.xml
0.71	   
0.71	   domains being loaded...
0.71	   
0.71	   variables being loaded...
0.75	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.75	       =>  wckTime=0.106  cpuTime=0.09  mem=6M951
0.75	   
0.75	   relations being loaded...
0.91	   
0.91	   constraints being loaded...
1.00	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
1.00	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
1.00	       =>  wckTime=0.361  cpuTime=0.31  mem=21M617
1.05	   
1.05	   solver IterativeSystematicSolver being built... 
1.21	       =>  wckTime=0.569  cpuTime=0.44  mem=15M362
1.27	   
1.27	   preprocessing
1.27	     nbConstraintChecks=181867  nbPropagations=1103  nbRevisions=3819  nbUselessRevisions=2296  nbSingletonTests=54
1.27	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
1.27	       =>  wckTime=0.052  cpuTime=0.03  mem=15M362
1.29	   
1.29	   search
1.29	     run=0  nbConstraintChecks=64377  nbPropagations=1776  nbRevisions=6511  nbUselessRevisions=3783  nbAssignments=28
1.29	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.29	     nbTooLargeKeys=0
1.29	       =>  wckTime=0.077  cpuTime=0.05  mem=15M362
1.31	   
1.31	   search
1.31	     run=1  nbConstraintChecks=154325  nbPropagations=4463  nbRevisions=16861  nbUselessRevisions=9546  nbAssignments=60
1.31	     nbFailedAssignments=23  nbBacktracks=26  nbVisitedNodes=97  nbRestartNogoods=1  mapSize=17  nbInferences=0
1.31	     nbTooLargeKeys=0
1.31	       =>  wckTime=0.094  cpuTime=0.06  mem=15M362
1.33	   
1.33	   search
1.33	     run=2  nbConstraintChecks=306633  nbPropagations=8744  nbRevisions=33927  nbUselessRevisions=18963
1.33	     nbAssignments=121  nbFailedAssignments=55  nbBacktracks=49  nbVisitedNodes=204  nbRestartNogoods=3  mapSize=39
1.33	     nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.117  cpuTime=0.08  mem=15M362
1.36	   
1.36	   search
1.36	     run=3  nbConstraintChecks=553627  nbPropagations=15548  nbRevisions=61428  nbUselessRevisions=33817
1.36	     nbAssignments=205  nbFailedAssignments=99  nbBacktracks=85  nbVisitedNodes=359  nbRestartNogoods=5  mapSize=71
1.36	     nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.144  cpuTime=0.1  mem=15M362
1.40	   
1.40	   search
1.40	     run=4  nbConstraintChecks=982242  nbPropagations=26682  nbRevisions=107533  nbUselessRevisions=58209
1.40	     nbAssignments=343  nbFailedAssignments=182  nbBacktracks=136  nbVisitedNodes=617  nbRestartNogoods=14  mapSize=119
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.188  cpuTime=0.14  mem=15M362
1.44	   
1.44	   search
1.44	     run=5  nbConstraintChecks=1378495  nbPropagations=42145  nbRevisions=172392  nbUselessRevisions=92569
1.44	     nbAssignments=504  nbFailedAssignments=262  nbBacktracks=211  nbVisitedNodes=902  nbRestartNogoods=15  mapSize=180
1.44	     nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.229  cpuTime=0.18  mem=15M362
1.56	   
1.56	   search
1.56	     run=6  nbConstraintChecks=2640860  nbPropagations=69641  nbRevisions=290204  nbUselessRevisions=154020
1.56	     nbAssignments=906  nbFailedAssignments=546  nbBacktracks=324  nbVisitedNodes=1668  nbRestartNogoods=20  mapSize=279
1.56	     nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.348  cpuTime=0.3  mem=15M362
1.66	   
1.66	   search
1.66	     run=7  nbConstraintChecks=3608986  nbPropagations=108202  nbRevisions=456890  nbUselessRevisions=241617
1.66	     nbAssignments=1323  nbFailedAssignments=786  nbBacktracks=494  nbVisitedNodes=2429  nbRestartNogoods=25
1.66	     mapSize=416  nbInferences=1  nbTooLargeKeys=0
1.66	       =>  wckTime=0.443  cpuTime=0.39  mem=15M362
1.83	   
1.83	   search
1.83	     run=8  nbConstraintChecks=5445186  nbPropagations=165170  nbRevisions=703068  nbUselessRevisions=370308
1.83	     nbAssignments=1913  nbFailedAssignments=1109  nbBacktracks=750  nbVisitedNodes=3506  nbRestartNogoods=31
1.83	     mapSize=640  nbInferences=1  nbTooLargeKeys=0
1.83	       =>  wckTime=0.62  cpuTime=0.55  mem=15M362
2.09	   
2.09	   search
2.09	     run=9  nbConstraintChecks=8311926  nbPropagations=250500  nbRevisions=1074149  nbUselessRevisions=563657
2.09	     nbAssignments=2778  nbFailedAssignments=1556  nbBacktracks=1134  nbVisitedNodes=5041  nbRestartNogoods=45
2.09	     mapSize=957  nbInferences=1  nbTooLargeKeys=0
2.09	       =>  wckTime=0.873  cpuTime=0.8  mem=16M337
2.12	   
2.12	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=16M337)
2.37	   
2.37	   search
2.37	     run=10  nbConstraintChecks=11401925  nbPropagations=372239  nbRevisions=1605829  nbUselessRevisions=842102
2.37	     nbAssignments=4081  nbFailedAssignments=2276  nbBacktracks=1711  nbVisitedNodes=7431  nbRestartNogoods=54
2.37	       =>  wckTime=1.154  cpuTime=1.06  mem=16M337
3.11	   
3.11	   search
3.11	     run=11  nbConstraintChecks=20583842  nbPropagations=581289  nbRevisions=2525871  nbUselessRevisions=1318634
3.11	     nbAssignments=6837  nbFailedAssignments=4149  nbBacktracks=2575  nbVisitedNodes=12696  nbRestartNogoods=60
3.11	       =>  wckTime=1.899  cpuTime=1.81  mem=16M337
3.68	   
3.68	   search
3.68	     run=12  nbConstraintChecks=27105643  nbPropagations=869257  nbRevisions=3788666  nbUselessRevisions=1975795
3.68	     nbAssignments=9628  nbFailedAssignments=5638  nbBacktracks=3873  nbVisitedNodes=17778  nbRestartNogoods=67
3.68	       =>  wckTime=2.462  cpuTime=2.36  mem=16M337
4.98	   
4.98	   search
4.98	     run=13  nbConstraintChecks=43313037  nbPropagations=1318929  nbRevisions=5756530  nbUselessRevisions=2997481
4.98	     nbAssignments=14558  nbFailedAssignments=8616  nbBacktracks=5819  nbVisitedNodes=27106  nbRestartNogoods=73
4.98	       =>  wckTime=3.763  cpuTime=3.66  mem=16M337
5.52	   
5.52	   search
5.52	     run=14  nbConstraintChecks=49345556  nbPropagations=1843167  nbRevisions=8050106  nbUselessRevisions=4189872
5.52	     nbAssignments=16976  nbFailedAssignments=10039  nbBacktracks=6774  nbVisitedNodes=31616  nbRestartNogoods=83
5.52	       =>  wckTime=4.303  cpuTime=4.17  mem=16M337
5.52	   
5.52	   global
5.52	     nbConstraintChecks=49527423  nbPropagations=1844270  nbRevisions=8053925  nbUselessRevisions=4192168
5.52	     nbRestartNogoods=83  solvingWckTime=4.304  solvingCpuTime=4.18  expiredTime=no  totalExploration=no
5.52	     nbFoundSolutions=1  globalCpuTime=4.66
5.52	       =>  wckTime=4.877  cpuTime=4.62  mem=16M337
5.52	   
5.52	s SATISFIABLE
5.52	v 31 18 67 70 18 79 55 71 61 37 16 60 27 57 43 67 56 78 6 1 57 24 23 70 77 64 33 2 9 2 50 16 64 16 7 55 58 73 12 74 
5.52	d NODES 16976
5.52	d CHECKS 49527423
5.52	   
5.52	   totalWckTime=4.954  totalCpuTime=4.66

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/node22/watcher-224318-1168268411 -o ROOT/results/node22/solver-224318-1168268411 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224318-1168268411/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.92 0.98 1.09 3/87 23769
/proc/meminfo: memFree=527720/2055920 swapFree=4157540/4192956
[pid=23768] ppid=23762 vsize=18540 CPUtime=0
/proc/23768/stat : 23768 (runsolver) D 23762 23768 23619 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175235630 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23768/statm: 4635 279 244 17 0 2626 0

[startup+0.102866 s]
/proc/loadavg: 0.92 0.98 1.09 3/87 23769
/proc/meminfo: memFree=527720/2055920 swapFree=4157540/4192956
[pid=23768] ppid=23762 vsize=9600 CPUtime=0
/proc/23768/stat : 23768 (java) D 23762 23768 23619 0 -1 0 360 0 14 0 0 0 0 0 18 0 1 0 175235630 9830400 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4682759 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23768/statm: 2400 163 128 14 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9600

[startup+0.510908 s]
/proc/loadavg: 0.92 0.98 1.09 3/87 23769
/proc/meminfo: memFree=527720/2055920 swapFree=4157540/4192956
[pid=23768] ppid=23762 vsize=915120 CPUtime=0.24
/proc/23768/stat : 23768 (java) R 23762 23768 23619 0 -1 0 3754 0 62 0 15 9 0 0 18 0 8 0 175235630 937082880 3561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072928980 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23768/statm: 228780 3561 1749 14 0 215275 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 915120

[startup+1.33203 s]
/proc/loadavg: 0.92 0.98 1.09 4/101 23784
/proc/meminfo: memFree=460600/2055920 swapFree=4157540/4192956
[pid=23768] ppid=23762 vsize=915464 CPUtime=1.03
/proc/23768/stat : 23768 (java) R 23762 23768 23619 0 -1 0 10466 0 69 0 89 14 0 0 23 0 8 0 175235630 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730409 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23768/statm: 228866 10272 2524 14 0 215336 0
[pid=23768/tid=23772] ppid=23762 vsize=915464 CPUtime=0.03
/proc/23768/task/23772/stat : 23772 (java) S 23762 23768 23619 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175235653 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23775] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23775/stat : 23775 (java) S 23762 23768 23619 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175235654 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23776] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23776/stat : 23776 (java) S 23762 23768 23619 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175235654 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23777] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23777/stat : 23777 (java) S 23762 23768 23619 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175235659 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23779] ppid=23762 vsize=915464 CPUtime=0.16
/proc/23768/task/23779/stat : 23779 (java) S 23762 23768 23619 0 -1 64 356 0 0 0 15 1 0 0 15 0 8 0 175235659 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23781] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23781/stat : 23781 (java) S 23762 23768 23619 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175235659 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23783] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23783/stat : 23783 (java) S 23762 23768 23619 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175235659 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 915464

[startup+2.96928 s]
/proc/loadavg: 0.92 0.98 1.09 3/101 23784
/proc/meminfo: memFree=457848/2055920 swapFree=4157540/4192956
[pid=23768] ppid=23762 vsize=915464 CPUtime=2.66
/proc/23768/stat : 23768 (java) R 23762 23768 23619 0 -1 0 10488 0 69 0 251 15 0 0 25 0 8 0 175235630 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759109 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23768/statm: 228866 10293 2524 14 0 215336 0
[pid=23768/tid=23772] ppid=23762 vsize=915464 CPUtime=0.03
/proc/23768/task/23772/stat : 23772 (java) S 23762 23768 23619 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175235653 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23775] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23775/stat : 23775 (java) S 23762 23768 23619 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175235654 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23776] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23776/stat : 23776 (java) S 23762 23768 23619 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175235654 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23777] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23777/stat : 23777 (java) S 23762 23768 23619 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175235659 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23779] ppid=23762 vsize=915464 CPUtime=0.2
/proc/23768/task/23779/stat : 23779 (java) S 23762 23768 23619 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 175235659 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23781] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23781/stat : 23781 (java) S 23762 23768 23619 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175235659 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23768/tid=23783] ppid=23762 vsize=915464 CPUtime=0
/proc/23768/task/23783/stat : 23783 (java) S 23762 23768 23619 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175235659 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.56251
CPU time (s): 5.18721
CPU user time (s): 5.02524
CPU system time (s): 0.161975
CPU usage (%): 93.253
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.02524
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10497
page faults= 69
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1338
involuntary context switches= 1550

runsolver used 0.006998 s user time and 0.028995 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan  8 15:00:12 UTC 2007


IDJOB= 224318
IDBENCH= 5734
FILE ID= node22/224318-1168268411

PBS_JOBID= 3482929

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224318-1168268411/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-224318-1168268411 -o ROOT/results/node22/solver-224318-1168268411 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224318-1168268411/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ac3756fdfa2d3a5a8c0eda2b6730c3b7

RANDOM SEED= 192854016

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:        530224 kB
Buffers:          5332 kB
Cached:        1426644 kB
SwapCached:      11392 kB
Active:         951148 kB
Inactive:       521244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        530224 kB
SwapTotal:     4192956 kB
SwapFree:      4157540 kB
Dirty:            3568 kB
Writeback:           4 kB
Mapped:          57968 kB
Slab:            38300 kB
Committed_AS:  3314244 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node22 on Mon Jan  8 15:00:18 UTC 2007