Trace number 320088

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
tinisat 2007-02-08UNSAT 435.183 435.31

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark126.08
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.00/1.03	c Tinisat 0.22
1.00/1.03	c solving /tmp/evaluation/320088-1173040679/instance-320088-1173040679.cnf
1.00/1.03	c 263022 variables, 782329 clauses
435.06/435.28	s UNSATISFIABLE
435.06/435.28	c 1662770 decisions, 269126 conflicts, 157 restarts
435.06/435.28	c solved in 435.16s

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/node25/watcher-320088-1173040679 -o ROOT/results/node25/solver-320088-1173040679 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320088-1173040679/tinisat /tmp/evaluation/320088-1173040679/instance-320088-1173040679.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: 1.00 1.00 0.97 3/64 24030
/proc/meminfo: memFree=1804584/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=6828 CPUtime=0
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 98690127 6991872 82 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 1707 82 48 110 0 1594 0

[startup+0.0645261 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 24030
/proc/meminfo: memFree=1804584/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=7752 CPUtime=0.06
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 406 0 0 0 6 0 0 0 18 0 1 0 98690127 7938048 391 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 1938 391 48 110 0 1825 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7752

[startup+0.101527 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 24030
/proc/meminfo: memFree=1804584/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=8148 CPUtime=0.09
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 591 0 0 0 9 0 0 0 18 0 1 0 98690127 8343552 576 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 2037 576 48 110 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8148

[startup+0.301545 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 24030
/proc/meminfo: memFree=1804584/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=10920 CPUtime=0.29
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 1580 0 0 0 28 1 0 0 19 0 1 0 98690127 11182080 1565 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 2730 1565 48 110 0 2617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10920

[startup+0.70158 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 24030
/proc/meminfo: memFree=1804584/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=16464 CPUtime=0.69
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 3547 0 0 0 67 2 0 0 22 0 1 0 98690127 16859136 3532 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 4116 3532 48 110 0 4003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16464

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1784672/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=93192 CPUtime=1.49
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 19144 0 0 0 140 9 0 0 25 0 1 0 98690127 95428608 18357 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134610866 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 23298 18357 52 110 0 23185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93192

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1737568/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=83996 CPUtime=3.09
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 19850 0 0 0 300 9 0 0 25 0 1 0 98690127 86011904 16764 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 20999 16764 52 110 0 20886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83996

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1737056/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=83996 CPUtime=6.29
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 19906 0 0 0 619 10 0 0 25 0 1 0 98690127 86011904 16820 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 20999 16820 52 110 0 20886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83996

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1737056/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=83996 CPUtime=12.69
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 19955 0 0 0 1259 10 0 0 25 0 1 0 98690127 86011904 16869 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519668 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 20999 16869 52 110 0 20886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83996

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1736480/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=83996 CPUtime=25.48
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 20117 0 0 0 2538 10 0 0 25 0 1 0 98690127 86011904 17031 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 20999 17031 52 110 0 20886 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83996

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1735008/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=83996 CPUtime=51.07
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 20495 0 0 0 5096 11 0 0 25 0 1 0 98690127 86011904 17409 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 20999 17409 52 110 0 20886 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 83996

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1730720/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=83996 CPUtime=102.26
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 21561 0 0 0 10214 12 0 0 25 0 1 0 98690127 86011904 18475 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 20999 18475 52 110 0 20886 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83996

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1717600/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=124744 CPUtime=162.24
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 24903 0 0 0 16208 16 0 0 25 0 1 0 98690127 127737856 21817 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 31186 21817 52 110 0 31073 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 124744

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1705312/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=124744 CPUtime=222.22
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 27895 0 0 0 22203 19 0 0 25 0 1 0 98690127 127737856 24809 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 31186 24809 52 110 0 31073 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 124744

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1694240/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=124744 CPUtime=282.21
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 30684 0 0 0 28198 23 0 0 25 0 1 0 98690127 127737856 27598 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 31186 27598 52 110 0 31073 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 124744

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1672032/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=342.19
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 36191 0 0 0 34190 29 0 0 25 0 1 0 98690127 211189760 33105 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 33105 52 110 0 51447 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 206240

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1663904/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=402.17
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 38222 0 0 0 40186 31 0 0 25 0 1 0 98690127 211189760 35136 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 35136 52 110 0 51447 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 206240

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1663072/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=409.37
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 38415 0 0 0 40906 31 0 0 25 0 1 0 98690127 211189760 35329 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 35329 52 110 0 51447 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 206240

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1661408/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=422.18
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 38811 0 0 0 42186 32 0 0 25 0 1 0 98690127 211189760 35725 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 35725 52 110 0 51447 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 206240

[startup+428.701 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1660832/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=428.57
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 38993 0 0 0 42825 32 0 0 25 0 1 0 98690127 211189760 35907 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 35907 52 110 0 51447 0
Current children cumulated CPU time (s) 428.57
Current children cumulated vsize (KiB) 206240

[startup+431.901 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1660384/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=431.77
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 39106 0 0 0 43145 32 0 0 25 0 1 0 98690127 211189760 36020 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 36020 52 110 0 51447 0
Current children cumulated CPU time (s) 431.77
Current children cumulated vsize (KiB) 206240

[startup+433.501 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1660000/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=433.36
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 39173 0 0 0 43304 32 0 0 25 0 1 0 98690127 211189760 36087 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519777 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 36087 52 110 0 51447 0
Current children cumulated CPU time (s) 433.36
Current children cumulated vsize (KiB) 206240

[startup+434.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1660000/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=434.16
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 39200 0 0 0 43384 32 0 0 25 0 1 0 98690127 211189760 36114 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515397 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 36114 52 110 0 51447 0
Current children cumulated CPU time (s) 434.16
Current children cumulated vsize (KiB) 206240

[startup+435.102 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1659872/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=206240 CPUtime=434.96
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194304 39224 0 0 0 43464 32 0 0 25 0 1 0 98690127 211189760 36138 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 51560 36138 52 110 0 51447 0
Current children cumulated CPU time (s) 434.96
Current children cumulated vsize (KiB) 206240

[startup+435.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 24031
/proc/meminfo: memFree=1659872/2055920 swapFree=4183752/4192956
[pid=24030] ppid=24028 vsize=0 CPUtime=435.16
/proc/24030/stat : 24030 (tinisat) R 24028 24030 22717 0 -1 4194308 39233 0 0 0 43482 34 0 0 25 0 1 0 98690127 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/24030/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 435.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 435.31
CPU time (s): 435.183
CPU user time (s): 434.829
CPU system time (s): 0.353946
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 206240

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

runsolver used 0.304953 second user time and 0.894863 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Mar  4 20:37:59 UTC 2007

IDJOB= 320088
IDBENCH= 20495
IDSOLVER= 100
FILE ID= node25/320088-1173040679

PBS_JOBID= 4012466

Free space on /tmp= 66534 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= /tmp/evaluation/320088-1173040679/tinisat /tmp/evaluation/320088-1173040679/instance-320088-1173040679.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-320088-1173040679 -o ROOT/results/node25/solver-320088-1173040679 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320088-1173040679/tinisat /tmp/evaluation/320088-1173040679/instance-320088-1173040679.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  e11b8f7666247454d93edb47f1646e2c

RANDOM SEED= 877023596

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
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.232
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:       1804992 kB
Buffers:         11356 kB
Cached:         162888 kB
SwapCached:       3100 kB
Active:          47928 kB
Inactive:       139052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804992 kB
SwapTotal:     4192956 kB
SwapFree:      4183752 kB
Dirty:           14544 kB
Writeback:           0 kB
Mapped:          18812 kB
Slab:            49972 kB
Committed_AS:   250944 kB
PageTables:       1484 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= 66534 MiB

End job on node25 on Sun Mar  4 20:45:15 UTC 2007