Trace number 226373

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.5953 4.69703

DiagnosticValue
CHECKS28161098
NODES20693

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-5_ext.xml
MD5SUMf60e642117a0f00a6741fa0d0d438fe6
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 benchmark0.369943
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/226373-1168080695/unknown.xml
0.40	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.45	       =>  wckTime=0.109  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.67	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.67	       =>  wckTime=0.328  cpuTime=0.25  mem=15M744
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.536  cpuTime=0.38  mem=13M789
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.88	     detectedInconsistency=no
0.88	       =>  wckTime=0.0020  cpuTime=0.01  mem=13M789
0.95	   
0.95	   search
0.95	     run=0  nbConstraintChecks=60731  nbPropagations=1028  nbRevisions=5749  nbUselessRevisions=3540  nbAssignments=38
0.95	     nbFailedAssignments=22  nbBacktracks=10  nbVisitedNodes=68  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.064  cpuTime=0.05  mem=14M764
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=108713  nbPropagations=2863  nbRevisions=15639  nbUselessRevisions=9634  nbAssignments=70
0.97	     nbFailedAssignments=33  nbBacktracks=26  nbVisitedNodes=121  nbRestartNogoods=6  mapSize=21  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.085  cpuTime=0.06  mem=14M764
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=200291  nbPropagations=6168  nbRevisions=33874  nbUselessRevisions=20836
0.99	     nbAssignments=129  nbFailedAssignments=63  nbBacktracks=50  nbVisitedNodes=228  nbRestartNogoods=7  mapSize=43
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.107  cpuTime=0.08  mem=14M764
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=322023  nbPropagations=11371  nbRevisions=62726  nbUselessRevisions=38605
1.01	     nbAssignments=215  nbFailedAssignments=107  nbBacktracks=83  nbVisitedNodes=382  nbRestartNogoods=8  mapSize=72
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.13  cpuTime=0.1  mem=14M764
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=506616  nbPropagations=19862  nbRevisions=110487  nbUselessRevisions=68135
1.05	     nbAssignments=362  nbFailedAssignments=195  nbBacktracks=134  nbVisitedNodes=652  nbRestartNogoods=16  mapSize=120
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.165  cpuTime=0.13  mem=14M764
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=754774  nbPropagations=32492  nbRevisions=181649  nbUselessRevisions=111908
1.08	     nbAssignments=526  nbFailedAssignments=277  nbBacktracks=209  nbVisitedNodes=949  nbRestartNogoods=21  mapSize=182
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.201  cpuTime=0.16  mem=14M764
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=1120658  nbPropagations=52185  nbRevisions=292199  nbUselessRevisions=179590
1.15	     nbAssignments=793  nbFailedAssignments=425  nbBacktracks=323  nbVisitedNodes=1447  nbRestartNogoods=29  mapSize=286
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.27  cpuTime=0.22  mem=14M764
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=1613743  nbPropagations=80118  nbRevisions=448855  nbUselessRevisions=275476
1.23	     nbAssignments=1134  nbFailedAssignments=591  nbBacktracks=493  nbVisitedNodes=2058  nbRestartNogoods=35
1.23	     mapSize=425  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.349  cpuTime=0.3  mem=14M764
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=2354225  nbPropagations=121314  nbRevisions=681937  nbUselessRevisions=418700
1.36	     nbAssignments=1683  nbFailedAssignments=877  nbBacktracks=749  nbVisitedNodes=3064  nbRestartNogoods=39
1.36	     mapSize=658  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.477  cpuTime=0.41  mem=14M764
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=3458127  nbPropagations=181421  nbRevisions=1021899  nbUselessRevisions=627378
1.51	     nbAssignments=2462  nbFailedAssignments=1265  nbBacktracks=1136  nbVisitedNodes=4465  nbRestartNogoods=46
1.51	     mapSize=994  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.628  cpuTime=0.55  mem=14M764
1.52	   
1.52	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=14M764)
1.74	   
1.74	   search
1.74	     run=10  nbConstraintChecks=5064029  nbPropagations=272089  nbRevisions=1536898  nbUselessRevisions=944581
1.74	     nbAssignments=3775  nbFailedAssignments=1994  nbBacktracks=1712  nbVisitedNodes=6878  nbRestartNogoods=51
1.74	       =>  wckTime=0.859  cpuTime=0.77  mem=14M764
2.02	   
2.02	   search
2.02	     run=11  nbConstraintChecks=7464880  nbPropagations=401565  nbRevisions=2268929  nbUselessRevisions=1394355
2.02	     nbAssignments=5416  nbFailedAssignments=2767  nbBacktracks=2576  nbVisitedNodes=9814  nbRestartNogoods=61
2.03	       =>  wckTime=1.144  cpuTime=1.05  mem=14M764
2.47	   
2.47	   search
2.47	     run=12  nbConstraintChecks=10929871  nbPropagations=593523  nbRevisions=3354171  nbUselessRevisions=2061286
2.47	     nbAssignments=8026  nbFailedAssignments=4074  nbBacktracks=3874  nbVisitedNodes=14510  nbRestartNogoods=66
2.47	       =>  wckTime=1.593  cpuTime=1.49  mem=14M764
3.15	   
3.15	   search
3.15	     run=13  nbConstraintChecks=16487695  nbPropagations=878272  nbRevisions=4964042  nbUselessRevisions=3048817
3.15	     nbAssignments=11865  nbFailedAssignments=5958  nbBacktracks=5822  nbVisitedNodes=21467  nbRestartNogoods=74
3.15	       =>  wckTime=2.269  cpuTime=2.17  mem=14M764
4.24	   
4.24	   search
4.24	     run=14  nbConstraintChecks=24811119  nbPropagations=1317019  nbRevisions=7462595  nbUselessRevisions=4583987
4.24	     nbAssignments=18179  nbFailedAssignments=9344  nbBacktracks=8743  nbVisitedNodes=33059  nbRestartNogoods=80
4.24	       =>  wckTime=3.357  cpuTime=3.24  mem=14M764
4.65	   
4.65	   search
4.65	     run=15  nbConstraintChecks=28161098  nbPropagations=1814075  nbRevisions=10281261  nbUselessRevisions=6315454
4.65	     nbAssignments=20693  nbFailedAssignments=10462  nbBacktracks=10099  nbVisitedNodes=37465  nbRestartNogoods=85
4.65	       =>  wckTime=3.77  cpuTime=3.65  mem=14M764
4.65	   
4.65	   global
4.65	     nbConstraintChecks=28161098  nbPropagations=1814115  nbRevisions=10281261  nbUselessRevisions=6315454
4.65	     nbRestartNogoods=85  solvingWckTime=3.772  solvingCpuTime=3.65  expiredTime=no  totalExploration=no
4.65	     nbFoundSolutions=1  globalCpuTime=4.09
4.65	       =>  wckTime=4.313  cpuTime=4.03  mem=14M764
4.65	   
4.65	s SATISFIABLE
4.65	v 38 35 32 16 16 28 18 25 15 13 2 16 31 25 37 21 6 23 27 7 29 24 2 3 26 33 10 24 7 4 16 28 8 34 23 27 37 9 38 7 
4.66	d NODES 20693
4.66	d CHECKS 28161098
4.66	   
4.66	   totalWckTime=4.399  totalCpuTime=4.09

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/node13/watcher-226373-1168080695 -o ROOT/results/node13/solver-226373-1168080695 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226373-1168080695/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.20 1.67 1.78 4/93 7632
/proc/meminfo: memFree=1225624/2055920 swapFree=4192812/4192956
[pid=7631] ppid=7629 vsize=18540 CPUtime=0
/proc/7631/stat : 7631 (runsolver) R 7629 7631 4816 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156465074 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7631/statm: 4635 279 244 17 0 2626 0

[startup+0.103046 s]
/proc/loadavg: 1.20 1.67 1.78 4/93 7632
/proc/meminfo: memFree=1225624/2055920 swapFree=4192812/4192956
[pid=7631] ppid=7629 vsize=912432 CPUtime=0.07
/proc/7631/stat : 7631 (java) R 7629 7631 4816 0 -1 0 2697 0 1 0 6 1 0 0 20 0 8 0 156465074 934330368 2444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7631/statm: 228108 2444 1333 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912432

[startup+0.511096 s]
/proc/loadavg: 1.20 1.67 1.78 4/93 7632
/proc/meminfo: memFree=1225624/2055920 swapFree=4192812/4192956
[pid=7631] ppid=7629 vsize=915328 CPUtime=0.48
/proc/7631/stat : 7631 (java) R 7629 7631 4816 0 -1 0 6663 0 1 0 43 5 0 0 18 0 8 0 156465074 937295872 6402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7631/statm: 228832 6402 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33552 s]
/proc/loadavg: 1.20 1.67 1.78 3/100 7639
/proc/meminfo: memFree=1200032/2055920 swapFree=4192812/4192956
[pid=7631] ppid=7629 vsize=915464 CPUtime=1.29
/proc/7631/stat : 7631 (java) R 7629 7631 4816 0 -1 0 9087 0 1 0 122 7 0 0 24 0 8 0 156465074 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7631/statm: 228866 8825 2513 14 0 215336 0
[pid=7631/tid=7633] ppid=7629 vsize=915464 CPUtime=0.03
/proc/7631/task/7633/stat : 7633 (java) S 7629 7631 4816 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156465079 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7634] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7634/stat : 7634 (java) S 7629 7631 4816 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156465080 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7635] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7635/stat : 7635 (java) S 7629 7631 4816 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156465080 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7636] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7636/stat : 7636 (java) S 7629 7631 4816 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156465083 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7637] ppid=7629 vsize=915464 CPUtime=0.22
/proc/7631/task/7637/stat : 7637 (java) S 7629 7631 4816 0 -1 64 369 0 0 0 21 1 0 0 15 0 8 0 156465083 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7638] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7638/stat : 7638 (java) S 7629 7631 4816 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156465083 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7639] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7639/stat : 7639 (java) S 7629 7631 4816 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156465083 937435136 8825 18446744073709551615 134512640 134570532 4294956464 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) 915464

[startup+2.98842 s]
/proc/loadavg: 1.20 1.67 1.78 3/100 7639
/proc/meminfo: memFree=1199904/2055920 swapFree=4192812/4192956
[pid=7631] ppid=7629 vsize=915464 CPUtime=2.92
/proc/7631/stat : 7631 (java) R 7629 7631 4816 0 -1 0 9095 0 1 0 285 7 0 0 25 0 8 0 156465074 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073773835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7631/statm: 228866 8832 2513 14 0 215336 0
[pid=7631/tid=7633] ppid=7629 vsize=915464 CPUtime=0.03
/proc/7631/task/7633/stat : 7633 (java) S 7629 7631 4816 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156465079 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7634] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7634/stat : 7634 (java) S 7629 7631 4816 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156465080 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7635] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7635/stat : 7635 (java) S 7629 7631 4816 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156465080 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7636] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7636/stat : 7636 (java) S 7629 7631 4816 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156465083 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7637] ppid=7629 vsize=915464 CPUtime=0.23
/proc/7631/task/7637/stat : 7637 (java) S 7629 7631 4816 0 -1 64 376 0 0 0 22 1 0 0 15 0 8 0 156465083 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7638] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7638/stat : 7638 (java) S 7629 7631 4816 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156465083 937435136 8832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7631/tid=7639] ppid=7629 vsize=915464 CPUtime=0
/proc/7631/task/7639/stat : 7639 (java) S 7629 7631 4816 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156465083 937435136 8832 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) 915464

Child status: 0
Real time (s): 4.69703
CPU time (s): 4.5953
CPU user time (s): 4.51231
CPU system time (s): 0.082987
CPU usage (%): 97.8342
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51231
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9104
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= 1113
involuntary context switches= 1454

runsolver used 0.014997 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan  6 10:51:38 UTC 2007


IDJOB= 226373
IDBENCH= 5963
FILE ID= node13/226373-1168080695

PBS_JOBID= 3475802

Free space on /tmp= 66317 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226373-1168080695/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-226373-1168080695 -o ROOT/results/node13/solver-226373-1168080695 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226373-1168080695/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f60e642117a0f00a6741fa0d0d438fe6

RANDOM SEED= 736837365

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.247
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.247
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:       1226104 kB
Buffers:         71548 kB
Cached:         561600 kB
SwapCached:          0 kB
Active:         441244 kB
Inactive:       293176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1226104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:         130356 kB
Slab:            79892 kB
Committed_AS:  4489488 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= 66317 MiB



End job on node13 on Sat Jan  6 10:51:51 UTC 2007