Trace number 370038

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
TTS 4.0UNSAT 378.303 378.435

General information on the benchmark

Namecrafted/spence/
hard/s97-100.cnf
MD5SUM7c361fbea07d8f97309d9c2b0cb47663
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark378.303
Satisfiable
(Un)Satisfiability was proved
Number of variables97
Number of clauses204
Sum of the clauses size612
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3204
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

378.27/378.42	c Command: /tmp/evaluation/370038-1177550853/tts-4-0 /tmp/evaluation/370038-1177550853/instance-370038-1177550853.cnf 
378.27/378.42	c CPU limit set to 5000.000000
378.27/378.42	c Variables = 97
378.27/378.42	c Clauses = 204
378.27/378.42	c Literals = 612
378.27/378.42	c Reduced size:
378.27/378.42	c Variables = 97
378.27/378.42	c Clauses = 204
378.27/378.42	c Literals = 612
378.27/378.42	c Independent sub-problems = 1
378.27/378.42	c Sub-problem with 97 variables
378.27/378.42	c using permutation method 3
378.27/378.42	c Ordering finished 0.490 seconds
378.27/378.42	c mapped 0.490 seconds
378.27/378.42	c permuted 0.490 seconds
378.27/378.42	c init finished 0.490 seconds
378.27/378.42	c tree built 0.490 seconds
378.27/378.42	c Partial assignments = 5614699, improvements = 901919
378.27/378.42	s UNSATISFIABLE
378.27/378.42	c Time = 378.34 seconds

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/node39/watcher-370038-1177550853 -o ROOT/results/node39/solver-370038-1177550853 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370038-1177550853/tts-4-0 /tmp/evaluation/370038-1177550853/instance-370038-1177550853.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.90 0.95 0.91 3/77 10410
/proc/meminfo: memFree=1721352/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=796 CPUtime=0
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 102 0 0 0 0 0 0 0 18 0 1 0 202997314 815104 88 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134555591 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 199 88 62 113 0 83 0

[startup+0.0298019 s]
/proc/loadavg: 0.90 0.95 0.91 3/77 10410
/proc/meminfo: memFree=1721352/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=796 CPUtime=0.02
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 102 0 0 0 2 0 0 0 18 0 1 0 202997314 815104 88 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134537011 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 199 88 62 113 0 83 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 796

[startup+0.101813 s]
/proc/loadavg: 0.90 0.95 0.91 3/77 10410
/proc/meminfo: memFree=1721352/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=796 CPUtime=0.1
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 102 0 0 0 10 0 0 0 18 0 1 0 202997314 815104 88 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134557414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 199 88 62 113 0 83 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 796

[startup+0.301846 s]
/proc/loadavg: 0.90 0.95 0.91 3/77 10410
/proc/meminfo: memFree=1721352/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=796 CPUtime=0.3
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 102 0 0 0 30 0 0 0 19 0 1 0 202997314 815104 88 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134555687 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 199 88 62 113 0 83 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 796

[startup+0.701914 s]
/proc/loadavg: 0.90 0.95 0.91 3/77 10410
/proc/meminfo: memFree=1721352/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=1360 CPUtime=0.7
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 254 0 0 0 70 0 0 0 22 0 1 0 202997314 1392640 240 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591729 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 340 240 67 113 0 224 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1360

[startup+1.50105 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 10411
/proc/meminfo: memFree=1720256/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=2064 CPUtime=1.49
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 432 0 0 0 149 0 0 0 25 0 1 0 202997314 2113536 418 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641343 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 516 418 67 113 0 400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2064

[startup+3.10132 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 10411
/proc/meminfo: memFree=1719296/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=3240 CPUtime=3.09
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 724 0 0 0 309 0 0 0 25 0 1 0 202997314 3317760 710 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641342 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 810 710 67 113 0 694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3240

[startup+6.30186 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 10411
/proc/meminfo: memFree=1717568/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=4644 CPUtime=6.29
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 1059 0 0 0 629 0 0 0 25 0 1 0 202997314 4755456 1045 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 1161 1045 67 113 0 1045 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4644

[startup+12.7019 s]
/proc/loadavg: 0.92 0.95 0.91 2/78 10411
/proc/meminfo: memFree=1714816/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=6992 CPUtime=12.69
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 1691 0 0 0 1268 1 0 0 25 0 1 0 202997314 7159808 1677 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 1748 1677 67 113 0 1632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6992

[startup+25.5011 s]
/proc/loadavg: 0.93 0.95 0.91 2/78 10411
/proc/meminfo: memFree=1711168/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=10504 CPUtime=25.48
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 2577 0 0 0 2547 1 0 0 25 0 1 0 202997314 10756096 2563 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 2626 2563 67 113 0 2510 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10504

[startup+51.1014 s]
/proc/loadavg: 1.02 0.97 0.91 3/78 10411
/proc/meminfo: memFree=1704960/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=16836 CPUtime=51.08
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 4125 0 0 0 5105 3 0 0 25 0 1 0 202997314 17240064 4111 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534371 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 4209 4111 67 113 0 4093 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16836

[startup+102.305 s]
/proc/loadavg: 1.07 0.99 0.92 2/78 10411
/proc/meminfo: memFree=1694272/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=27384 CPUtime=102.25
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 6768 0 0 0 10221 4 0 0 25 0 1 0 202997314 28041216 6754 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 6846 6754 67 113 0 6730 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 27384

[startup+162.301 s]
/proc/loadavg: 1.08 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1684608/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=36992 CPUtime=162.23
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 9178 0 0 0 16217 6 0 0 25 0 1 0 202997314 37879808 9164 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134623253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 9248 9164 67 113 0 9132 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 36992

[startup+222.301 s]
/proc/loadavg: 1.03 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1675392/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=46132 CPUtime=222.21
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 11465 0 0 0 22213 8 0 0 25 0 1 0 202997314 47239168 11451 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 11533 11451 67 113 0 11417 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46132

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1663808/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=57620 CPUtime=282.19
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 14346 0 0 0 28207 12 0 0 25 0 1 0 202997314 59002880 14332 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 14405 14332 67 113 0 14289 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 57620

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1659200/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=62308 CPUtime=342.18
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 15477 0 0 0 34204 14 0 0 25 0 1 0 202997314 63803392 15463 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 15577 15463 67 113 0 15461 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 62308

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

[startup+358.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1658048/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=63480 CPUtime=358.16
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 15779 0 0 0 35802 14 0 0 25 0 1 0 202997314 65003520 15765 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 15870 15765 67 113 0 15754 0
Current children cumulated CPU time (s) 358.16
Current children cumulated vsize (KiB) 63480

[startup+371.102 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1656448/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=64884 CPUtime=370.96
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16170 0 0 0 37082 14 0 0 25 0 1 0 202997314 66441216 16156 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16221 16156 67 113 0 16105 0
Current children cumulated CPU time (s) 370.96
Current children cumulated vsize (KiB) 64884

[startup+374.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1656064/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=65352 CPUtime=374.17
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16262 0 0 0 37402 15 0 0 25 0 1 0 202997314 66920448 16248 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534197 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16338 16248 67 113 0 16222 0
Current children cumulated CPU time (s) 374.17
Current children cumulated vsize (KiB) 65352

[startup+375.901 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1655936/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=65588 CPUtime=375.76
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16341 0 0 0 37561 15 0 0 25 0 1 0 202997314 67162112 16327 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534145 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16397 16327 67 113 0 16281 0
Current children cumulated CPU time (s) 375.76
Current children cumulated vsize (KiB) 65588

[startup+377.502 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1655424/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=66056 CPUtime=377.36
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16429 0 0 0 37721 15 0 0 25 0 1 0 202997314 67641344 16415 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534048 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16514 16415 67 113 0 16398 0
Current children cumulated CPU time (s) 377.36
Current children cumulated vsize (KiB) 66056

[startup+377.903 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1655424/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=66056 CPUtime=377.77
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16453 0 0 0 37762 15 0 0 25 0 1 0 202997314 67641344 16439 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16514 16439 67 113 0 16398 0
Current children cumulated CPU time (s) 377.77
Current children cumulated vsize (KiB) 66056

[startup+378.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1655232/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=66292 CPUtime=378.17
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16469 0 0 0 37802 15 0 0 25 0 1 0 202997314 67883008 16455 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16573 16455 67 113 0 16457 0
Current children cumulated CPU time (s) 378.17
Current children cumulated vsize (KiB) 66292

[startup+378.405 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10411
/proc/meminfo: memFree=1655232/2055920 swapFree=4159384/4192956
[pid=10410] ppid=10408 vsize=66292 CPUtime=378.27
/proc/10410/stat : 10410 (tts-4-0) R 10408 10410 8942 0 -1 4194304 16473 0 0 0 37812 15 0 0 25 0 1 0 202997314 67883008 16459 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/10410/statm: 16573 16459 67 113 0 16457 0
Current children cumulated CPU time (s) 378.27
Current children cumulated vsize (KiB) 66292

Child status: 20
Real time (s): 378.435
CPU time (s): 378.303
CPU user time (s): 378.142
CPU system time (s): 0.161975
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 66292

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

runsolver used 0.300954 second user time and 0.805877 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Thu Apr 26 01:27:33 UTC 2007

IDJOB= 370038
IDBENCH= 20446
IDSOLVER= 178
FILE ID= node39/370038-1177550853

PBS_JOBID= 4696584

Free space on /tmp= 66489 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/hard/s97-100.cnf
COMMAND LINE= /tmp/evaluation/370038-1177550853/tts-4-0 /tmp/evaluation/370038-1177550853/instance-370038-1177550853.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-370038-1177550853 -o ROOT/results/node39/solver-370038-1177550853 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370038-1177550853/tts-4-0 /tmp/evaluation/370038-1177550853/instance-370038-1177550853.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7c361fbea07d8f97309d9c2b0cb47663

RANDOM SEED= 10859934

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1721760 kB
Buffers:         39708 kB
Cached:         203844 kB
SwapCached:      13964 kB
Active:         169068 kB
Inactive:        99776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721760 kB
SwapTotal:     4192956 kB
SwapFree:      4159384 kB
Dirty:             744 kB
Writeback:           0 kB
Mapped:          32172 kB
Slab:            50600 kB
Committed_AS:  2023784 kB
PageTables:       2012 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= 66489 MiB

End job on node39 on Thu Apr 26 01:33:51 UTC 2007