Trace number 229349

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 ESACUNSAT 4.42833 4.52606

DiagnosticValue
CHECKS22409664
NODES16878

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-45_ext.xml
MD5SUMc03e85f81ef9d6cb4dc5dc2a8bf18586
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.04184
SatisfiableNO
(Un)Satisfiability was provedNO
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=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/229349-1168305970/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.41	       =>  wckTime=0.101  cpuTime=0.08  mem=6M951
0.41	   
0.41	   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=1283  maxDegree=21
0.60	     maxArity=2
0.60	       =>  wckTime=0.285  cpuTime=0.21  mem=11M893
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.488  cpuTime=0.35  mem=14M827
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=49969  nbPropagations=722  nbRevisions=5159  nbUselessRevisions=4232  nbSingletonTests=49
0.85	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.85	       =>  wckTime=0.047  cpuTime=0.03  mem=14M827
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=35400  nbPropagations=1338  nbRevisions=11470  nbUselessRevisions=9105  nbAssignments=27
0.88	     nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.076  cpuTime=0.04  mem=14M827
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=87139  nbPropagations=3483  nbRevisions=31791  nbUselessRevisions=24840  nbAssignments=62
0.90	     nbFailedAssignments=29  nbBacktracks=27  nbVisitedNodes=114  nbRestartNogoods=3  mapSize=25  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.098  cpuTime=0.06  mem=14M827
0.92	   
0.92	   search
0.92	     run=2  nbConstraintChecks=154394  nbPropagations=6630  nbRevisions=62597  nbUselessRevisions=48412
0.92	     nbAssignments=113  nbFailedAssignments=53  nbBacktracks=50  nbVisitedNodes=203  nbRestartNogoods=4  mapSize=46
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.116  cpuTime=0.07  mem=14M827
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=213120  nbPropagations=10877  nbRevisions=104420  nbUselessRevisions=80405
0.93	     nbAssignments=170  nbFailedAssignments=72  nbBacktracks=83  nbVisitedNodes=297  nbRestartNogoods=6  mapSize=72
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.131  cpuTime=0.09  mem=14M827
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=316897  nbPropagations=16919  nbRevisions=164982  nbUselessRevisions=126563
0.96	     nbAssignments=265  nbFailedAssignments=108  nbBacktracks=135  nbVisitedNodes=456  nbRestartNogoods=11  mapSize=110
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.155  cpuTime=0.11  mem=14M827
0.99	   
1.00	   search
1.00	     run=5  nbConstraintChecks=489363  nbPropagations=25545  nbRevisions=254139  nbUselessRevisions=194205
1.00	     nbAssignments=392  nbFailedAssignments=157  nbBacktracks=210  nbVisitedNodes=687  nbRestartNogoods=16  mapSize=175
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.191  cpuTime=0.14  mem=14M827
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=760494  nbPropagations=38322  nbRevisions=387922  nbUselessRevisions=295117
1.05	     nbAssignments=600  nbFailedAssignments=246  nbBacktracks=323  nbVisitedNodes=1052  nbRestartNogoods=21  mapSize=274
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.242  cpuTime=0.19  mem=14M827
1.13	   
1.13	   search
1.13	     run=7  nbConstraintChecks=1210746  nbPropagations=57798  nbRevisions=595429  nbUselessRevisions=451450
1.13	     nbAssignments=911  nbFailedAssignments=380  nbBacktracks=496  nbVisitedNodes=1612  nbRestartNogoods=25  mapSize=432
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.328  cpuTime=0.27  mem=14M827
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=1744785  nbPropagations=86024  nbRevisions=895762  nbUselessRevisions=678242
1.23	     nbAssignments=1350  nbFailedAssignments=558  nbBacktracks=752  nbVisitedNodes=2379  nbRestartNogoods=34
1.23	     mapSize=652  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.431  cpuTime=0.37  mem=14M827
1.41	   
1.41	   search
1.41	     run=9  nbConstraintChecks=2650484  nbPropagations=128166  nbRevisions=1351284  nbUselessRevisions=1022230
1.41	     nbAssignments=2065  nbFailedAssignments=884  nbBacktracks=1137  nbVisitedNodes=3639  nbRestartNogoods=40
1.41	     mapSize=991  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.601  cpuTime=0.53  mem=14M827
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M827)
1.63	   
1.63	   search
1.63	     run=10  nbConstraintChecks=3978615  nbPropagations=191269  nbRevisions=2036191  nbUselessRevisions=1538977
1.63	     nbAssignments=3061  nbFailedAssignments=1300  nbBacktracks=1713  nbVisitedNodes=5420  nbRestartNogoods=47
1.63	       =>  wckTime=0.825  cpuTime=0.74  mem=14M827
1.94	   
1.94	   search
1.94	     run=11  nbConstraintChecks=6033424  nbPropagations=285548  nbRevisions=3067353  nbUselessRevisions=2316591
1.94	     nbAssignments=4619  nbFailedAssignments=1987  nbBacktracks=2582  nbVisitedNodes=8216  nbRestartNogoods=51
1.94	       =>  wckTime=1.14  cpuTime=1.05  mem=14M827
2.42	   
2.42	   search
2.42	     run=12  nbConstraintChecks=9043256  nbPropagations=426363  nbRevisions=4601202  nbUselessRevisions=3470499
2.42	     nbAssignments=6867  nbFailedAssignments=2934  nbBacktracks=3879  nbVisitedNodes=12196  nbRestartNogoods=55
2.42	       =>  wckTime=1.614  cpuTime=1.51  mem=14M827
3.10	   
3.10	   search
3.10	     run=13  nbConstraintChecks=13458936  nbPropagations=636158  nbRevisions=6885435  nbUselessRevisions=5190481
3.10	     nbAssignments=10211  nbFailedAssignments=4313  nbBacktracks=5826  nbVisitedNodes=18105  nbRestartNogoods=66
3.10	       =>  wckTime=2.292  cpuTime=2.2  mem=14M827
4.13	   
4.13	   search
4.13	     run=14  nbConstraintChecks=20145774  nbPropagations=950066  nbRevisions=10312138  nbUselessRevisions=7774105
4.13	     nbAssignments=15293  nbFailedAssignments=6472  nbBacktracks=8745  nbVisitedNodes=27143  nbRestartNogoods=72
4.13	       =>  wckTime=3.324  cpuTime=3.22  mem=14M827
4.46	   
4.46	   search
4.46	     run=15  nbConstraintChecks=22359695  nbPropagations=1296887  nbRevisions=14102960  nbUselessRevisions=10632111
4.46	     nbAssignments=16878  nbFailedAssignments=7146  nbBacktracks=9657  nbVisitedNodes=29982  nbRestartNogoods=76
4.46	       =>  wckTime=3.66  cpuTime=3.55  mem=14M827
4.47	   
4.47	   global
4.47	     nbConstraintChecks=22409664  nbPropagations=1297609  nbRevisions=14108119  nbUselessRevisions=10636343
4.47	     nbRestartNogoods=76  solvingWckTime=3.661  solvingCpuTime=3.55  expiredTime=no  totalExploration=yes
4.47	     nbFoundSolutions=0  globalCpuTime=3.95
4.47	       =>  wckTime=4.153  cpuTime=3.9  mem=14M827
4.47	   
4.47	s UNSATISFIABLE
4.47	d NODES 16878
4.47	d CHECKS 22409664
4.47	   
4.47	   totalWckTime=4.233  totalCpuTime=3.95

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-229349-1168305970 -o ROOT/results/node17/solver-229349-1168305970 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229349-1168305970/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: 2.00 1.96 1.88 4/88 28844
/proc/meminfo: memFree=1449832/2055920 swapFree=4192812/4192956
[pid=28843] ppid=28841 vsize=47416 CPUtime=0
/proc/28843/stat : 28843 (java) D 28841 28843 28456 0 -1 0 1211 0 1 0 0 0 0 0 17 0 1 0 178991771 48553984 960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/28843/statm: 11854 960 760 14 0 1707 0

[startup+0.103836 s]
/proc/loadavg: 2.00 1.96 1.88 4/88 28844
/proc/meminfo: memFree=1449832/2055920 swapFree=4192812/4192956
[pid=28843] ppid=28841 vsize=914988 CPUtime=0.08
/proc/28843/stat : 28843 (java) R 28841 28843 28456 0 -1 0 2989 0 1 0 7 1 0 0 18 0 8 0 178991771 936947712 2735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28843/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511877 s]
/proc/loadavg: 2.00 1.96 1.88 4/88 28844
/proc/meminfo: memFree=1449832/2055920 swapFree=4192812/4192956
[pid=28843] ppid=28841 vsize=915328 CPUtime=0.49
/proc/28843/stat : 28843 (java) R 28841 28843 28456 0 -1 0 6676 0 1 0 45 4 0 0 18 0 8 0 178991771 937295872 6415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28843/statm: 228832 6415 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33296 s]
/proc/loadavg: 2.00 1.96 1.88 3/95 28851
/proc/meminfo: memFree=1426032/2055920 swapFree=4192812/4192956
[pid=28843] ppid=28841 vsize=915452 CPUtime=1.3
/proc/28843/stat : 28843 (java) R 28841 28843 28456 0 -1 0 8683 0 1 0 123 7 0 0 24 0 8 0 178991771 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073789369 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28843/statm: 228863 8421 2524 14 0 215333 0
[pid=28843/tid=28845] ppid=28841 vsize=915452 CPUtime=0.03
/proc/28843/task/28845/stat : 28845 (java) S 28841 28843 28456 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 178991775 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28846] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178991776 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28847] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178991776 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28848] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 178991779 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28849] ppid=28841 vsize=915452 CPUtime=0.2
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28456 0 -1 64 383 0 0 0 19 1 0 0 15 0 8 0 178991779 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28850] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178991779 937422848 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28851] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178991779 937422848 8421 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) 915452

[startup+2.97013 s]
/proc/loadavg: 2.00 1.96 1.88 3/95 28851
/proc/meminfo: memFree=1425776/2055920 swapFree=4192812/4192956
[pid=28843] ppid=28841 vsize=915452 CPUtime=2.92
/proc/28843/stat : 28843 (java) R 28841 28843 28456 0 -1 0 8709 0 1 0 285 7 0 0 25 0 8 0 178991771 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804438 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28843/statm: 228863 8446 2524 14 0 215333 0
[pid=28843/tid=28845] ppid=28841 vsize=915452 CPUtime=0.03
/proc/28843/task/28845/stat : 28845 (java) S 28841 28843 28456 0 -1 64 242 0 0 0 3 0 0 0 17 0 8 0 178991775 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28846] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178991776 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28847] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178991776 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28848] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 178991779 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28849] ppid=28841 vsize=915452 CPUtime=0.21
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28456 0 -1 64 392 0 0 0 20 1 0 0 15 0 8 0 178991779 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28850] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178991779 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28843/tid=28851] ppid=28841 vsize=915452 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178991779 937422848 8446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 4.52606
CPU time (s): 4.42833
CPU user time (s): 4.34234
CPU system time (s): 0.085986
CPU usage (%): 97.8407
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.34234
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= 8807
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= 1187
involuntary context switches= 1510

runsolver used 0.013997 s user time and 0.017997 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Jan  9 01:26:10 UTC 2007


IDJOB= 229349
IDBENCH= 6298
FILE ID= node17/229349-1168305970

PBS_JOBID= 3502277

Free space on /tmp= 66326 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c03e85f81ef9d6cb4dc5dc2a8bf18586

RANDOM SEED= 290414506

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:       1450312 kB
Buffers:         86848 kB
Cached:         386024 kB
SwapCached:          0 kB
Active:         328788 kB
Inactive:       207508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          80568 kB
Slab:            53968 kB
Committed_AS:  5213136 kB
PageTables:       2276 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= 66326 MiB



End job on node17 on Tue Jan  9 01:26:15 UTC 2007