Trace number 227719

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 ESACSAT 4.6223 4.72554

DiagnosticValue
CHECKS10640088
NODES16450

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-63_ext.xml
MD5SUMc4c922b806b9cb10ec565c7ac0c99b2e
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.77873
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/227719-1168278727/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.43	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.72	     nbConstraints=750  nbRelationTypes=750  nbExtensionStructures=749  nbSharedExtensionStructures=1
0.72	     nbConflictsStructures=749  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11848  maxDegree=39
0.72	     maxArity=2
0.72	       =>  wckTime=0.397  cpuTime=0.27  mem=11M848
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.93	       =>  wckTime=0.612  cpuTime=0.41  mem=15M4
0.99	   
0.99	   preprocessing
0.99	     nbConstraintChecks=20598  nbPropagations=833  nbRevisions=4707  nbUselessRevisions=3688  nbSingletonTests=50
0.99	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.99	       =>  wckTime=0.055  cpuTime=0.04  mem=15M4
1.01	   
1.01	   search
1.02	     run=0  nbConstraintChecks=14293  nbPropagations=1180  nbRevisions=9106  nbUselessRevisions=7396  nbAssignments=23
1.02	     nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.083  cpuTime=0.06  mem=15M4
1.04	   
1.04	   search
1.04	     run=1  nbConstraintChecks=31420  nbPropagations=2784  nbRevisions=23491  nbUselessRevisions=19270  nbAssignments=57
1.04	     nbFailedAssignments=10  nbBacktracks=25  nbVisitedNodes=84  nbRestartNogoods=2  mapSize=20  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.106  cpuTime=0.07  mem=15M4
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=56817  nbPropagations=4942  nbRevisions=45511  nbUselessRevisions=37628
1.05	     nbAssignments=101  nbFailedAssignments=20  nbBacktracks=49  nbVisitedNodes=149  nbRestartNogoods=5  mapSize=38
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.119  cpuTime=0.08  mem=15M4
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=85235  nbPropagations=7715  nbRevisions=76987  nbUselessRevisions=64145
1.06	     nbAssignments=156  nbFailedAssignments=32  nbBacktracks=85  nbVisitedNodes=229  nbRestartNogoods=7  mapSize=60
1.06	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.133  cpuTime=0.1  mem=15M4
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=132547  nbPropagations=11501  nbRevisions=123868  nbUselessRevisions=103845
1.09	     nbAssignments=240  nbFailedAssignments=56  nbBacktracks=136  nbVisitedNodes=362  nbRestartNogoods=10  mapSize=103
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.155  cpuTime=0.12  mem=15M4
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=201042  nbPropagations=16690  nbRevisions=194214  nbUselessRevisions=163925
1.13	     nbAssignments=349  nbFailedAssignments=81  nbBacktracks=212  nbVisitedNodes=534  nbRestartNogoods=14  mapSize=160
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.196  cpuTime=0.15  mem=15M4
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=305095  nbPropagations=23912  nbRevisions=299413  nbUselessRevisions=254011
1.17	     nbAssignments=523  nbFailedAssignments=127  nbBacktracks=330  nbVisitedNodes=803  nbRestartNogoods=18  mapSize=246
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.241  cpuTime=0.19  mem=15M4
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=481451  nbPropagations=34560  nbRevisions=461385  nbUselessRevisions=392540
1.24	     nbAssignments=791  nbFailedAssignments=206  nbBacktracks=502  nbVisitedNodes=1217  nbRestartNogoods=22  mapSize=380
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.311  cpuTime=0.26  mem=15M4
1.34	   
1.34	   search
1.34	     run=8  nbConstraintChecks=727129  nbPropagations=49918  nbRevisions=706720  nbUselessRevisions=603086
1.34	     nbAssignments=1165  nbFailedAssignments=318  nbBacktracks=758  nbVisitedNodes=1821  nbRestartNogoods=25
1.34	     mapSize=584  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.409  cpuTime=0.36  mem=15M4
1.49	   
1.49	   search
1.49	     run=9  nbConstraintChecks=1072921  nbPropagations=71856  nbRevisions=1068749  nbUselessRevisions=914509
1.49	     nbAssignments=1714  nbFailedAssignments=473  nbBacktracks=1142  nbVisitedNodes=2698  nbRestartNogoods=29
1.49	     mapSize=878  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.558  cpuTime=0.49  mem=15M4
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=15M4)
1.67	   
1.67	   search
1.67	     run=10  nbConstraintChecks=1560476  nbPropagations=103313  nbRevisions=1595146  nbUselessRevisions=1367977
1.67	     nbAssignments=2540  nbFailedAssignments=693  nbBacktracks=1720  nbVisitedNodes=3980  nbRestartNogoods=37
1.67	       =>  wckTime=0.742  cpuTime=0.66  mem=15M4
1.93	   
1.93	   search
1.93	     run=11  nbConstraintChecks=2322045  nbPropagations=149084  nbRevisions=2377871  nbUselessRevisions=2042673
1.93	     nbAssignments=3753  nbFailedAssignments=1034  nbBacktracks=2588  nbVisitedNodes=5922  nbRestartNogoods=40
1.93	       =>  wckTime=1.0  cpuTime=0.91  mem=15M4
2.34	   
2.34	   search
2.34	     run=12  nbConstraintChecks=3562896  nbPropagations=218021  nbRevisions=3570269  nbUselessRevisions=3069351
2.34	     nbAssignments=5582  nbFailedAssignments=1560  nbBacktracks=3885  nbVisitedNodes=8903  nbRestartNogoods=43
2.34	       =>  wckTime=1.41  cpuTime=1.31  mem=15M4
2.94	   
2.94	   search
2.94	     run=13  nbConstraintChecks=5393266  nbPropagations=321035  nbRevisions=5365948  nbUselessRevisions=4615218
2.94	     nbAssignments=8335  nbFailedAssignments=2362  nbBacktracks=5832  nbVisitedNodes=13356  nbRestartNogoods=46
2.94	       =>  wckTime=2.003  cpuTime=1.91  mem=15M4
3.85	   
3.85	   search
3.85	     run=14  nbConstraintChecks=8194076  nbPropagations=475948  nbRevisions=8085413  nbUselessRevisions=6954773
3.85	     nbAssignments=12468  nbFailedAssignments=3569  nbBacktracks=8752  nbVisitedNodes=20092  nbRestartNogoods=51
3.85	       =>  wckTime=2.92  cpuTime=2.81  mem=15M4
4.67	   
4.67	   search
4.67	     run=15  nbConstraintChecks=10619490  nbPropagations=677129  nbRevisions=11631162  nbUselessRevisions=10009197
4.67	     nbAssignments=16450  nbFailedAssignments=4685  nbBacktracks=11578  nbVisitedNodes=26482  nbRestartNogoods=57
4.67	       =>  wckTime=3.734  cpuTime=3.61  mem=15M4
4.67	   
4.67	   global
4.67	     nbConstraintChecks=10640088  nbPropagations=677962  nbRevisions=11635869  nbUselessRevisions=10012885
4.67	     nbRestartNogoods=57  solvingWckTime=3.735  solvingCpuTime=3.61  expiredTime=no  totalExploration=no
4.67	     nbFoundSolutions=1  globalCpuTime=4.07
4.67	       =>  wckTime=4.349  cpuTime=4.02  mem=15M4
4.67	   
4.67	s SATISFIABLE
4.67	v 7 4 4 7 0 5 7 7 0 1 2 6 5 6 0 3 3 6 3 5 4 6 7 0 0 0 2 5 1 6 7 4 4 0 0 5 4 7 3 5 
4.67	d NODES 16450
4.67	d CHECKS 10640088
4.67	   
4.67	   totalWckTime=4.432  totalCpuTime=4.08

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/node2/watcher-227719-1168278727 -o ROOT/results/node2/solver-227719-1168278727 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227719-1168278727/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.87 1.93 2.00 4/98 16766
/proc/meminfo: memFree=1627904/2055920 swapFree=4191880/4192956
[pid=16765] ppid=16763 vsize=89776 CPUtime=0
/proc/16765/stat : 16765 (java) D 16763 16765 15854 0 -1 0 1273 0 1 0 0 0 0 0 17 0 1 0 176268399 91930624 1022 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/16765/statm: 22444 1022 811 14 0 10027 0

[startup+0.103014 s]
/proc/loadavg: 1.87 1.93 2.00 4/98 16766
/proc/meminfo: memFree=1627904/2055920 swapFree=4191880/4192956
[pid=16765] ppid=16763 vsize=914988 CPUtime=0.08
/proc/16765/stat : 16765 (java) R 16763 16765 15854 0 -1 0 2974 0 1 0 7 1 0 0 17 0 8 0 176268399 936947712 2720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228747 2720 1421 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511086 s]
/proc/loadavg: 1.87 1.93 2.00 4/98 16766
/proc/meminfo: memFree=1627904/2055920 swapFree=4191880/4192956
[pid=16765] ppid=16763 vsize=915328 CPUtime=0.48
/proc/16765/stat : 16765 (java) R 16763 16765 15854 0 -1 0 6237 0 1 0 44 4 0 0 18 0 8 0 176268399 937295872 5976 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228832 5976 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33223 s]
/proc/loadavg: 1.87 1.93 2.00 3/105 16773
/proc/meminfo: memFree=1603784/2055920 swapFree=4191880/4192956
[pid=16765] ppid=16763 vsize=915580 CPUtime=1.3
/proc/16765/stat : 16765 (java) R 16763 16765 15854 0 -1 0 8753 0 1 0 123 7 0 0 23 0 8 0 176268399 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073909445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228895 8491 2524 14 0 215365 0
[pid=16765/tid=16767] ppid=16763 vsize=915580 CPUtime=0.03
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 15854 0 -1 64 303 0 0 0 3 0 0 0 16 0 8 0 176268402 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 15854 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176268403 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 15854 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176268403 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 15854 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176268406 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915580 CPUtime=0.23
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 15854 0 -1 64 403 0 0 0 23 0 0 0 15 0 8 0 176268406 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 15854 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176268406 937553920 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176268406 937553920 8491 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) 915580

[startup+2.97654 s]
/proc/loadavg: 1.87 1.93 2.00 3/105 16773
/proc/meminfo: memFree=1603528/2055920 swapFree=4191880/4192956
[pid=16765] ppid=16763 vsize=915580 CPUtime=2.93
/proc/16765/stat : 16765 (java) R 16763 16765 15854 0 -1 0 8800 0 1 0 286 7 0 0 25 0 8 0 176268399 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228895 8537 2524 14 0 215365 0
[pid=16765/tid=16767] ppid=16763 vsize=915580 CPUtime=0.03
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 15854 0 -1 64 303 0 0 0 3 0 0 0 16 0 8 0 176268402 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 15854 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176268403 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 15854 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176268403 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 15854 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176268406 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915580 CPUtime=0.28
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 15854 0 -1 64 418 0 0 0 27 1 0 0 16 0 8 0 176268406 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 15854 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176268406 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915580 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176268406 937553920 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915580

Child status: 0
Real time (s): 4.72554
CPU time (s): 4.6223
CPU user time (s): 4.54331
CPU system time (s): 0.078987
CPU usage (%): 97.8151
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.54331
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8897
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= 1353
involuntary context switches= 1729

runsolver used 0.013997 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 17:52:08 UTC 2007


IDJOB= 227719
IDBENCH= 6108
FILE ID= node2/227719-1168278727

PBS_JOBID= 3483108

Free space on /tmp= 66337 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c4c922b806b9cb10ec565c7ac0c99b2e

RANDOM SEED= 724915276

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.259
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	: 5931.00
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.259
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:       1628384 kB
Buffers:         42876 kB
Cached:         158320 kB
SwapCached:        288 kB
Active:         298968 kB
Inactive:        79172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628384 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:         205148 kB
Slab:            33592 kB
Committed_AS:  5365988 kB
PageTables:       2656 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= 66337 MiB



End job on node2 on Mon Jan  8 17:52:12 UTC 2007