Trace number 228983

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.5723 4.60849

DiagnosticValue
CHECKS21424870
NODES21229

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-13_ext.xml
MD5SUM209a965c6a5512ace4d553e93d5b0a87
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 benchmark2.38064
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/228983-1168080928/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.40	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1414  maxDegree=20
0.59	     maxArity=2
0.59	       =>  wckTime=0.284  cpuTime=0.21  mem=11M893
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.48  cpuTime=0.34  mem=13M734
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79	     detectedInconsistency=no
0.79	       =>  wckTime=0.0040  cpuTime=0.01  mem=13M734
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=29320  nbPropagations=550  nbRevisions=5266  nbUselessRevisions=4107  nbAssignments=28
0.84	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.053  cpuTime=0.04  mem=14M709
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=61835  nbPropagations=1701  nbRevisions=16453  nbUselessRevisions=12740  nbAssignments=58
0.86	     nbFailedAssignments=22  nbBacktracks=26  nbVisitedNodes=97  nbRestartNogoods=1  mapSize=22  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.072  cpuTime=0.05  mem=14M709
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=106697  nbPropagations=3718  nbRevisions=36294  nbUselessRevisions=28062
0.88	     nbAssignments=103  nbFailedAssignments=38  nbBacktracks=48  nbVisitedNodes=171  nbRestartNogoods=2  mapSize=40
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.093  cpuTime=0.07  mem=14M709
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=170296  nbPropagations=6888  nbRevisions=68360  nbUselessRevisions=52749
0.90	     nbAssignments=166  nbFailedAssignments=62  nbBacktracks=81  nbVisitedNodes=279  nbRestartNogoods=6  mapSize=67
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.109  cpuTime=0.08  mem=14M709
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=258338  nbPropagations=11678  nbRevisions=117510  nbUselessRevisions=90712
0.92	     nbAssignments=257  nbFailedAssignments=97  nbBacktracks=131  nbVisitedNodes=435  nbRestartNogoods=13  mapSize=110
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.13  cpuTime=0.1  mem=14M709
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=397529  nbPropagations=19039  nbRevisions=194029  nbUselessRevisions=149596
0.95	     nbAssignments=396  nbFailedAssignments=155  nbBacktracks=207  nbVisitedNodes=679  nbRestartNogoods=16  mapSize=175
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.164  cpuTime=0.13  mem=14M709
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=616300  nbPropagations=30374  nbRevisions=314514  nbUselessRevisions=242603
1.00	     nbAssignments=609  nbFailedAssignments=249  nbBacktracks=321  nbVisitedNodes=1061  nbRestartNogoods=22  mapSize=277
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.212  cpuTime=0.18  mem=14M709
1.06	   
1.06	   search
1.06	     run=7  nbConstraintChecks=895228  nbPropagations=46979  nbRevisions=488794  nbUselessRevisions=376348
1.06	     nbAssignments=897  nbFailedAssignments=362  nbBacktracks=491  nbVisitedNodes=1560  nbRestartNogoods=24  mapSize=412
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.27  cpuTime=0.23  mem=14M709
1.15	   
1.15	   search
1.15	     run=8  nbConstraintChecks=1311557  nbPropagations=71079  nbRevisions=743714  nbUselessRevisions=571315
1.15	     nbAssignments=1315  nbFailedAssignments=516  nbBacktracks=747  nbVisitedNodes=2266  nbRestartNogoods=30
1.15	     mapSize=618  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.359  cpuTime=0.32  mem=14M709
1.29	   
1.29	   search
1.29	     run=9  nbConstraintChecks=1963111  nbPropagations=107167  nbRevisions=1129306  nbUselessRevisions=867030
1.29	     nbAssignments=1976  nbFailedAssignments=791  nbBacktracks=1131  nbVisitedNodes=3434  nbRestartNogoods=36
1.29	     mapSize=951  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.499  cpuTime=0.44  mem=14M709
1.31	   
1.31	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=14M709)
1.47	   
1.47	   search
1.47	     run=10  nbConstraintChecks=2944543  nbPropagations=161188  nbRevisions=1706168  nbUselessRevisions=1308421
1.47	     nbAssignments=2963  nbFailedAssignments=1196  nbBacktracks=1707  nbVisitedNodes=5175  nbRestartNogoods=37
1.47	       =>  wckTime=0.681  cpuTime=0.61  mem=14M709
1.71	   
1.71	   search
1.71	     run=11  nbConstraintChecks=4317936  nbPropagations=240643  nbRevisions=2557882  nbUselessRevisions=1960091
1.71	     nbAssignments=4362  nbFailedAssignments=1724  nbBacktracks=2576  nbVisitedNodes=7597  nbRestartNogoods=41
1.71	       =>  wckTime=0.919  cpuTime=0.85  mem=14M709
2.09	   
2.09	   search
2.09	     run=12  nbConstraintChecks=6619318  nbPropagations=361823  nbRevisions=3864309  nbUselessRevisions=2962227
2.09	     nbAssignments=6615  nbFailedAssignments=2671  nbBacktracks=3877  nbVisitedNodes=11567  nbRestartNogoods=43
2.09	       =>  wckTime=1.303  cpuTime=1.23  mem=14M709
2.59	   
2.59	   search
2.59	     run=13  nbConstraintChecks=9535421  nbPropagations=538195  nbRevisions=5749273  nbUselessRevisions=4407434
2.59	     nbAssignments=9681  nbFailedAssignments=3783  nbBacktracks=5826  nbVisitedNodes=16779  nbRestartNogoods=48
2.59	       =>  wckTime=1.8  cpuTime=1.73  mem=14M709
3.41	   
3.41	   search
3.41	     run=14  nbConstraintChecks=14423827  nbPropagations=804027  nbRevisions=8601531  nbUselessRevisions=6596130
3.41	     nbAssignments=14476  nbFailedAssignments=5654  nbBacktracks=8745  nbVisitedNodes=25129  nbRestartNogoods=57
3.41	       =>  wckTime=2.622  cpuTime=2.55  mem=14M709
4.56	   
4.56	   search
4.56	     run=15  nbConstraintChecks=21424870  nbPropagations=1194857  nbRevisions=12798062  nbUselessRevisions=9814841
4.56	     nbAssignments=21229  nbFailedAssignments=8218  nbBacktracks=12894  nbVisitedNodes=36738  nbRestartNogoods=68
4.56	       =>  wckTime=3.776  cpuTime=3.7  mem=14M709
4.56	   
4.56	   global
4.56	     nbConstraintChecks=21424870  nbPropagations=1194897  nbRevisions=12798062  nbUselessRevisions=9814841
4.57	     nbRestartNogoods=68  solvingWckTime=3.777  solvingCpuTime=3.7  expiredTime=no  totalExploration=no
4.57	     nbFoundSolutions=1  globalCpuTime=4.1
4.57	       =>  wckTime=4.26  cpuTime=4.04  mem=14M709
4.57	   
4.57	s SATISFIABLE
4.57	v 6 6 5 15 10 5 13 14 6 8 11 1 8 11 3 5 8 10 10 5 7 14 5 13 1 14 7 2 1 9 3 6 11 4 12 0 14 1 14 11 
4.57	d NODES 21229
4.57	d CHECKS 21424870
4.57	   
4.57	   totalWckTime=4.34  totalCpuTime=4.1

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/node19/watcher-228983-1168080928 -o ROOT/results/node19/solver-228983-1168080928 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228983-1168080928/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.41 0.69 1.31 3/93 24527
/proc/meminfo: memFree=1225584/2055920 swapFree=4171232/4192956
[pid=24526] ppid=24524 vsize=1784 CPUtime=0
/proc/24526/stat : 24526 (java) R 24524 24526 24044 0 -1 0 321 0 0 0 0 0 0 0 18 0 1 0 156488681 1826816 117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7924977 0 0 4096 0 0 0 0 17 1 0 0
/proc/24526/statm: 446 124 92 14 0 91 0

[startup+0.102565 s]
/proc/loadavg: 0.41 0.69 1.31 3/93 24527
/proc/meminfo: memFree=1225584/2055920 swapFree=4171232/4192956
[pid=24526] ppid=24524 vsize=914988 CPUtime=0.09
/proc/24526/stat : 24526 (java) R 24524 24526 24044 0 -1 0 3024 0 1 0 8 1 0 0 20 0 8 0 156488681 936947712 2770 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155770466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24526/statm: 228747 2770 1436 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510639 s]
/proc/loadavg: 0.41 0.69 1.31 3/93 24527
/proc/meminfo: memFree=1225584/2055920 swapFree=4171232/4192956
[pid=24526] ppid=24524 vsize=915328 CPUtime=0.5
/proc/24526/stat : 24526 (java) R 24524 24526 24044 0 -1 0 6681 0 1 0 47 3 0 0 18 0 8 0 156488681 937295872 6420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24526/statm: 228832 6420 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.3328 s]
/proc/loadavg: 0.41 0.69 1.31 3/100 24534
/proc/meminfo: memFree=1202432/2055920 swapFree=4171232/4192956
[pid=24526] ppid=24524 vsize=915452 CPUtime=1.32
/proc/24526/stat : 24526 (java) R 24524 24526 24044 0 -1 0 8592 0 1 0 127 5 0 0 25 0 8 0 156488681 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073808411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24526/statm: 228863 8330 2513 14 0 215333 0
[pid=24526/tid=24528] ppid=24524 vsize=915452 CPUtime=0.03
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 24044 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156488684 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24529] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 24044 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156488685 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24530] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 24044 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156488685 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24531] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 24044 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156488688 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24532] ppid=24524 vsize=915452 CPUtime=0.21
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 24044 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 156488688 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24533] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 24044 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156488688 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24534] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 24044 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156488688 937422848 8330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.9711 s]
/proc/loadavg: 0.41 0.69 1.31 3/100 24534
/proc/meminfo: memFree=1202176/2055920 swapFree=4171232/4192956
[pid=24526] ppid=24524 vsize=915452 CPUtime=2.95
/proc/24526/stat : 24526 (java) R 24524 24526 24044 0 -1 0 8607 0 1 0 290 5 0 0 25 0 8 0 156488681 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24526/statm: 228863 8344 2513 14 0 215333 0
[pid=24526/tid=24528] ppid=24524 vsize=915452 CPUtime=0.03
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 24044 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156488684 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24529] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 24044 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156488685 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24530] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 24044 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156488685 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24531] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 24044 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156488688 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24532] ppid=24524 vsize=915452 CPUtime=0.22
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 24044 0 -1 64 388 0 0 0 21 1 0 0 16 0 8 0 156488688 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24533] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 24044 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156488688 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24526/tid=24534] ppid=24524 vsize=915452 CPUtime=0
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 24044 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156488688 937422848 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 4.60849
CPU time (s): 4.5723
CPU user time (s): 4.50931
CPU system time (s): 0.06299
CPU usage (%): 99.2149
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.50931
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8702
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= 1181
involuntary context switches= 1489

runsolver used 0.010998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 10:55:30 UTC 2007


IDJOB= 228983
IDBENCH= 6264
FILE ID= node19/228983-1168080928

PBS_JOBID= 3475873

Free space on /tmp= 66310 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  209a965c6a5512ace4d553e93d5b0a87

RANDOM SEED= 841736099

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.260
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.260
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:       1243536 kB
Buffers:         70520 kB
Cached:         599104 kB
SwapCached:      10036 kB
Active:         298264 kB
Inactive:       413460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243536 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:          58188 kB
Slab:            85292 kB
Committed_AS:  4431896 kB
PageTables:       2420 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= 66310 MiB



End job on node19 on Sat Jan  6 10:55:54 UTC 2007