Trace number 315615

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
TiniSatELite 2007-02-08UNSAT 30.1864 30.2024

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3085
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.57	c ==============================================================================
0.00/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.57	c ==============================================================================
0.00/0.57	c |         0 |  648970  1721660 |  194690       0        0     nan |  0.000 % |
12.38/12.43	c |         0 |  438148  2475313 |      --       0       --      -- |     --   | -210822/753653
12.38/12.43	c ==============================================================================
12.38/12.43	c Result  :   #vars: 10026   #clauses: 438148   #literals: 2475313
12.38/12.43	c CPU time:   12.1602 s
12.38/12.43	c ==============================================================================
14.47/14.53	c Tinisat 0.22
14.47/14.53	c solving /tmp/GTI_node22.alineos.net_16272.cnf
14.47/14.53	c 10026 variables, 438148 clauses
30.07/30.17	c 49053 decisions, 19432 conflicts, 19 restarts
30.07/30.17	c solved in 16.74s
30.07/30.18	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/node22/watcher-315615-1172656617 -o ROOT/results/node22/solver-315615-1172656617 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315615-1172656617/TiniSatELite /tmp/evaluation/315615-1172656617/instance-315615-1172656617.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.99 0.97 0.99 3/77 16272
/proc/meminfo: memFree=1404880/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 285615628 5484544 233 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467984466 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/16272/statm: 1339 233 195 169 0 50 0
[pid=16273] ppid=16272 vsize=5356 CPUtime=0
/proc/16273/stat : 16273 (TiniSatELite) R 16272 16272 15442 0 -1 4194368 54 189 0 0 0 0 0 0 20 0 1 0 285615629 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467421683 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/16273/statm: 1339 237 198 169 0 50 0

[startup+0.071979 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 16272
/proc/meminfo: memFree=1404880/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101979 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 16272
/proc/meminfo: memFree=1404880/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301991 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 16272
/proc/meminfo: memFree=1404880/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701025 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 16272
/proc/meminfo: memFree=1404880/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50107 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16277
/proc/meminfo: memFree=1336832/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
[pid=16277] ppid=16272 vsize=73184 CPUtime=1.48
/proc/16277/stat : 16277 (SatELite_releas) R 16272 16272 15442 0 -1 4194304 17157 0 0 0 137 11 0 0 25 0 1 0 285615629 74940416 16825 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134550731 0 0 4096 3 0 0 0 17 1 0 0
/proc/16277/statm: 18296 16825 66 128 0 18165 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78540

[startup+3.10119 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16277
/proc/meminfo: memFree=1329472/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
[pid=16277] ppid=16272 vsize=77536 CPUtime=3.08
/proc/16277/stat : 16277 (SatELite_releas) R 16272 16272 15442 0 -1 4194304 18242 0 0 0 293 15 0 0 25 0 1 0 285615629 79396864 17910 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/16277/statm: 19384 17910 66 128 0 19253 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82892

[startup+6.30143 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16277
/proc/meminfo: memFree=1310016/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
[pid=16277] ppid=16272 vsize=84976 CPUtime=6.28
/proc/16277/stat : 16277 (SatELite_releas) R 16272 16272 15442 0 -1 4194304 20024 0 0 0 605 23 0 0 25 0 1 0 285615629 87015424 19692 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543062 0 0 4096 3 0 0 0 17 1 0 0
/proc/16277/statm: 21244 19692 66 128 0 21113 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90332

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16277
/proc/meminfo: memFree=1297920/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285615628 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 236 197 169 0 50 0
[pid=16277] ppid=16272 vsize=89884 CPUtime=12.68
/proc/16277/stat : 16277 (SatELite_releas) R 16272 16272 15442 0 -1 4194304 23938 0 0 0 1241 27 0 0 25 0 1 0 285615629 92041216 20489 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/16277/statm: 22471 20489 68 128 0 22340 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95240

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16278
/proc/meminfo: memFree=1338560/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=13.41
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 333 24192 0 0 0 0 1308 33 16 0 1 0 285615628 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16272/statm: 1339 237 197 169 0 50 0
[pid=16278] ppid=16272 vsize=45784 CPUtime=12.06
/proc/16278/stat : 16278 (tinisat) R 16272 16272 15442 0 -1 4194304 8772 0 0 0 1203 3 0 0 25 0 1 0 285616972 46882816 7901 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/16278/statm: 11446 7901 52 110 0 11333 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 51140

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

[startup+28.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16278
/proc/meminfo: memFree=1337600/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=13.41
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 333 24192 0 0 0 0 1308 33 16 0 1 0 285615628 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16272/statm: 1339 237 197 169 0 50 0
[pid=16278] ppid=16272 vsize=45784 CPUtime=15.26
/proc/16278/stat : 16278 (tinisat) R 16272 16272 15442 0 -1 4194304 9042 0 0 0 1522 4 0 0 25 0 1 0 285616972 46882816 8171 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16278/statm: 11446 8171 52 110 0 11333 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 51140

[startup+29.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16278
/proc/meminfo: memFree=1337600/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=13.41
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 333 24192 0 0 0 0 1308 33 16 0 1 0 285615628 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16272/statm: 1339 237 197 169 0 50 0
[pid=16278] ppid=16272 vsize=45784 CPUtime=16.06
/proc/16278/stat : 16278 (tinisat) R 16272 16272 15442 0 -1 4194304 9132 0 0 0 1602 4 0 0 25 0 1 0 285616972 46882816 8261 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/16278/statm: 11446 8261 52 110 0 11333 0
Current children cumulated CPU time (s) 29.47
Current children cumulated vsize (KiB) 51140

[startup+29.9012 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16278
/proc/meminfo: memFree=1337216/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=13.41
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 333 24192 0 0 0 0 1308 33 16 0 1 0 285615628 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16272/statm: 1339 237 197 169 0 50 0
[pid=16278] ppid=16272 vsize=45784 CPUtime=16.46
/proc/16278/stat : 16278 (tinisat) R 16272 16272 15442 0 -1 4194304 9161 0 0 0 1642 4 0 0 25 0 1 0 285616972 46882816 8290 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16278/statm: 11446 8290 52 110 0 11333 0
Current children cumulated CPU time (s) 29.87
Current children cumulated vsize (KiB) 51140

[startup+30.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16278
/proc/meminfo: memFree=1337216/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5356 CPUtime=13.41
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 333 24192 0 0 0 0 1308 33 16 0 1 0 285615628 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16272/statm: 1339 237 197 169 0 50 0
[pid=16278] ppid=16272 vsize=45784 CPUtime=16.66
/proc/16278/stat : 16278 (tinisat) R 16272 16272 15442 0 -1 4194304 9167 0 0 0 1662 4 0 0 25 0 1 0 285616972 46882816 8296 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/16278/statm: 11446 8296 52 110 0 11333 0
Current children cumulated CPU time (s) 30.07
Current children cumulated vsize (KiB) 51140

[startup+30.2012 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 16278
/proc/meminfo: memFree=1337216/2055920 swapFree=4144436/4192956
[pid=16272] ppid=16270 vsize=5360 CPUtime=30.15
/proc/16272/stat : 16272 (TiniSatELite) S 16270 16272 15442 0 -1 4194304 360 33370 0 0 0 0 2978 37 16 0 1 0 285615628 5488640 240 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16272/statm: 1340 240 198 169 0 51 0
Current children cumulated CPU time (s) 30.15
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 30.2024
CPU time (s): 30.1864
CPU user time (s): 29.7885
CPU system time (s): 0.397939
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 104864

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

runsolver used 0.032994 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Feb 28 09:56:57 UTC 2007

IDJOB= 315615
IDBENCH= 20421
IDSOLVER= 99
FILE ID= node22/315615-1172656617

PBS_JOBID= 3981200

Free space on /tmp= 66493 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= /tmp/evaluation/315615-1172656617/TiniSatELite /tmp/evaluation/315615-1172656617/instance-315615-1172656617.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-315615-1172656617 -o ROOT/results/node22/solver-315615-1172656617 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315615-1172656617/TiniSatELite /tmp/evaluation/315615-1172656617/instance-315615-1172656617.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  ccc94758bbd09de3056ff3a062ddfd45

RANDOM SEED= 399802043

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1405288 kB
Buffers:         28264 kB
Cached:         554924 kB
SwapCached:      14260 kB
Active:         148540 kB
Inactive:       457408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405288 kB
SwapTotal:     4192956 kB
SwapFree:      4144436 kB
Dirty:           12844 kB
Writeback:           0 kB
Mapped:          29656 kB
Slab:            30332 kB
Committed_AS:   781368 kB
PageTables:       1692 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= 66493 MiB

End job on node22 on Wed Feb 28 09:57:28 UTC 2007