Trace number 1773808

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
CircUs 2009-03-23UNSAT 319.626 319.719

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.002
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/0.46	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.39/0.46	c Eliminate time :       0.37 
319.60/319.71	c CNF read time  :       0.08 
319.60/319.71	c CNF solve time :     319.53 
319.60/319.71	c Memory usage :    47.4531 MB
319.60/319.71	c Restart : 414
319.60/319.71	c Decisions : random(7408), heuristic(930240), history(0/0)
319.60/319.71	c Implications : 123108210
319.60/319.71	c Forced Restart : 0
319.60/319.71	c Polarity Change : 2654
319.60/319.71	c Learned clasues  : 48695 out of 677547
319.60/319.71	c Learned literals : 3484553 out of 61323724
319.60/319.71	c Number of first UIP : 180319 out of 677547
319.60/319.71	c Number of simplify : 14
319.60/319.71	c Number of continuous distill : 3803
319.60/319.71	c Average depth of OTS : 11
319.60/319.71	c Average depth of additional conflict : 34
319.60/319.71	c Saved conflict clasues : 1298
319.60/319.71	c Saved conflict literals : 32480
319.60/319.71	c Additional conflict clauses : 53059
319.60/319.71	c Additional conflict literals : 1704419
319.60/319.71	c Additional conflict analysis : 100409
319.60/319.71	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-1773808-1241318893/watcher-1773808-1241318893 -o /tmp/evaluation-result-1773808-1241318893/solver-1773808-1241318893 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773808-1241318893.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.92 0.98 0.99 3/64 5199
/proc/meminfo: memFree=1677716/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=3324 CPUtime=0
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 1000000 159921913 3403776 458 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 831 459 70 173 0 656 0

[startup+0.0199649 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5199
/proc/meminfo: memFree=1677716/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=4248 CPUtime=0.01
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 721 0 0 0 1 0 0 0 18 0 1 1000000 159921913 4349952 706 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 1062 706 70 173 0 887 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4248

[startup+0.101972 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5199
/proc/meminfo: memFree=1677716/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=8324 CPUtime=0.09
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 1861 0 0 0 9 0 0 0 18 0 1 1000000 159921913 8523776 1747 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 2081 1748 77 173 0 1906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8324

[startup+0.301994 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5199
/proc/meminfo: memFree=1677716/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=11892 CPUtime=0.29
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 2873 0 0 0 28 1 0 0 19 0 1 1000000 159921913 12177408 2759 1992294400 134512640 135224549 4294956224 18446744073709551615 134570627 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 2973 2759 77 173 0 2798 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11892

[startup+0.701039 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5199
/proc/meminfo: memFree=1677716/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=12816 CPUtime=0.69
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 3195 0 0 0 68 1 0 0 22 0 1 1000000 159921913 13123584 2987 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 3204 2987 93 173 0 3029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12816

[startup+1.50113 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1665996/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=13080 CPUtime=1.49
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 3251 0 0 0 148 1 0 0 25 0 1 1000000 159921913 13393920 3043 1992294400 134512640 135224549 4294956224 18446744073709551615 134587793 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 3270 3043 93 173 0 3095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13080

[startup+3.10131 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1665356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=14136 CPUtime=3.09
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 3523 0 0 0 308 1 0 0 25 0 1 1000000 159921913 14475264 3315 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 3534 3315 93 173 0 3359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14136

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1663884/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=15060 CPUtime=6.28
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 3741 0 0 0 627 1 0 0 25 0 1 1000000 159921913 15421440 3533 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 3765 3533 93 173 0 3590 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15060

[startup+12.7024 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1661524/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=17172 CPUtime=12.69
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 4276 0 0 0 1267 2 0 0 25 0 1 1000000 159921913 17584128 4068 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 4293 4068 93 173 0 4118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17172

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1661396/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=17392 CPUtime=25.49
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 4295 0 0 0 2547 2 0 0 25 0 1 1000000 159921913 17809408 4087 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 4348 4087 93 173 0 4173 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17392

[startup+51.1017 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1654356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=24388 CPUtime=51.07
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 6067 0 0 0 5104 3 0 0 25 0 1 1000000 159921913 24973312 5859 1992294400 134512640 135224549 4294956224 18446744073709551615 134587803 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 6097 5859 93 173 0 5922 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24388

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1645460/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=33408 CPUtime=102.27
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 8307 0 0 0 10222 5 0 0 25 0 1 1000000 159921913 34209792 8099 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 8352 8099 93 173 0 8177 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 33408

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1639572/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=39216 CPUtime=162.24
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 9770 0 0 0 16218 6 0 0 25 0 1 1000000 159921913 40157184 9562 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 9804 9562 93 173 0 9629 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 39216

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1631636/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=47268 CPUtime=222.22
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 11747 0 0 0 22215 7 0 0 25 0 1 1000000 159921913 48402432 11539 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 11817 11539 93 173 0 11642 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 47268

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=282.21
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12063 0 0 0 28213 8 0 0 25 0 1 1000000 159921913 49754112 11855 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11855 93 173 0 11972 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 48588

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

[startup+307.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=307
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12063 0 0 0 30692 8 0 0 25 0 1 1000000 159921913 49754112 11855 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11855 93 173 0 11972 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 48588

[startup+313.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=313.4
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12064 0 0 0 31332 8 0 0 25 0 1 1000000 159921913 49754112 11856 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11856 93 173 0 11972 0
Current children cumulated CPU time (s) 313.4
Current children cumulated vsize (KiB) 48588

[startup+316.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=316.6
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12064 0 0 0 31652 8 0 0 25 0 1 1000000 159921913 49754112 11856 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11856 93 173 0 11972 0
Current children cumulated CPU time (s) 316.6
Current children cumulated vsize (KiB) 48588

[startup+318.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=318.2
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12064 0 0 0 31812 8 0 0 25 0 1 1000000 159921913 49754112 11856 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11856 93 173 0 11972 0
Current children cumulated CPU time (s) 318.2
Current children cumulated vsize (KiB) 48588

[startup+319.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=319
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12064 0 0 0 31892 8 0 0 25 0 1 1000000 159921913 49754112 11856 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11856 93 173 0 11972 0
Current children cumulated CPU time (s) 319
Current children cumulated vsize (KiB) 48588

[startup+319.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=48588 CPUtime=319.4
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12064 0 0 0 31932 8 0 0 25 0 1 1000000 159921913 49754112 11856 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 12147 11856 93 173 0 11972 0
Current children cumulated CPU time (s) 319.4
Current children cumulated vsize (KiB) 48588

[startup+319.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5200
/proc/meminfo: memFree=1630356/2055920 swapFree=4181296/4192956
[pid=5199] ppid=5197 vsize=46848 CPUtime=319.6
/proc/5199/stat : 5199 (CirCUs) R 5197 5199 5162 0 -1 4194304 12067 0 0 0 31952 8 0 0 25 0 1 1000000 159921913 47972352 11508 1992294400 134512640 135224549 4294956224 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5199/statm: 11712 11508 95 173 0 11537 0
Current children cumulated CPU time (s) 319.6
Current children cumulated vsize (KiB) 46848

Child status: 0
Real time (s): 319.719
CPU time (s): 319.626
CPU user time (s): 319.531
CPU system time (s): 0.094985
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 48588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.531
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12068
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= 2
involuntary context switches= 548

runsolver used 0.224965 second user time and 0.680896 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-03 04:48:14
IDJOB=1773808
IDBENCH=70800
IDSOLVER=614
FILE ID=node35/1773808-1241318893
PBS_JOBID= 9225324
Free space on /tmp= 66556 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner064.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773808-1241318893/watcher-1773808-1241318893 -o /tmp/evaluation-result-1773808-1241318893/solver-1773808-1241318893 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773808-1241318893.cnf -t 10000

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=1737782091

node35.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.214
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.214
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:       1678196 kB
Buffers:         65616 kB
Cached:         220604 kB
SwapCached:       5500 kB
Active:          67612 kB
Inactive:       226424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678196 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            69696 kB
Committed_AS:   756580 kB
PageTables:       1396 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= 66552 MiB
End job on node35 at 2009-05-03 04:53:33