Trace number 226694

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 5.42417 5.52904

DiagnosticValue
CHECKS47243891
NODES20545

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-41_ext.xml
MD5SUM9c6f6d954f70f727d4ac2c7a6020a2f3
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.97855
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/226694-1168080728/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.41	       =>  wckTime=0.093  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.60	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=2
0.60	       =>  wckTime=0.278  cpuTime=0.24  mem=15M761
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.455  cpuTime=0.35  mem=13M788
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.01  mem=13M788
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=48839  nbPropagations=595  nbRevisions=3240  nbUselessRevisions=2062  nbAssignments=23
0.83	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.046  cpuTime=0.03  mem=14M764
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=144613  nbPropagations=2376  nbRevisions=13353  nbUselessRevisions=8286  nbAssignments=69
0.85	     nbFailedAssignments=33  nbBacktracks=25  nbVisitedNodes=124  nbRestartNogoods=4  mapSize=24  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.07  cpuTime=0.04  mem=14M764
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=252131  nbPropagations=5403  nbRevisions=31190  nbUselessRevisions=19292
0.87	     nbAssignments=121  nbFailedAssignments=59  nbBacktracks=48  nbVisitedNodes=218  nbRestartNogoods=11  mapSize=43
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.089  cpuTime=0.06  mem=14M764
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=416293  nbPropagations=10292  nbRevisions=60739  nbUselessRevisions=37562
0.89	     nbAssignments=189  nbFailedAssignments=92  nbBacktracks=81  nbVisitedNodes=344  nbRestartNogoods=16  mapSize=75
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.111  cpuTime=0.08  mem=14M764
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=696485  nbPropagations=18502  nbRevisions=111164  nbUselessRevisions=68756
0.93	     nbAssignments=317  nbFailedAssignments=166  nbBacktracks=132  nbVisitedNodes=585  nbRestartNogoods=21  mapSize=124
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.147  cpuTime=0.11  mem=14M764
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=1027689  nbPropagations=30927  nbRevisions=186684  nbUselessRevisions=114972
0.97	     nbAssignments=469  nbFailedAssignments=240  nbBacktracks=207  nbVisitedNodes=857  nbRestartNogoods=28  mapSize=188
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.186  cpuTime=0.15  mem=14M764
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=1703735  nbPropagations=51083  nbRevisions=311101  nbUselessRevisions=191215
1.04	     nbAssignments=755  nbFailedAssignments=408  nbBacktracks=320  nbVisitedNodes=1402  nbRestartNogoods=31  mapSize=295
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.262  cpuTime=0.22  mem=14M764
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=2615286  nbPropagations=81881  nbRevisions=501972  nbUselessRevisions=307738
1.14	     nbAssignments=1163  nbFailedAssignments=643  nbBacktracks=491  nbVisitedNodes=2176  nbRestartNogoods=37
1.14	     mapSize=457  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.366  cpuTime=0.32  mem=14M764
1.31	   
1.31	   search
1.31	     run=8  nbConstraintChecks=4111258  nbPropagations=129873  nbRevisions=799952  nbUselessRevisions=488910
1.31	     nbAssignments=1792  nbFailedAssignments=1012  nbBacktracks=747  nbVisitedNodes=3373  nbRestartNogoods=43
1.31	     mapSize=700  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.536  cpuTime=0.48  mem=14M764
1.50	   
1.50	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M764)
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=6033592  nbPropagations=200688  nbRevisions=1239286  nbUselessRevisions=755317
1.51	     nbAssignments=2649  nbFailedAssignments=1482  nbBacktracks=1132  nbVisitedNodes=4979  nbRestartNogoods=53
1.51	       =>  wckTime=0.736  cpuTime=0.67  mem=14M764
1.81	   
1.81	   search
1.81	     run=10  nbConstraintChecks=8991416  nbPropagations=305618  nbRevisions=1893895  nbUselessRevisions=1153774
1.81	     nbAssignments=3946  nbFailedAssignments=2200  nbBacktracks=1709  nbVisitedNodes=7423  nbRestartNogoods=64
1.81	       =>  wckTime=1.031  cpuTime=0.96  mem=14M764
2.28	   
2.28	   search
2.28	     run=11  nbConstraintChecks=13802806  nbPropagations=464787  nbRevisions=2893124  nbUselessRevisions=1761826
2.28	     nbAssignments=6066  nbFailedAssignments=3453  nbBacktracks=2574  nbVisitedNodes=11433  nbRestartNogoods=66
2.28	       =>  wckTime=1.498  cpuTime=1.42  mem=14M764
2.82	   
2.82	   search
2.82	     run=12  nbConstraintChecks=19402551  nbPropagations=693071  nbRevisions=4312960  nbUselessRevisions=2625699
2.82	     nbAssignments=8632  nbFailedAssignments=4718  nbBacktracks=3872  nbVisitedNodes=16134  nbRestartNogoods=76
2.82	       =>  wckTime=2.041  cpuTime=1.97  mem=14M764
3.73	   
3.73	   search
3.73	     run=13  nbConstraintChecks=28924761  nbPropagations=1033898  nbRevisions=6440299  nbUselessRevisions=3921378
3.73	     nbAssignments=12882  nbFailedAssignments=7020  nbBacktracks=5818  nbVisitedNodes=24071  nbRestartNogoods=82
3.73	       =>  wckTime=2.95  cpuTime=2.87  mem=14M764
5.11	   
5.11	   search
5.11	     run=14  nbConstraintChecks=43558801  nbPropagations=1542933  nbRevisions=9620070  nbUselessRevisions=5855703
5.12	     nbAssignments=19033  nbFailedAssignments=10249  nbBacktracks=8737  nbVisitedNodes=35501  nbRestartNogoods=84
5.12	       =>  wckTime=4.337  cpuTime=4.26  mem=14M764
5.46	   
5.46	   search
5.46	     run=15  nbConstraintChecks=47243891  nbPropagations=2093511  nbRevisions=13058571  nbUselessRevisions=7946660
5.46	     nbAssignments=20545  nbFailedAssignments=11002  nbBacktracks=9456  nbVisitedNodes=38248  nbRestartNogoods=92
5.46	       =>  wckTime=4.685  cpuTime=4.61  mem=14M764
5.47	   
5.47	   global
5.47	     nbConstraintChecks=47243891  nbPropagations=2093551  nbRevisions=13058571  nbUselessRevisions=7946660
5.47	     nbRestartNogoods=92  solvingWckTime=4.686  solvingCpuTime=4.61  expiredTime=no  totalExploration=no
5.47	     nbFoundSolutions=1  globalCpuTime=5.0
5.47	       =>  wckTime=5.146  cpuTime=4.96  mem=14M764
5.47	   
5.47	s SATISFIABLE
5.47	v 24 32 10 27 4 17 28 9 18 26 2 0 26 35 10 38 30 4 8 6 35 2 27 9 2 7 13 28 10 11 33 21 6 17 39 26 0 4 39 9 
5.47	d NODES 20545
5.47	d CHECKS 47243891
5.47	   
5.47	   totalWckTime=5.218  totalCpuTime=5.0

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/node75/watcher-226694-1168080728 -o ROOT/results/node75/solver-226694-1168080728 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226694-1168080728/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.43 0.84 1.01 2/68 23710
/proc/meminfo: memFree=1715384/2055920 swapFree=4184496/4192956
[pid=23709] ppid=23707 vsize=308 CPUtime=0
/proc/23709/stat : 23709 (java) R 23707 23709 23593 0 -1 0 57 0 0 0 0 0 0 0 20 0 1 0 156473473 315392 40 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 6734628 0 0 4096 0 0 0 0 17 1 0 0
/proc/23709/statm: 77 40 31 14 0 5 0

[startup+0.102898 s]
/proc/loadavg: 0.43 0.84 1.01 2/68 23710
/proc/meminfo: memFree=1715384/2055920 swapFree=4184496/4192956
[pid=23709] ppid=23707 vsize=907808 CPUtime=0.05
/proc/23709/stat : 23709 (java) R 23707 23709 23593 0 -1 0 2502 0 1 0 4 1 0 0 20 0 4 0 156473473 929595392 2249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582796 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/23709/statm: 226952 2249 1230 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511943 s]
/proc/loadavg: 0.43 0.84 1.01 2/68 23710
/proc/meminfo: memFree=1715384/2055920 swapFree=4184496/4192956
[pid=23709] ppid=23707 vsize=915328 CPUtime=0.46
/proc/23709/stat : 23709 (java) R 23707 23709 23593 0 -1 0 7454 0 1 0 42 4 0 0 16 0 8 0 156473473 937295872 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23709/statm: 228832 7194 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33504 s]
/proc/loadavg: 0.43 0.84 1.01 2/75 23717
/proc/meminfo: memFree=1689864/2055920 swapFree=4184496/4192956
[pid=23709] ppid=23707 vsize=915464 CPUtime=1.28
/proc/23709/stat : 23709 (java) R 23707 23709 23593 0 -1 0 9079 0 1 0 122 6 0 0 16 0 8 0 156473473 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739952 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23709/statm: 228866 8817 2513 14 0 215336 0
[pid=23709/tid=23711] ppid=23707 vsize=915464 CPUtime=0.02
/proc/23709/task/23711/stat : 23711 (java) S 23707 23709 23593 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 156473480 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23709/tid=23712] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23712/stat : 23712 (java) S 23707 23709 23593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156473480 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23713] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23713/stat : 23713 (java) S 23707 23709 23593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473480 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23714] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23714/stat : 23714 (java) S 23707 23709 23593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156473483 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23715] ppid=23707 vsize=915464 CPUtime=0.17
/proc/23709/task/23715/stat : 23715 (java) S 23707 23709 23593 0 -1 64 370 0 0 0 16 1 0 0 16 0 8 0 156473483 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23709/tid=23716] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23716/stat : 23716 (java) S 23707 23709 23593 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156473483 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23717] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23717/stat : 23717 (java) S 23707 23709 23593 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156473483 937435136 8817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915464

[startup+2.97823 s]
/proc/loadavg: 0.48 0.85 1.01 2/75 23717
/proc/meminfo: memFree=1689800/2055920 swapFree=4184496/4192956
[pid=23709] ppid=23707 vsize=915464 CPUtime=2.92
/proc/23709/stat : 23709 (java) R 23707 23709 23593 0 -1 0 9087 0 1 0 286 6 0 0 18 0 8 0 156473473 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23709/statm: 228866 8822 2513 14 0 215336 0
[pid=23709/tid=23711] ppid=23707 vsize=915464 CPUtime=0.02
/proc/23709/task/23711/stat : 23711 (java) S 23707 23709 23593 0 -1 64 255 0 0 0 2 0 0 0 17 0 8 0 156473480 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23709/tid=23712] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23712/stat : 23712 (java) S 23707 23709 23593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156473480 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23713] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23713/stat : 23713 (java) S 23707 23709 23593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473480 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23714] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23714/stat : 23714 (java) S 23707 23709 23593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156473483 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23715] ppid=23707 vsize=915464 CPUtime=0.18
/proc/23709/task/23715/stat : 23715 (java) S 23707 23709 23593 0 -1 64 376 0 0 0 17 1 0 0 15 0 8 0 156473483 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23709/tid=23716] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23716/stat : 23716 (java) S 23707 23709 23593 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156473483 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23709/tid=23717] ppid=23707 vsize=915464 CPUtime=0
/proc/23709/task/23717/stat : 23717 (java) S 23707 23709 23593 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156473483 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.52904
CPU time (s): 5.42417
CPU user time (s): 5.35619
CPU system time (s): 0.067989
CPU usage (%): 98.1033
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.35618
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9093
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= 847
involuntary context switches= 178

runsolver used 0.006998 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 10:52:15 UTC 2007


IDJOB= 226694
IDBENCH= 6003
FILE ID= node75/226694-1168080728

PBS_JOBID= 3476173

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9c6f6d954f70f727d4ac2c7a6020a2f3

RANDOM SEED= 629208615

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1705912 kB
Buffers:          5840 kB
Cached:         269948 kB
SwapCached:       2468 kB
Active:         102212 kB
Inactive:       197236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705912 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            4440 kB
Writeback:           0 kB
Mapped:          38020 kB
Slab:            35860 kB
Committed_AS:  3928212 kB
PageTables:       1856 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= 66546 MiB



End job on node75 on Sat Jan  6 10:52:32 UTC 2007