Trace number 421474

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
minisat SAT 2007UNSAT 116.574 116.619

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.574
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  38290                                                |
0.00/0.00	c |  Number of clauses:    475249                                               |
0.19/0.23	c |  Parsing time:         0.21         s                                       |
2.89/2.99	c ============================[ Search Statistics ]==============================
2.89/2.99	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.89/2.99	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.89/2.99	c ===============================================================================
2.89/2.99	c |         0 |    4773    25980    87564 |     8660        0    nan |  0.000 % |
2.99/3.00	c |       100 |    4771    25980    87564 |     9526       99     11 | 74.560 % |
2.99/3.02	c |       251 |    4756    25980    87564 |    10478      248     15 | 74.636 % |
2.99/3.04	c |       477 |    4753    25980    87564 |    11526      472     13 | 74.644 % |
2.99/3.09	c |       814 |    4752    25980    87564 |    12679      808     23 | 74.646 % |
3.09/3.16	c |      1321 |    4706    25980    87564 |    13947     1313     26 | 76.764 % |
3.19/3.28	c |      2080 |    4699    25980    87564 |    15341     2069     27 | 76.835 % |
3.49/3.50	c |      3220 |    3888    20523    70495 |    16875     3163     30 | 76.866 % |
3.89/3.91	c |      4928 |    3887    20518    70477 |    18563     4870     31 | 76.869 % |
4.69/4.72	c |      7490 |    3881    20492    70423 |    20419     7427     35 | 76.900 % |
5.69/5.70	c |     11335 |    3866    20332    69927 |    22461    11268     35 | 76.923 % |
7.69/7.79	c |     17103 |    3834    20128    69334 |    24707    17028     35 | 77.007 % |
11.89/12.00	c |     25752 |    3832    20123    69316 |    27178    25675     37 | 77.012 % |
19.38/19.47	c |     38727 |    3826    20086    69182 |    29896    38645     37 | 77.028 % |
33.18/33.29	c |     58190 |    3809    19933    68671 |    32886    58104     35 | 77.072 % |
54.27/54.33	c |     87382 |    3807    19923    68635 |    36174    44753     26 | 77.078 % |
89.25/89.35	c |    131171 |    3752    19538    67455 |    39792    43604     29 | 77.221 % |
116.55/116.61	c ===============================================================================
116.55/116.61	c restarts              : 17
116.55/116.61	c conflicts             : 159794         (1371 /sec)
116.55/116.61	c decisions             : 191554         (1.09 % random) (1644 /sec)
116.55/116.61	c propagations          : 74102880       (635976 /sec)
116.55/116.61	c conflict literals     : 4915593        (64.75 % deleted)
116.55/116.61	c Memory used           : 21.59 MB
116.55/116.61	c CPU time              : 116.518 s
116.55/116.61	c 
116.55/116.61	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-421474-1177491811 -o ROOT/results/node13/solver-421474-1177491811 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421474-1177491811/minisat_noassertions /tmp/evaluation/421474-1177491811/instance-421474-1177491811.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.95 0.69 3/77 2011
/proc/meminfo: memFree=1818696/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=2476 CPUtime=0
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 532 0 0 0 0 0 0 0 18 0 1 0 197098967 2535424 518 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134687112 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 619 520 49 130 0 486 0

[startup+0.057881 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 2011
/proc/meminfo: memFree=1818696/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=6892 CPUtime=0.04
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 1530 0 0 0 4 0 0 0 18 0 1 0 197098967 7057408 1499 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 1723 1499 50 130 0 1590 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6892

[startup+0.10189 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 2011
/proc/meminfo: memFree=1818696/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=8040 CPUtime=0.09
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 1808 0 0 0 8 1 0 0 18 0 1 0 197098967 8232960 1777 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 2010 1777 50 130 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8040

[startup+0.301933 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 2011
/proc/meminfo: memFree=1818696/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=12372 CPUtime=0.29
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 2892 0 0 0 27 2 0 0 19 0 1 0 197098967 12668928 2833 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 3093 2833 62 130 0 2960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12372

[startup+0.703017 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 2011
/proc/meminfo: memFree=1818696/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=12372 CPUtime=0.7
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 2892 0 0 0 68 2 0 0 23 0 1 0 197098967 12668928 2833 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529241 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 3093 2833 62 130 0 2960 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 12372

[startup+1.50119 s]
/proc/loadavg: 0.92 0.95 0.69 2/78 2012
/proc/meminfo: memFree=1807488/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=16220 CPUtime=1.49
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 3862 0 0 0 147 2 0 0 25 0 1 0 197098967 16609280 3803 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 4055 3804 62 130 0 3922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16220

[startup+3.10153 s]
/proc/loadavg: 0.92 0.95 0.69 2/78 2012
/proc/meminfo: memFree=1801024/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=19260 CPUtime=3.09
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5045 0 0 0 306 3 0 0 25 0 1 0 197098967 19722240 4585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134551685 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 4815 4585 66 130 0 4682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19260

[startup+6.30121 s]
/proc/loadavg: 0.93 0.95 0.69 2/78 2012
/proc/meminfo: memFree=1800128/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=19260 CPUtime=6.29
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5045 0 0 0 626 3 0 0 25 0 1 0 197098967 19722240 4585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547282 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 4815 4585 66 130 0 4682 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19260

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.69 2/78 2012
/proc/meminfo: memFree=1800200/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=19260 CPUtime=12.69
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5045 0 0 0 1266 3 0 0 25 0 1 0 197098967 19722240 4585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 4815 4585 66 130 0 4682 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19260

[startup+25.5013 s]
/proc/loadavg: 0.95 0.96 0.70 2/78 2012
/proc/meminfo: memFree=1800328/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=19260 CPUtime=25.48
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5095 0 0 0 2545 3 0 0 25 0 1 0 197098967 19722240 4635 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 4815 4635 66 130 0 4682 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19260

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.70 2/78 2012
/proc/meminfo: memFree=1798280/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=21488 CPUtime=51.07
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5602 0 0 0 5103 4 0 0 25 0 1 0 197098967 22003712 5142 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548093 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5372 5142 66 130 0 5239 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21488

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.72 2/78 2012
/proc/meminfo: memFree=1797832/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=21792 CPUtime=102.26
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5702 0 0 0 10221 5 0 0 25 0 1 0 197098967 22315008 5242 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5448 5242 66 130 0 5315 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21792

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

[startup+108.702 s]
/proc/loadavg: 0.98 0.96 0.72 2/78 2012
/proc/meminfo: memFree=1797768/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=21964 CPUtime=108.65
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5727 0 0 0 10860 5 0 0 25 0 1 0 197098967 22491136 5267 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5491 5267 66 130 0 5358 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 21964

[startup+111.902 s]
/proc/loadavg: 0.98 0.96 0.72 2/78 2012
/proc/meminfo: memFree=1797768/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=21964 CPUtime=111.85
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5727 0 0 0 11180 5 0 0 25 0 1 0 197098967 22491136 5267 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5491 5267 66 130 0 5358 0
Current children cumulated CPU time (s) 111.85
Current children cumulated vsize (KiB) 21964

[startup+115.101 s]
/proc/loadavg: 0.99 0.97 0.72 2/78 2012
/proc/meminfo: memFree=1797704/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=22108 CPUtime=115.05
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5740 0 0 0 11500 5 0 0 25 0 1 0 197098967 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 22108

[startup+115.902 s]
/proc/loadavg: 0.99 0.97 0.72 2/78 2012
/proc/meminfo: memFree=1797704/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=22108 CPUtime=115.85
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5740 0 0 0 11580 5 0 0 25 0 1 0 197098967 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 115.85
Current children cumulated vsize (KiB) 22108

[startup+116.302 s]
/proc/loadavg: 0.99 0.97 0.72 2/78 2012
/proc/meminfo: memFree=1797704/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=22108 CPUtime=116.25
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5740 0 0 0 11620 5 0 0 25 0 1 0 197098967 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 116.25
Current children cumulated vsize (KiB) 22108

[startup+116.502 s]
/proc/loadavg: 0.99 0.97 0.72 2/78 2012
/proc/meminfo: memFree=1797704/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=22108 CPUtime=116.45
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5740 0 0 0 11640 5 0 0 25 0 1 0 197098967 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 116.45
Current children cumulated vsize (KiB) 22108

[startup+116.606 s]
/proc/loadavg: 0.99 0.97 0.72 2/78 2012
/proc/meminfo: memFree=1797704/2055920 swapFree=4159400/4192956
[pid=2011] ppid=2009 vsize=22108 CPUtime=116.55
/proc/2011/stat : 2011 (minisat_noasser) R 2009 2011 1692 0 -1 4194304 5740 0 0 0 11650 5 0 0 25 0 1 0 197098967 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2011/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 116.55
Current children cumulated vsize (KiB) 22108

Child status: 20
Real time (s): 116.619
CPU time (s): 116.574
CPU user time (s): 116.518
CPU system time (s): 0.055991
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 22108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.518
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5746
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= 2447

runsolver used 0.102984 second user time and 0.25896 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Apr 25 09:03:31 UTC 2007

IDJOB= 421474
IDBENCH= 20397
IDSOLVER= 188
FILE ID= node13/421474-1177491811

PBS_JOBID= 4685867

Free space on /tmp= 66352 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/421474-1177491811/minisat_noassertions /tmp/evaluation/421474-1177491811/instance-421474-1177491811.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-421474-1177491811 -o ROOT/results/node13/solver-421474-1177491811 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421474-1177491811/minisat_noassertions /tmp/evaluation/421474-1177491811/instance-421474-1177491811.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 623884360

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1819176 kB
Buffers:         36556 kB
Cached:         119536 kB
SwapCached:      12684 kB
Active:         109624 kB
Inactive:        69480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819176 kB
SwapTotal:     4192956 kB
SwapFree:      4159400 kB
Dirty:           10280 kB
Writeback:           0 kB
Mapped:          30080 kB
Slab:            43052 kB
Committed_AS:  6849884 kB
PageTables:       1872 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= 66352 MiB

End job on node13 on Wed Apr 25 09:05:28 UTC 2007