Trace number 1797735

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
IUT_BMB_SIM 1.0UNSAT 56.6554 56.7119

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.6554
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
2.79/2.83	This is MiniSat 2.0 beta
2.79/2.83	WARNING: for repeatability, setting FPU to use double precision
2.79/2.83	============================[ Problem Statistics ]=============================
2.79/2.83	|                                                                             |
2.79/2.83	|  Number of variables:  14628                                                |
2.79/2.83	|  Number of clauses:    161427                                               |
2.82/2.92	|  Parsing time:         0.08         s                                       |
2.82/2.93	============================[ Search Statistics ]==============================
2.82/2.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.82/2.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.82/2.93	===============================================================================
2.82/2.93	|         0 |   14628   161427   460105 |    53809        0    nan |  0.000 % |
2.82/2.98	|       100 |   14628   161427   460105 |    59189      100     11 |  0.000 % |
2.82/3.05	|       250 |   14628   161427   460105 |    65108      250     21 |  0.000 % |
2.82/3.08	|       475 |   14628   161427   460105 |    71619      475     25 |  0.000 % |
2.82/3.17	|       813 |   14628   161427   460105 |    78781      813     42 |  0.000 % |
3.18/3.27	|      1320 |   14628   161427   460105 |    86659     1320     48 |  0.000 % |
3.38/3.49	|      2080 |   14628   161427   460105 |    95325     2080     44 |  0.000 % |
3.68/3.76	|      3220 |   14628   161427   460105 |   104858     3220     64 |  0.001 % |
4.17/4.25	|      4928 |   14628   161427   460105 |   115344     4928     74 |  0.000 % |
4.88/4.95	|      7490 |   14628   161427   460105 |   126878     7490     92 |  0.000 % |
6.17/6.26	|     11334 |   14627   161420   460091 |   139566    11333     91 |  0.007 % |
8.26/8.40	|     17100 |   14605   160840   458836 |   153523    17089    106 |  0.159 % |
11.55/11.70	|     25749 |   14605   160840   458836 |   168875    25738    103 |  0.157 % |
17.25/17.39	|     38723 |   14517   159676   455816 |   185763    38708     94 |  0.760 % |
26.05/26.19	|     58185 |   13915   159676   455816 |   204339    58169    100 | 19.894 % |
41.84/42.00	|     87379 |   11718   111474   330113 |   224773    71799     97 | 19.894 % |
56.23/56.39	===============================================================================
56.23/56.39	restarts              : 16
56.23/56.39	conflicts             : 115000         (2153 /sec)
56.23/56.39	decisions             : 333336         (0.74 % random) (6241 /sec)
56.23/56.39	propagations          : 44629700       (835592 /sec)
56.23/56.39	conflict literals     : 10120866       (44.37 % deleted)
56.23/56.39	Memory used           : 43.95 MB
56.23/56.39	CPU time              : 53.4109 s
56.23/56.39	
56.23/56.39	UNSATISFIABLE
56.33/56.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797735-1242089707/watcher-1797735-1242089707 -o /tmp/evaluation-result-1797735-1242089707/solver-1797735-1242089707 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797735-1242089707.cnf HOME 

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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 11996
/proc/meminfo: memFree=1175456/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=3180 CPUtime=0
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 236999957 3256320 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 795 169 90 274 0 518 0

[startup+0.0733829 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 11996
/proc/meminfo: memFree=1175456/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=6060 CPUtime=0.06
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 1339 0 0 0 6 0 0 0 18 0 1 0 236999957 6205440 1322 1992294400 134512640 135635349 4294956224 18446744073709551615 134534311 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 1515 1322 97 274 0 1238 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6060

[startup+0.101386 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 11996
/proc/meminfo: memFree=1175456/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=6456 CPUtime=0.09
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 1438 0 0 0 9 0 0 0 18 0 1 0 236999957 6610944 1421 1992294400 134512640 135635349 4294956224 18446744073709551615 134530688 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 1614 1421 97 274 0 1337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6456

[startup+0.301407 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 11996
/proc/meminfo: memFree=1175456/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=9096 CPUtime=0.29
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 2093 0 0 0 28 1 0 0 19 0 1 0 236999957 9314304 2076 1992294400 134512640 135635349 4294956224 18446744073709551615 134530661 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 2274 2076 97 274 0 1997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9096

[startup+0.701452 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 11996
/proc/meminfo: memFree=1175456/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=13848 CPUtime=0.69
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 3288 0 0 0 68 1 0 0 23 0 1 0 236999957 14180352 3271 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 3462 3271 97 274 0 3185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13848

[startup+1.50154 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11997
/proc/meminfo: memFree=1159256/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=25996 CPUtime=1.5
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 6323 0 0 0 147 3 0 0 25 0 1 0 236999957 26619904 6306 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 6499 6306 97 274 0 6222 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 25996

[startup+3.10173 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11997
/proc/meminfo: memFree=1143832/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 32228

[startup+6.30208 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1128656/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=14432 CPUtime=3.45
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 3657 0 0 0 343 2 0 0 25 0 1 0 237000239 14778368 3407 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11998/statm: 3608 3407 77 170 0 3436 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 46660

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1120656/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=22256 CPUtime=9.83
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 5583 0 0 0 980 3 0 0 25 0 1 0 237000239 22790144 5333 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/11998/statm: 5564 5333 77 170 0 5392 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 54484

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1108176/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=34508 CPUtime=22.63
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 8651 0 0 0 2257 6 0 0 25 0 1 0 237000239 35336192 8401 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/11998/statm: 8627 8401 77 170 0 8455 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66736

[startup+51.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1098832/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=43900 CPUtime=48.21
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 10993 0 0 0 4812 9 0 0 25 0 1 0 237000239 44953600 10743 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/11998/statm: 10975 10743 77 170 0 10803 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 76128

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

[startup+54.3014 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1097744/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=45004 CPUtime=51.41
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 11219 0 0 0 5131 10 0 0 25 0 1 0 237000239 46084096 10969 1992294400 134512640 135212939 4294956320 18446744073709551615 134529896 0 0 4096 3 0 0 0 17 0 0 0
/proc/11998/statm: 11251 10969 77 170 0 11079 0
Current children cumulated CPU time (s) 54.23
Current children cumulated vsize (KiB) 77232

[startup+55.9016 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1097616/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=45004 CPUtime=53.01
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 11226 0 0 0 5291 10 0 0 25 0 1 0 237000239 46084096 10976 1992294400 134512640 135212939 4294956320 18446744073709551615 134526580 0 0 4096 3 0 0 0 17 0 0 0
/proc/11998/statm: 11251 10976 77 170 0 11079 0
Current children cumulated CPU time (s) 55.83
Current children cumulated vsize (KiB) 77232

[startup+56.3016 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1097616/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=32228 CPUtime=2.82
/proc/11996/stat : 11996 (IUT_BMB_SIM) S 11994 11996 11898 0 -1 4194304 7930 0 0 0 218 64 0 0 25 0 1 0 236999957 33001472 7883 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11996/statm: 8057 7883 105 274 0 7780 0
[pid=11998] ppid=11996 vsize=45004 CPUtime=53.41
/proc/11998/stat : 11998 (minisat) R 11996 11996 11898 0 -1 4194304 11226 0 0 0 5331 10 0 0 25 0 1 0 237000239 46084096 10976 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/11998/statm: 11251 10976 77 170 0 11079 0
Current children cumulated CPU time (s) 56.23
Current children cumulated vsize (KiB) 77232

[startup+56.7017 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 11998
/proc/meminfo: memFree=1097616/2055920 swapFree=4176116/4192956
[pid=11996] ppid=11994 vsize=16720 CPUtime=56.63
/proc/11996/stat : 11996 (IUT_BMB_SIM) R 11994 11996 11898 0 -1 4194304 14568 11237 0 0 247 65 5341 10 20 0 1 0 236999957 17121280 4007 1992294400 134512640 135635349 4294956224 18446744073709551615 135069130 0 0 4096 0 0 0 0 17 0 0 0
/proc/11996/statm: 4180 4007 106 274 0 3903 0
Current children cumulated CPU time (s) 56.63
Current children cumulated vsize (KiB) 16720

Child status: 0
Real time (s): 56.7119
CPU time (s): 56.6554
CPU user time (s): 55.8935
CPU system time (s): 0.761884
CPU usage (%): 99.9004
Max. virtual memory (cumulated for all children) (KiB): 77232

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

runsolver used 0.06499 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node87 at 2009-05-12 02:55:08
IDJOB=1797735
IDBENCH=71731
IDSOLVER=650
FILE ID=node87/1797735-1242089707
PBS_JOBID= 9277714
Free space on /tmp= 66444 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797735-1242089707/watcher-1797735-1242089707 -o /tmp/evaluation-result-1797735-1242089707/solver-1797735-1242089707 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797735-1242089707.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=701202969

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1176000 kB
Buffers:         70092 kB
Cached:         720020 kB
SwapCached:      10928 kB
Active:         484028 kB
Inactive:       318932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1176000 kB
SwapTotal:     4192956 kB
SwapFree:      4176116 kB
Dirty:            4948 kB
Writeback:           0 kB
Mapped:          14200 kB
Slab:            62912 kB
Committed_AS:   768432 kB
PageTables:       1456 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= 66440 MiB
End job on node87 at 2009-05-12 02:56:05