Trace number 217484

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.9424 3.98277

DiagnosticValue
CHECKS20454408
NODES16810

General information on the benchmark

Namefrb/frb35-17/
frb35-17-2-mgd_ext.xml
MD5SUM6c7b3ccf4f9a538720e1e606d0942f7f
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 benchmark1.85372
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints260
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension260
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/217484-1168079438/unknown.xml
0.34	   
0.34	   domains being loaded...
0.34	   
0.34	   variables being loaded...
0.38	     nbVariables=35  nbDomainTypes=1  minDomainSize=17  maxDomainSize=17
0.38	       =>  wckTime=0.092  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.55	     nbConstraints=260  nbRelationTypes=260  nbExtensionStructures=260  nbSharedExtensionStructures=0
0.55	     nbConflictsStructures=260  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2226  maxDegree=20
0.55	     maxArity=2
0.55	       =>  wckTime=0.269  cpuTime=0.2  mem=11M827
0.59	   
0.59	   solver IterativeSystematicSolver being built... 
0.74	       =>  wckTime=0.452  cpuTime=0.32  mem=13M740
0.74	   
0.74	   preprocessing
0.74	     nbConstraintChecks=0  nbPropagations=35  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.74	     detectedInconsistency=no
0.74	       =>  wckTime=0.0040  cpuTime=0.0  mem=13M740
0.79	   
0.79	   search
0.79	     run=0  nbConstraintChecks=26938  nbPropagations=498  nbRevisions=5023  nbUselessRevisions=4026  nbAssignments=23
0.79	     nbFailedAssignments=5  nbBacktracks=13  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.049  cpuTime=0.03  mem=14M716
0.81	   
0.81	   search
0.81	     run=1  nbConstraintChecks=69806  nbPropagations=1673  nbRevisions=17956  nbUselessRevisions=14295  nbAssignments=59
0.81	     nbFailedAssignments=19  nbBacktracks=30  nbVisitedNodes=99  nbRestartNogoods=2  mapSize=26  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.068  cpuTime=0.04  mem=14M716
0.83	   
0.83	   search
0.83	     run=2  nbConstraintChecks=122718  nbPropagations=3688  nbRevisions=40760  nbUselessRevisions=32317
0.83	     nbAssignments=105  nbFailedAssignments=37  nbBacktracks=52  nbVisitedNodes=178  nbRestartNogoods=6  mapSize=46
0.83	     nbInferences=0  nbTooLargeKeys=0
0.83	       =>  wckTime=0.089  cpuTime=0.06  mem=14M716
0.84	   
0.84	   search
0.84	     run=3  nbConstraintChecks=192199  nbPropagations=6847  nbRevisions=76353  nbUselessRevisions=60361
0.84	     nbAssignments=168  nbFailedAssignments=63  nbBacktracks=85  nbVisitedNodes=287  nbRestartNogoods=9  mapSize=77
0.84	     nbInferences=0  nbTooLargeKeys=0
0.84	       =>  wckTime=0.104  cpuTime=0.07  mem=14M716
0.87	   
0.87	   search
0.87	     run=4  nbConstraintChecks=303411  nbPropagations=11675  nbRevisions=132957  nbUselessRevisions=105044
0.87	     nbAssignments=261  nbFailedAssignments=101  nbBacktracks=137  nbVisitedNodes=449  nbRestartNogoods=10  mapSize=121
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.126  cpuTime=0.09  mem=14M716
0.90	   
0.90	   search
0.90	     run=5  nbConstraintChecks=464239  nbPropagations=19027  nbRevisions=219952  nbUselessRevisions=173735
0.90	     nbAssignments=399  nbFailedAssignments=158  nbBacktracks=215  nbVisitedNodes=693  nbRestartNogoods=12  mapSize=192
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.159  cpuTime=0.12  mem=14M716
0.95	   
0.95	   search
0.95	     run=6  nbConstraintChecks=748658  nbPropagations=30654  nbRevisions=360424  nbUselessRevisions=284505
0.95	     nbAssignments=615  nbFailedAssignments=255  nbBacktracks=328  nbVisitedNodes=1081  nbRestartNogoods=15  mapSize=292
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.211  cpuTime=0.17  mem=14M716
1.02	   
1.02	   search
1.02	     run=7  nbConstraintChecks=1123046  nbPropagations=48088  nbRevisions=571376  nbUselessRevisions=450708
1.02	     nbAssignments=942  nbFailedAssignments=406  nbBacktracks=498  nbVisitedNodes=1661  nbRestartNogoods=21  mapSize=448
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.277  cpuTime=0.23  mem=14M716
1.12	   
1.12	   search
1.12	     run=8  nbConstraintChecks=1674335  nbPropagations=73913  nbRevisions=888381  nbUselessRevisions=701414
1.12	     nbAssignments=1393  nbFailedAssignments=596  nbBacktracks=754  nbVisitedNodes=2455  nbRestartNogoods=26
1.12	     mapSize=675  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.377  cpuTime=0.33  mem=14M716
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=2472503  nbPropagations=111866  nbRevisions=1352633  nbUselessRevisions=1067674
1.26	     nbAssignments=2051  nbFailedAssignments=865  nbBacktracks=1139  nbVisitedNodes=3613  nbRestartNogoods=30
1.26	     mapSize=1004  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.52  cpuTime=0.46  mem=14M716
1.27	   
1.27	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=14M716)
1.46	   
1.46	   search
1.46	     run=10  nbConstraintChecks=3758748  nbPropagations=169306  nbRevisions=2052847  nbUselessRevisions=1618233
1.46	     nbAssignments=3064  nbFailedAssignments=1296  nbBacktracks=1717  nbVisitedNodes=5428  nbRestartNogoods=36
1.46	       =>  wckTime=0.723  cpuTime=0.65  mem=14M716
1.74	   
1.74	   search
1.74	     run=11  nbConstraintChecks=5605709  nbPropagations=254454  nbRevisions=3100148  nbUselessRevisions=2442574
1.74	     nbAssignments=4562  nbFailedAssignments=1924  nbBacktracks=2582  nbVisitedNodes=8074  nbRestartNogoods=45
1.74	       =>  wckTime=0.999  cpuTime=0.92  mem=14M716
2.15	   
2.15	   search
2.15	     run=12  nbConstraintChecks=8389895  nbPropagations=381992  nbRevisions=4674327  nbUselessRevisions=3682330
2.15	     nbAssignments=6853  nbFailedAssignments=2911  nbBacktracks=3882  nbVisitedNodes=12152  nbRestartNogoods=54
2.15	       =>  wckTime=1.41  cpuTime=1.33  mem=14M716
2.80	   
2.80	   search
2.80	     run=13  nbConstraintChecks=12792692  nbPropagations=576126  nbRevisions=7080064  nbUselessRevisions=5577997
2.80	     nbAssignments=10405  nbFailedAssignments=4511  nbBacktracks=5830  nbVisitedNodes=18522  nbRestartNogoods=62
2.80	       =>  wckTime=2.057  cpuTime=1.98  mem=14M716
3.69	   
3.69	   search
3.69	     run=14  nbConstraintChecks=18770475  nbPropagations=862872  nbRevisions=10656457  nbUselessRevisions=8406876
3.69	     nbAssignments=15440  nbFailedAssignments=6622  nbBacktracks=8749  nbVisitedNodes=27491  nbRestartNogoods=71
3.69	       =>  wckTime=2.952  cpuTime=2.88  mem=14M716
3.94	   
3.94	   search
3.94	     run=15  nbConstraintChecks=20454408  nbPropagations=1174572  nbRevisions=14538092  nbUselessRevisions=11473810
3.94	     nbAssignments=16810  nbFailedAssignments=7185  nbBacktracks=9521  nbVisitedNodes=29902  nbRestartNogoods=78
3.94	       =>  wckTime=3.2  cpuTime=3.13  mem=14M716
3.94	   
3.94	   global
3.94	     nbConstraintChecks=20454408  nbPropagations=1174607  nbRevisions=14538092  nbUselessRevisions=11473810
3.94	     nbRestartNogoods=78  solvingWckTime=3.201  solvingCpuTime=3.13  expiredTime=no  totalExploration=no
3.94	     nbFoundSolutions=1  globalCpuTime=3.49
3.94	       =>  wckTime=3.656  cpuTime=3.45  mem=14M716
3.94	   
3.94	s SATISFIABLE
3.94	v 7 16 13 4 0 10 8 10 10 2 10 9 3 14 1 8 10 2 4 15 4 12 5 0 2 16 6 13 14 8 2 10 10 2 6 
3.94	d NODES 16810
3.94	d CHECKS 20454408
3.94	   
3.94	   totalWckTime=3.731  totalCpuTime=3.49

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/node17/watcher-217484-1168079438 -o ROOT/results/node17/solver-217484-1168079438 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217484-1168079438/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.86 1.89 1.91 4/93 13441
/proc/meminfo: memFree=1487376/2055920 swapFree=4192812/4192956
[pid=13440] ppid=13438 vsize=1784 CPUtime=0
/proc/13440/stat : 13440 (java) D 13438 13440 13205 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156338603 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 2859812 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/13440/statm: 446 163 128 14 0 91 0

[startup+0.108359 s]
/proc/loadavg: 1.86 1.89 1.91 4/93 13441
/proc/meminfo: memFree=1487376/2055920 swapFree=4192812/4192956
[pid=13440] ppid=13438 vsize=914988 CPUtime=0.09
/proc/13440/stat : 13440 (java) R 13438 13440 13205 0 -1 0 3151 0 1 0 8 1 0 0 24 0 8 0 156338603 936947712 2897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152155200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13440/statm: 228747 2901 1488 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517402 s]
/proc/loadavg: 1.86 1.89 1.91 4/93 13441
/proc/meminfo: memFree=1487376/2055920 swapFree=4192812/4192956
[pid=13440] ppid=13438 vsize=915328 CPUtime=0.5
/proc/13440/stat : 13440 (java) R 13438 13440 13205 0 -1 0 6954 0 1 0 46 4 0 0 25 0 8 0 156338603 937295872 6693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13440/statm: 228832 6693 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33849 s]
/proc/loadavg: 1.86 1.89 1.91 3/100 13448
/proc/meminfo: memFree=1463896/2055920 swapFree=4192812/4192956
[pid=13440] ppid=13438 vsize=915452 CPUtime=1.32
/proc/13440/stat : 13440 (java) R 13438 13440 13205 0 -1 0 8591 0 1 0 127 5 0 0 25 0 8 0 156338603 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802410 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13440/statm: 228863 8329 2513 14 0 215333 0
[pid=13440/tid=13442] ppid=13438 vsize=915452 CPUtime=0.02
/proc/13440/task/13442/stat : 13442 (java) S 13438 13440 13205 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156338606 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13443] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13443/stat : 13443 (java) S 13438 13440 13205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338606 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13444] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13444/stat : 13444 (java) S 13438 13440 13205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156338606 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13445] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13445/stat : 13445 (java) S 13438 13440 13205 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338609 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13446] ppid=13438 vsize=915452 CPUtime=0.2
/proc/13440/task/13446/stat : 13446 (java) S 13438 13440 13205 0 -1 64 384 0 0 0 19 1 0 0 15 0 8 0 156338609 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13447] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13447/stat : 13447 (java) S 13438 13440 13205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338609 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13448] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13448/stat : 13448 (java) S 13438 13440 13205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156338609 937422848 8329 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.97566 s]
/proc/loadavg: 1.86 1.89 1.91 3/100 13448
/proc/meminfo: memFree=1463640/2055920 swapFree=4192812/4192956
[pid=13440] ppid=13438 vsize=915452 CPUtime=2.95
/proc/13440/stat : 13440 (java) R 13438 13440 13205 0 -1 0 8607 0 1 0 290 5 0 0 25 0 8 0 156338603 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794136 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13440/statm: 228863 8343 2513 14 0 215333 0
[pid=13440/tid=13442] ppid=13438 vsize=915452 CPUtime=0.02
/proc/13440/task/13442/stat : 13442 (java) S 13438 13440 13205 0 -1 64 242 0 0 0 2 0 0 0 17 0 8 0 156338606 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13443] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13443/stat : 13443 (java) S 13438 13440 13205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338606 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13444] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13444/stat : 13444 (java) S 13438 13440 13205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156338606 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13445] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13445/stat : 13445 (java) S 13438 13440 13205 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338609 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13446] ppid=13438 vsize=915452 CPUtime=0.21
/proc/13440/task/13446/stat : 13446 (java) S 13438 13440 13205 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 156338609 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13447] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13447/stat : 13447 (java) S 13438 13440 13205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338609 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13440/tid=13448] ppid=13438 vsize=915452 CPUtime=0
/proc/13440/task/13448/stat : 13448 (java) S 13438 13440 13205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156338609 937422848 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.98277
CPU time (s): 3.9424
CPU user time (s): 3.87841
CPU system time (s): 0.06399
CPU usage (%): 98.9864
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.87841
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8703
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= 1170
involuntary context switches= 1422

runsolver used 0.005999 s user time and 0.022996 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:30:38 UTC 2007


IDJOB= 217484
IDBENCH= 5141
FILE ID= node17/217484-1168079438

PBS_JOBID= 3475837

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb35-17/frb35-17-2-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217484-1168079438/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-217484-1168079438 -o ROOT/results/node17/solver-217484-1168079438 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217484-1168079438/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6c7b3ccf4f9a538720e1e606d0942f7f

RANDOM SEED= 495126663

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.236
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.236
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:       1487856 kB
Buffers:         46804 kB
Cached:         243896 kB
SwapCached:          0 kB
Active:         270552 kB
Inactive:       208204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:         217140 kB
Slab:            73876 kB
Committed_AS:  4584596 kB
PageTables:       2544 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= 66314 MiB



End job on node17 on Sat Jan  6 10:30:42 UTC 2007