Trace number 339354

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 FULLUNSAT 1140.88 1141.19

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-135-2.sat05-2354.reshuffled-07.cnf
MD5SUM5108c832bdf105f072e86da2a52fd6b5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.4828
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses720
Sum of the clauses size2880
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4720
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.99/11.05	c run March_dl for 5 seconds ... 
10.99/11.05	c Bin: Executing march_dl
10.99/11.05	c child exit by a signal
10.99/11.05	c march_dl returned code 137.
10.99/11.05	c run saps for 2 seconds ... 
10.99/11.05	c Bin: Executing ubcsat2006
10.99/11.05	c child exited successfully
10.99/11.05	c ubcsat2006 returned code 0.
10.99/11.05	c satzilla computing base features
10.99/11.05	c satzilla doing unit-prop probe
10.99/11.05	c satzilla doing local search probe
10.99/11.05	c satzilla doing lobjois search-space size estimate
10.99/11.05	c satzilla's ranking:
10.99/11.05	c 1) minisat20: 2.931510
10.99/11.05	c 2) vallst: 3.499794
10.99/11.05	c 3) eureka: 3.587642
10.99/11.05	c 4) zchaff_rand: 3.740084
10.99/11.05	c 5) march_dl: 3.830141
10.99/11.05	c 6) kcnfs: 4.132087
10.99/11.05	c 7) kcnfs+P: 999.000000
10.99/11.05	c 8) march_dl+P: 999.000000
10.99/11.05	c 9) vallst+P: 999.000000
10.99/11.05	c 10) zchaff_rand+P: 999.000000
10.99/11.05	c 11) rsat+P: 999.000000
10.99/11.05	c 12) eureka+P: 999.000000
10.99/11.05	c 13) minisat20+P: 999.000000
10.99/11.05	c 14) rsat: 999.000000
10.99/11.05	c satzilla running minisat20 ... 
10.99/11.05	This is MiniSat 2.0 beta
10.99/11.05	WARNING: for repeatability, setting FPU to use double precision
10.99/11.05	============================[ Problem Statistics ]=============================
10.99/11.05	|                                                                             |
10.99/11.05	|  Number of variables:  180                                                  |
10.99/11.05	|  Number of clauses:    720                                                  |
10.99/11.05	|  Parsing time:         0.00         s                                       |
10.99/11.05	============================[ Search Statistics ]==============================
10.99/11.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.99/11.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.99/11.05	===============================================================================
10.99/11.05	|         0 |     180      720     2880 |      240        0    nan |  0.000 % |
10.99/11.05	|       101 |     180      720     2880 |      264      101      4 |  0.003 % |
10.99/11.05	|       251 |     180      720     2880 |      290      251      6 |  0.003 % |
10.99/11.06	|       477 |     180      720     2880 |      319      289      7 |  0.003 % |
10.99/11.06	|       814 |     180      720     2880 |      351      225      5 |  0.003 % |
10.99/11.06	|      1321 |     180      720     2880 |      386      301      7 |  0.003 % |
10.99/11.07	|      2080 |     180      720     2880 |      425      406     11 |  0.003 % |
10.99/11.08	|      3220 |     180      720     2880 |      467      380      9 |  0.003 % |
11.04/11.10	|      4929 |     180      720     2880 |      514      331      8 |  0.003 % |
11.04/11.13	|      7492 |     180      720     2880 |      565      456     10 |  0.003 % |
11.04/11.17	|     11337 |     180      720     2880 |      622      417     11 |  0.003 % |
11.04/11.24	|     17105 |     180      720     2880 |      684      647     14 |  0.003 % |
11.04/11.34	|     25754 |     180      720     2880 |      753      437     10 |  0.003 % |
11.04/11.48	|     38730 |     180      720     2880 |      828      597     11 |  0.003 % |
11.04/11.70	|     58192 |     180      720     2880 |      911      610     14 |  0.003 % |
11.98/12.05	|     87385 |     180      720     2880 |     1002      860     13 |  0.003 % |
12.58/12.62	|    131175 |     180      720     2880 |     1102      699     13 |  0.003 % |
13.38/13.48	|    196859 |     180      720     2880 |     1213     1023     14 |  0.003 % |
14.78/14.81	|    295385 |     180      720     2880 |     1334     1215     13 |  0.003 % |
16.87/16.97	|    443174 |     180      720     2880 |     1467      823     12 |  0.003 % |
20.37/20.41	|    664857 |     180      720     2880 |     1614      965     12 |  0.003 % |
25.67/25.74	|    997383 |     180      720     2880 |     1776     1646     20 |  0.003 % |
34.07/34.18	|   1496171 |     180      720     2880 |     1953      949     13 |  0.003 % |
46.56/46.65	|   2244353 |     180      720     2880 |     2149     1444     13 |  0.003 % |
67.76/67.87	|   3366627 |     180      720     2880 |     2363     2151     19 |  0.003 % |
99.35/99.45	|   5050039 |     180      720     2880 |     2600     2324     16 |  0.003 % |
147.14/147.25	|   7575155 |     180      720     2880 |     2860     2157     15 |  0.003 % |
220.82/220.93	|  11362831 |     180      720     2880 |     3146     2806     13 |  0.003 % |
338.09/338.29	|  17044343 |     180      720     2880 |     3461     2370     16 |  0.003 % |
519.14/519.38	|  25566612 |     180      720     2880 |     3807     2640     14 |  0.006 % |
806.37/806.67	|  38350015 |     179      712     2848 |     4187     2941     16 |  0.559 % |
1140.78/1141.18	===============================================================================
1140.78/1141.18	restarts              : 31
1140.78/1141.18	conflicts             : 52663428       (46614 /sec)
1140.78/1141.18	decisions             : 90528102       (1.92 % random) (80129 /sec)
1140.78/1141.18	propagations          : 537752676      (475979 /sec)
1140.78/1141.18	conflict literals     : 811894316      (17.40 % deleted)
1140.78/1141.18	Memory used           : 4.54 MB
1140.78/1141.18	CPU time              : 1129.78 s
1140.78/1141.18	
1140.78/1141.18	c Bin: Executing minisat20
1140.78/1141.18	c child exited successfully
1140.78/1141.18	c minisat20 returned code 20.
1140.78/1141.18	s UNSATISFIABLE
1140.78/1141.18	c SATZILLA_TIME=1141.050000

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/node19/watcher-339354-1173703306 -o ROOT/results/node19/solver-339354-1173703306 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339354-1173703306/SATzilla2007_F /tmp/evaluation/339354-1173703306/instance-339354-1173703306.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 19390
/proc/meminfo: memFree=1450352/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) R 19388 19390 17004 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=640 CPUtime=0
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 390284688 655360 104 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 160 104 63 118 0 39 0

[startup+0.0462919 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 19390
/proc/meminfo: memFree=1450352/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=1212 CPUtime=0.04
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 265 0 0 0 4 0 0 0 19 0 1 0 390284688 1241088 256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 303 256 74 118 0 182 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2724

[startup+0.101299 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 19390
/proc/meminfo: memFree=1450352/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=1212 CPUtime=0.09
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 265 0 0 0 9 0 0 0 19 0 1 0 390284688 1241088 256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551389 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 303 256 74 118 0 182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2724

[startup+0.30132 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 19390
/proc/meminfo: memFree=1450352/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=1212 CPUtime=0.29
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 265 0 0 0 29 0 0 0 21 0 1 0 390284688 1241088 256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587808 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 303 256 74 118 0 182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2724

[startup+0.701363 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 19390
/proc/meminfo: memFree=1450352/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=1212 CPUtime=0.69
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 265 0 0 0 69 0 0 0 24 0 1 0 390284688 1241088 256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 303 256 74 118 0 182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2724

[startup+1.50245 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19392
/proc/meminfo: memFree=1449440/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=1212 CPUtime=1.49
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 265 0 0 0 149 0 0 0 25 0 1 0 390284688 1241088 256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617312 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 303 256 74 118 0 182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2724

[startup+3.10162 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19392
/proc/meminfo: memFree=1449312/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=0
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19391] ppid=19390 vsize=1212 CPUtime=3.09
/proc/19391/stat : 19391 (march_dl) R 19390 19390 17004 0 -1 4194304 265 0 0 0 309 0 0 0 25 0 1 0 390284688 1241088 256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532920 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19391/statm: 303 256 74 118 0 182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2724

[startup+6.30197 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19393
/proc/meminfo: memFree=1449504/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1512 CPUtime=4.99
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 149 265 0 0 0 0 499 0 16 0 1 0 390284688 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 378 125 110 260 0 84 0
[pid=19393] ppid=19390 vsize=6188 CPUtime=1.28
/proc/19393/stat : 19393 (ubcsat2006) R 19390 19390 17004 0 -1 4194304 248 0 0 0 98 30 0 0 25 0 1 0 390285189 6336512 230 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19393/statm: 1547 230 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19394
/proc/meminfo: memFree=1449312/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=1936 CPUtime=1.64
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 156 0 0 0 164 0 0 0 25 0 1 0 390285794 1982464 149 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 484 149 58 118 0 362 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3564

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19394
/proc/meminfo: memFree=1449056/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=2200 CPUtime=14.43
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 237 0 0 0 1443 0 0 0 25 0 1 0 390285794 2252800 230 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 550 230 58 118 0 428 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3828

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19394
/proc/meminfo: memFree=1448800/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=2468 CPUtime=40.02
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 306 0 0 0 4002 0 0 0 25 0 1 0 390285794 2527232 299 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527437 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 617 299 58 118 0 495 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4096

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19394
/proc/meminfo: memFree=1448480/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=2868 CPUtime=91.21
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 382 0 0 0 9121 0 0 0 25 0 1 0 390285794 2936832 375 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528409 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 717 375 58 118 0 595 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4496

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19394
/proc/meminfo: memFree=1448224/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=3000 CPUtime=151.19
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 439 0 0 0 15119 0 0 0 25 0 1 0 390285794 3072000 432 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525482 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 750 432 58 118 0 628 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4628

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1448032/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=3140 CPUtime=211.18
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 474 0 0 0 21117 1 0 0 25 0 1 0 390285794 3215360 467 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 785 467 58 118 0 663 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4768

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1447840/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=3408 CPUtime=271.17
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 523 0 0 0 27116 1 0 0 25 0 1 0 390285794 3489792 516 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 852 516 58 118 0 730 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5036

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1447776/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=3408 CPUtime=331.15
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 541 0 0 0 33114 1 0 0 25 0 1 0 390285794 3489792 534 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528267 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 852 534 58 118 0 730 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1447264/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4092 CPUtime=751.04
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 695 0 0 0 75101 3 0 0 25 0 1 0 390285794 4190208 688 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1023 688 58 118 0 901 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 5720

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1447200/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4092 CPUtime=811.02
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 712 0 0 0 81099 3 0 0 25 0 1 0 390285794 4190208 705 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134536474 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1023 705 58 118 0 901 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 5720

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1447072/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4228 CPUtime=871.01
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 742 0 0 0 87098 3 0 0 25 0 1 0 390285794 4329472 735 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1057 735 58 118 0 935 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 5856

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446944/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4372 CPUtime=930.99
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 770 0 0 0 93096 3 0 0 25 0 1 0 390285794 4476928 763 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1093 763 58 118 0 971 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 6000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446880/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4504 CPUtime=990.98
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 782 0 0 0 99094 4 0 0 25 0 1 0 390285794 4612096 775 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1126 775 58 118 0 1004 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 6132

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446880/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4504 CPUtime=1050.96
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 796 0 0 0 105092 4 0 0 25 0 1 0 390285794 4612096 789 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1126 789 58 118 0 1004 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 6132

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446816/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4504 CPUtime=1110.94
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 813 0 0 0 111090 4 0 0 25 0 1 0 390285794 4612096 806 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1126 806 58 118 0 1004 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 6132

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446816/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4504 CPUtime=1114.94
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 813 0 0 0 111490 4 0 0 25 0 1 0 390285794 4612096 806 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1126 806 58 118 0 1004 0
Current children cumulated CPU time (s) 1125.98
Current children cumulated vsize (KiB) 6132

[startup+1132.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446816/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4644 CPUtime=1121.34
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 820 0 0 0 112130 4 0 0 25 0 1 0 390285794 4755456 813 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519777 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1161 813 58 118 0 1039 0
Current children cumulated CPU time (s) 1132.38
Current children cumulated vsize (KiB) 6272

[startup+1135.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446752/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4644 CPUtime=1124.54
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 820 0 0 0 112450 4 0 0 25 0 1 0 390285794 4755456 813 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1161 813 58 118 0 1039 0
Current children cumulated CPU time (s) 1135.58
Current children cumulated vsize (KiB) 6272

[startup+1139.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446752/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4644 CPUtime=1127.74
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 823 0 0 0 112770 4 0 0 25 0 1 0 390285794 4755456 816 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134648400 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1161 816 58 118 0 1039 0
Current children cumulated CPU time (s) 1138.78
Current children cumulated vsize (KiB) 6272

[startup+1139.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446752/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4644 CPUtime=1128.54
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 823 0 0 0 112850 4 0 0 25 0 1 0 390285794 4755456 816 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1161 816 58 118 0 1039 0
Current children cumulated CPU time (s) 1139.58
Current children cumulated vsize (KiB) 6272

[startup+1140.71 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446752/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4644 CPUtime=1129.34
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 823 0 0 0 112930 4 0 0 25 0 1 0 390285794 4755456 816 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525352 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1161 816 58 118 0 1039 0
Current children cumulated CPU time (s) 1140.38
Current children cumulated vsize (KiB) 6272

[startup+1141.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 19396
/proc/meminfo: memFree=1446752/2055920 swapFree=4169404/4192956
[pid=19390] ppid=19388 vsize=1628 CPUtime=11.04
/proc/19390/stat : 19390 (SATzilla2007_F) S 19388 19390 17004 0 -1 4194304 539 519 0 0 304 40 700 60 25 0 1 0 390284688 1667072 236 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19390/statm: 407 236 169 260 0 113 0
[pid=19394] ppid=19390 vsize=4644 CPUtime=1129.74
/proc/19394/stat : 19394 (minisat20) R 19390 19390 17004 0 -1 4194304 823 0 0 0 112970 4 0 0 25 0 1 0 390285794 4755456 816 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19394/statm: 1161 816 58 118 0 1039 0
Current children cumulated CPU time (s) 1140.78
Current children cumulated vsize (KiB) 6272

Child status: 20
Real time (s): 1141.19
CPU time (s): 1140.88
CPU user time (s): 1139.83
CPU system time (s): 1.05384
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 7700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1139.83
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1899
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= 25
involuntary context switches= 1739

runsolver used 1.09683 second user time and 3.06153 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Mar 12 12:41:47 UTC 2007

IDJOB= 339354
IDBENCH= 24744
IDSOLVER= 136
FILE ID= node19/339354-1173703306

PBS_JOBID= 4101484

Free space on /tmp= 66538 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-135-2.sat05-2354.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339354-1173703306/SATzilla2007_F /tmp/evaluation/339354-1173703306/instance-339354-1173703306.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-339354-1173703306 -o ROOT/results/node19/solver-339354-1173703306 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339354-1173703306/SATzilla2007_F /tmp/evaluation/339354-1173703306/instance-339354-1173703306.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  5108c832bdf105f072e86da2a52fd6b5

RANDOM SEED= 421265471

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.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	: 5931.00
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:       1450696 kB
Buffers:         49728 kB
Cached:         470412 kB
SwapCached:       2440 kB
Active:         381232 kB
Inactive:       162156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450696 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           10164 kB
Writeback:           0 kB
Mapped:          30620 kB
Slab:            47332 kB
Committed_AS:  1488864 kB
PageTables:       1760 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 node19 on Mon Mar 12 13:00:48 UTC 2007