Trace number 310857

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 567.921 568.072

General information on the benchmark

Namerandom/2+p/p0.8/v1295/
unif2p-p0.8-v1295-c4027-S846304296-04-UNSAT.cnf
MD5SUM6c6574c6e53b7d1ef3d1cc6ac9e5dec3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.15561
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses4026
Sum of the clauses size11273
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2805
Number of clauses of size 33221
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/310857-1172562305/instance-310857-1172562305.cnf
0.00/0.00	c 1295 variables, 4026 clauses
567.87/568.06	s UNSATISFIABLE
567.87/568.06	c 359178 decisions, 282880 conflicts, 172 restarts
567.87/568.06	c solved in 567.91s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-310857-1172562305 -o ROOT/results/node38/solver-310857-1172562305 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/310857-1172562305/tinisat /tmp/evaluation/310857-1172562305/instance-310857-1172562305.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.99 0.97 0.99 3/64 29252
/proc/meminfo: memFree=1875560/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=716 CPUtime=0
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 276186374 733184 82 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 179 82 48 110 0 66 0

[startup+0.107308 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29252
/proc/meminfo: memFree=1875560/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=1344 CPUtime=0.1
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 223 0 0 0 10 0 0 0 18 0 1 0 276186374 1376256 207 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519670 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 336 207 52 110 0 223 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1344

[startup+0.515353 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29252
/proc/meminfo: memFree=1875560/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=1824 CPUtime=0.51
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 330 0 0 0 51 0 0 0 21 0 1 0 276186374 1867776 314 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517124 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 456 314 52 110 0 343 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1824

[startup+1.33545 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29253
/proc/meminfo: memFree=1873888/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=3064 CPUtime=1.33
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 520 0 0 0 133 0 0 0 25 0 1 0 276186374 3137536 504 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515346 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 766 504 52 110 0 653 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3064

[startup+2.97163 s]
/proc/loadavg: 1.07 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1872992/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=5244 CPUtime=2.96
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 786 0 0 0 296 0 0 0 25 0 1 0 276186374 5369856 770 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 1311 770 52 110 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5244

[startup+6.25201 s]
/proc/loadavg: 1.07 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1871328/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=5512 CPUtime=6.25
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 1126 0 0 0 624 1 0 0 25 0 1 0 276186374 5644288 1110 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 1378 1110 52 110 0 1265 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 5512

[startup+12.7067 s]
/proc/loadavg: 1.06 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1869160/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=9736 CPUtime=12.7
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 1647 0 0 0 1269 1 0 0 25 0 1 0 276186374 9969664 1598 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 2434 1598 52 110 0 2321 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9736

[startup+25.6082 s]
/proc/loadavg: 1.05 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1866536/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=10312 CPUtime=25.6
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 2329 0 0 0 2558 2 0 0 25 0 1 0 276186374 10559488 2280 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 2578 2280 52 110 0 2465 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 10312

[startup+51.2141 s]
/proc/loadavg: 1.03 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1862632/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=18988 CPUtime=51.19
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 3328 0 0 0 5115 4 0 0 25 0 1 0 276186374 19443712 3214 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520003 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 4747 3214 52 110 0 4634 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 18988

[startup+102.423 s]
/proc/loadavg: 1.01 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1856808/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=20128 CPUtime=102.39
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 4774 0 0 0 10233 6 0 0 25 0 1 0 276186374 20611072 4660 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 5032 4660 52 110 0 4919 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 20128

[startup+162.441 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1852072/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=36876 CPUtime=162.39
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 6050 0 0 0 16232 7 0 0 25 0 1 0 276186374 37761024 5807 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 9219 5807 52 110 0 9106 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 36876

[startup+222.458 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1848232/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=37784 CPUtime=222.39
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 6996 0 0 0 22231 8 0 0 25 0 1 0 276186374 38690816 6753 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 9446 6753 52 110 0 9333 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 37784

[startup+282.476 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1844520/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=38196 CPUtime=282.39
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 7923 0 0 0 28230 9 0 0 25 0 1 0 276186374 39112704 7680 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 9549 7680 52 110 0 9436 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 38196

[startup+342.493 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1840872/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=38508 CPUtime=342.4
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 8794 0 0 0 34230 10 0 0 25 0 1 0 276186374 39432192 8551 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 9627 8551 52 110 0 9514 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 38508

[startup+402.514 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1837672/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=39320 CPUtime=402.39
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 9603 0 0 0 40228 11 0 0 25 0 1 0 276186374 40263680 9360 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 9830 9360 52 110 0 9717 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 39320

[startup+462.532 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1835048/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=70488 CPUtime=462.4
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 10252 0 0 0 46227 13 0 0 25 0 1 0 276186374 72179712 10009 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 17622 10009 52 110 0 17509 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 70488

[startup+522.55 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1832360/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=71968 CPUtime=522.4
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11194 0 0 0 52226 14 0 0 25 0 1 0 276186374 73695232 10694 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519873 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 17992 10694 52 110 0 17879 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 71968

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

[startup+524.395 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1832232/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=71968 CPUtime=524.25
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11213 0 0 0 52411 14 0 0 25 0 1 0 276186374 73695232 10713 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 17992 10713 52 110 0 17879 0
Current children cumulated CPU time (s) 524.25
Current children cumulated vsize (KiB) 71968

[startup+550.613 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1831272/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=550.46
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11460 0 0 0 55032 14 0 0 25 0 1 0 276186374 73891840 10960 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 10960 52 110 0 17927 0
Current children cumulated CPU time (s) 550.46
Current children cumulated vsize (KiB) 72160

[startup+557.171 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1831016/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=557.01
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11520 0 0 0 55687 14 0 0 25 0 1 0 276186374 73891840 11020 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 11020 52 110 0 17927 0
Current children cumulated CPU time (s) 557.01
Current children cumulated vsize (KiB) 72160

[startup+563.727 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1830760/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=563.56
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11577 0 0 0 56342 14 0 0 25 0 1 0 276186374 73891840 11077 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 11077 52 110 0 17927 0
Current children cumulated CPU time (s) 563.56
Current children cumulated vsize (KiB) 72160

[startup+565.363 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1830696/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=565.2
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11590 0 0 0 56506 14 0 0 25 0 1 0 276186374 73891840 11090 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 11090 52 110 0 17927 0
Current children cumulated CPU time (s) 565.2
Current children cumulated vsize (KiB) 72160

[startup+567.003 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1830632/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=566.85
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11606 0 0 0 56670 15 0 0 25 0 1 0 276186374 73891840 11106 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 11106 52 110 0 17927 0
Current children cumulated CPU time (s) 566.85
Current children cumulated vsize (KiB) 72160

[startup+567.819 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1830568/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=567.67
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11613 0 0 0 56752 15 0 0 25 0 1 0 276186374 73891840 11113 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 11113 52 110 0 17927 0
Current children cumulated CPU time (s) 567.67
Current children cumulated vsize (KiB) 72160

[startup+568.027 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 29253
/proc/meminfo: memFree=1830568/2055920 swapFree=4183692/4192956
[pid=29252] ppid=29250 vsize=72160 CPUtime=567.87
/proc/29252/stat : 29252 (tinisat) R 29250 29252 28181 0 -1 4194304 11615 0 0 0 56772 15 0 0 25 0 1 0 276186374 73891840 11115 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29252/statm: 18040 11115 52 110 0 17927 0
Current children cumulated CPU time (s) 567.87
Current children cumulated vsize (KiB) 72160

Child status: 20
Real time (s): 568.072
CPU time (s): 567.921
CPU user time (s): 567.763
CPU system time (s): 0.157975
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 72160

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

runsolver used 0.396939 second user time and 1.12283 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue Feb 27 07:45:05 UTC 2007

IDJOB= 310857
IDBENCH= 20298
IDSOLVER= 100
FILE ID= node38/310857-1172562305

PBS_JOBID= 3971865

Free space on /tmp= 66560 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1295/unif2p-p0.8-v1295-c4027-S846304296-04-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/310857-1172562305/tinisat /tmp/evaluation/310857-1172562305/instance-310857-1172562305.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-310857-1172562305 -o ROOT/results/node38/solver-310857-1172562305 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/310857-1172562305/tinisat /tmp/evaluation/310857-1172562305/instance-310857-1172562305.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  6c6574c6e53b7d1ef3d1cc6ac9e5dec3

RANDOM SEED= 844428537

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1876032 kB
Buffers:         22704 kB
Cached:         110168 kB
SwapCached:       3468 kB
Active:          72368 kB
Inactive:        70396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876032 kB
SwapTotal:     4192956 kB
SwapFree:      4183692 kB
Dirty:             576 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            23192 kB
Committed_AS:   577428 kB
PageTables:       1468 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= 66560 MiB

End job on node38 on Tue Feb 27 07:54:34 UTC 2007