Trace number 206905

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 4.79527 4.88782

DiagnosticValue
CHECKS5659192
NODES6856

General information on the benchmark

NametravellingSalesman/travellingSalesman-20/
tsp-20-190_ext.xml
MD5SUMa89bb561468359a06ccad831f3aba8c2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.79527
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/206905-1168074147/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=61  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001
0.42	       =>  wckTime=0.109  cpuTime=0.09  mem=7M931
0.42	   
0.42	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.60	     nbConstraints=230  nbRelationTypes=23  nbSingletonDomainVariables=2  nbExtensionStructures=24
0.60	     nbSharedExtensionStructures=206  nbConflictsStructures=24  nbSharedConflictsStructures=206
0.60	     nbSharedBinaryRepresentations=20286  maxDegree=20  maxArity=3
0.60	       =>  wckTime=0.291  cpuTime=0.23  mem=14M203
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.507  cpuTime=0.36  mem=17M738
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=46042  nbValidityChecks=25030  nbPropagations=132  nbRevisions=176  nbUselessRevisions=32
0.89	     nbRemovedValues=21845  detectedInconsistency=no
0.89	       =>  wckTime=0.06  cpuTime=0.03  mem=17M738
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=55317  nbValidityChecks=56691  nbPropagations=2114  nbRevisions=5162
0.97	     nbUselessRevisions=2456  nbAssignments=34  nbFailedAssignments=17  nbBacktracks=13  nbVisitedNodes=61
0.97	     nbRestartNogoods=0  mapSize=13  nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.14  cpuTime=0.1  mem=17M738
1.00	   
1.00	   search
1.00	     run=1  nbConstraintChecks=90153  nbValidityChecks=98052  nbPropagations=5977  nbRevisions=14445
1.00	     nbUselessRevisions=6876  nbAssignments=70  nbFailedAssignments=32  nbBacktracks=28  nbVisitedNodes=121
1.00	     nbRestartNogoods=5  mapSize=26  nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.179  cpuTime=0.13  mem=17M738
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=138956  nbValidityChecks=151070  nbPropagations=12311  nbRevisions=30019
1.05	     nbUselessRevisions=14436  nbAssignments=118  nbFailedAssignments=52  nbBacktracks=51  nbVisitedNodes=205
1.05	     nbRestartNogoods=8  mapSize=47  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.224  cpuTime=0.17  mem=18M713
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=188443  nbValidityChecks=203341  nbPropagations=21285  nbRevisions=52932
1.09	     nbUselessRevisions=26060  nbAssignments=179  nbFailedAssignments=75  nbBacktracks=85  nbVisitedNodes=306
1.09	     nbRestartNogoods=11  mapSize=74  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.264  cpuTime=0.21  mem=18M713
1.17	   
1.17	   search
1.17	     run=4  nbConstraintChecks=282368  nbValidityChecks=298040  nbPropagations=34657  nbRevisions=87115
1.17	     nbUselessRevisions=43532  nbAssignments=270  nbFailedAssignments=109  nbBacktracks=135  nbVisitedNodes=458
1.17	     nbRestartNogoods=13  mapSize=113  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.344  cpuTime=0.28  mem=18M713
1.28	   
1.28	   search
1.28	     run=5  nbConstraintChecks=444549  nbValidityChecks=455425  nbPropagations=55344  nbRevisions=140540
1.28	     nbUselessRevisions=71127  nbAssignments=418  nbFailedAssignments=167  nbBacktracks=210  nbVisitedNodes=703
1.28	     nbRestartNogoods=18  mapSize=169  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.459  cpuTime=0.39  mem=18M713
1.40	   
1.40	   search
1.40	     run=6  nbConstraintChecks=585064  nbValidityChecks=596079  nbPropagations=83002  nbRevisions=212605
1.40	     nbUselessRevisions=108818  nbAssignments=597  nbFailedAssignments=223  nbBacktracks=323  nbVisitedNodes=986
1.40	     nbRestartNogoods=25  mapSize=241  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.572  cpuTime=0.5  mem=19M688
1.57	   
1.57	   search
1.57	     run=7  nbConstraintChecks=796612  nbValidityChecks=823694  nbPropagations=120844  nbRevisions=310428
1.57	     nbUselessRevisions=159819  nbAssignments=844  nbFailedAssignments=293  nbBacktracks=495  nbVisitedNodes=1379
1.57	     nbRestartNogoods=33  mapSize=342  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.742  cpuTime=0.66  mem=19M688
1.78	   
1.78	   search
1.78	     run=8  nbConstraintChecks=1065914  nbValidityChecks=1086673  nbPropagations=172183  nbRevisions=446210
1.78	     nbUselessRevisions=231747  nbAssignments=1216  nbFailedAssignments=395  nbBacktracks=762  nbVisitedNodes=1962
1.78	     nbRestartNogoods=34  mapSize=488  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.958  cpuTime=0.87  mem=20M664
2.13	   
2.13	   search
2.13	     run=9  nbConstraintChecks=1508024  nbValidityChecks=1540437  nbPropagations=245167  nbRevisions=638033
2.13	     nbUselessRevisions=333138  nbAssignments=1752  nbFailedAssignments=533  nbBacktracks=1147  nbVisitedNodes=2829
2.13	     nbRestartNogoods=35  mapSize=734  nbInferences=0  nbTooLargeKeys=0
2.13	       =>  wckTime=1.308  cpuTime=1.22  mem=21M639
2.66	   
2.66	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=23M589)
2.73	   
2.73	   search
2.73	     run=10  nbConstraintChecks=2328812  nbValidityChecks=2409820  nbPropagations=354800  nbRevisions=919699
2.73	     nbUselessRevisions=478952  nbAssignments=2584  nbFailedAssignments=776  nbBacktracks=1725  nbVisitedNodes=4185
2.73	     nbRestartNogoods=42
2.73	       =>  wckTime=1.902  cpuTime=1.79  mem=23M589
3.47	   
3.47	   search
3.47	     run=11  nbConstraintChecks=3482278  nbValidityChecks=3624066  nbPropagations=518928  nbRevisions=1341839
3.47	     nbUselessRevisions=698092  nbAssignments=3815  nbFailedAssignments=1128  nbBacktracks=2592  nbVisitedNodes=6220
3.47	     nbRestartNogoods=48
3.47	       =>  wckTime=2.644  cpuTime=2.52  mem=23M589
4.23	   
4.23	   search
4.23	     run=12  nbConstraintChecks=4671209  nbValidityChecks=4817660  nbPropagations=744117  nbRevisions=1931637
4.23	     nbUselessRevisions=1009567  nbAssignments=5565  nbFailedAssignments=1564  nbBacktracks=3891  nbVisitedNodes=8979
4.23	     nbRestartNogoods=59
4.23	       =>  wckTime=3.403  cpuTime=3.28  mem=23M589
4.84	   
4.84	   search
4.84	     run=13  nbConstraintChecks=5613150  nbValidityChecks=5780436  nbPropagations=1014641  nbRevisions=2642150
4.84	     nbUselessRevisions=1385506  nbAssignments=6856  nbFailedAssignments=1865  nbBacktracks=4820  nbVisitedNodes=11006
4.84	     nbRestartNogoods=69
4.84	       =>  wckTime=4.011  cpuTime=3.87  mem=23M589
4.84	   
4.84	   global
4.84	     nbConstraintChecks=5659192  nbValidityChecks=5805466  nbPropagations=1014773  nbRevisions=2642326
4.84	     nbUselessRevisions=1385538  nbRestartNogoods=69  solvingWckTime=4.012  solvingCpuTime=3.87  expiredTime=no
4.84	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=4.29
4.84	       =>  wckTime=4.524  cpuTime=4.24  mem=23M589
4.84	   
4.84	s SATISFIABLE
4.84	v 14 8 8 4 9 27 12 1 11 14 10 3 16 2 17 8 6 3 18 8 13 29 5 1 7 1 4 0 2 20 15 1 20 6 19 7 1 5 3 3 12 39 40 54 57 59 67 70 78 107 108 109 109 129 130 136 143 148 151 151 0 
4.84	d NODES 6856
4.84	d CHECKS 5659192
4.84	   
4.84	   totalWckTime=4.607  totalCpuTime=4.3

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-206905-1168074147 -o ROOT/results/node42/solver-206905-1168074147 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206905-1168074147/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 1.01 1.31 2/79 22413
/proc/meminfo: memFree=1360208/2055920 swapFree=4191892/4192956
[pid=22412] ppid=22410 vsize=0 CPUtime=0
/proc/22412/stat : 22412 (runsolver) R 22410 22412 22274 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155813961 0 0 18446744073709551615 0 0 0 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 0 0 0
/proc/22412/statm: 0 0 0 0 0 0 0

[startup+0.10237 s]
/proc/loadavg: 0.92 1.01 1.31 2/79 22413
/proc/meminfo: memFree=1360208/2055920 swapFree=4191892/4192956
[pid=22412] ppid=22410 vsize=914988 CPUtime=0.08
/proc/22412/stat : 22412 (java) R 22410 22412 22274 0 -1 0 2985 0 1 0 7 1 0 0 20 0 8 0 155813961 936947712 2731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153568831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22412/statm: 228747 2731 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510413 s]
/proc/loadavg: 0.92 1.01 1.31 2/79 22413
/proc/meminfo: memFree=1360208/2055920 swapFree=4191892/4192956
[pid=22412] ppid=22410 vsize=915328 CPUtime=0.49
/proc/22412/stat : 22412 (java) R 22410 22412 22274 0 -1 0 6984 0 1 0 46 3 0 0 19 0 8 0 155813961 937295872 6723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072937501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22412/statm: 228832 6723 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3335 s]
/proc/loadavg: 1.01 1.03 1.32 3/93 22429
/proc/meminfo: memFree=1306016/2055920 swapFree=4191892/4192956
[pid=22412] ppid=22410 vsize=915444 CPUtime=1.3
/proc/22412/stat : 22412 (java) R 22410 22412 22274 0 -1 0 9597 0 1 0 124 6 0 0 24 0 8 0 155813961 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822172 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22412/statm: 228861 9334 2517 14 0 215331 0
[pid=22412/tid=22417] ppid=22410 vsize=915444 CPUtime=0.03
/proc/22412/task/22417/stat : 22417 (java) S 22410 22412 22274 0 -1 64 681 0 0 0 3 0 0 0 16 0 8 0 155813965 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22418] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22418/stat : 22418 (java) S 22410 22412 22274 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155813965 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22419] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22419/stat : 22419 (java) S 22410 22412 22274 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155813965 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22424] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22424/stat : 22424 (java) S 22410 22412 22274 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155813968 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22425] ppid=22410 vsize=915444 CPUtime=0.2
/proc/22412/task/22425/stat : 22425 (java) S 22410 22412 22274 0 -1 64 374 0 0 0 19 1 0 0 15 0 8 0 155813968 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22426] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22426/stat : 22426 (java) S 22410 22412 22274 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155813968 937414656 9334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22427] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22427/stat : 22427 (java) S 22410 22412 22274 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155813968 937414656 9334 18446744073709551615 134512640 134570532 4294956480 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) 915444

[startup+2.98668 s]
/proc/loadavg: 1.01 1.03 1.32 3/93 22429
/proc/meminfo: memFree=1300448/2055920 swapFree=4191892/4192956
[pid=22412] ppid=22410 vsize=915444 CPUtime=2.94
/proc/22412/stat : 22412 (java) R 22410 22412 22274 0 -1 0 10656 0 1 0 287 7 0 0 25 0 8 0 155813961 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632444 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22412/statm: 228861 10392 2517 14 0 215331 0
[pid=22412/tid=22417] ppid=22410 vsize=915444 CPUtime=0.03
/proc/22412/task/22417/stat : 22417 (java) S 22410 22412 22274 0 -1 64 681 0 0 0 3 0 0 0 17 0 8 0 155813965 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22418] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22418/stat : 22418 (java) S 22410 22412 22274 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155813965 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22419] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22419/stat : 22419 (java) S 22410 22412 22274 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155813965 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22424] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22424/stat : 22424 (java) S 22410 22412 22274 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155813968 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22425] ppid=22410 vsize=915444 CPUtime=0.23
/proc/22412/task/22425/stat : 22425 (java) S 22410 22412 22274 0 -1 64 394 0 0 0 22 1 0 0 15 0 8 0 155813968 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22426] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22426/stat : 22426 (java) S 22410 22412 22274 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155813968 937414656 10392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22412/tid=22427] ppid=22410 vsize=915444 CPUtime=0
/proc/22412/task/22427/stat : 22427 (java) S 22410 22412 22274 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155813968 937414656 10392 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) 915444

Child status: 0
Real time (s): 4.88782
CPU time (s): 4.79527
CPU user time (s): 4.70928
CPU system time (s): 0.085986
CPU usage (%): 98.1066
Max. virtual memory (cumulated for all children) (KiB): 915444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.70928
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10756
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= 1272
involuntary context switches= 1584

runsolver used 0.013997 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 09:02:27 UTC 2007


IDJOB= 206905
IDBENCH= 4244
FILE ID= node42/206905-1168074147

PBS_JOBID= 3476010

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-20/tsp-20-190_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206905-1168074147/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-206905-1168074147 -o ROOT/results/node42/solver-206905-1168074147 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206905-1168074147/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a89bb561468359a06ccad831f3aba8c2

RANDOM SEED= 211679374

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:       1361488 kB
Buffers:         49460 kB
Cached:         549420 kB
SwapCached:        268 kB
Active:         101176 kB
Inactive:       518100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361488 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          29768 kB
Slab:            60472 kB
Committed_AS:  2618824 kB
PageTables:       1920 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 09:02:32 UTC 2007