Trace number 241902

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 1.66375 1.69165

DiagnosticValue
CHECKS175627
NODES27054

General information on the benchmark

Namedimacs/pret/
pret-60-60_ext.xml
MD5SUMb2b762c34be059b37506a29c09fcdb74
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.025995
SatisfiableNO
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension40
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/241902-1168375754/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.38	       =>  wckTime=0.088  cpuTime=0.08  mem=6M951
0.38	   
0.38	   relations being loaded...
0.38	   
0.38	   constraints being loaded...
0.41	     nbConstraints=40  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=38
0.42	     nbConflictsStructures=2  nbSharedConflictsStructures=38  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.42	       =>  wckTime=0.123  cpuTime=0.11  mem=6M951
0.45	   
0.45	   solver IterativeSystematicSolver being built... 
0.62	       =>  wckTime=0.331  cpuTime=0.25  mem=15M297
0.64	   
0.64	   preprocessing
0.64	     nbConstraintChecks=195  nbValidityChecks=512  nbPropagations=193  nbRevisions=262  nbUselessRevisions=210
0.64	     nbSingletonTests=85  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.64	       =>  wckTime=0.02  cpuTime=0.02  mem=15M297
0.67	   
0.67	   search
0.67	     run=0  nbConstraintChecks=140  nbValidityChecks=450  nbPropagations=290  nbRevisions=450  nbUselessRevisions=319
0.67	     nbAssignments=47  nbFailedAssignments=4  nbBacktracks=13  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=6
0.67	     nbInferences=0  nbTooLargeKeys=0
0.67	       =>  wckTime=0.047  cpuTime=0.04  mem=15M297
0.68	   
0.68	   search
0.68	     run=1  nbConstraintChecks=259  nbValidityChecks=848  nbPropagations=659  nbRevisions=1066  nbUselessRevisions=742
0.68	     nbAssignments=91  nbFailedAssignments=8  nbBacktracks=29  nbVisitedNodes=110  nbRestartNogoods=1  mapSize=14
0.68	     nbInferences=2  nbTooLargeKeys=0
0.68	       =>  wckTime=0.059  cpuTime=0.04  mem=15M297
0.69	   
0.69	   search
0.69	     run=2  nbConstraintChecks=399  nbValidityChecks=1317  nbPropagations=1131  nbRevisions=1883
0.69	     nbUselessRevisions=1285  nbAssignments=151  nbFailedAssignments=12  nbBacktracks=51  nbVisitedNodes=180
0.69	     nbRestartNogoods=3  mapSize=23  nbInferences=4  nbTooLargeKeys=0
0.69	       =>  wckTime=0.069  cpuTime=0.05  mem=15M297
0.70	   
0.70	   search
0.70	     run=3  nbConstraintChecks=564  nbValidityChecks=1918  nbPropagations=1739  nbRevisions=2968
0.70	     nbUselessRevisions=1991  nbAssignments=218  nbFailedAssignments=17  nbBacktracks=85  nbVisitedNodes=262
0.70	     nbRestartNogoods=4  mapSize=35  nbInferences=10  nbTooLargeKeys=0
0.70	       =>  wckTime=0.08  cpuTime=0.05  mem=15M297
0.72	   
0.72	   search
0.72	     run=4  nbConstraintChecks=985  nbValidityChecks=3125  nbPropagations=2620  nbRevisions=4579
0.72	     nbUselessRevisions=2987  nbAssignments=319  nbFailedAssignments=29  nbBacktracks=136  nbVisitedNodes=396
0.72	     nbRestartNogoods=6  mapSize=65  nbInferences=19  nbTooLargeKeys=0
0.72	       =>  wckTime=0.098  cpuTime=0.07  mem=15M297
0.74	   
0.74	   search
0.74	     run=5  nbConstraintChecks=1418  nbValidityChecks=4394  nbPropagations=3818  nbRevisions=6773
0.74	     nbUselessRevisions=4312  nbAssignments=446  nbFailedAssignments=39  nbBacktracks=211  nbVisitedNodes=563
0.74	     nbRestartNogoods=9  mapSize=102  nbInferences=39  nbTooLargeKeys=0
0.74	       =>  wckTime=0.114  cpuTime=0.08  mem=15M297
0.76	   
0.76	   search
0.76	     run=6  nbConstraintChecks=1987  nbValidityChecks=6060  nbPropagations=5431  nbRevisions=9688
0.76	     nbUselessRevisions=6008  nbAssignments=616  nbFailedAssignments=49  nbBacktracks=324  nbVisitedNodes=777
0.76	     nbRestartNogoods=12  mapSize=143  nbInferences=63  nbTooLargeKeys=0
0.76	       =>  wckTime=0.134  cpuTime=0.09  mem=15M297
0.78	   
0.78	   search
0.78	     run=7  nbConstraintChecks=3752  nbValidityChecks=10618  nbPropagations=8117  nbRevisions=14520
0.78	     nbUselessRevisions=8696  nbAssignments=890  nbFailedAssignments=64  nbBacktracks=497  nbVisitedNodes=1149
0.78	     nbRestartNogoods=15  mapSize=239  nbInferences=131  nbTooLargeKeys=0
0.78	       =>  wckTime=0.154  cpuTime=0.1  mem=15M297
0.80	   
0.80	   search
0.80	     run=8  nbConstraintChecks=6234  nbValidityChecks=17490  nbPropagations=12595  nbRevisions=22358
0.80	     nbUselessRevisions=12809  nbAssignments=1272  nbFailedAssignments=79  nbBacktracks=753  nbVisitedNodes=1650
0.80	     nbRestartNogoods=17  mapSize=354  nbInferences=222  nbTooLargeKeys=0
0.80	       =>  wckTime=0.178  cpuTime=0.13  mem=15M297
0.85	   
0.85	   search
0.85	     run=9  nbConstraintChecks=9750  nbValidityChecks=26774  nbPropagations=19365  nbRevisions=34049
0.85	     nbUselessRevisions=18806  nbAssignments=1861  nbFailedAssignments=107  nbBacktracks=1138  nbVisitedNodes=2450
0.85	     nbRestartNogoods=21  mapSize=561  nbInferences=377  nbTooLargeKeys=0
0.85	       =>  wckTime=0.226  cpuTime=0.15  mem=15M297
0.89	   
0.89	   search
0.89	     run=10  nbConstraintChecks=15305  nbValidityChecks=41758  nbPropagations=29736  nbRevisions=51906
0.89	     nbUselessRevisions=27976  nbAssignments=2758  nbFailedAssignments=115  nbBacktracks=1714  nbVisitedNodes=3659
0.89	     nbRestartNogoods=25  mapSize=870  nbInferences=674  nbTooLargeKeys=0
0.89	       =>  wckTime=0.268  cpuTime=0.19  mem=15M297
0.94	   
0.94	   search
0.94	     run=11  nbConstraintChecks=21950  nbValidityChecks=61209  nbPropagations=44767  nbRevisions=78004
0.94	     nbUselessRevisions=41705  nbAssignments=4136  nbFailedAssignments=124  nbBacktracks=2585  nbVisitedNodes=5534
0.94	     nbRestartNogoods=28  mapSize=1365  nbInferences=1153  nbTooLargeKeys=0
0.94	       =>  wckTime=0.313  cpuTime=0.23  mem=15M297
1.01	   
1.01	   search
1.01	     run=12  nbConstraintChecks=34130  nbValidityChecks=94417  nbPropagations=67362  nbRevisions=117654
1.01	     nbUselessRevisions=62965  nbAssignments=6220  nbFailedAssignments=125  nbBacktracks=3884  nbVisitedNodes=8387
1.01	     nbRestartNogoods=30  mapSize=2129  nbInferences=1921  nbTooLargeKeys=0
1.01	       =>  wckTime=0.385  cpuTime=0.3  mem=16M272
1.11	   
1.11	   search
1.11	     run=13  nbConstraintChecks=54308  nbValidityChecks=148454  nbPropagations=102141  nbRevisions=179395
1.11	     nbUselessRevisions=96674  nbAssignments=9453  nbFailedAssignments=127  nbBacktracks=5835  nbVisitedNodes=12886
1.11	     nbRestartNogoods=35  mapSize=3390  nbInferences=3184  nbTooLargeKeys=0
1.11	       =>  wckTime=0.488  cpuTime=0.4  mem=16M272
1.27	   
1.27	   search
1.27	     run=14  nbConstraintChecks=89410  nbValidityChecks=240667  nbPropagations=157487  nbRevisions=278903
1.27	     nbUselessRevisions=151917  nbAssignments=14552  nbFailedAssignments=129  nbBacktracks=8754  nbVisitedNodes=20147
1.27	     nbRestartNogoods=40  mapSize=5544  nbInferences=5344  nbTooLargeKeys=0
1.27	       =>  wckTime=0.649  cpuTime=0.56  mem=16M272
1.51	   
1.51	   search
1.51	     run=15  nbConstraintChecks=141913  nbValidityChecks=378328  nbPropagations=243490  nbRevisions=434816
1.51	     nbUselessRevisions=239401  nbAssignments=22183  nbFailedAssignments=129  nbBacktracks=13136  nbVisitedNodes=31018
1.51	     nbRestartNogoods=48  mapSize=8780  nbInferences=8584  nbTooLargeKeys=0
1.51	       =>  wckTime=0.887  cpuTime=0.8  mem=17M247
1.66	   
1.66	   search
1.66	     run=16  nbConstraintChecks=175432  nbValidityChecks=466101  nbPropagations=349086  nbRevisions=626749
1.66	     nbUselessRevisions=347452  nbAssignments=27054  nbFailedAssignments=129  nbBacktracks=15939  nbVisitedNodes=37957
1.66	     nbRestartNogoods=51  mapSize=10848  nbInferences=10653  nbTooLargeKeys=0
1.66	       =>  wckTime=1.038  cpuTime=0.95  mem=17M247
1.66	   
1.66	   global
1.66	     nbConstraintChecks=175627  nbValidityChecks=466613  nbPropagations=349279  nbRevisions=627011
1.66	     nbUselessRevisions=347662  nbRestartNogoods=51  solvingWckTime=1.039  solvingCpuTime=0.95  expiredTime=no
1.66	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1.25
1.66	       =>  wckTime=1.371  cpuTime=1.2  mem=17M247
1.66	   
1.66	s UNSATISFIABLE
1.66	d NODES 27054
1.67	d CHECKS 175627
1.67	   
1.67	   totalWckTime=1.448  totalCpuTime=1.25

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/node18/watcher-241902-1168375754 -o ROOT/results/node18/solver-241902-1168375754 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/241902-1168375754/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.84 0.39 0.29 3/86 29371
/proc/meminfo: memFree=1737320/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=1784 CPUtime=0
/proc/29370/stat : 29370 (java) D 29368 29370 28772 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 185970192 1826816 140 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29370/statm: 446 140 106 14 0 91 0

[startup+0.108243 s]
/proc/loadavg: 0.84 0.39 0.29 3/86 29371
/proc/meminfo: memFree=1737320/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=914988 CPUtime=0.09
/proc/29370/stat : 29370 (java) R 29368 29370 28772 0 -1 0 3101 0 1 0 8 1 0 0 22 0 8 0 185970192 936947712 2847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072924607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 228747 2849 1463 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51728 s]
/proc/loadavg: 0.84 0.39 0.29 3/86 29371
/proc/meminfo: memFree=1737320/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=915460 CPUtime=0.5
/proc/29370/stat : 29370 (java) R 29368 29370 28772 0 -1 0 6683 0 1 0 46 4 0 0 25 0 8 0 185970192 937431040 6421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 228865 6421 2473 14 0 215335 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915460

[startup+1.34436 s]
/proc/loadavg: 0.93 0.42 0.29 3/93 29378
/proc/meminfo: memFree=1712688/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=915460 CPUtime=1.32
/proc/29370/stat : 29370 (java) R 29368 29370 28772 0 -1 0 8993 0 1 0 126 6 0 0 25 0 8 0 185970192 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073657050 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 228865 8731 2527 14 0 215335 0
[pid=29370/tid=29372] ppid=29368 vsize=915460 CPUtime=0.02
/proc/29370/task/29372/stat : 29372 (java) S 29368 29370 28772 0 -1 64 120 0 0 0 2 0 0 0 16 0 8 0 185970195 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=915460 CPUtime=0
/proc/29370/task/29373/stat : 29373 (java) S 29368 29370 28772 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 185970195 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=915460 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 28772 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 185970195 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=915460 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 28772 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185970199 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=915460 CPUtime=0.18
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 28772 0 -1 64 365 0 0 0 17 1 0 0 15 0 8 0 185970199 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=915460 CPUtime=0
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 28772 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185970199 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=915460 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 28772 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185970199 937431040 8731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1.69165
CPU time (s): 1.66375
CPU user time (s): 1.58776
CPU system time (s): 0.075988
CPU usage (%): 98.3503
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58776
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9228
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= 997
involuntary context switches= 1282

runsolver used 0.002999 s user time and 0.011998 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Jan  9 20:49:15 UTC 2007


IDJOB= 241902
IDBENCH= 7353
FILE ID= node18/241902-1168375754

PBS_JOBID= 3522282

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/pret/pret-60-60_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/241902-1168375754/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-241902-1168375754 -o ROOT/results/node18/solver-241902-1168375754 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/241902-1168375754/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b2b762c34be059b37506a29c09fcdb74

RANDOM SEED= 297614998

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.231
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.231
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:       1737800 kB
Buffers:         46948 kB
Cached:         156644 kB
SwapCached:          0 kB
Active:         186012 kB
Inactive:        78668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          83516 kB
Slab:            38536 kB
Committed_AS:  5946192 kB
PageTables:       2036 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= 66549 MiB



End job on node18 on Tue Jan  9 20:49:17 UTC 2007