Trace number 314586

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
minimarch 2007-02-08UNSAT 403.522 403.631

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-06.cnf
MD5SUM7fecd449fbdae0a526f53e395d9a04d4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark176.159
Satisfiable
(Un)Satisfiability was proved
Number of variables46335
Number of clauses632886
Sum of the clauses size1813066
Maximum clause length36174
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2579116
Number of clauses of size 315779
Number of clauses of size 4960
Number of clauses of size 5277
Number of clauses of size over 536753

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  46335                                                |
0.00/0.00	|  Number of clauses:    632886                                               |
1.59/1.61	|  Parsing time:         1.55         s                                       |
94.27/94.38	============================[ Search Statistics ]==============================
94.27/94.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
94.27/94.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
94.27/94.38	===============================================================================
94.27/94.38	|         0 |    4892    27811    95215 |     9270        0    nan |  0.000 % |
94.37/94.41	|       100 |    4892    27811    95215 |    10197      100      6 | 78.084 % |
94.37/94.43	|       251 |    4892    27811    95215 |    11217      251      9 | 78.084 % |
94.37/94.47	|       476 |    4885    27811    95215 |    12338      471      9 | 78.140 % |
94.47/94.54	|       813 |    4885    27811    95215 |    13572      808     11 | 78.140 % |
94.47/94.59	|      1319 |    4885    27811    95215 |    14929     1314     12 | 78.140 % |
94.67/94.73	|      2078 |    4885    27811    95215 |    16422     2073     13 | 78.140 % |
94.87/94.91	|      3217 |    4885    27811    95215 |    18065     3212     14 | 78.140 % |
95.17/95.25	|      4925 |    4885    27811    95215 |    19871     4918     19 | 78.144 % |
95.77/95.81	|      7487 |    4884    27811    95215 |    21858     7480     19 | 78.144 % |
96.77/96.86	|     11331 |    4863    26877    88283 |    24044    11315     19 | 78.146 % |
98.67/98.75	|     17097 |    4861    26847    88223 |    26449    17079     19 | 78.150 % |
101.67/101.71	|     25746 |    4860    26832    88193 |    29094    25726     20 | 78.153 % |
111.17/111.25	|     38720 |    4860    26832    88193 |    32003    38700     22 | 78.153 % |
125.26/125.34	|     58181 |    4854    26762    87937 |    35204    58155     23 | 78.166 % |
150.25/150.33	|     87373 |    4851    26722    87855 |    38724    35199     22 | 78.172 % |
193.65/193.76	|    131163 |    4842    26625    87590 |    42596    25417     18 | 78.191 % |
252.13/252.20	|    196847 |    4841    26610    87560 |    46856    35557     16 | 78.194 % |
354.40/354.51	|    295373 |    4835    26559    87424 |    51542    73566     17 | 78.207 % |
403.49/403.62	===============================================================================
403.49/403.62	lookaheads            : 396372
403.49/403.62	variable balance      : 0.00
403.49/403.62	restarts              : 19
403.49/403.62	conflicts             : 341736         (847 /sec)
403.49/403.62	decisions             : 396372         (1.18 % random) (982 /sec)
403.49/403.62	decision = positive   : 179393
403.49/403.62	decision = negative   : 216979
403.49/403.62	propagations          : 210629273      (522093 /sec)
403.49/403.62	conflict literals     : 7149552        (66.87 % deleted)
403.49/403.62	Memory used           : 48.44 MB
403.49/403.62	CPU time              : 403.433 s
403.49/403.62	
403.49/403.62	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/node68/watcher-314586-1172639225 -o ROOT/results/node68/solver-314586-1172639225 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314586-1172639225/minimarch /tmp/evaluation/314586-1172639225/instance-314586-1172639225.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.97 0.97 3/64 12814
/proc/meminfo: memFree=1695208/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=2440 CPUtime=0
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 283880148 2498560 504 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553814 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 610 504 49 132 0 475 0

[startup+0.105882 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 12814
/proc/meminfo: memFree=1695208/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=14676 CPUtime=0.09
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 3093 0 0 0 8 1 0 0 18 0 1 0 283880148 15028224 3077 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 3669 3078 51 132 0 3534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14676

[startup+0.20189 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 12814
/proc/meminfo: memFree=1695208/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=22220 CPUtime=0.19
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 4841 0 0 0 16 3 0 0 18 0 1 0 283880148 22753280 4825 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 5555 4826 51 132 0 5420 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22220

[startup+0.3019 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 12814
/proc/meminfo: memFree=1695208/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=29312 CPUtime=0.29
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 6562 0 0 0 26 3 0 0 19 0 1 0 283880148 30015488 6546 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 7328 6546 51 132 0 7193 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29312

[startup+0.701935 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 12814
/proc/meminfo: memFree=1695208/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45232 CPUtime=0.69
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10607 0 0 0 63 6 0 0 22 0 1 0 283880148 46317568 10591 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11308 10591 51 132 0 11173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45232

[startup+1.50201 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 12815
/proc/meminfo: memFree=1653024/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45232 CPUtime=1.49
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10607 0 0 0 143 6 0 0 25 0 1 0 283880148 46317568 10591 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523091 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11308 10591 51 132 0 11173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45232

[startup+3.10115 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 12815
/proc/meminfo: memFree=1652832/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45228 CPUtime=3.09
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10619 0 0 0 303 6 0 0 25 0 1 0 283880148 46313472 10603 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531688 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11307 10603 62 132 0 11172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45228

[startup+6.30244 s]
/proc/loadavg: 1.01 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1652576/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45228 CPUtime=6.29
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10619 0 0 0 623 6 0 0 25 0 1 0 283880148 46313472 10603 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531688 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11307 10603 62 132 0 11172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45228

[startup+12.701 s]
/proc/loadavg: 1.01 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1652704/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45228 CPUtime=12.69
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10619 0 0 0 1263 6 0 0 25 0 1 0 283880148 46313472 10603 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531685 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11307 10603 62 132 0 11172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45228

[startup+25.5012 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1652832/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45228 CPUtime=25.48
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10619 0 0 0 2542 6 0 0 25 0 1 0 283880148 46313472 10603 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531702 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11307 10603 62 132 0 11172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45228

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1652896/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=45228 CPUtime=51.08
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 10619 0 0 0 5102 6 0 0 25 0 1 0 283880148 46313472 10603 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531702 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 11307 10603 62 132 0 11172 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45228

[startup+102.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=102.27
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13212 0 0 0 10219 8 0 0 25 0 1 0 283880148 50790400 11916 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551536 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11916 66 132 0 12265 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49600

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=162.25
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13212 0 0 0 16217 8 0 0 25 0 1 0 283880148 50790400 11916 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11916 66 132 0 12265 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49600

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=222.24
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13213 0 0 0 22216 8 0 0 25 0 1 0 283880148 50790400 11917 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11917 66 132 0 12265 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 49600

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=282.22
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13215 0 0 0 28214 8 0 0 25 0 1 0 283880148 50790400 11919 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11919 66 132 0 12265 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 49600

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=342.2
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13215 0 0 0 34212 8 0 0 25 0 1 0 283880148 50790400 11919 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11919 66 132 0 12265 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 49600

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=402.19
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13216 0 0 0 40211 8 0 0 25 0 1 0 283880148 50790400 11920 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11920 66 132 0 12265 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 49600

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

[startup+402.401 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=402.29
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13216 0 0 0 40221 8 0 0 25 0 1 0 283880148 50790400 11920 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553238 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11920 66 132 0 12265 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 49600

[startup+403.201 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=403.09
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13216 0 0 0 40301 8 0 0 25 0 1 0 283880148 50790400 11920 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11920 66 132 0 12265 0
Current children cumulated CPU time (s) 403.09
Current children cumulated vsize (KiB) 49600

[startup+403.602 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 12815
/proc/meminfo: memFree=1647712/2055920 swapFree=4183092/4192956
[pid=12814] ppid=12812 vsize=49600 CPUtime=403.49
/proc/12814/stat : 12814 (minimarch) R 12812 12814 12318 0 -1 4194304 13216 0 0 0 40341 8 0 0 25 0 1 0 283880148 50790400 11920 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12814/statm: 12400 11920 66 132 0 12265 0
Current children cumulated CPU time (s) 403.49
Current children cumulated vsize (KiB) 49600

Child status: 20
Real time (s): 403.631
CPU time (s): 403.522
CPU user time (s): 403.433
CPU system time (s): 0.088986
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 55848

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

runsolver used 0.286956 second user time and 0.830873 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Feb 28 05:07:05 UTC 2007

IDJOB= 314586
IDBENCH= 20395
IDSOLVER= 110
FILE ID= node68/314586-1172639225

PBS_JOBID= 3981164

Free space on /tmp= 66468 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-06.cnf
COMMAND LINE= /tmp/evaluation/314586-1172639225/minimarch /tmp/evaluation/314586-1172639225/instance-314586-1172639225.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-314586-1172639225 -o ROOT/results/node68/solver-314586-1172639225 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314586-1172639225/minimarch /tmp/evaluation/314586-1172639225/instance-314586-1172639225.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 98381844

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.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:       1695744 kB
Buffers:         22896 kB
Cached:         285976 kB
SwapCached:       3588 kB
Active:          55640 kB
Inactive:       262572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695744 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:           14076 kB
Writeback:           0 kB
Mapped:          15328 kB
Slab:            28068 kB
Committed_AS:   765576 kB
PageTables:       1380 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= 66468 MiB

End job on node68 on Wed Feb 28 05:13:49 UTC 2007