Trace number 1774578

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 300.729 300.859

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.627
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

10.59/10.63	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
10.59/10.63	c Eliminate time :       7.34 
300.66/300.85	c CNF read time  :       2.89 
300.66/300.85	c CNF solve time :     299.39 
300.66/300.85	c Memory usage :    318.691 MB
300.66/300.85	c Restart : 403
300.66/300.85	c Decisions : random(17515), heuristic(928496), history(0/0)
300.66/300.85	c Implications : 208010692
300.66/300.85	c Forced Restart : 0
300.66/300.85	c Polarity Change : 1755
300.66/300.85	c Learned clasues  : 106100 out of 532016
300.66/300.85	c Learned literals : 2637870 out of 12443216
300.66/300.85	c Number of first UIP : 134179 out of 532016
300.66/300.85	c Number of simplify : 2
300.66/300.85	c Number of continuous distill : 5635
300.66/300.85	c Average depth of OTS : 3
300.66/300.85	c Average depth of additional conflict : 35
300.66/300.85	c Saved conflict clasues : 2659
300.66/300.85	c Saved conflict literals : 22407
300.66/300.85	c Additional conflict clauses : 21378
300.66/300.85	c Additional conflict literals : 463617
300.66/300.85	c Additional conflict analysis : 68124
300.66/300.85	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-1774578-1241323101/watcher-1774578-1241323101 -o /tmp/evaluation-result-1774578-1241323101/solver-1774578-1241323101 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774578-1241323101.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.85 0.97 0.99 3/64 2914
/proc/meminfo: memFree=894680/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=12604 CPUtime=0
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 766 0 0 0 0 0 0 0 18 0 1 1000000 160337691 12906496 752 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 3151 757 66 173 0 2976 0

[startup+0.070614 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2914
/proc/meminfo: memFree=894680/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=52716 CPUtime=0.06
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 7276 0 0 0 4 2 0 0 18 0 1 1000000 160337691 53981184 7261 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 13179 7262 70 173 0 13004 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 52716

[startup+0.101612 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2914
/proc/meminfo: memFree=894680/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=54428 CPUtime=0.09
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 7752 0 0 0 6 3 0 0 18 0 1 1000000 160337691 55734272 7704 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 13607 7705 70 173 0 13432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54428

[startup+0.301622 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2914
/proc/meminfo: memFree=894680/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=65248 CPUtime=0.29
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 10789 0 0 0 25 4 0 0 19 0 1 1000000 160337691 66813952 10547 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 16312 10547 70 173 0 16137 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65248

[startup+0.701656 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2914
/proc/meminfo: memFree=894680/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=86016 CPUtime=0.69
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 16632 0 0 0 62 7 0 0 23 0 1 1000000 160337691 88080384 16133 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 21504 16134 70 173 0 21329 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86016

[startup+1.50173 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 2915
/proc/meminfo: memFree=813520/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=132664 CPUtime=1.49
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 29366 0 0 0 136 13 0 0 25 0 1 1000000 160337691 135847936 27329 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 33166 27329 70 173 0 32991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132664

[startup+3.10187 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 2915
/proc/meminfo: memFree=750736/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=215784 CPUtime=3.09
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 52955 0 0 0 280 29 0 0 25 0 1 1000000 160337691 220962816 48869 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 53946 48869 70 173 0 53771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 215784

[startup+6.30115 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 2915
/proc/meminfo: memFree=657616/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=277164 CPUtime=6.29
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 70469 0 0 0 593 36 0 0 25 0 1 1000000 160337691 283815936 66253 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 69291 66253 77 173 0 69116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 277164

[startup+12.7017 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 2915
/proc/meminfo: memFree=598624/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=310988 CPUtime=12.69
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 82797 0 0 0 1229 40 0 0 25 0 1 1000000 160337691 318451712 74257 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 77747 74257 92 173 0 77572 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 310988

[startup+25.5028 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 2915
/proc/meminfo: memFree=592672/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=316840 CPUtime=25.48
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 84244 0 0 0 2507 41 0 0 25 0 1 1000000 160337691 324444160 75704 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 79210 75704 92 173 0 79035 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 316840

[startup+51.1021 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 2915
/proc/meminfo: memFree=584480/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=324892 CPUtime=51.05
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86241 0 0 0 5062 43 0 0 25 0 1 1000000 160337691 332689408 77701 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81223 77701 92 173 0 81048 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 324892

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 2915
/proc/meminfo: memFree=584032/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=325464 CPUtime=102.23
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86380 0 0 0 10180 43 0 0 25 0 1 1000000 160337691 333275136 77840 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81366 77840 92 173 0 81191 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 325464

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 2921
/proc/meminfo: memFree=583520/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=325920 CPUtime=162.21
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86473 0 0 0 16177 44 0 0 25 0 1 1000000 160337691 333742080 77933 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81480 77933 92 173 0 81305 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 325920

[startup+222.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 2921
/proc/meminfo: memFree=583520/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=326056 CPUtime=222.19
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86510 0 0 0 22175 44 0 0 25 0 1 1000000 160337691 333881344 77970 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81514 77970 92 173 0 81339 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 326056

[startup+282.302 s]
/proc/loadavg: 1.10 1.00 1.00 2/65 2921
/proc/meminfo: memFree=583456/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=326192 CPUtime=282.17
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86543 0 0 0 28173 44 0 0 25 0 1 1000000 160337691 334020608 78003 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81548 78003 92 173 0 81373 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 326192

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

[startup+294.301 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=583328/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=326336 CPUtime=294.16
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86578 0 0 0 29372 44 0 0 25 0 1 1000000 160337691 334168064 78038 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81584 78038 92 173 0 81409 0
Current children cumulated CPU time (s) 294.16
Current children cumulated vsize (KiB) 326336

[startup+297.502 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=583328/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=326336 CPUtime=297.36
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86579 0 0 0 29692 44 0 0 25 0 1 1000000 160337691 334168064 78039 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81584 78039 92 173 0 81409 0
Current children cumulated CPU time (s) 297.36
Current children cumulated vsize (KiB) 326336

[startup+299.103 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=583328/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=326336 CPUtime=298.96
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86579 0 0 0 29852 44 0 0 25 0 1 1000000 160337691 334168064 78039 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81584 78039 92 173 0 81409 0
Current children cumulated CPU time (s) 298.96
Current children cumulated vsize (KiB) 326336

[startup+299.902 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=583328/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=326336 CPUtime=299.76
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86579 0 0 0 29932 44 0 0 25 0 1 1000000 160337691 334168064 78039 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 81584 78039 92 173 0 81409 0
Current children cumulated CPU time (s) 299.76
Current children cumulated vsize (KiB) 326336

[startup+300.306 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=619872/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=277812 CPUtime=300.17
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86583 0 0 0 29972 45 0 0 25 0 1 1000000 160337691 284479488 68859 1992294400 134512640 135224549 4294956224 18446744073709551615 134716943 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 69453 68859 95 173 0 69278 0
Current children cumulated CPU time (s) 300.17
Current children cumulated vsize (KiB) 277812

[startup+300.702 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=619872/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=276980 CPUtime=300.56
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86583 0 0 0 30011 45 0 0 25 0 1 1000000 160337691 283627520 68708 1992294400 134512640 135224549 4294956224 18446744073709551615 134721340 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 69245 68708 95 173 0 69070 0
Current children cumulated CPU time (s) 300.56
Current children cumulated vsize (KiB) 276980

[startup+300.802 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2921
/proc/meminfo: memFree=619872/2055920 swapFree=4181936/4192956
[pid=2914] ppid=2912 vsize=276980 CPUtime=300.66
/proc/2914/stat : 2914 (CirCUs) R 2912 2914 2877 0 -1 4194304 86583 0 0 0 30021 45 0 0 25 0 1 1000000 160337691 283627520 68708 1992294400 134512640 135224549 4294956224 18446744073709551615 134721340 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2914/statm: 69245 68708 95 173 0 69070 0
Current children cumulated CPU time (s) 300.66
Current children cumulated vsize (KiB) 276980

Child status: 0
Real time (s): 300.859
CPU time (s): 300.729
CPU user time (s): 300.234
CPU system time (s): 0.494924
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 326336

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

runsolver used 0.285956 second user time and 0.816875 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-03 05:58:25
IDJOB=1774578
IDBENCH=70961
IDSOLVER=614
FILE ID=node58/1774578-1241323101
PBS_JOBID= 9225354
Free space on /tmp= 66104 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774578-1241323101/watcher-1774578-1241323101 -o /tmp/evaluation-result-1774578-1241323101/solver-1774578-1241323101 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774578-1241323101.cnf -t 10000

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1877279992

node58.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.233
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.233
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:        895096 kB
Buffers:         72164 kB
Cached:         994224 kB
SwapCached:       5156 kB
Active:         198052 kB
Inactive:       876956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        895096 kB
SwapTotal:     4192956 kB
SwapFree:      4181936 kB
Dirty:           50668 kB
Writeback:           0 kB
Mapped:          14560 kB
Slab:            71840 kB
Committed_AS:   645952 kB
PageTables:       1356 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= 66104 MiB
End job on node58 at 2009-05-03 06:03:26