Trace number 205422

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 3.3145 3.35615

DiagnosticValue
CHECKS14377123
NODES15101

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-35_ext.xml
MD5SUMd6f2a2d7a7aecb575a3bf01272055f8f
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 benchmark0.530918
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints227
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension227
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/205422-1168167590/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=227  nbRelationTypes=227  nbExtensionStructures=227  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=227  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2942  maxDegree=20
0.56	     maxArity=2
0.56	       =>  wckTime=0.258  cpuTime=0.19  mem=10M852
0.59	   
0.59	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.455  cpuTime=0.33  mem=14M684
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=34783  nbPropagations=644  nbRevisions=4691  nbUselessRevisions=3817  nbSingletonTests=41
0.80	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.80	       =>  wckTime=0.042  cpuTime=0.03  mem=14M684
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=32508  nbPropagations=1241  nbRevisions=10792  nbUselessRevisions=8487  nbAssignments=32
0.82	     nbFailedAssignments=15  nbBacktracks=12  nbVisitedNodes=58  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.065  cpuTime=0.04  mem=14M684
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=65402  nbPropagations=3057  nbRevisions=27846  nbUselessRevisions=21862  nbAssignments=66
0.84	     nbFailedAssignments=28  nbBacktracks=28  nbVisitedNodes=116  nbRestartNogoods=4  mapSize=28  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.083  cpuTime=0.05  mem=14M684
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=96135  nbPropagations=5434  nbRevisions=50894  nbUselessRevisions=39861
0.85	     nbAssignments=103  nbFailedAssignments=39  nbBacktracks=50  nbVisitedNodes=177  nbRestartNogoods=6  mapSize=44
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.095  cpuTime=0.06  mem=14M684
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=140887  nbPropagations=8639  nbRevisions=83272  nbUselessRevisions=65331
0.86	     nbAssignments=158  nbFailedAssignments=56  nbBacktracks=84  nbVisitedNodes=269  nbRestartNogoods=9  mapSize=72
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.107  cpuTime=0.08  mem=14M684
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=221664  nbPropagations=13306  nbRevisions=132329  nbUselessRevisions=103919
0.88	     nbAssignments=252  nbFailedAssignments=93  nbBacktracks=135  nbVisitedNodes=430  nbRestartNogoods=12  mapSize=114
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.126  cpuTime=0.09  mem=14M684
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=340801  nbPropagations=20062  nbRevisions=206326  nbUselessRevisions=162012
0.91	     nbAssignments=391  nbFailedAssignments=153  nbBacktracks=212  nbVisitedNodes=672  nbRestartNogoods=16  mapSize=177
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.159  cpuTime=0.12  mem=14M684
0.95	   
0.95	   search
0.95	     run=6  nbConstraintChecks=524623  nbPropagations=29987  nbRevisions=319797  nbUselessRevisions=251162
0.95	     nbAssignments=599  nbFailedAssignments=245  nbBacktracks=325  nbVisitedNodes=1040  nbRestartNogoods=18  mapSize=276
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.201  cpuTime=0.16  mem=14M684
1.01	   
1.01	   search
1.01	     run=7  nbConstraintChecks=805501  nbPropagations=44728  nbRevisions=488619  nbUselessRevisions=383142
1.01	     nbAssignments=900  nbFailedAssignments=370  nbBacktracks=496  nbVisitedNodes=1575  nbRestartNogoods=21  mapSize=425
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.26  cpuTime=0.22  mem=14M684
1.09	   
1.09	   search
1.09	     run=8  nbConstraintChecks=1154750  nbPropagations=65851  nbRevisions=733062  nbUselessRevisions=574623
1.09	     nbAssignments=1316  nbFailedAssignments=529  nbBacktracks=752  nbVisitedNodes=2304  nbRestartNogoods=25
1.09	     mapSize=641  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.34  cpuTime=0.29  mem=14M684
1.23	   
1.23	   search
1.23	     run=9  nbConstraintChecks=1782602  nbPropagations=97776  nbRevisions=1108524  nbUselessRevisions=869601
1.23	     nbAssignments=1992  nbFailedAssignments=816  nbBacktracks=1137  nbVisitedNodes=3499  nbRestartNogoods=26
1.23	     mapSize=979  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.474  cpuTime=0.41  mem=14M684
1.25	   
1.25	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=14M684)
1.40	   
1.40	   search
1.40	     run=10  nbConstraintChecks=2669339  nbPropagations=144956  nbRevisions=1663178  nbUselessRevisions=1304358
1.40	     nbAssignments=2961  nbFailedAssignments=1204  nbBacktracks=1713  nbVisitedNodes=5196  nbRestartNogoods=31
1.40	       =>  wckTime=0.642  cpuTime=0.56  mem=14M684
1.64	   
1.64	   search
1.64	     run=11  nbConstraintChecks=4022543  nbPropagations=216131  nbRevisions=2509509  nbUselessRevisions=1969994
1.64	     nbAssignments=4449  nbFailedAssignments=1821  nbBacktracks=2577  nbVisitedNodes=7834  nbRestartNogoods=41
1.64	       =>  wckTime=0.886  cpuTime=0.81  mem=14M684
1.97	   
1.97	   search
1.97	     run=12  nbConstraintChecks=5915455  nbPropagations=319636  nbRevisions=3739319  nbUselessRevisions=2936116
1.97	     nbAssignments=6538  nbFailedAssignments=2608  nbBacktracks=3875  nbVisitedNodes=11427  nbRestartNogoods=47
1.97	       =>  wckTime=1.213  cpuTime=1.13  mem=14M684
2.48	   
2.48	   search
2.48	     run=13  nbConstraintChecks=9034734  nbPropagations=475966  nbRevisions=5596697  nbUselessRevisions=4392276
2.48	     nbAssignments=9781  nbFailedAssignments=3899  nbBacktracks=5823  nbVisitedNodes=17107  nbRestartNogoods=52
2.48	       =>  wckTime=1.728  cpuTime=1.64  mem=14M684
3.26	   
3.26	   search
3.26	     run=14  nbConstraintChecks=14035748  nbPropagations=716012  nbRevisions=8458029  nbUselessRevisions=6634342
3.26	     nbAssignments=14800  nbFailedAssignments=5997  nbBacktracks=8743  nbVisitedNodes=25997  nbRestartNogoods=58
3.26	       =>  wckTime=2.509  cpuTime=2.43  mem=14M684
3.31	   
3.31	   search
3.31	     run=15  nbConstraintChecks=14342340  nbPropagations=961187  nbRevisions=11380736  nbUselessRevisions=8924917
3.31	     nbAssignments=15101  nbFailedAssignments=6121  nbBacktracks=8921  nbVisitedNodes=26531  nbRestartNogoods=59
3.31	       =>  wckTime=2.558  cpuTime=2.47  mem=14M684
3.31	   
3.31	   global
3.31	     nbConstraintChecks=14377123  nbPropagations=961831  nbRevisions=11385427  nbUselessRevisions=8928734
3.31	     nbRestartNogoods=59  solvingWckTime=2.559  solvingCpuTime=2.48  expiredTime=no  totalExploration=yes
3.31	     nbFoundSolutions=0  globalCpuTime=2.86
3.31	       =>  wckTime=3.017  cpuTime=2.81  mem=14M684
3.32	   
3.32	s UNSATISFIABLE
3.32	d NODES 15101
3.32	d CHECKS 14377123
3.32	   
3.32	   totalWckTime=3.094  totalCpuTime=2.86

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/node1/watcher-205422-1168167590 -o ROOT/results/node1/solver-205422-1168167590 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205422-1168167590/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.36 0.84 1.37 1/81 20182
/proc/meminfo: memFree=1886760/2055920 swapFree=4165612/4192956
[pid=20181] ppid=20179 vsize=308 CPUtime=0
/proc/20181/stat : 20181 (java) R 20179 20181 20088 0 -1 0 235 0 0 0 0 0 0 0 18 0 1 0 165155620 315392 41 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5831309 0 0 4096 0 0 0 0 17 0 0 0
/proc/20181/statm: 374 47 37 14 0 7 0

[startup+0.102409 s]
/proc/loadavg: 0.36 0.84 1.37 1/81 20182
/proc/meminfo: memFree=1886760/2055920 swapFree=4165612/4192956
[pid=20181] ppid=20179 vsize=914988 CPUtime=0.09
/proc/20181/stat : 20181 (java) R 20179 20181 20088 0 -1 0 3062 0 1 0 8 1 0 0 16 0 8 0 165155620 936947712 2808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155166680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20181/statm: 228747 2808 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510456 s]
/proc/loadavg: 0.36 0.84 1.37 1/81 20182
/proc/meminfo: memFree=1886760/2055920 swapFree=4165612/4192956
[pid=20181] ppid=20179 vsize=915328 CPUtime=0.5
/proc/20181/stat : 20181 (java) R 20179 20181 20088 0 -1 0 6730 0 1 0 47 3 0 0 16 0 8 0 165155620 937295872 6469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073498402 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20181/statm: 228832 6469 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33155 s]
/proc/loadavg: 0.36 0.84 1.37 2/88 20189
/proc/meminfo: memFree=1863216/2055920 swapFree=4165612/4192956
[pid=20181] ppid=20179 vsize=915452 CPUtime=1.31
/proc/20181/stat : 20181 (java) R 20179 20181 20088 0 -1 0 8638 0 1 0 126 5 0 0 16 0 8 0 165155620 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20181/statm: 228863 8376 2524 14 0 215333 0
[pid=20181/tid=20183] ppid=20179 vsize=915452 CPUtime=0.02
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 20088 0 -1 64 207 0 0 0 2 0 0 0 16 0 8 0 165155623 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 20088 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165155624 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 20088 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165155624 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 20088 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165155627 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915452 CPUtime=0.19
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 20088 0 -1 64 386 0 0 0 19 0 0 0 16 0 8 0 165155627 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 20088 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165155627 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 20088 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165155627 937422848 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.98074 s]
/proc/loadavg: 0.36 0.84 1.37 2/88 20189
/proc/meminfo: memFree=1863088/2055920 swapFree=4165612/4192956
[pid=20181] ppid=20179 vsize=915452 CPUtime=2.95
/proc/20181/stat : 20181 (java) R 20179 20181 20088 0 -1 0 8652 0 1 0 290 5 0 0 17 0 8 0 165155620 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228863 8389 2524 14 0 215333 0
[pid=20181/tid=20183] ppid=20179 vsize=915452 CPUtime=0.02
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 20088 0 -1 64 207 0 0 0 2 0 0 0 16 0 8 0 165155623 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 20088 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165155624 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 20088 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165155624 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 20088 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 165155627 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915452 CPUtime=0.2
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 20088 0 -1 64 389 0 0 0 20 0 0 0 15 0 8 0 165155627 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 20088 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165155627 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915452 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 20088 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165155627 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.35615
CPU time (s): 3.3145
CPU user time (s): 3.24951
CPU system time (s): 0.06499
CPU usage (%): 98.759
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.24951
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8747
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= 846
involuntary context switches= 218

runsolver used 0.005999 s user time and 0.019996 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 10:59:52 UTC 2007


IDJOB= 205422
IDBENCH= 4130
FILE ID= node1/205422-1168167590

PBS_JOBID= 3478783

Free space on /tmp= 66307 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-35_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205422-1168167590/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-205422-1168167590 -o ROOT/results/node1/solver-205422-1168167590 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205422-1168167590/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d6f2a2d7a7aecb575a3bf01272055f8f

RANDOM SEED= 914198898

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.234
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.234
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:       1887304 kB
Buffers:          7192 kB
Cached:          67796 kB
SwapCached:       3620 kB
Active:          95368 kB
Inactive:        18492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887304 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            4552 kB
Writeback:           0 kB
Mapped:          48904 kB
Slab:            39792 kB
Committed_AS:  4656352 kB
PageTables:       2172 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= 66307 MiB



End job on node1 on Sun Jan  7 11:00:10 UTC 2007