Trace number 198300

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 2.15867 2.22296

DiagnosticValue
CHECKS1511005
NODES72330

General information on the benchmark

Namepigeons/
pigeons-11.xml
MD5SUM95945c013f6dac924e2f43d6bd15fc55
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.15867
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables11
Number of constraints55
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension55
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/198300-1168127172/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=11  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.39	       =>  wckTime=0.09  cpuTime=0.07  mem=6M951
0.39	   
0.39	   predicates being loaded...
0.39	   
0.39	   constraints being loaded...
0.46	     nbConstraints=55  nbConvertedConstraints=55  nbConvertConstraintsChecks=100  nbExtensionStructures=1
0.46	     nbSharedExtensionStructures=54  nbConflictsStructures=1  nbSharedConflictsStructures=54
0.46	     nbSharedBinaryRepresentations=10  maxDegree=10  maxArity=2
0.46	       =>  wckTime=0.159  cpuTime=0.13  mem=7M959
0.49	   
0.49	   solver IterativeSystematicSolver being built... 
0.64	       =>  wckTime=0.346  cpuTime=0.25  mem=13M264
0.66	   
0.66	   preprocessing
0.66	     nbConstraintChecks=770  nbPropagations=135  nbRevisions=110  nbUselessRevisions=0  nbSingletonTests=18
0.66	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.66	       =>  wckTime=0.015  cpuTime=0.0  mem=13M264
0.67	   
0.67	   search
0.67	     run=0  nbConstraintChecks=664  nbPropagations=287  nbRevisions=296  nbUselessRevisions=24  nbAssignments=26
0.67	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.67	     nbTooLargeKeys=0
0.67	       =>  wckTime=0.03  cpuTime=0.01  mem=14M256
0.68	   
0.68	   search
0.68	     run=1  nbConstraintChecks=1453  nbPropagations=768  nbRevisions=830  nbUselessRevisions=79  nbAssignments=62
0.68	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=111  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.68	     nbTooLargeKeys=0
0.68	       =>  wckTime=0.038  cpuTime=0.02  mem=14M256
0.69	   
0.69	   search
0.69	     run=2  nbConstraintChecks=2409  nbPropagations=1507  nbRevisions=1675  nbUselessRevisions=170  nbAssignments=111
0.69	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=200  nbRestartNogoods=7  mapSize=47  nbInferences=0
0.69	     nbTooLargeKeys=0
0.69	       =>  wckTime=0.048  cpuTime=0.03  mem=14M256
0.70	   
0.70	   search
0.70	     run=3  nbConstraintChecks=3497  nbPropagations=2566  nbRevisions=2873  nbUselessRevisions=285  nbAssignments=176
0.70	     nbFailedAssignments=69  nbBacktracks=80  nbVisitedNodes=315  nbRestartNogoods=12  mapSize=80  nbInferences=0
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.06  cpuTime=0.03  mem=14M256
0.72	   
0.72	   search
0.72	     run=4  nbConstraintChecks=4823  nbPropagations=4069  nbRevisions=4505  nbUselessRevisions=404  nbAssignments=271
0.72	     nbFailedAssignments=103  nbBacktracks=131  nbVisitedNodes=482  nbRestartNogoods=15  mapSize=131  nbInferences=4
0.72	     nbTooLargeKeys=0
0.72	       =>  wckTime=0.073  cpuTime=0.04  mem=14M256
0.73	   
0.73	   search
0.73	     run=5  nbConstraintChecks=6783  nbPropagations=6252  nbRevisions=6790  nbUselessRevisions=533  nbAssignments=416
0.73	     nbFailedAssignments=149  nbBacktracks=206  nbVisitedNodes=736  nbRestartNogoods=19  mapSize=206  nbInferences=21
0.73	     nbTooLargeKeys=0
0.73	       =>  wckTime=0.088  cpuTime=0.05  mem=14M256
0.75	   
0.75	   search
0.75	     run=6  nbConstraintChecks=9572  nbPropagations=9453  nbRevisions=10030  nbUselessRevisions=666  nbAssignments=635
0.75	     nbFailedAssignments=218  nbBacktracks=320  nbVisitedNodes=1124  nbRestartNogoods=23  mapSize=320  nbInferences=52
0.75	     nbTooLargeKeys=0
0.75	       =>  wckTime=0.104  cpuTime=0.06  mem=14M256
0.77	   
0.77	   search
0.77	     run=7  nbConstraintChecks=13649  nbPropagations=14169  nbRevisions=14681  nbUselessRevisions=806  nbAssignments=963
0.77	     nbFailedAssignments=318  nbBacktracks=490  nbVisitedNodes=1705  nbRestartNogoods=28  mapSize=490  nbInferences=105
0.77	     nbTooLargeKeys=0
0.77	       =>  wckTime=0.123  cpuTime=0.07  mem=14M256
0.79	   
0.79	   search
0.79	     run=8  nbConstraintChecks=20108  nbPropagations=21335  nbRevisions=21531  nbUselessRevisions=952
0.79	     nbAssignments=1489  nbFailedAssignments=457  nbBacktracks=746  nbVisitedNodes=2635  nbRestartNogoods=32
0.79	     mapSize=746  nbInferences=231  nbTooLargeKeys=0
0.79	       =>  wckTime=0.15  cpuTime=0.09  mem=14M256
0.83	   
0.83	   search
0.83	     run=9  nbConstraintChecks=30635  nbPropagations=32491  nbRevisions=31847  nbUselessRevisions=1102
0.83	     nbAssignments=2334  nbFailedAssignments=650  nbBacktracks=1131  nbVisitedNodes=4127  nbRestartNogoods=41
0.83	     mapSize=1131  nbInferences=492  nbTooLargeKeys=0
0.83	       =>  wckTime=0.185  cpuTime=0.11  mem=14M256
0.86	   
0.86	   search
0.86	     run=10  nbConstraintChecks=47405  nbPropagations=49914  nbRevisions=47506  nbUselessRevisions=1258
0.86	     nbAssignments=3648  nbFailedAssignments=918  nbBacktracks=1707  nbVisitedNodes=6430  nbRestartNogoods=49
0.86	     mapSize=1707  nbInferences=952  nbTooLargeKeys=0
0.86	       =>  wckTime=0.214  cpuTime=0.13  mem=14M256
0.89	   
0.89	   search
0.89	     run=11  nbConstraintChecks=77756  nbPropagations=78333  nbRevisions=72111  nbUselessRevisions=1415
0.89	     nbAssignments=5870  nbFailedAssignments=1247  nbBacktracks=2571  nbVisitedNodes=10332  nbRestartNogoods=52
0.89	     mapSize=2571  nbInferences=1974  nbTooLargeKeys=0
0.89	       =>  wckTime=0.251  cpuTime=0.17  mem=14M256
0.96	   
0.97	   search
0.97	     run=12  nbConstraintChecks=137414  nbPropagations=126765  nbRevisions=112384  nbUselessRevisions=1572
0.97	     nbAssignments=9705  nbFailedAssignments=1602  nbBacktracks=3868  nbVisitedNodes=17021  nbRestartNogoods=58
0.97	     mapSize=3868  nbInferences=4136  nbTooLargeKeys=0
0.97	       =>  wckTime=0.322  cpuTime=0.24  mem=14M256
1.08	   
1.08	   search
1.08	     run=13  nbConstraintChecks=256040  nbPropagations=211756  nbRevisions=180787  nbUselessRevisions=1731
1.08	     nbAssignments=16256  nbFailedAssignments=1989  nbBacktracks=5814  nbVisitedNodes=28559  nbRestartNogoods=63
1.08	     mapSize=5814  nbInferences=8349  nbTooLargeKeys=0
1.08	       =>  wckTime=0.44  cpuTime=0.36  mem=14M256
1.28	   
1.28	   search
1.28	     run=14  nbConstraintChecks=447941  nbPropagations=354455  nbRevisions=293443  nbUselessRevisions=1891
1.28	     nbAssignments=26424  nbFailedAssignments=2505  nbBacktracks=8733  nbVisitedNodes=46480  nbRestartNogoods=69
1.28	     mapSize=8733  nbInferences=15073  nbTooLargeKeys=0
1.28	       =>  wckTime=0.635  cpuTime=0.54  mem=15M231
1.59	   
1.59	   search
1.59	     run=15  nbConstraintChecks=778801  nbPropagations=592095  nbRevisions=478935  nbUselessRevisions=2181
1.59	     nbAssignments=42648  nbFailedAssignments=3153  nbBacktracks=13111  nbVisitedNodes=75093  nbRestartNogoods=85
1.59	     mapSize=13109  nbInferences=26252  nbTooLargeKeys=0
1.59	       =>  wckTime=0.951  cpuTime=0.85  mem=16M337
2.12	   
2.12	   search
2.12	     run=16  nbConstraintChecks=1422824  nbPropagations=998810  nbRevisions=794302  nbUselessRevisions=2692
2.12	     nbAssignments=69696  nbFailedAssignments=3802  nbBacktracks=19679  nbVisitedNodes=123175  nbRestartNogoods=97
2.12	     mapSize=19676  nbInferences=46079  nbTooLargeKeys=0
2.12	       =>  wckTime=1.474  cpuTime=1.37  mem=17M312
2.18	   
2.18	   search
2.18	     run=17  nbConstraintChecks=1510235  nbPropagations=1424678  nbRevisions=1124678  nbUselessRevisions=3238
2.18	     nbAssignments=72330  nbFailedAssignments=3823  nbBacktracks=20183  nbVisitedNodes=127951  nbRestartNogoods=102
2.18	     mapSize=20178  nbInferences=48186  nbTooLargeKeys=0
2.18	       =>  wckTime=1.535  cpuTime=1.43  mem=17M312
2.18	   
2.18	   global
2.18	     nbConstraintChecks=1511005  nbPropagations=1424813  nbRevisions=1124788  nbUselessRevisions=3238
2.18	     nbRestartNogoods=102  solvingWckTime=1.536  solvingCpuTime=1.43  expiredTime=no  totalExploration=yes
2.18	     nbFoundSolutions=0  globalCpuTime=1.74
2.18	       =>  wckTime=1.884  cpuTime=1.7  mem=17M312
2.18	   
2.18	s UNSATISFIABLE
2.18	d NODES 72330
2.18	d CHECKS 1511005
2.18	   
2.18	   totalWckTime=1.959  totalCpuTime=1.74

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/node25/watcher-198300-1168127172 -o ROOT/results/node25/solver-198300-1168127172 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198300-1168127172/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.34 0.83 0.97 5/86 17892
/proc/meminfo: memFree=1333752/2055920 swapFree=4192812/4192956
[pid=17891] ppid=17889 vsize=18540 CPUtime=0
/proc/17891/stat : 17891 (runsolver) R 17889 17891 16970 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 161110027 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17891/statm: 4635 279 244 17 0 2626 0

[startup+0.107383 s]
/proc/loadavg: 0.34 0.83 0.97 5/86 17892
/proc/meminfo: memFree=1333752/2055920 swapFree=4192812/4192956
[pid=17891] ppid=17889 vsize=914988 CPUtime=0.08
/proc/17891/stat : 17891 (java) R 17889 17891 16970 0 -1 0 3041 0 1 0 7 1 0 0 24 0 8 0 161110027 936947712 2787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642226 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17891/statm: 228747 2787 1443 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515454 s]
/proc/loadavg: 0.34 0.83 0.97 5/86 17892
/proc/meminfo: memFree=1333752/2055920 swapFree=4192812/4192956
[pid=17891] ppid=17889 vsize=915460 CPUtime=0.49
/proc/17891/stat : 17891 (java) R 17889 17891 16970 0 -1 0 6741 0 1 0 45 4 0 0 25 0 8 0 161110027 937431040 6479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152174119 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17891/statm: 228865 6479 2395 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33759 s]
/proc/loadavg: 0.47 0.85 0.98 3/93 17899
/proc/meminfo: memFree=1310208/2055920 swapFree=4192812/4192956
[pid=17891] ppid=17889 vsize=915460 CPUtime=1.3
/proc/17891/stat : 17891 (java) R 17889 17891 16970 0 -1 0 8713 0 1 0 124 6 0 0 25 0 8 0 161110027 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17891/statm: 228865 8451 2541 14 0 215335 0
[pid=17891/tid=17893] ppid=17889 vsize=915460 CPUtime=0.02
/proc/17891/task/17893/stat : 17893 (java) S 17889 17891 16970 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 161110031 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=915460 CPUtime=0
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 16970 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161110031 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=915460 CPUtime=0
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 16970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161110031 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=915460 CPUtime=0
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 16970 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 161110034 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=915460 CPUtime=0.17
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 16970 0 -1 64 359 0 0 0 16 1 0 0 15 0 8 0 161110034 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=915460 CPUtime=0
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 16970 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 161110034 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=915460 CPUtime=0
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 16970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161110034 937431040 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 2.22296
CPU time (s): 2.15867
CPU user time (s): 2.08668
CPU system time (s): 0.071989
CPU usage (%): 97.1077
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.08668
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9246
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= 976
involuntary context switches= 1241

runsolver used 0.004999 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 23:46:13 UTC 2007


IDJOB= 198300
IDBENCH= 3547
FILE ID= node25/198300-1168127172

PBS_JOBID= 3477890

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-11.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198300-1168127172/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-198300-1168127172 -o ROOT/results/node25/solver-198300-1168127172 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198300-1168127172/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  95945c013f6dac924e2f43d6bd15fc55

RANDOM SEED= 565785939

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.279
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.279
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:       1334552 kB
Buffers:         54716 kB
Cached:         543480 kB
SwapCached:          0 kB
Active:         152244 kB
Inactive:       495516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4732 kB
Writeback:           0 kB
Mapped:          71912 kB
Slab:            58456 kB
Committed_AS:  3164908 kB
PageTables:       2268 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= 66547 MiB



End job on node25 on Sat Jan  6 23:46:19 UTC 2007