Trace number 229369

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.33834 4.42184

DiagnosticValue
CHECKS21251383
NODES17319

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-69_ext.xml
MD5SUM321620fa5d7326e28d117f10506b0bac
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 benchmark0.282956
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229369-1168080962/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.42	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1379  maxDegree=21
0.60	     maxArity=2
0.60	       =>  wckTime=0.283  cpuTime=0.21  mem=11M893
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.479  cpuTime=0.33  mem=13M734
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M734
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=17071  nbPropagations=331  nbRevisions=2793  nbUselessRevisions=2116  nbAssignments=19
0.85	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=29  nbRestartNogoods=0  mapSize=5  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.046  cpuTime=0.03  mem=14M710
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=56225  nbPropagations=1304  nbRevisions=11956  nbUselessRevisions=9020  nbAssignments=52
0.87	     nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=85  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.069  cpuTime=0.05  mem=14M710
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=113443  nbPropagations=3184  nbRevisions=30559  nbUselessRevisions=22979
0.89	     nbAssignments=97  nbFailedAssignments=38  nbBacktracks=48  nbVisitedNodes=164  nbRestartNogoods=5  mapSize=39
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.093  cpuTime=0.06  mem=14M710
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=189210  nbPropagations=6257  nbRevisions=62175  nbUselessRevisions=46750
0.91	     nbAssignments=166  nbFailedAssignments=69  nbBacktracks=82  nbVisitedNodes=281  nbRestartNogoods=8  mapSize=67
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.11  cpuTime=0.08  mem=14M710
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=291501  nbPropagations=11015  nbRevisions=110830  nbUselessRevisions=83188
0.93	     nbAssignments=254  nbFailedAssignments=103  nbBacktracks=132  nbVisitedNodes=433  nbRestartNogoods=12  mapSize=106
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.134  cpuTime=0.1  mem=14M710
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=436657  nbPropagations=18217  nbRevisions=185091  nbUselessRevisions=138944
0.97	     nbAssignments=381  nbFailedAssignments=150  nbBacktracks=207  nbVisitedNodes=645  nbRestartNogoods=17  mapSize=167
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.167  cpuTime=0.13  mem=14M710
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=731817  nbPropagations=30117  nbRevisions=311856  nbUselessRevisions=234160
1.03	     nbAssignments=625  nbFailedAssignments=277  nbBacktracks=321  nbVisitedNodes=1090  nbRestartNogoods=23  mapSize=269
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.229  cpuTime=0.19  mem=14M710
1.10	   
1.10	   search
1.10	     run=7  nbConstraintChecks=1084599  nbPropagations=47632  nbRevisions=499933  nbUselessRevisions=376110
1.10	     nbAssignments=929  nbFailedAssignments=408  nbBacktracks=492  nbVisitedNodes=1626  nbRestartNogoods=27  mapSize=416
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.297  cpuTime=0.26  mem=14M710
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=1610812  nbPropagations=73970  nbRevisions=781884  nbUselessRevisions=588666
1.20	     nbAssignments=1372  nbFailedAssignments=591  nbBacktracks=749  nbVisitedNodes=2399  nbRestartNogoods=29
1.20	     mapSize=632  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.406  cpuTime=0.36  mem=14M710
1.37	   
1.37	   search
1.37	     run=9  nbConstraintChecks=2406732  nbPropagations=114068  nbRevisions=1212680  nbUselessRevisions=914621
1.37	     nbAssignments=2066  nbFailedAssignments=897  nbBacktracks=1134  nbVisitedNodes=3642  nbRestartNogoods=33
1.37	     mapSize=971  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.566  cpuTime=0.5  mem=14M710
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=14M710)
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=3675939  nbPropagations=174679  nbRevisions=1870236  nbUselessRevisions=1412656
1.58	     nbAssignments=3100  nbFailedAssignments=1350  nbBacktracks=1710  nbVisitedNodes=5480  nbRestartNogoods=39
1.58	       =>  wckTime=0.783  cpuTime=0.7  mem=14M710
1.87	   
1.87	   search
1.87	     run=11  nbConstraintChecks=5436945  nbPropagations=264251  nbRevisions=2839854  nbUselessRevisions=2146382
1.87	     nbAssignments=4585  nbFailedAssignments=1967  nbBacktracks=2575  nbVisitedNodes=8098  nbRestartNogoods=46
1.87	       =>  wckTime=1.067  cpuTime=0.99  mem=14M710
2.30	   
2.30	   search
2.30	     run=12  nbConstraintChecks=8133437  nbPropagations=397912  nbRevisions=4285279  nbUselessRevisions=3239085
2.30	     nbAssignments=6854  nbFailedAssignments=2935  nbBacktracks=3873  nbVisitedNodes=12110  nbRestartNogoods=58
2.30	       =>  wckTime=1.501  cpuTime=1.41  mem=14M710
2.99	   
2.99	   search
2.99	     run=13  nbConstraintChecks=12567344  nbPropagations=602424  nbRevisions=6498841  nbUselessRevisions=4913326
2.99	     nbAssignments=10344  nbFailedAssignments=4473  nbBacktracks=5821  nbVisitedNodes=18347  nbRestartNogoods=63
2.99	       =>  wckTime=2.19  cpuTime=2.1  mem=14M710
3.99	   
3.99	   search
3.99	     run=14  nbConstraintChecks=18942097  nbPropagations=909352  nbRevisions=9815804  nbUselessRevisions=7418880
3.99	     nbAssignments=15417  nbFailedAssignments=6624  nbBacktracks=8740  nbVisitedNodes=27353  nbRestartNogoods=70
3.99	       =>  wckTime=3.193  cpuTime=3.1  mem=14M710
4.36	   
4.36	   search
4.36	     run=15  nbConstraintChecks=21251383  nbPropagations=1254112  nbRevisions=13534857  nbUselessRevisions=10227706
4.36	     nbAssignments=17319  nbFailedAssignments=7403  nbBacktracks=9823  nbVisitedNodes=30694  nbRestartNogoods=75
4.36	       =>  wckTime=3.56  cpuTime=3.47  mem=14M710
4.36	   
4.36	   global
4.36	     nbConstraintChecks=21251383  nbPropagations=1254152  nbRevisions=13534857  nbUselessRevisions=10227706
4.36	     nbRestartNogoods=75  solvingWckTime=3.562  solvingCpuTime=3.47  expiredTime=no  totalExploration=no
4.36	     nbFoundSolutions=1  globalCpuTime=3.85
4.36	       =>  wckTime=4.044  cpuTime=3.8  mem=14M710
4.36	   
4.36	s SATISFIABLE
4.36	v 8 13 5 12 3 4 11 1 0 7 15 3 12 10 4 7 2 12 10 9 2 1 8 5 5 8 12 1 15 13 2 13 3 1 7 10 4 0 5 2 
4.36	d NODES 17319
4.36	d CHECKS 21251383
4.36	   
4.36	   totalWckTime=4.124  totalCpuTime=3.85

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/node47/watcher-229369-1168080962 -o ROOT/results/node47/solver-229369-1168080962 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229369-1168080962/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.22 0.74 0.90 4/70 3509
/proc/meminfo: memFree=1760448/2055920 swapFree=4192812/4192956
[pid=3508] ppid=3505 vsize=168 CPUtime=0
/proc/3508/stat : 3508 (java) R 3505 3508 3375 0 -1 0 34 0 0 0 0 0 0 0 20 0 1 0 156497014 172032 18 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 10519649 0 0 4096 0 0 0 0 17 1 0 0
/proc/3508/statm: 42 18 13 14 0 2 0

[startup+0.105496 s]
/proc/loadavg: 0.22 0.74 0.90 4/70 3509
/proc/meminfo: memFree=1760448/2055920 swapFree=4192812/4192956
[pid=3508] ppid=3505 vsize=914988 CPUtime=0.08
/proc/3508/stat : 3508 (java) R 3505 3508 3375 0 -1 0 2957 0 1 0 7 1 0 0 19 0 8 0 156497014 936947712 2703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10986460 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3508/statm: 228747 2703 1416 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51354 s]
/proc/loadavg: 0.22 0.74 0.90 4/70 3509
/proc/meminfo: memFree=1760448/2055920 swapFree=4192812/4192956
[pid=3508] ppid=3505 vsize=915328 CPUtime=0.49
/proc/3508/stat : 3508 (java) R 3505 3508 3375 0 -1 0 6671 0 1 0 45 4 0 0 20 0 8 0 156497014 937295872 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3508/statm: 228832 6410 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33462 s]
/proc/loadavg: 0.22 0.74 0.90 3/87 3526
/proc/meminfo: memFree=1713392/2055920 swapFree=4192812/4192956
[pid=3508] ppid=3505 vsize=915452 CPUtime=1.3
/proc/3508/stat : 3508 (java) R 3505 3508 3375 0 -1 0 8580 0 1 0 124 6 0 0 25 0 8 0 156497014 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3508/statm: 228863 8318 2513 14 0 215333 0
[pid=3508/tid=3514] ppid=3505 vsize=915452 CPUtime=0.03
/proc/3508/task/3514/stat : 3514 (java) S 3505 3508 3375 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 156497019 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3517] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3517/stat : 3517 (java) S 3505 3508 3375 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156497019 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3518] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3518/stat : 3518 (java) S 3505 3508 3375 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156497019 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3523] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3523/stat : 3523 (java) S 3505 3508 3375 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156497023 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3524] ppid=3505 vsize=915452 CPUtime=0.21
/proc/3508/task/3524/stat : 3524 (java) S 3505 3508 3375 0 -1 64 380 0 0 0 21 0 0 0 16 0 8 0 156497023 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3525] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3525/stat : 3525 (java) S 3505 3508 3375 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156497023 937422848 8318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3526] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3526/stat : 3526 (java) S 3505 3508 3375 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156497023 937422848 8318 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) 915452

[startup+2.9718 s]
/proc/loadavg: 0.22 0.74 0.90 3/87 3526
/proc/meminfo: memFree=1712944/2055920 swapFree=4192812/4192956
[pid=3508] ppid=3505 vsize=915452 CPUtime=2.94
/proc/3508/stat : 3508 (java) R 3505 3508 3375 0 -1 0 8604 0 1 0 288 6 0 0 25 0 8 0 156497014 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3508/statm: 228863 8341 2513 14 0 215333 0
[pid=3508/tid=3514] ppid=3505 vsize=915452 CPUtime=0.03
/proc/3508/task/3514/stat : 3514 (java) S 3505 3508 3375 0 -1 64 242 0 0 0 3 0 0 0 17 0 8 0 156497019 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3517] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3517/stat : 3517 (java) S 3505 3508 3375 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156497019 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3518] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3518/stat : 3518 (java) S 3505 3508 3375 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156497019 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3523] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3523/stat : 3523 (java) S 3505 3508 3375 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156497023 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3524] ppid=3505 vsize=915452 CPUtime=0.23
/proc/3508/task/3524/stat : 3524 (java) S 3505 3508 3375 0 -1 64 388 0 0 0 23 0 0 0 15 0 8 0 156497023 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3525] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3525/stat : 3525 (java) S 3505 3508 3375 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156497023 937422848 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3508/tid=3526] ppid=3505 vsize=915452 CPUtime=0
/proc/3508/task/3526/stat : 3526 (java) S 3505 3508 3375 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156497023 937422848 8341 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) 915452

Child status: 0
Real time (s): 4.42184
CPU time (s): 4.33834
CPU user time (s): 4.26835
CPU system time (s): 0.069989
CPU usage (%): 98.1116
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.26835
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= 8701
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= 1185
involuntary context switches= 1425

runsolver used 0.005999 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 10:56:09 UTC 2007


IDJOB= 229369
IDBENCH= 6300
FILE ID= node47/229369-1168080962

PBS_JOBID= 3476186

Free space on /tmp= 66532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-69_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229369-1168080962/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-229369-1168080962 -o ROOT/results/node47/solver-229369-1168080962 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229369-1168080962/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  321620fa5d7326e28d117f10506b0bac

RANDOM SEED= 955749498

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:      2055920 kB
MemFree:       1761312 kB
Buffers:         27872 kB
Cached:         175448 kB
SwapCached:          0 kB
Active:          69260 kB
Inactive:       154084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3772 kB
Writeback:           0 kB
Mapped:          30232 kB
Slab:            56824 kB
Committed_AS:  2798280 kB
PageTables:       1748 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= 66532 MiB



End job on node47 on Sat Jan  6 10:56:32 UTC 2007