Trace number 205423

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 ACUNSAT 3.17252 3.26452

DiagnosticValue
CHECKS11819072
NODES12690

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-35_ext.xml
MD5SUMd6f2a2d7a7aecb575a3bf01272055f8f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.530918
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints227
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension227
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/205423-1168073418/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.45	       =>  wckTime=0.114  cpuTime=0.1  mem=6M951
0.45	   
0.45	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.64	     nbConstraints=227  nbRelationTypes=227  nbExtensionStructures=227  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=227  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2942  maxDegree=20
0.64	     maxArity=2
0.64	       =>  wckTime=0.305  cpuTime=0.22  mem=10M852
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.521  cpuTime=0.36  mem=13M593
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=30  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M593
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=18989  nbPropagations=382  nbRevisions=3203  nbUselessRevisions=2489  nbAssignments=20
0.91	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=32  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.052  cpuTime=0.02  mem=14M585
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=44550  nbPropagations=1263  nbRevisions=11599  nbUselessRevisions=9061  nbAssignments=49
0.93	     nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=81  nbRestartNogoods=3  mapSize=21  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.072  cpuTime=0.04  mem=14M585
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=92218  nbPropagations=2946  nbRevisions=28276  nbUselessRevisions=21942  nbAssignments=99
0.96	     nbFailedAssignments=35  nbBacktracks=49  nbVisitedNodes=171  nbRestartNogoods=5  mapSize=42  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.103  cpuTime=0.06  mem=14M585
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=141685  nbPropagations=5519  nbRevisions=55007  nbUselessRevisions=42820
0.98	     nbAssignments=159  nbFailedAssignments=57  nbBacktracks=82  nbVisitedNodes=273  nbRestartNogoods=10  mapSize=73
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.116  cpuTime=0.07  mem=14M585
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=208623  nbPropagations=9427  nbRevisions=97177  nbUselessRevisions=76115
1.00	     nbAssignments=249  nbFailedAssignments=92  nbBacktracks=132  nbVisitedNodes=425  nbRestartNogoods=13  mapSize=117
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.137  cpuTime=0.09  mem=14M585
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=311163  nbPropagations=15231  nbRevisions=161099  nbUselessRevisions=126570
1.03	     nbAssignments=379  nbFailedAssignments=143  nbBacktracks=207  nbVisitedNodes=644  nbRestartNogoods=16  mapSize=177
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.17  cpuTime=0.12  mem=14M585
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=522120  nbPropagations=24577  nbRevisions=267838  nbUselessRevisions=210411
1.08	     nbAssignments=601  nbFailedAssignments=246  nbBacktracks=320  nbVisitedNodes=1045  nbRestartNogoods=22  mapSize=276
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.22  cpuTime=0.16  mem=14M585
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=790239  nbPropagations=38513  nbRevisions=426562  nbUselessRevisions=334165
1.15	     nbAssignments=895  nbFailedAssignments=368  nbBacktracks=490  nbVisitedNodes=1555  nbRestartNogoods=30  mapSize=414
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.29  cpuTime=0.23  mem=14M585
1.24	   
1.24	   search
1.24	     run=8  nbConstraintChecks=1133213  nbPropagations=58733  nbRevisions=659298  nbUselessRevisions=516154
1.24	     nbAssignments=1329  nbFailedAssignments=540  nbBacktracks=750  nbVisitedNodes=2300  nbRestartNogoods=34
1.24	     mapSize=620  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.378  cpuTime=0.31  mem=14M585
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=1800156  nbPropagations=90230  nbRevisions=1028270  nbUselessRevisions=804708
1.39	     nbAssignments=2014  nbFailedAssignments=836  nbBacktracks=1134  nbVisitedNodes=3523  nbRestartNogoods=39
1.39	     mapSize=950  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.533  cpuTime=0.44  mem=14M585
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=14M585)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=2665799  nbPropagations=136734  nbRevisions=1577684  nbUselessRevisions=1235694
1.56	     nbAssignments=2956  nbFailedAssignments=1199  nbBacktracks=1711  nbVisitedNodes=5157  nbRestartNogoods=47
1.57	       =>  wckTime=0.706  cpuTime=0.6  mem=14M585
1.83	   
1.83	   search
1.83	     run=11  nbConstraintChecks=4106191  nbPropagations=208388  nbRevisions=2433712  nbUselessRevisions=1909110
1.83	     nbAssignments=4489  nbFailedAssignments=1864  nbBacktracks=2575  nbVisitedNodes=7917  nbRestartNogoods=48
1.83	       =>  wckTime=0.973  cpuTime=0.86  mem=14M585
2.19	   
2.19	   search
2.19	     run=12  nbConstraintChecks=6160520  nbPropagations=314942  nbRevisions=3698812  nbUselessRevisions=2900993
2.19	     nbAssignments=6646  nbFailedAssignments=2716  nbBacktracks=3875  nbVisitedNodes=11681  nbRestartNogoods=55
2.19	       =>  wckTime=1.336  cpuTime=1.22  mem=14M585
2.73	   
2.73	   search
2.73	     run=13  nbConstraintChecks=9146819  nbPropagations=473705  nbRevisions=5591347  nbUselessRevisions=4389028
2.73	     nbAssignments=9905  nbFailedAssignments=4026  nbBacktracks=5821  nbVisitedNodes=17385  nbRestartNogoods=60
2.73	       =>  wckTime=1.869  cpuTime=1.75  mem=14M585
3.20	   
3.20	   search
3.20	     run=14  nbConstraintChecks=11819072  nbPropagations=678657  nbRevisions=8042794  nbUselessRevisions=6319335
3.20	     nbAssignments=12690  nbFailedAssignments=5162  nbBacktracks=7471  nbVisitedNodes=22331  nbRestartNogoods=65
3.20	       =>  wckTime=2.343  cpuTime=2.22  mem=14M585
3.20	   
3.20	   global
3.20	     nbConstraintChecks=11819072  nbPropagations=678687  nbRevisions=8042794  nbUselessRevisions=6319335
3.20	     nbRestartNogoods=65  solvingWckTime=2.344  solvingCpuTime=2.22  expiredTime=no  totalExploration=yes
3.20	     nbFoundSolutions=0  globalCpuTime=2.63
3.20	       =>  wckTime=2.868  cpuTime=2.58  mem=14M585
3.21	   
3.21	s UNSATISFIABLE
3.21	d NODES 12690
3.21	d CHECKS 11819072
3.21	   
3.21	   totalWckTime=2.956  totalCpuTime=2.63

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/node6/watcher-205423-1168073418 -o ROOT/results/node6/solver-205423-1168073418 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205423-1168073418/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.29 1.71 1.84 4/93 8544
/proc/meminfo: memFree=1245744/2055924 swapFree=4165672/4192956
[pid=8543] ppid=8541 vsize=1784 CPUtime=0
/proc/8543/stat : 8543 (java) R 8541 8543 8252 0 -1 0 169 0 0 0 0 0 0 0 20 0 1 0 155737744 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8543/statm: 446 140 106 14 0 91 0

[startup+0.105865 s]
/proc/loadavg: 1.29 1.71 1.84 4/93 8544
/proc/meminfo: memFree=1245744/2055924 swapFree=4165672/4192956
[pid=8543] ppid=8541 vsize=914988 CPUtime=0.09
/proc/8543/stat : 8543 (java) R 8541 8543 8252 0 -1 0 2974 0 1 0 8 1 0 0 20 0 8 0 155737744 936947712 2720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153548751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8543/statm: 228747 2720 1421 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513907 s]
/proc/loadavg: 1.29 1.71 1.84 4/93 8544
/proc/meminfo: memFree=1245744/2055924 swapFree=4165672/4192956
[pid=8543] ppid=8541 vsize=915328 CPUtime=0.49
/proc/8543/stat : 8543 (java) R 8541 8543 8252 0 -1 0 6340 0 1 0 45 4 0 0 22 0 8 0 155737744 937295872 6079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8543/statm: 228832 6079 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.335 s]
/proc/loadavg: 1.29 1.71 1.84 3/100 8551
/proc/meminfo: memFree=1222584/2055924 swapFree=4165672/4192956
[pid=8543] ppid=8541 vsize=915452 CPUtime=1.3
/proc/8543/stat : 8543 (java) R 8541 8543 8252 0 -1 0 8523 0 1 0 124 6 0 0 25 0 8 0 155737744 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8543/statm: 228863 8261 2513 14 0 215333 0
[pid=8543/tid=8545] ppid=8541 vsize=915452 CPUtime=0.03
/proc/8543/task/8545/stat : 8545 (java) S 8541 8543 8252 0 -1 64 206 0 0 0 3 0 0 0 16 0 8 0 155737748 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8546] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8546/stat : 8546 (java) S 8541 8543 8252 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155737749 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8547] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8547/stat : 8547 (java) S 8541 8543 8252 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155737749 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8548] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8548/stat : 8548 (java) S 8541 8543 8252 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155737752 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8549] ppid=8541 vsize=915452 CPUtime=0.25
/proc/8543/task/8549/stat : 8549 (java) S 8541 8543 8252 0 -1 64 381 0 0 0 24 1 0 0 16 0 8 0 155737752 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8550] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8550/stat : 8550 (java) S 8541 8543 8252 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155737752 937422848 8261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8551] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8551/stat : 8551 (java) S 8541 8543 8252 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155737752 937422848 8261 18446744073709551615 134512640 134570532 4294956464 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) 915452

[startup+2.97619 s]
/proc/loadavg: 1.29 1.71 1.84 3/100 8551
/proc/meminfo: memFree=1222328/2055924 swapFree=4165672/4192956
[pid=8543] ppid=8541 vsize=915452 CPUtime=2.92
/proc/8543/stat : 8543 (java) R 8541 8543 8252 0 -1 0 8552 0 1 0 286 6 0 0 25 0 8 0 155737744 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8543/statm: 228863 8288 2513 14 0 215333 0
[pid=8543/tid=8545] ppid=8541 vsize=915452 CPUtime=0.03
/proc/8543/task/8545/stat : 8545 (java) S 8541 8543 8252 0 -1 64 206 0 0 0 3 0 0 0 17 0 8 0 155737748 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8546] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8546/stat : 8546 (java) S 8541 8543 8252 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155737749 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8547] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8547/stat : 8547 (java) S 8541 8543 8252 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155737749 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8548] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8548/stat : 8548 (java) S 8541 8543 8252 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155737752 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8549] ppid=8541 vsize=915452 CPUtime=0.26
/proc/8543/task/8549/stat : 8549 (java) S 8541 8543 8252 0 -1 64 389 0 0 0 25 1 0 0 15 0 8 0 155737752 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8550] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8550/stat : 8550 (java) S 8541 8543 8252 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155737752 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8543/tid=8551] ppid=8541 vsize=915452 CPUtime=0
/proc/8543/task/8551/stat : 8551 (java) S 8541 8543 8252 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155737752 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.26452
CPU time (s): 3.17252
CPU user time (s): 3.10253
CPU system time (s): 0.069989
CPU usage (%): 97.1816
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.10253
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8644
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= 1144
involuntary context switches= 1413

runsolver used 0.004999 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 08:50:20 UTC 2007


IDJOB= 205423
IDBENCH= 4130
FILE ID= node6/205423-1168073418

PBS_JOBID= 3475766

Free space on /tmp= 66528 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-35_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205423-1168073418/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-205423-1168073418 -o ROOT/results/node6/solver-205423-1168073418 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205423-1168073418/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d6f2a2d7a7aecb575a3bf01272055f8f

RANDOM SEED= 802056596

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.240
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.240
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:      2055924 kB
MemFree:       1246224 kB
Buffers:         82672 kB
Cached:         560156 kB
SwapCached:       3036 kB
Active:         384252 kB
Inactive:       329104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1246224 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          89676 kB
Slab:            80908 kB
Committed_AS:  5012920 kB
PageTables:       2480 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= 66528 MiB



End job on node6 on Sat Jan  6 08:50:28 UTC 2007