Trace number 316249

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
SATzilla RANDOMUNSAT 846.289 846.525

General information on the benchmark

Namecrafted/spence/
medium/s93-100.cnf
MD5SUMcb4f09f5b8ab5c8da265c9ab7b857cb1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark65.515
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of clauses196
Sum of the clauses size588
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.07/11.10	c run March_dl for 5 seconds ... 
11.07/11.10	c Bin: Executing march_dl
11.07/11.10	c child exit by a signal
11.07/11.10	c march_dl returned code 137.
11.07/11.10	c run saps (UBCSAT implementation) for 2 seconds ... 
11.07/11.10	c Bin: Executing ubcsat2006
11.07/11.10	c child exited successfully
11.07/11.10	c ubcsat2006 returned code 0.
11.07/11.10	c satzilla computing base features
11.07/11.10	c satzilla doing unit-prop probe
11.07/11.10	c satzilla doing local search probe
11.07/11.10	c satzilla doing lobjois search-space size estimate
11.07/11.10	c satzilla's ranking:
11.07/11.10	c 1) minisat20+P: -1.483371
11.07/11.10	c 2) kcnfs: 0.313992
11.07/11.10	c 3) march_dl: 3.520129
11.07/11.10	c 4) kcnfs+P: 999.000000
11.07/11.10	c 5) march_dl+P: 999.000000
11.07/11.10	c 6) vallst+P: 999.000000
11.07/11.10	c 7) zchaff_rand+P: 999.000000
11.07/11.10	c 8) vallst: 999.000000
11.07/11.10	c 9) zchaff_rand: 999.000000
11.07/11.10	c 10) minisat20: 999.000000
11.07/11.10	c satzilla running minisat20 with preprocessing ... 
11.07/11.10	This is MiniSat 2.0 beta
11.07/11.10	WARNING: for repeatability, setting FPU to use double precision
11.07/11.10	============================[ Problem Statistics ]=============================
11.07/11.10	|                                                                             |
11.07/11.10	|  Number of variables:  93                                                   |
11.07/11.10	|  Number of clauses:    196                                                  |
11.07/11.11	|  Parsing time:         0.00         s                                       |
11.07/11.11	============================[ Search Statistics ]==============================
11.07/11.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.07/11.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.07/11.11	===============================================================================
11.07/11.11	|         0 |      93      196      588 |       65        0    nan |  0.000 % |
11.07/11.11	|       101 |      93      196      588 |       71       57     14 |  0.012 % |
11.07/11.11	|       252 |      93      196      588 |       79       98     13 |  0.012 % |
11.07/11.11	|       479 |      93      196      588 |       86      102     11 |  0.012 % |
11.07/11.11	|       818 |      93      196      588 |       95       74     10 |  0.012 % |
11.07/11.12	|      1326 |      93      196      588 |      105      126     14 |  0.012 % |
11.07/11.13	|      2086 |      93      196      588 |      115      141     14 |  0.012 % |
11.07/11.15	|      3225 |      93      196      588 |      127      125     12 |  0.012 % |
11.07/11.17	|      4934 |      93      196      588 |      140      123     11 |  0.012 % |
11.08/11.20	|      7496 |      93      196      588 |      154      170     12 |  0.012 % |
11.08/11.25	|     11341 |      93      196      588 |      169      114     10 |  0.012 % |
11.08/11.32	|     17107 |      93      196      588 |      186      206     11 |  0.012 % |
11.08/11.43	|     25756 |      93      196      588 |      205      166     11 |  0.012 % |
11.08/11.59	|     38730 |      93      196      588 |      225      231     12 |  0.012 % |
11.08/11.85	|     58191 |      93      196      588 |      248      183     11 |  0.012 % |
12.16/12.27	|     87385 |      93      196      588 |      272      245     12 |  0.012 % |
12.86/12.90	|    131175 |      93      196      588 |      300      212     12 |  0.012 % |
13.76/13.88	|    196860 |      93      196      588 |      330      290     12 |  0.012 % |
15.27/15.39	|    295386 |      93      196      588 |      363      241     11 |  0.012 % |
17.47/17.58	|    443177 |      93      196      588 |      399      275     11 |  0.012 % |
21.06/21.11	|    664861 |      93      196      588 |      439      247     10 |  0.012 % |
26.56/26.63	|    997388 |      93      196      588 |      483      453     12 |  0.012 % |
34.35/34.44	|   1496176 |      93      196      588 |      531      469     11 |  0.012 % |
46.75/46.86	|   2244358 |      93      196      588 |      585      345     10 |  0.012 % |
65.34/65.44	|   3366632 |      93      196      588 |      643      403     10 |  0.012 % |
95.04/95.12	|   5050044 |      93      196      588 |      707      667     11 |  0.012 % |
140.23/140.33	|   7575163 |      93      196      588 |      778      497     12 |  0.012 % |
211.80/211.95	|  11362838 |      93      196      588 |      856      796     14 |  0.012 % |
323.97/324.11	|  17044351 |      93      196      588 |      942      877     12 |  0.012 % |
499.83/500.09	|  25566621 |      93      196      588 |     1036      670     12 |  0.023 % |
767.16/767.41	|  38350026 |      91      190      570 |     1140      813     11 |  2.174 % |
846.23/846.52	===============================================================================
846.23/846.52	restarts              : 31
846.23/846.52	conflicts             : 42076644       (50381 /sec)
846.23/846.52	decisions             : 51227142       (1.62 % random) (61337 /sec)
846.23/846.52	propagations          : 992459102      (1188332 /sec)
846.23/846.52	conflict literals     : 629510520      (14.39 % deleted)
846.23/846.52	Memory used           : 2.16 MB
846.23/846.52	CPU time              : 835.17 s
846.23/846.52	
846.23/846.52	c Preprocessing...
846.23/846.52	c Inital problem has 93 variables, 196 nary clauses (0 binary clauses).
846.23/846.52	c Num non-binary clauses 196, Average non-binary clause length 3.000
846.23/846.52	c Theory has no gaps
846.23/846.52	c Preprocessor runtime was 0.000 seconds.
846.23/846.52	c 
846.23/846.52	c Satisfiability of theory still undetermined.
846.23/846.52	c See file /tmp/UXp1D1 for simplified theory.
846.23/846.52	c Bin: Executing minisat20
846.23/846.52	c child exited successfully
846.23/846.52	c minisat20 returned code 20.
846.23/846.52	s UNSATISFIABLE
846.23/846.52	c SATZILLA_TIME=846.400000

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/node25/watcher-316249-1172666253 -o ROOT/results/node25/solver-316249-1172666253 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316249-1172666253/SATzilla2007_R /tmp/evaluation/316249-1172666253/instance-316249-1172666253.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.95 1.01 0.99 3/64 28645
/proc/meminfo: memFree=1761576/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) R 28643 28645 28170 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=632 CPUtime=0
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 61247569 647168 103 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134531255 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 158 103 73 118 0 37 0

[startup+0.0812319 s]
/proc/loadavg: 0.95 1.01 0.99 3/64 28645
/proc/meminfo: memFree=1761576/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=632 CPUtime=0.07
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 114 0 0 0 7 0 0 0 19 0 1 0 61247569 647168 108 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134571459 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 158 108 73 118 0 37 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2072

[startup+0.101232 s]
/proc/loadavg: 0.95 1.01 0.99 3/64 28645
/proc/meminfo: memFree=1761576/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=632 CPUtime=0.09
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 114 0 0 0 9 0 0 0 19 0 1 0 61247569 647168 108 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134536976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 158 108 73 118 0 37 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2072

[startup+0.30125 s]
/proc/loadavg: 0.95 1.01 0.99 3/64 28645
/proc/meminfo: memFree=1761576/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=632 CPUtime=0.29
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 116 0 0 0 29 0 0 0 21 0 1 0 61247569 647168 110 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134568524 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 158 110 73 118 0 37 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2072

[startup+0.701286 s]
/proc/loadavg: 0.95 1.01 0.99 3/64 28645
/proc/meminfo: memFree=1761576/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=632 CPUtime=0.69
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 117 0 0 0 69 0 0 0 24 0 1 0 61247569 647168 111 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134565984 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 158 111 73 118 0 37 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2072

[startup+1.50136 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 28647
/proc/meminfo: memFree=1761240/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=632 CPUtime=1.49
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 118 0 0 0 149 0 0 0 25 0 1 0 61247569 647168 112 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134617579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 158 112 73 118 0 37 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2072

[startup+3.1015 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 28647
/proc/meminfo: memFree=1761112/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=0
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 61247569 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 110 95 260 0 84 0
[pid=28646] ppid=28645 vsize=764 CPUtime=3.09
/proc/28646/stat : 28646 (march_dl) R 28645 28645 28170 0 -1 4194304 119 0 0 0 309 0 0 0 25 0 1 0 61247569 782336 113 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532874 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28646/statm: 191 113 73 118 0 70 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2204

[startup+6.30179 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 28648
/proc/meminfo: memFree=1760920/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1440 CPUtime=4.99
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 135 119 0 0 0 0 499 0 16 0 1 0 61247569 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28645/statm: 360 111 96 260 0 84 0
[pid=28648] ppid=28645 vsize=6188 CPUtime=1.29
/proc/28648/stat : 28648 (ubcsat2006) R 28645 28645 28170 0 -1 4194304 236 0 0 0 90 39 0 0 25 0 1 0 61248069 6336512 219 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28648/statm: 1547 219 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 28649
/proc/meminfo: memFree=1760664/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1680 CPUtime=1.58
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 97 0 0 0 158 0 0 0 25 0 1 0 61248680 1720320 91 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528996 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 420 91 58 118 0 298 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3240

[startup+25.5015 s]
/proc/loadavg: 0.96 1.01 0.99 2/66 28649
/proc/meminfo: memFree=1760664/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1812 CPUtime=14.38
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 116 0 0 0 1438 0 0 0 25 0 1 0 61248680 1855488 110 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134535698 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 453 110 58 118 0 331 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 3372

[startup+51.1018 s]
/proc/loadavg: 0.97 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760600/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1812 CPUtime=39.97
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 132 0 0 0 3997 0 0 0 25 0 1 0 61248680 1855488 126 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 453 126 58 118 0 331 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 3372

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760536/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1944 CPUtime=91.16
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 144 0 0 0 9116 0 0 0 25 0 1 0 61248680 1990656 138 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 486 138 58 118 0 364 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 3504

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760472/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1944 CPUtime=151.14
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 154 0 0 0 15114 0 0 0 25 0 1 0 61248680 1990656 148 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 486 148 58 118 0 364 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3504

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760408/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1944 CPUtime=211.12
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 164 0 0 0 21112 0 0 0 25 0 1 0 61248680 1990656 158 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 486 158 58 118 0 364 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 3504

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760344/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=1944 CPUtime=271.1
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 172 0 0 0 27110 0 0 0 25 0 1 0 61248680 1990656 166 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 486 166 58 118 0 364 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 3504

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760280/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=331.09
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 178 0 0 0 33109 0 0 0 25 0 1 0 61248680 2125824 172 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134529217 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 172 58 118 0 397 0

################
# More data... #
################


[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760280/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=451.06
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 185 0 0 0 45106 0 0 0 25 0 1 0 61248680 2125824 179 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 179 58 118 0 397 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 3636

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760216/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=511.04
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 190 0 0 0 51104 0 0 0 25 0 1 0 61248680 2125824 184 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 184 58 118 0 397 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 3636

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760152/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=571.02
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 200 0 0 0 57102 0 0 0 25 0 1 0 61248680 2125824 194 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 194 58 118 0 397 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 3636

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760088/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=631.02
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 200 0 0 0 63101 1 0 0 25 0 1 0 61248680 2125824 194 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134535739 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 194 58 118 0 397 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 3636

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760088/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=691
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 202 0 0 0 69099 1 0 0 25 0 1 0 61248680 2125824 196 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525958 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 196 58 118 0 397 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 3636

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760024/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2076 CPUtime=750.98
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 205 0 0 0 75097 1 0 0 25 0 1 0 61248680 2125824 199 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134648425 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 519 199 58 118 0 397 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 3636

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760024/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=810.96
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 209 0 0 0 81095 1 0 0 25 0 1 0 61248680 2260992 203 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134529786 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 203 58 118 0 430 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 3768

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

[startup+831.902 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1760024/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=820.56
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 211 0 0 0 82055 1 0 0 25 0 1 0 61248680 2260992 205 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525506 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 205 58 118 0 430 0
Current children cumulated CPU time (s) 831.64
Current children cumulated vsize (KiB) 3768

[startup+838.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1759960/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=826.96
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 212 0 0 0 82695 1 0 0 25 0 1 0 61248680 2260992 206 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 206 58 118 0 430 0
Current children cumulated CPU time (s) 838.04
Current children cumulated vsize (KiB) 3768

[startup+841.506 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1759960/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=830.16
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 212 0 0 0 83015 1 0 0 25 0 1 0 61248680 2260992 206 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 206 58 118 0 430 0
Current children cumulated CPU time (s) 841.24
Current children cumulated vsize (KiB) 3768

[startup+844.701 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1759960/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=833.36
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 213 0 0 0 83335 1 0 0 25 0 1 0 61248680 2260992 207 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 207 58 118 0 430 0
Current children cumulated CPU time (s) 844.44
Current children cumulated vsize (KiB) 3768

[startup+845.501 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1759960/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=834.15
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 213 0 0 0 83414 1 0 0 25 0 1 0 61248680 2260992 207 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 207 58 118 0 430 0
Current children cumulated CPU time (s) 845.23
Current children cumulated vsize (KiB) 3768

[startup+846.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1759960/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=834.95
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 213 0 0 0 83494 1 0 0 25 0 1 0 61248680 2260992 207 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 207 58 118 0 430 0
Current children cumulated CPU time (s) 846.03
Current children cumulated vsize (KiB) 3768

[startup+846.501 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 28649
/proc/meminfo: memFree=1759960/2055920 swapFree=4183700/4192956
[pid=28645] ppid=28643 vsize=1560 CPUtime=11.08
/proc/28645/stat : 28645 (SATzilla2007_R) S 28643 28645 28170 0 -1 4194304 531 361 0 0 259 57 699 93 25 0 1 0 61247569 1597440 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 390 235 165 260 0 114 0
[pid=28649] ppid=28645 vsize=2208 CPUtime=835.15
/proc/28649/stat : 28649 (minisat20) R 28645 28645 28170 0 -1 4194304 213 0 0 0 83514 1 0 0 25 0 1 0 61248680 2260992 207 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528267 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28649/statm: 552 207 58 118 0 430 0
Current children cumulated CPU time (s) 846.23
Current children cumulated vsize (KiB) 3768

Child status: 20
Real time (s): 846.525
CPU time (s): 846.289
CPU user time (s): 844.764
CPU system time (s): 1.52577
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 844.764
system time used= 1.52577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1123
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= 28
involuntary context switches= 1217

runsolver used 0.620905 second user time and 1.73873 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 28 12:37:34 UTC 2007

IDJOB= 316249
IDBENCH= 20436
IDSOLVER= 134
FILE ID= node25/316249-1172666253

PBS_JOBID= 3981217

Free space on /tmp= 66538 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s93-100.cnf
COMMAND LINE= /tmp/evaluation/316249-1172666253/SATzilla2007_R /tmp/evaluation/316249-1172666253/instance-316249-1172666253.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-316249-1172666253 -o ROOT/results/node25/solver-316249-1172666253 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316249-1172666253/SATzilla2007_R /tmp/evaluation/316249-1172666253/instance-316249-1172666253.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  cb4f09f5b8ab5c8da265c9ab7b857cb1

RANDOM SEED= 998283553

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
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.232
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:       1761920 kB
Buffers:          7964 kB
Cached:         238100 kB
SwapCached:       3020 kB
Active:          54968 kB
Inactive:       200356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761920 kB
SwapTotal:     4192956 kB
SwapFree:      4183700 kB
Dirty:            8356 kB
Writeback:           0 kB
Mapped:          15324 kB
Slab:            24744 kB
Committed_AS:   190344 kB
PageTables:       1472 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= 66538 MiB

End job on node25 on Wed Feb 28 12:51:40 UTC 2007