Trace number 227701

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 ACSAT 3.35549 3.41235

DiagnosticValue
CHECKS7738981
NODES11832

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-0_ext.xml
MD5SUM39587dd010a16b1c5dd4bed4b43a0f10
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 benchmark2.33664
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/227701-1168080811/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.38	       =>  wckTime=0.092  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.65	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11913  maxDegree=39
0.65	     maxArity=2
0.65	       =>  wckTime=0.356  cpuTime=0.24  mem=11M947
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.545  cpuTime=0.36  mem=14M16
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.011  cpuTime=0.01  mem=14M16
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=11385  nbPropagations=323  nbRevisions=3290  nbUselessRevisions=2720  nbAssignments=23
0.88	     nbFailedAssignments=4  nbBacktracks=12  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.045  cpuTime=0.03  mem=15M8
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=28446  nbPropagations=1028  nbRevisions=11877  nbUselessRevisions=9927  nbAssignments=54
0.91	     nbFailedAssignments=12  nbBacktracks=27  nbVisitedNodes=81  nbRestartNogoods=1  mapSize=22  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.072  cpuTime=0.04  mem=15M8
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=52395  nbPropagations=2272  nbRevisions=28558  nbUselessRevisions=24157
0.93	     nbAssignments=101  nbFailedAssignments=23  nbBacktracks=52  nbVisitedNodes=152  nbRestartNogoods=4  mapSize=42
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.09  cpuTime=0.06  mem=15M8
0.94	   
0.94	   search
0.94	     run=3  nbConstraintChecks=83975  nbPropagations=4172  nbRevisions=55408  nbUselessRevisions=47149
0.94	     nbAssignments=154  nbFailedAssignments=37  nbBacktracks=85  nbVisitedNodes=233  nbRestartNogoods=7  mapSize=66
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.107  cpuTime=0.07  mem=15M8
0.97	   
0.97	   search
0.97	     run=4  nbConstraintChecks=141459  nbPropagations=7205  nbRevisions=101317  nbUselessRevisions=86505
0.97	     nbAssignments=235  nbFailedAssignments=61  nbBacktracks=136  nbVisitedNodes=365  nbRestartNogoods=10  mapSize=110
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.132  cpuTime=0.1  mem=15M8
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=213442  nbPropagations=11659  nbRevisions=170824  nbUselessRevisions=146028
1.01	     nbAssignments=347  nbFailedAssignments=92  nbBacktracks=211  nbVisitedNodes=548  nbRestartNogoods=12  mapSize=175
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.17  cpuTime=0.13  mem=15M8
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=325911  nbPropagations=18253  nbRevisions=277254  nbUselessRevisions=237094
1.05	     nbAssignments=513  nbFailedAssignments=140  nbBacktracks=325  nbVisitedNodes=811  nbRestartNogoods=16  mapSize=263
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.216  cpuTime=0.17  mem=15M8
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=482105  nbPropagations=27856  nbRevisions=436158  nbUselessRevisions=373469
1.11	     nbAssignments=758  nbFailedAssignments=207  nbBacktracks=495  nbVisitedNodes=1202  nbRestartNogoods=18  mapSize=395
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.275  cpuTime=0.23  mem=15M8
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=727080  nbPropagations=42107  nbRevisions=676809  nbUselessRevisions=580313
1.21	     nbAssignments=1130  nbFailedAssignments=315  nbBacktracks=756  nbVisitedNodes=1804  nbRestartNogoods=23
1.21	     mapSize=602  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.372  cpuTime=0.32  mem=15M8
1.35	   
1.35	   search
1.35	     run=9  nbConstraintChecks=1064924  nbPropagations=62973  nbRevisions=1029693  nbUselessRevisions=883524
1.35	     nbAssignments=1682  nbFailedAssignments=475  nbBacktracks=1140  nbVisitedNodes=2690  nbRestartNogoods=24
1.35	     mapSize=905  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.511  cpuTime=0.44  mem=15M8
1.40	   
1.40	   INFO : Stopping hyperNogood (mapSize=1042, nbTooLargekeys=0, mem=15M8)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=1575843  nbPropagations=93471  nbRevisions=1548417  nbUselessRevisions=1329258
1.52	     nbAssignments=2492  nbFailedAssignments=702  nbBacktracks=1716  nbVisitedNodes=3988  nbRestartNogoods=31
1.52	       =>  wckTime=0.682  cpuTime=0.6  mem=15M8
1.77	   
1.77	   search
1.77	     run=11  nbConstraintChecks=2386611  nbPropagations=139223  nbRevisions=2335439  nbUselessRevisions=2005415
1.77	     nbAssignments=3715  nbFailedAssignments=1056  nbBacktracks=2581  nbVisitedNodes=5973  nbRestartNogoods=37
1.77	       =>  wckTime=0.93  cpuTime=0.84  mem=15M8
2.13	   
2.13	   search
2.13	     run=12  nbConstraintChecks=3576470  nbPropagations=207290  nbRevisions=3517918  nbUselessRevisions=3022296
2.13	     nbAssignments=5535  nbFailedAssignments=1571  nbBacktracks=3879  nbVisitedNodes=8907  nbRestartNogoods=42
2.13	       =>  wckTime=1.291  cpuTime=1.2  mem=15M8
2.67	   
2.67	   search
2.67	     run=13  nbConstraintChecks=5399749  nbPropagations=309382  nbRevisions=5317023  nbUselessRevisions=4571812
2.67	     nbAssignments=8311  nbFailedAssignments=2389  nbBacktracks=5826  nbVisitedNodes=13449  nbRestartNogoods=49
2.67	       =>  wckTime=1.837  cpuTime=1.74  mem=15M8
3.37	   
3.37	   search
3.37	     run=14  nbConstraintChecks=7738981  nbPropagations=454803  nbRevisions=7897087  nbUselessRevisions=6793589
3.37	     nbAssignments=11832  nbFailedAssignments=3418  nbBacktracks=8278  nbVisitedNodes=19164  nbRestartNogoods=55
3.37	       =>  wckTime=2.535  cpuTime=2.43  mem=15M8
3.37	   
3.37	   global
3.37	     nbConstraintChecks=7738981  nbPropagations=454843  nbRevisions=7897087  nbUselessRevisions=6793589
3.37	     nbRestartNogoods=55  solvingWckTime=2.536  solvingCpuTime=2.44  expiredTime=no  totalExploration=no
3.37	     nbFoundSolutions=1  globalCpuTime=2.83
3.37	       =>  wckTime=3.083  cpuTime=2.8  mem=15M8
3.37	   
3.37	s SATISFIABLE
3.37	v 2 4 4 7 5 5 6 0 2 1 4 5 1 0 5 2 5 4 2 4 2 2 7 2 7 1 4 2 5 2 2 3 6 1 4 7 3 3 4 6 
3.37	d NODES 11832
3.37	d CHECKS 7738981
3.37	   
3.37	   totalWckTime=3.159  totalCpuTime=2.83

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/node42/watcher-227701-1168080811 -o ROOT/results/node42/solver-227701-1168080811 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227701-1168080811/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.25 0.44 0.74 5/80 25276
/proc/meminfo: memFree=1312248/2055920 swapFree=4191892/4192956
[pid=25275] ppid=25273 vsize=172 CPUtime=0
/proc/25275/stat : 25275 (java) R 25273 25275 25020 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156481246 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 1 0 0
/proc/25275/statm: 43 24 18 14 0 3 0

[startup+0.104145 s]
/proc/loadavg: 0.25 0.44 0.74 5/80 25276
/proc/meminfo: memFree=1312248/2055920 swapFree=4191892/4192956
[pid=25275] ppid=25273 vsize=914988 CPUtime=0.09
/proc/25275/stat : 25275 (java) R 25273 25275 25020 0 -1 0 3077 0 1 0 7 2 0 0 24 0 8 0 156481246 936947712 2823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927575 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25275/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512188 s]
/proc/loadavg: 0.25 0.44 0.74 5/80 25276
/proc/meminfo: memFree=1312248/2055920 swapFree=4191892/4192956
[pid=25275] ppid=25273 vsize=915328 CPUtime=0.5
/proc/25275/stat : 25275 (java) R 25273 25275 25020 0 -1 0 6518 0 1 0 45 5 0 0 25 0 8 0 156481246 937295872 6257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25275/statm: 228832 6257 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33328 s]
/proc/loadavg: 0.25 0.44 0.74 3/87 25283
/proc/meminfo: memFree=1288640/2055920 swapFree=4191892/4192956
[pid=25275] ppid=25273 vsize=915584 CPUtime=1.3
/proc/25275/stat : 25275 (java) R 25273 25275 25020 0 -1 0 8673 0 1 0 124 6 0 0 25 0 8 0 156481246 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073922675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25275/statm: 228896 8411 2513 14 0 215366 0
[pid=25275/tid=25277] ppid=25273 vsize=915584 CPUtime=0.03
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25020 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156481250 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25278] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25020 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156481250 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25020 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481250 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25280] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25020 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156481253 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25281] ppid=25273 vsize=915584 CPUtime=0.25
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25020 0 -1 64 411 0 0 0 25 0 0 0 16 0 8 0 156481253 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25020 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156481253 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25283] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25020 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156481253 937558016 8411 18446744073709551615 134512640 134570532 4294956480 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) 915584

[startup+2.97145 s]
/proc/loadavg: 0.25 0.44 0.74 3/87 25283
/proc/meminfo: memFree=1288384/2055920 swapFree=4191892/4192956
[pid=25275] ppid=25273 vsize=915584 CPUtime=2.93
/proc/25275/stat : 25275 (java) R 25273 25275 25020 0 -1 0 8699 0 1 0 287 6 0 0 25 0 8 0 156481246 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073933087 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25275/statm: 228896 8436 2513 14 0 215366 0
[pid=25275/tid=25277] ppid=25273 vsize=915584 CPUtime=0.03
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25020 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156481250 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25278] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25020 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156481250 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25020 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481250 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25280] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25020 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156481253 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25281] ppid=25273 vsize=915584 CPUtime=0.27
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25020 0 -1 64 418 0 0 0 27 0 0 0 16 0 8 0 156481253 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25020 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156481253 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25283] ppid=25273 vsize=915584 CPUtime=0
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25020 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156481253 937558016 8436 18446744073709551615 134512640 134570532 4294956480 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) 915584

Child status: 0
Real time (s): 3.41235
CPU time (s): 3.35549
CPU user time (s): 3.2815
CPU system time (s): 0.073988
CPU usage (%): 98.3336
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2815
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8792
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= 1321
involuntary context switches= 1600

runsolver used 0.006998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 10:53:33 UTC 2007


IDJOB= 227701
IDBENCH= 6106
FILE ID= node42/227701-1168080811

PBS_JOBID= 3476174

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227701-1168080811/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-227701-1168080811 -o ROOT/results/node42/solver-227701-1168080811 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227701-1168080811/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  39587dd010a16b1c5dd4bed4b43a0f10

RANDOM SEED= 688323643

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.229
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.229
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:       1312920 kB
Buffers:         50504 kB
Cached:         573808 kB
SwapCached:        268 kB
Active:         141412 kB
Inactive:       526644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312920 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:          62660 kB
Slab:            60272 kB
Committed_AS:  3533344 kB
PageTables:       1884 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= 66541 MiB



End job on node42 on Sat Jan  6 10:53:47 UTC 2007