Trace number 208216

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.64829 4.74229

DiagnosticValue
CHECKS22837804
NODES16752

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-29_ext.xml
MD5SUM07564dafa9ae539e33d971ed3bf22c8a
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 benchmark4.64829
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
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.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/208216-1168186128/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.43	       =>  wckTime=0.102  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.65	     nbConstraints=330  nbRelationTypes=330  nbExtensionStructures=330  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=330  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2790  maxDegree=22
0.65	     maxArity=2
0.65	       =>  wckTime=0.322  cpuTime=0.25  mem=12M805
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.526  cpuTime=0.38  mem=15M1
0.91	   
0.91	   preprocessing
0.91	     nbConstraintChecks=65076  nbPropagations=866  nbRevisions=6585  nbUselessRevisions=5387  nbSingletonTests=48
0.91	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.91	       =>  wckTime=0.051  cpuTime=0.03  mem=15M1
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=35999  nbPropagations=1356  nbRevisions=12506  nbUselessRevisions=10199  nbAssignments=29
0.93	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.075  cpuTime=0.05  mem=15M1
0.95	   
0.95	   search
0.95	     run=1  nbConstraintChecks=79239  nbPropagations=3295  nbRevisions=32230  nbUselessRevisions=26253  nbAssignments=64
0.95	     nbFailedAssignments=21  nbBacktracks=28  nbVisitedNodes=103  nbRestartNogoods=4  mapSize=22  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.096  cpuTime=0.07  mem=15M1
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=127369  nbPropagations=5892  nbRevisions=60380  nbUselessRevisions=49132
0.97	     nbAssignments=107  nbFailedAssignments=36  nbBacktracks=50  nbVisitedNodes=169  nbRestartNogoods=7  mapSize=37
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.111  cpuTime=0.08  mem=15M1
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=206692  nbPropagations=9535  nbRevisions=101454  nbUselessRevisions=82187
0.98	     nbAssignments=164  nbFailedAssignments=56  nbBacktracks=84  nbVisitedNodes=260  nbRestartNogoods=9  mapSize=63
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.129  cpuTime=0.09  mem=15M1
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=342923  nbPropagations=15037  nbRevisions=168207  nbUselessRevisions=135709
1.01	     nbAssignments=262  nbFailedAssignments=98  nbBacktracks=135  nbVisitedNodes=429  nbRestartNogoods=10  mapSize=102
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.158  cpuTime=0.12  mem=15M1
1.05	   
1.05	   search
1.05	     run=5  nbConstraintChecks=514662  nbPropagations=22948  nbRevisions=266587  nbUselessRevisions=214568
1.05	     nbAssignments=395  nbFailedAssignments=149  nbBacktracks=210  nbVisitedNodes=661  nbRestartNogoods=13  mapSize=167
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.197  cpuTime=0.15  mem=15M1
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=789931  nbPropagations=34606  nbRevisions=414226  nbUselessRevisions=332062
1.10	     nbAssignments=599  nbFailedAssignments=236  nbBacktracks=323  nbVisitedNodes=1023  nbRestartNogoods=18  mapSize=267
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.25  cpuTime=0.21  mem=15M1
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=1135102  nbPropagations=51083  nbRevisions=628632  nbUselessRevisions=503609
1.18	     nbAssignments=886  nbFailedAssignments=345  nbBacktracks=494  nbVisitedNodes=1519  nbRestartNogoods=21  mapSize=413
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.324  cpuTime=0.27  mem=15M1
1.31	   
1.31	   search
1.31	     run=8  nbConstraintChecks=1788224  nbPropagations=76097  nbRevisions=957451  nbUselessRevisions=765976
1.31	     nbAssignments=1336  nbFailedAssignments=532  nbBacktracks=750  nbVisitedNodes=2306  nbRestartNogoods=26
1.31	     mapSize=631  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.451  cpuTime=0.39  mem=15M1
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=2703706  nbPropagations=113291  nbRevisions=1448001  nbUselessRevisions=1157796
1.48	     nbAssignments=2001  nbFailedAssignments=793  nbBacktracks=1134  nbVisitedNodes=3427  nbRestartNogoods=36
1.48	     mapSize=957  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.623  cpuTime=0.54  mem=15M1
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=15M1)
1.70	   
1.70	   search
1.70	     run=10  nbConstraintChecks=4003638  nbPropagations=167808  nbRevisions=2172041  nbUselessRevisions=1734564
1.70	     nbAssignments=2990  nbFailedAssignments=1197  nbBacktracks=1713  nbVisitedNodes=5131  nbRestartNogoods=41
1.70	       =>  wckTime=0.849  cpuTime=0.77  mem=15M1
2.05	   
2.05	   search
2.05	     run=11  nbConstraintChecks=6167213  nbPropagations=251337  nbRevisions=3295301  nbUselessRevisions=2631050
2.05	     nbAssignments=4520  nbFailedAssignments=1855  nbBacktracks=2578  nbVisitedNodes=7869  nbRestartNogoods=48
2.05	       =>  wckTime=1.195  cpuTime=1.11  mem=15M1
2.54	   
2.54	   search
2.54	     run=12  nbConstraintChecks=9166569  nbPropagations=375538  nbRevisions=4990717  nbUselessRevisions=3988199
2.54	     nbAssignments=6770  nbFailedAssignments=2802  nbBacktracks=3875  nbVisitedNodes=11831  nbRestartNogoods=58
2.54	       =>  wckTime=1.684  cpuTime=1.59  mem=15M1
3.22	   
3.22	   search
3.22	     run=13  nbConstraintChecks=13446526  nbPropagations=558063  nbRevisions=7465431  nbUselessRevisions=5964588
3.22	     nbAssignments=10026  nbFailedAssignments=4097  nbBacktracks=5821  nbVisitedNodes=17404  nbRestartNogoods=67
3.22	       =>  wckTime=2.362  cpuTime=2.27  mem=15M1
4.32	   
4.32	   search
4.32	     run=14  nbConstraintChecks=20410385  nbPropagations=833514  nbRevisions=11192711  nbUselessRevisions=8938351
4.32	     nbAssignments=14938  nbFailedAssignments=6086  nbBacktracks=8740  nbVisitedNodes=25980  nbRestartNogoods=73
4.32	       =>  wckTime=3.463  cpuTime=3.35  mem=15M1
4.70	   
4.70	   search
4.70	     run=15  nbConstraintChecks=22772728  nbPropagations=1140703  nbRevisions=15362803  nbUselessRevisions=12267952
4.70	     nbAssignments=16752  nbFailedAssignments=6809  nbBacktracks=9791  nbVisitedNodes=29112  nbRestartNogoods=90
4.70	       =>  wckTime=3.843  cpuTime=3.73  mem=15M1
4.71	   
4.71	   global
4.71	     nbConstraintChecks=22837804  nbPropagations=1141569  nbRevisions=15369388  nbUselessRevisions=12273339
4.71	     nbRestartNogoods=90  solvingWckTime=3.85  solvingCpuTime=3.73  expiredTime=no  totalExploration=no
4.71	     nbFoundSolutions=1  globalCpuTime=4.16
4.71	       =>  wckTime=4.38  cpuTime=4.11  mem=15M1
4.71	   
4.71	s SATISFIABLE
4.71	v 4 14 16 16 17 18 7 3 16 14 11 1 15 12 2 14 7 10 16 13 8 14 9 6 12 5 1 8 11 2 1 10 2 5 17 17 11 16 14 13 
4.71	d NODES 16752
4.71	d CHECKS 22837804
4.71	   
4.71	   totalWckTime=4.461  totalCpuTime=4.16

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/node56/watcher-208216-1168186128 -o ROOT/results/node56/solver-208216-1168186128 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208216-1168186128/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 2.00 1.92 2/81 8533
/proc/meminfo: memFree=1564960/2055920 swapFree=4184772/4192956
[pid=8532] ppid=8530 vsize=18540 CPUtime=0
/proc/8532/stat : 8532 (runsolver) R 8530 8532 7886 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 167010922 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8532/statm: 4635 279 244 17 0 2626 0

[startup+0.102391 s]
/proc/loadavg: 2.00 2.00 1.92 2/81 8533
/proc/meminfo: memFree=1564960/2055920 swapFree=4184772/4192956
[pid=8532] ppid=8530 vsize=913228 CPUtime=0.08
/proc/8532/stat : 8532 (java) S 8530 8532 7886 0 -1 0 2891 0 1 0 7 1 0 0 17 0 8 0 167010922 935145472 2637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8532/statm: 228307 2637 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510431 s]
/proc/loadavg: 2.00 2.00 1.92 2/81 8533
/proc/meminfo: memFree=1564960/2055920 swapFree=4184772/4192956
[pid=8532] ppid=8530 vsize=915328 CPUtime=0.48
/proc/8532/stat : 8532 (java) R 8530 8532 7886 0 -1 0 6680 0 1 0 44 4 0 0 18 0 8 0 167010922 937295872 6419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8532/statm: 228832 6419 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33351 s]
/proc/loadavg: 2.00 2.00 1.92 3/88 8540
/proc/meminfo: memFree=1541032/2055920 swapFree=4184772/4192956
[pid=8532] ppid=8530 vsize=915456 CPUtime=1.29
/proc/8532/stat : 8532 (java) R 8530 8532 7886 0 -1 0 8722 0 1 0 123 6 0 0 24 0 8 0 167010922 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8532/statm: 228864 8460 2524 14 0 215334 0
[pid=8532/tid=8534] ppid=8530 vsize=915456 CPUtime=0.03
/proc/8532/task/8534/stat : 8534 (java) S 8530 8532 7886 0 -1 64 284 0 0 0 3 0 0 0 16 0 8 0 167010926 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8535] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8535/stat : 8535 (java) S 8530 8532 7886 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167010927 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8536] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8536/stat : 8536 (java) S 8530 8532 7886 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167010927 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8537] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8537/stat : 8537 (java) S 8530 8532 7886 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167010930 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8538] ppid=8530 vsize=915456 CPUtime=0.2
/proc/8532/task/8538/stat : 8538 (java) S 8530 8532 7886 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 167010930 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8539] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8539/stat : 8539 (java) S 8530 8532 7886 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167010930 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8540] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8540/stat : 8540 (java) S 8530 8532 7886 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167010930 937426944 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.98567 s]
/proc/loadavg: 2.00 2.00 1.92 3/88 8540
/proc/meminfo: memFree=1540712/2055920 swapFree=4184772/4192956
[pid=8532] ppid=8530 vsize=915456 CPUtime=2.93
/proc/8532/stat : 8532 (java) R 8530 8532 7886 0 -1 0 8765 0 1 0 287 6 0 0 25 0 8 0 167010922 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8532/statm: 228864 8502 2524 14 0 215334 0
[pid=8532/tid=8534] ppid=8530 vsize=915456 CPUtime=0.03
/proc/8532/task/8534/stat : 8534 (java) S 8530 8532 7886 0 -1 64 284 0 0 0 3 0 0 0 17 0 8 0 167010926 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8535] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8535/stat : 8535 (java) S 8530 8532 7886 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167010927 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8536] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8536/stat : 8536 (java) S 8530 8532 7886 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167010927 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8537] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8537/stat : 8537 (java) S 8530 8532 7886 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167010930 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8538] ppid=8530 vsize=915456 CPUtime=0.23
/proc/8532/task/8538/stat : 8538 (java) S 8530 8532 7886 0 -1 64 392 0 0 0 22 1 0 0 15 0 8 0 167010930 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8539] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8539/stat : 8539 (java) S 8530 8532 7886 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167010930 937426944 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8532/tid=8540] ppid=8530 vsize=915456 CPUtime=0
/proc/8532/task/8540/stat : 8540 (java) S 8530 8532 7886 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167010930 937426944 8502 18446744073709551615 134512640 134570532 4294956480 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) 915456

Child status: 0
Real time (s): 4.74229
CPU time (s): 4.64829
CPU user time (s): 4.5763
CPU system time (s): 0.071989
CPU usage (%): 98.0179
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5763
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8865
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= 1217
involuntary context switches= 1558

runsolver used 0.010998 s user time and 0.025996 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 16:08:48 UTC 2007


IDJOB= 208216
IDBENCH= 4358
FILE ID= node56/208216-1168186128

PBS_JOBID= 3479223

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208216-1168186128/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-208216-1168186128 -o ROOT/results/node56/solver-208216-1168186128 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208216-1168186128/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  07564dafa9ae539e33d971ed3bf22c8a

RANDOM SEED= 762628777

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.232
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.232
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:       1565440 kB
Buffers:         41120 kB
Cached:         354644 kB
SwapCached:       2104 kB
Active:         104092 kB
Inactive:       316408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565440 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          39148 kB
Slab:            55308 kB
Committed_AS:  3241324 kB
PageTables:       1964 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= 66555 MiB



End job on node56 on Sun Jan  7 16:08:53 UTC 2007