Trace number 314370

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 CRAFTEDUNSAT 806.018 806.269

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-02.cnf
MD5SUM9ded5d7f130643b725016d2e5e4c7da3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark659.169
Satisfiable
(Un)Satisfiability was proved
Number of variables6196
Number of clauses22741
Sum of the clauses size59967
Maximum clause length602
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212147
Number of clauses of size 39205
Number of clauses of size 4597
Number of clauses of size 5221
Number of clauses of size over 5570

Solver Data (download as text)

10.67/10.72	c run March_dl for 5 seconds ... 
10.67/10.72	c Bin: Executing march_dl
10.67/10.72	c child exit by a signal
10.67/10.72	c march_dl returned code 137.
10.67/10.72	c run saps (UBCSAT implementation) for 2 seconds ... 
10.67/10.72	c Bin: Executing ubcsat2006
10.67/10.72	c child exited successfully
10.67/10.72	c ubcsat2006 returned code 0.
10.67/10.72	c satzilla computing base features
10.67/10.72	c satzilla doing unit-prop probe
10.67/10.72	c satzilla doing local search probe
10.67/10.72	c satzilla doing lobjois search-space size estimate
10.67/10.72	c satzilla's ranking:
10.67/10.72	c 1) minisat20+P: 0.376587
10.67/10.72	c 2) march_dl+P: 0.759842
10.67/10.72	c 3) minisat20: 1.269144
10.67/10.72	c 4) march_dl: 1.503730
10.67/10.72	c 5) vallst+P: 2.944045
10.67/10.72	c 6) zchaff_rand+P: 6.073189
10.67/10.72	c 7) kcnfs+P: 999.000000
10.67/10.72	c 8) kcnfs: 999.000000
10.67/10.72	c 9) vallst: 999.000000
10.67/10.72	c 10) zchaff_rand: 999.000000
10.67/10.72	c satzilla running minisat20 with preprocessing ... 
11.17/11.21	This is MiniSat 2.0 beta
11.17/11.21	WARNING: for repeatability, setting FPU to use double precision
11.17/11.21	============================[ Problem Statistics ]=============================
11.17/11.21	|                                                                             |
11.17/11.21	|  Number of variables:  4525                                                 |
11.17/11.21	|  Number of clauses:    21348                                                |
11.17/11.22	|  Parsing time:         0.01         s                                       |
11.17/11.22	============================[ Search Statistics ]==============================
11.17/11.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.17/11.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.17/11.22	===============================================================================
11.17/11.22	|         0 |    4525    21348    55286 |     7116        0    nan |  0.000 % |
11.17/11.23	|       102 |    4525    21348    55286 |     7827      102      7 |  0.000 % |
11.17/11.25	|       254 |    4525    21348    55286 |     8610      254     16 |  0.000 % |
11.17/11.27	|       480 |    4525    21348    55286 |     9471      480     23 |  0.000 % |
11.18/11.34	|       817 |    4525    21348    55286 |    10418      817     36 |  0.000 % |
11.18/11.48	|      1323 |    4524    21343    55276 |    11460     1322     48 |  0.022 % |
11.18/11.57	|      2082 |    4524    21343    55276 |    12606     2081     36 |  0.022 % |
11.18/11.92	|      3222 |    4524    21343    55276 |    13867     3221     48 |  0.022 % |
12.26/12.34	|      4930 |    4524    21343    55276 |    15253     4929     42 |  0.022 % |
13.16/13.23	|      7492 |    4524    21343    55276 |    16779     7491     45 |  0.022 % |
15.06/15.19	|     11337 |    4524    21343    55276 |    18457    11336     46 |  0.022 % |
18.35/18.45	|     17104 |    4524    21343    55276 |    20302    17103     55 |  0.022 % |
21.05/21.16	|     25759 |    4524    21343    55276 |    22333    15458     32 |  0.022 % |
26.75/26.88	|     38736 |    4524    21343    55276 |    24566    17090     32 |  0.022 % |
39.24/39.36	|     58199 |    4524    21343    55276 |    27022    24023     51 |  0.022 % |
58.93/59.01	|     87391 |    4524    21343    55276 |    29725    25457     46 |  0.022 % |
85.33/85.40	|    131180 |    4524    21343    55276 |    32697    23322     20 |  0.022 % |
135.91/136.05	|    196864 |    4524    21343    55276 |    35967    21323     40 |  0.022 % |
221.39/221.58	|    295391 |    4524    21343    55276 |    39564    25206     38 |  0.022 % |
368.45/368.62	|    443180 |    4524    21343    55276 |    43520    25789     41 |  0.022 % |
591.08/591.38	|    664863 |    4482    19986    52485 |    47872    41060     40 |  1.105 % |
805.93/806.26	===============================================================================
805.93/806.26	restarts              : 21
805.93/806.26	conflicts             : 870183         (1095 /sec)
805.93/806.26	decisions             : 1097670        (1.09 % random) (1381 /sec)
805.93/806.26	propagations          : 830665646      (1045241 /sec)
805.93/806.26	conflict literals     : 40115099       (68.20 % deleted)
805.93/806.26	Memory used           : 15.64 MB
805.93/806.26	CPU time              : 794.712 s
805.93/806.26	
805.93/806.26	c Preprocessing...
805.93/806.26	c Inital problem has 6196 variables, 10594 nary clauses (12147 binary clauses).
805.93/806.26	c Num non-binary clauses 10593, Average non-binary clause length 3.368
805.93/806.26	c Theory has no gaps
805.93/806.26	c Preprocessor runtime was 0.450 seconds.
805.93/806.26	c 
805.93/806.26	c Satisfiability of theory still undetermined.
805.93/806.26	c See file /tmp/AUW7Lb for simplified theory.
805.93/806.26	c Bin: Executing minisat20
805.93/806.26	c child exited successfully
805.93/806.26	c minisat20 returned code 20.
805.93/806.26	s UNSATISFIABLE
805.93/806.26	c SATZILLA_TIME=806.130000

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-314370-1172636107 -o ROOT/results/node19/solver-314370-1172636107 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314370-1172636107/SATzilla2007_C /tmp/evaluation/314370-1172636107/instance-314370-1172636107.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.94 1.03 0.99 3/77 8105
/proc/meminfo: memFree=872184/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) R 8103 8105 6161 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=1232 CPUtime=0
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 283564775 1261568 183 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134775958 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 308 183 50 118 0 187 0

[startup+0.0176951 s]
/proc/loadavg: 0.94 1.03 0.99 3/77 8105
/proc/meminfo: memFree=872184/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=1364 CPUtime=0.01
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 237 0 0 0 1 0 0 0 20 0 1 0 283564775 1396736 232 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 341 233 50 118 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2804

[startup+0.101705 s]
/proc/loadavg: 0.94 1.03 0.99 3/77 8105
/proc/meminfo: memFree=872184/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=2760 CPUtime=0.09
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 1292 0 0 0 9 0 0 0 20 0 1 0 283564775 2826240 551 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134649650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 690 551 57 118 0 569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4200

[startup+0.301726 s]
/proc/loadavg: 0.94 1.03 0.99 3/77 8105
/proc/meminfo: memFree=872184/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=5004 CPUtime=0.29
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 2839 0 0 0 28 1 0 0 21 0 1 0 283564775 5124096 1094 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 1251 1094 69 118 0 1130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6444

[startup+0.70177 s]
/proc/loadavg: 0.94 1.03 0.99 3/77 8105
/proc/meminfo: memFree=872184/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=8716 CPUtime=0.69
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 3796 0 0 0 68 1 0 0 24 0 1 0 283564775 8925184 2043 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 2179 2043 73 118 0 2058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10156

[startup+1.50286 s]
/proc/loadavg: 0.94 1.03 0.99 2/79 8107
/proc/meminfo: memFree=864040/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=9580 CPUtime=1.49
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 3853 0 0 0 148 1 0 0 25 0 1 0 283564775 9809920 2100 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533013 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 2395 2100 75 118 0 2274 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11020

[startup+3.10103 s]
/proc/loadavg: 0.94 1.03 0.99 3/79 8107
/proc/meminfo: memFree=863016/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=0
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283564775 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 110 95 260 0 84 0
[pid=8106] ppid=8105 vsize=10952 CPUtime=3.08
/proc/8106/stat : 8106 (march_dl) R 8105 8105 6161 0 -1 4194304 4157 0 0 0 307 1 0 0 25 0 1 0 283564775 11214848 2404 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8106/statm: 2738 2404 75 118 0 2617 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12392

[startup+6.30138 s]
/proc/loadavg: 0.95 1.03 0.99 2/79 8108
/proc/meminfo: memFree=870120/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=1440 CPUtime=4.99
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 135 4295 0 0 0 0 497 2 16 0 1 0 283564775 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8105/statm: 360 111 96 260 0 84 0
[pid=8108] ppid=8105 vsize=6188 CPUtime=1.28
/proc/8108/stat : 8108 (ubcsat2006) R 8105 8105 6161 0 -1 4194304 596 0 0 0 118 10 0 0 25 0 1 0 283565276 6336512 579 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8108/statm: 1547 579 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.95 1.03 0.99 2/79 8109
/proc/meminfo: memFree=862888/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=4148 CPUtime=1.47
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 852 0 0 0 147 0 0 0 25 0 1 0 283565896 4247552 846 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 1037 846 58 118 0 915 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 11676

[startup+25.5015 s]
/proc/loadavg: 0.96 1.03 0.99 2/79 8109
/proc/meminfo: memFree=858728/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=7708 CPUtime=14.27
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 1752 0 0 0 1426 1 0 0 25 0 1 0 283565896 7892992 1746 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527430 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 1927 1746 58 118 0 1805 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 15236

[startup+51.1013 s]
/proc/loadavg: 0.97 1.02 0.99 2/79 8109
/proc/meminfo: memFree=856232/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=10268 CPUtime=39.86
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 2378 0 0 0 3984 2 0 0 25 0 1 0 283565896 10514432 2372 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 2567 2372 58 118 0 2445 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 17796

[startup+102.306 s]
/proc/loadavg: 0.99 1.02 0.99 2/79 8109
/proc/meminfo: memFree=856040/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=10568 CPUtime=91.05
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 2421 0 0 0 9102 3 0 0 25 0 1 0 283565896 10821632 2415 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 2642 2415 58 118 0 2520 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18096

[startup+162.301 s]
/proc/loadavg: 0.99 1.01 0.99 2/79 8109
/proc/meminfo: memFree=855336/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=11236 CPUtime=151.02
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 2589 0 0 0 15099 3 0 0 25 0 1 0 283565896 11505664 2583 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525852 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 2809 2583 58 118 0 2687 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 18764

[startup+222.302 s]
/proc/loadavg: 0.99 1.01 0.99 2/79 8109
/proc/meminfo: memFree=854888/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=11636 CPUtime=211.01
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 2699 0 0 0 21097 4 0 0 25 0 1 0 283565896 11915264 2693 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 2909 2693 58 118 0 2787 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 19164

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=853736/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=12844 CPUtime=270.99
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 2991 0 0 0 27094 5 0 0 25 0 1 0 283565896 13152256 2985 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134530046 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 3211 2985 58 118 0 3089 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 20372

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=853608/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=12844 CPUtime=330.97
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 2999 0 0 0 33092 5 0 0 25 0 1 0 283565896 13152256 2993 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 3211 2993 58 118 0 3089 0

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


[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850792/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=15840 CPUtime=510.93
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3719 0 0 0 51085 8 0 0 25 0 1 0 283565896 16220160 3713 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 3960 3713 58 118 0 3838 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 23368

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850792/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=15840 CPUtime=570.91
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3720 0 0 0 57083 8 0 0 25 0 1 0 283565896 16220160 3714 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 3960 3714 58 118 0 3838 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 23368

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850728/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=15840 CPUtime=630.9
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3738 0 0 0 63081 9 0 0 25 0 1 0 283565896 16220160 3732 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 3960 3732 58 118 0 3838 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 23368

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=690.87
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 69078 9 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 23536

[startup+762.307 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=750.86
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 75077 9 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 23536

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

[startup+767.901 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=756.45
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 75636 9 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 767.63
Current children cumulated vsize (KiB) 23536

[startup+793.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=782.05
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 78195 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 793.23
Current children cumulated vsize (KiB) 23536

[startup+799.902 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=788.45
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 78835 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 799.63
Current children cumulated vsize (KiB) 23536

[startup+803.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=791.65
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 79155 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 802.83
Current children cumulated vsize (KiB) 23536

[startup+804.701 s]
/proc/loadavg: 0.99 1.00 0.99 3/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=793.25
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 79315 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 804.43
Current children cumulated vsize (KiB) 23536

[startup+805.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=794.05
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 79395 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 805.23
Current children cumulated vsize (KiB) 23536

[startup+805.902 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=794.45
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 79435 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 805.63
Current children cumulated vsize (KiB) 23536

[startup+806.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=794.65
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 79455 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 805.83
Current children cumulated vsize (KiB) 23536

[startup+806.202 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8109
/proc/meminfo: memFree=850664/2055920 swapFree=4192812/4192956
[pid=8105] ppid=8103 vsize=7528 CPUtime=11.18
/proc/8105/stat : 8105 (SATzilla2007_C) S 8103 8105 6161 0 -1 4194304 3008 4897 0 0 382 12 700 24 25 0 1 0 283564775 7708672 1618 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8105/statm: 1882 1618 165 260 0 1606 0
[pid=8109] ppid=8105 vsize=16008 CPUtime=794.75
/proc/8109/stat : 8109 (minisat20) R 8105 8105 6161 0 -1 4194304 3758 0 0 0 79465 10 0 0 25 0 1 0 283565896 16392192 3752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8109/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 805.93
Current children cumulated vsize (KiB) 23536

Child status: 20
Real time (s): 806.269
CPU time (s): 806.018
CPU user time (s): 805.542
CPU system time (s): 0.476927
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 23536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.542
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11681
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= 27
involuntary context switches= 1676

runsolver used 0.790879 second user time and 2.15167 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 28 04:15:08 UTC 2007

IDJOB= 314370
IDBENCH= 20389
IDSOLVER= 135
FILE ID= node19/314370-1172636107

PBS_JOBID= 3980908

Free space on /tmp= 66502 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-02.cnf
COMMAND LINE= /tmp/evaluation/314370-1172636107/SATzilla2007_C /tmp/evaluation/314370-1172636107/instance-314370-1172636107.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-314370-1172636107 -o ROOT/results/node19/solver-314370-1172636107 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314370-1172636107/SATzilla2007_C /tmp/evaluation/314370-1172636107/instance-314370-1172636107.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  9ded5d7f130643b725016d2e5e4c7da3

RANDOM SEED= 539080285

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:        872656 kB
Buffers:         64768 kB
Cached:         994128 kB
SwapCached:          0 kB
Active:         377280 kB
Inactive:       725264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        872656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8728 kB
Writeback:           0 kB
Mapped:          62540 kB
Slab:            66272 kB
Committed_AS:  1072928 kB
PageTables:       1756 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= 66502 MiB

End job on node19 on Wed Feb 28 04:28:34 UTC 2007