Trace number 370213

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 246.128 246.213

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
MD5SUM1be89b02b6d55244be2e1f715fd977d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark246.128
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

246.01/246.16	c Command: /tmp/evaluation/370213-1177552507/tts-4-0 /tmp/evaluation/370213-1177552507/instance-370213-1177552507.cnf 
246.01/246.16	c CPU limit set to 5000.000000
246.01/246.16	c Variables = 140
246.01/246.16	c Clauses = 560
246.01/246.16	c Literals = 2240
246.01/246.16	c Reduced size:
246.01/246.16	c Variables = 140
246.01/246.16	c Clauses = 560
246.01/246.16	c Literals = 2240
246.01/246.16	c Independent sub-problems = 1
246.01/246.16	c Sub-problem with 140 variables
246.01/246.16	c using permutation method 4
246.01/246.16	c Ordering finished 0.000 seconds
246.01/246.16	c mapped 0.000 seconds
246.01/246.16	c permuted 0.000 seconds
246.01/246.16	c init finished 0.000 seconds
246.01/246.16	c tree built 0.000 seconds
246.01/246.16	c Partial assignments = 19286843, improvements = 5001663
246.01/246.16	s UNSATISFIABLE
246.01/246.16	c Time = 246.11 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-370213-1177552507 -o ROOT/results/node39/solver-370213-1177552507 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370213-1177552507/tts-4-0 /tmp/evaluation/370213-1177552507/instance-370213-1177552507.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.91 0.93 0.90 3/77 11134
/proc/meminfo: memFree=1705024/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=928 CPUtime=0
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 203162784 950272 116 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134555035 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 232 116 62 113 0 116 0

[startup+0.0355079 s]
/proc/loadavg: 0.91 0.93 0.90 3/77 11134
/proc/meminfo: memFree=1705024/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=1204 CPUtime=0.03
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 230 0 0 0 3 0 0 0 18 0 1 0 203162784 1232896 216 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 301 216 66 113 0 185 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1204

[startup+0.101518 s]
/proc/loadavg: 0.91 0.93 0.90 3/77 11134
/proc/meminfo: memFree=1705024/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=1412 CPUtime=0.09
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 255 0 0 0 9 0 0 0 18 0 1 0 203162784 1445888 241 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591708 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 353 241 66 113 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1412

[startup+0.301552 s]
/proc/loadavg: 0.91 0.93 0.90 3/77 11134
/proc/meminfo: memFree=1705024/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=1648 CPUtime=0.29
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 326 0 0 0 29 0 0 0 19 0 1 0 203162784 1687552 312 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641338 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 412 312 66 113 0 296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1648

[startup+0.701619 s]
/proc/loadavg: 0.91 0.93 0.90 3/77 11134
/proc/meminfo: memFree=1705024/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=2116 CPUtime=0.69
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 454 0 0 0 69 0 0 0 22 0 1 0 203162784 2166784 440 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641324 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 529 440 66 113 0 413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50175 s]
/proc/loadavg: 0.92 0.93 0.90 2/78 11135
/proc/meminfo: memFree=1703096/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=3056 CPUtime=1.49
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 676 0 0 0 149 0 0 0 25 0 1 0 203162784 3129344 662 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134536390 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 764 662 66 113 0 648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3056

[startup+3.10303 s]
/proc/loadavg: 0.92 0.93 0.90 2/78 11135
/proc/meminfo: memFree=1701752/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=4928 CPUtime=3.09
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 1153 0 0 0 309 0 0 0 25 0 1 0 203162784 5046272 1139 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534438 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 1232 1139 66 113 0 1116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4928

[startup+6.30157 s]
/proc/loadavg: 0.92 0.93 0.90 2/78 11135
/proc/meminfo: memFree=1697976/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=8448 CPUtime=6.29
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 2021 0 0 0 628 1 0 0 25 0 1 0 203162784 8650752 2007 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 2112 2007 66 113 0 1996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8448

[startup+12.7016 s]
/proc/loadavg: 0.93 0.93 0.91 2/78 11135
/proc/meminfo: memFree=1690424/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=15712 CPUtime=12.68
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 3839 0 0 0 1266 2 0 0 25 0 1 0 203162784 16089088 3825 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534095 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 3928 3825 66 113 0 3812 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15712

[startup+25.5018 s]
/proc/loadavg: 0.94 0.94 0.91 2/78 11135
/proc/meminfo: memFree=1675704/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=30012 CPUtime=25.49
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 7404 0 0 0 2545 4 0 0 25 0 1 0 203162784 30732288 7390 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134513479 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 7503 7390 66 113 0 7387 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30012

[startup+51.1011 s]
/proc/loadavg: 0.96 0.94 0.91 2/78 11135
/proc/meminfo: memFree=1648504/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=57436 CPUtime=51.07
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 14269 0 0 0 5100 7 0 0 25 0 1 0 203162784 58814464 14255 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 14359 14255 66 113 0 14243 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57436

[startup+102.306 s]
/proc/loadavg: 0.98 0.95 0.91 2/78 11135
/proc/meminfo: memFree=1581112/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=124004 CPUtime=102.25
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 30936 0 0 0 10212 13 0 0 25 0 1 0 203162784 126980096 30922 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 31001 30922 66 113 0 30885 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 124004

[startup+162.302 s]
/proc/loadavg: 0.99 0.95 0.91 2/78 11135
/proc/meminfo: memFree=1519096/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=186352 CPUtime=162.23
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 46532 0 0 0 16202 21 0 0 25 0 1 0 203162784 190824448 46518 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 46588 46518 66 113 0 46472 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 186352

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1441272/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=263700 CPUtime=222.21
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 65844 0 0 0 22192 29 0 0 25 0 1 0 203162784 270028800 65830 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591813 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 65925 65830 66 113 0 65809 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 263700

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

[startup+230.301 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1433144/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=272140 CPUtime=230.21
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 67937 0 0 0 22991 30 0 0 25 0 1 0 203162784 278671360 67923 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535622 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 68035 67923 66 113 0 67919 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 272140

[startup+236.703 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1426040/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=278936 CPUtime=236.61
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 69663 0 0 0 23631 30 0 0 25 0 1 0 203162784 285630464 69649 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534063 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 69734 69649 66 113 0 69618 0
Current children cumulated CPU time (s) 236.61
Current children cumulated vsize (KiB) 278936

[startup+243.106 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1419064/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=285736 CPUtime=243.01
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 71350 0 0 0 24270 31 0 0 25 0 1 0 203162784 292593664 71336 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534438 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 71434 71336 66 113 0 71318 0
Current children cumulated CPU time (s) 243.01
Current children cumulated vsize (KiB) 285736

[startup+244.702 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1417912/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=287376 CPUtime=244.61
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 71780 0 0 0 24429 32 0 0 25 0 1 0 203162784 294273024 71766 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 71844 71766 66 113 0 71728 0
Current children cumulated CPU time (s) 244.61
Current children cumulated vsize (KiB) 287376

[startup+245.502 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1416696/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=288312 CPUtime=245.41
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 72001 0 0 0 24509 32 0 0 25 0 1 0 203162784 295231488 71987 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 72078 71987 66 113 0 71962 0
Current children cumulated CPU time (s) 245.41
Current children cumulated vsize (KiB) 288312

[startup+245.901 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1416696/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=288780 CPUtime=245.81
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 72109 0 0 0 24549 32 0 0 25 0 1 0 203162784 295710720 72095 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134629799 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 72195 72095 66 113 0 72079 0
Current children cumulated CPU time (s) 245.81
Current children cumulated vsize (KiB) 288780

[startup+246.101 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1416696/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=289016 CPUtime=246.01
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194304 72166 0 0 0 24569 32 0 0 25 0 1 0 203162784 295952384 72152 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535066 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 72254 72152 66 113 0 72138 0
Current children cumulated CPU time (s) 246.01
Current children cumulated vsize (KiB) 289016

[startup+246.201 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 11135
/proc/meminfo: memFree=1416696/2055920 swapFree=4159384/4192956
[pid=11134] ppid=11132 vsize=0 CPUtime=246.1
/proc/11134/stat : 11134 (tts-4-0) R 11132 11134 8942 0 -1 4194308 72188 0 0 0 24575 35 0 0 25 0 1 0 203162784 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11134/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 246.1
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 246.213
CPU time (s): 246.128
CPU user time (s): 245.756
CPU system time (s): 0.371943
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 289016

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

runsolver used 0.213967 second user time and 0.508922 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Thu Apr 26 01:55:07 UTC 2007

IDJOB= 370213
IDBENCH= 24741
IDSOLVER= 178
FILE ID= node39/370213-1177552507

PBS_JOBID= 4696584

Free space on /tmp= 66489 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/370213-1177552507/tts-4-0 /tmp/evaluation/370213-1177552507/instance-370213-1177552507.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-370213-1177552507 -o ROOT/results/node39/solver-370213-1177552507 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370213-1177552507/tts-4-0 /tmp/evaluation/370213-1177552507/instance-370213-1177552507.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  1be89b02b6d55244be2e1f715fd977d6

RANDOM SEED= 913420350

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:       1705368 kB
Buffers:         40016 kB
Cached:         209180 kB
SwapCached:      13964 kB
Active:         185260 kB
Inactive:        99808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705368 kB
SwapTotal:     4192956 kB
SwapFree:      4159384 kB
Dirty:             708 kB
Writeback:           0 kB
Mapped:          42768 kB
Slab:            50688 kB
Committed_AS:  2046412 kB
PageTables:       2040 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:59:14 UTC 2007