Trace number 315383

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
MXC 2007-02-08UNSAT 134.599 134.62

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.2144
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data (download as text)

134.58/134.61	c MXC attempting /tmp/evaluation/315383-1172653367/instance-315383-1172653367.cnf
134.58/134.61	c 28 assignments made, starting to guess now
134.58/134.61	c ===================================[MXC]=====================================
134.58/134.61	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
134.58/134.61	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
134.58/134.61	c =============================================================================
134.58/134.61	c |         0 |   84246   413017 |   28082       0       0     nan |  0.032 % |
134.58/134.61	c |       100 |   84246   413017 |   30890      94    2308    24.6 |  0.032 % |
134.58/134.61	c |       250 |   84246   413017 |   33979     231    8366    36.2 |  0.032 % |
134.58/134.61	c |       475 |   84246   413017 |   37377     449   12802    28.5 |  0.032 % |
134.58/134.61	c |       812 |   84186   412746 |   41114     778   25325    32.6 |  0.059 % |
134.58/134.61	c |      1318 |   84186   412746 |   45226    1281   38174    29.8 |  0.059 % |
134.58/134.61	c |      2077 |   84186   412746 |   49748    2036  192521    94.6 |  0.059 % |
134.58/134.61	c |      3216 |   84186   412746 |   54723    3161  242868    76.8 |  0.059 % |
134.58/134.61	c |      4924 |   84186   412746 |   60196    4834  304623    63.0 |  0.059 % |
134.58/134.61	c |      7486 |   84186   412746 |   66215    7388  405023    54.8 |  0.059 % |
134.58/134.61	c |     11332 |   84186   412746 |   72837   11197  573273    51.2 |  0.059 % |
134.58/134.61	c |     17098 |   84186   412746 |   80121   16935  772251    45.6 |  0.059 % |
134.58/134.61	c |     25749 |   84186   412746 |   88133   25571 1198639    46.9 |  0.059 % |
134.58/134.61	c |     38726 |   84186   412746 |   96946   38542 1540487    40.0 |  0.059 % |
134.58/134.61	c |     58188 |   84077   412308 |  106641   57969 2238280    38.6 |  0.104 % |
134.58/134.61	c 134.600s elapsed
134.58/134.61	c restarts: 14
134.58/134.61	c decisions: 144622
134.58/134.61	c propagations: 228455950
134.58/134.61	c conflicts: 84275
134.58/134.61	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-315383-1172653367 -o ROOT/results/node16/solver-315383-1172653367 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315383-1172653367/mxc /tmp/evaluation/315383-1172653367/instance-315383-1172653367.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32106
/proc/meminfo: memFree=1368096/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=8160 CPUtime=0
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 769 0 0 0 0 0 0 0 18 0 1 0 285291006 8355840 753 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 2040 758 42 122 0 1914 0

[startup+0.0797059 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32106
/proc/meminfo: memFree=1368096/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=20536 CPUtime=0.07
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 4536 0 0 0 5 2 0 0 18 0 1 0 285291006 21028864 4520 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 5134 4520 46 122 0 5008 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20536

[startup+0.101703 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32106
/proc/meminfo: memFree=1368096/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=21460 CPUtime=0.09
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 4788 0 0 0 7 2 0 0 18 0 1 0 285291006 21975040 4772 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 5365 4773 46 122 0 5239 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21460

[startup+0.30168 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32106
/proc/meminfo: memFree=1368096/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=19104 CPUtime=0.29
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 5964 0 0 0 27 2 0 0 19 0 1 0 285291006 19562496 4141 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134528104 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 4776 4141 58 122 0 4650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19104

[startup+0.701632 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32106
/proc/meminfo: memFree=1368096/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=19104 CPUtime=0.69
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 5980 0 0 0 67 2 0 0 23 0 1 0 285291006 19562496 4157 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134528293 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 4776 4157 59 122 0 4650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19104

[startup+1.50254 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1351576/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=19104 CPUtime=1.49
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 5996 0 0 0 147 2 0 0 25 0 1 0 285291006 19562496 4173 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134530564 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 4776 4173 59 122 0 4650 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19104

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1351320/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=19368 CPUtime=3.09
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 6043 0 0 0 306 3 0 0 25 0 1 0 285291006 19832832 4220 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 4842 4220 59 122 0 4716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19368

[startup+6.30198 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1350488/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=20160 CPUtime=6.29
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 6243 0 0 0 626 3 0 0 25 0 1 0 285291006 20643840 4420 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134531171 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 5040 4420 59 122 0 4914 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20160

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1349656/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=21084 CPUtime=12.69
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 6470 0 0 0 1266 3 0 0 25 0 1 0 285291006 21590016 4647 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 5271 4647 59 122 0 5145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21084

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1348568/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=22140 CPUtime=25.49
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 6736 0 0 0 2545 4 0 0 25 0 1 0 285291006 22671360 4913 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 5535 4913 59 122 0 5409 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22140

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1344856/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=25840 CPUtime=51.08
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 7675 0 0 0 5103 5 0 0 25 0 1 0 285291006 26460160 5852 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519651 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 6460 5852 59 122 0 6334 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25840

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1339224/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=31548 CPUtime=102.29
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9066 0 0 0 10221 8 0 0 25 0 1 0 285291006 32305152 7243 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 7887 7243 59 122 0 7761 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 31548

Solver just ended. Dumping a history of the last processes samples

[startup+115.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1338264/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=32740 CPUtime=115.09
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9317 0 0 0 11500 9 0 0 25 0 1 0 285291006 33525760 7494 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8185 7494 59 122 0 8059 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 32740

[startup+127.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1337112/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=33860 CPUtime=127.88
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9586 0 0 0 12779 9 0 0 25 0 1 0 285291006 34672640 7763 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8465 7763 59 122 0 8339 0
Current children cumulated CPU time (s) 127.88
Current children cumulated vsize (KiB) 33860

[startup+131.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1336920/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=34124 CPUtime=131.08
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9642 0 0 0 13099 9 0 0 25 0 1 0 285291006 34942976 7819 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8531 7819 59 122 0 8405 0
Current children cumulated CPU time (s) 131.08
Current children cumulated vsize (KiB) 34124

[startup+132.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1336792/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=34256 CPUtime=132.68
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9673 0 0 0 13259 9 0 0 25 0 1 0 285291006 35078144 7850 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8564 7850 59 122 0 8438 0
Current children cumulated CPU time (s) 132.68
Current children cumulated vsize (KiB) 34256

[startup+133.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1336728/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=34256 CPUtime=133.48
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9687 0 0 0 13339 9 0 0 25 0 1 0 285291006 35078144 7864 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519194 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8564 7864 59 122 0 8438 0
Current children cumulated CPU time (s) 133.48
Current children cumulated vsize (KiB) 34256

[startup+134.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1336664/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=34256 CPUtime=134.28
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9697 0 0 0 13419 9 0 0 25 0 1 0 285291006 35078144 7874 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8564 7874 59 122 0 8438 0
Current children cumulated CPU time (s) 134.28
Current children cumulated vsize (KiB) 34256

[startup+134.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1336664/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=34256 CPUtime=134.48
/proc/32106/stat : 32106 (mxc) R 32104 32106 31692 0 -1 4194304 9700 0 0 0 13439 9 0 0 25 0 1 0 285291006 35078144 7877 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8564 7877 59 122 0 8438 0
Current children cumulated CPU time (s) 134.48
Current children cumulated vsize (KiB) 34256

[startup+134.602 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 32107
/proc/meminfo: memFree=1336664/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=34256 CPUtime=134.58
/proc/32106/stat : 32106 (mxc) S 32104 32106 31692 0 -1 4194304 9703 0 0 0 13449 9 0 0 25 0 1 0 285291006 35078144 7880 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134550682 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 8564 7880 59 122 0 8438 0
Current children cumulated CPU time (s) 134.58
Current children cumulated vsize (KiB) 34256

Child status: 20
Real time (s): 134.62
CPU time (s): 134.599
CPU user time (s): 134.495
CPU system time (s): 0.103984
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 34256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.495
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2821

runsolver used 0.145977 second user time and 0.348946 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Wed Feb 28 09:02:47 UTC 2007

IDJOB= 315383
IDBENCH= 20415
IDSOLVER= 107
FILE ID= node16/315383-1172653367

PBS_JOBID= 3980944

Free space on /tmp= 66478 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= /tmp/evaluation/315383-1172653367/mxc /tmp/evaluation/315383-1172653367/instance-315383-1172653367.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-315383-1172653367 -o ROOT/results/node16/solver-315383-1172653367 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315383-1172653367/mxc /tmp/evaluation/315383-1172653367/instance-315383-1172653367.cnf            

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  4b97e69214a2eddbe060a9ecc3dfbbd8

RANDOM SEED= 491307580

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1368504 kB
Buffers:         51604 kB
Cached:         516876 kB
SwapCached:          0 kB
Active:         183952 kB
Inactive:       438080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1368504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7928 kB
Writeback:           0 kB
Mapped:          72476 kB
Slab:            51020 kB
Committed_AS:  1151288 kB
PageTables:       1720 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= 66478 MiB

End job on node16 on Wed Feb 28 09:05:02 UTC 2007