Trace number 339604

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 848.829 849.262

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark457.795
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
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 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.45/10.58	c run March_dl for 5 seconds ... 
10.45/10.58	c Bin: Executing march_dl
10.45/10.58	c child exit by a signal
10.45/10.58	c march_dl returned code 137.
10.45/10.58	c run saps (UBCSAT implementation) for 2 seconds ... 
10.45/10.58	c Bin: Executing ubcsat2006
10.45/10.58	c child exited successfully
10.45/10.58	c ubcsat2006 returned code 0.
10.45/10.58	c satzilla computing base features
10.45/10.58	c satzilla doing unit-prop probe
10.45/10.58	c satzilla doing local search probe
10.45/10.58	c satzilla doing lobjois search-space size estimate
10.45/10.58	c satzilla's ranking:
10.45/10.58	c 1) minisat20+P: 3.383269
10.45/10.58	c 2) kcnfs: 6.503231
10.45/10.58	c 3) march_dl: 11.852876
10.45/10.58	c 4) kcnfs+P: 999.000000
10.45/10.58	c 5) march_dl+P: 999.000000
10.45/10.58	c 6) vallst+P: 999.000000
10.45/10.58	c 7) zchaff_rand+P: 999.000000
10.45/10.58	c 8) vallst: 999.000000
10.45/10.58	c 9) zchaff_rand: 999.000000
10.45/10.58	c 10) minisat20: 999.000000
10.45/10.58	c satzilla running minisat20 with preprocessing ... 
10.56/10.61	This is MiniSat 2.0 beta
10.56/10.61	WARNING: for repeatability, setting FPU to use double precision
10.56/10.61	============================[ Problem Statistics ]=============================
10.56/10.61	|                                                                             |
10.56/10.61	|  Number of variables:  1075                                                 |
10.56/10.61	|  Number of clauses:    7545                                                 |
10.56/10.62	|  Parsing time:         0.00         s                                       |
10.56/10.62	============================[ Search Statistics ]==============================
10.56/10.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.56/10.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.56/10.62	===============================================================================
10.56/10.62	|         0 |    1075     7545    30180 |     2515        0    nan |  0.000 % |
10.56/10.62	|       100 |    1075     7545    30180 |     2766      100      3 |  0.000 % |
10.56/10.63	|       250 |    1075     7545    30180 |     3043      250      3 |  0.000 % |
10.56/10.64	|       475 |    1075     7545    30180 |     3347      475      3 |  0.000 % |
10.56/10.65	|       812 |    1075     7545    30180 |     3682      812      3 |  0.000 % |
10.56/10.67	|      1319 |    1075     7545    30180 |     4050     1319      4 |  0.000 % |
10.58/10.70	|      2078 |    1075     7545    30180 |     4455     2078      8 |  0.000 % |
10.58/10.78	|      3218 |    1075     7545    30180 |     4901     3218     12 |  0.000 % |
10.86/10.92	|      4926 |    1075     7545    30180 |     5391     4926     15 |  0.000 % |
11.05/11.17	|      7492 |    1075     7545    30180 |     5930     4757     15 |  0.000 % |
11.45/11.54	|     11336 |    1075     7545    30180 |     6523     5606     14 |  0.001 % |
12.06/12.15	|     17104 |    1075     7545    30180 |     7175     4779     16 |  0.000 % |
13.06/13.10	|     25753 |    1075     7545    30180 |     7893     6170     17 |  0.000 % |
14.55/14.66	|     38727 |    1075     7545    30180 |     8682     7183     16 |  0.000 % |
16.95/17.05	|     58188 |    1075     7545    30180 |     9550     4674     13 |  0.000 % |
20.63/20.73	|     87380 |    1075     7545    30180 |    10505     5007     14 |  0.000 % |
26.32/26.42	|    131169 |    1075     7545    30180 |    11556     6460     12 |  0.000 % |
35.30/35.42	|    196853 |    1075     7545    30180 |    12711     8252     15 |  0.000 % |
49.57/49.72	|    295379 |    1075     7545    30180 |    13983    10983     14 |  0.000 % |
73.45/73.65	|    443168 |    1075     7545    30180 |    15381    11081     18 |  0.000 % |
110.20/110.46	|    664851 |    1075     7545    30180 |    16919     8548     15 |  0.000 % |
169.37/169.66	|    997378 |    1075     7545    30180 |    18611     9746     15 |  0.000 % |
262.14/262.48	|   1496168 |    1075     7545    30180 |    20472    13213     15 |  0.000 % |
410.50/410.87	|   2244350 |    1071     7449    29796 |    22520    18383     18 |  0.372 % |
657.51/657.92	|   3366626 |    1071     7449    29796 |    24772    21844     17 |  0.373 % |
848.75/849.25	===============================================================================
848.75/849.25	restarts              : 25
848.75/849.25	conflicts             : 4195599        (5006 /sec)
848.75/849.25	decisions             : 5009197        (1.78 % random) (5976 /sec)
848.75/849.25	propagations          : 538688556      (642675 /sec)
848.75/849.25	conflict literals     : 83777896       (38.81 % deleted)
848.75/849.25	Memory used           : 8.69 MB
848.75/849.25	CPU time              : 838.198 s
848.75/849.25	
848.75/849.26	c Preprocessing...
848.75/849.26	c Inital problem has 1100 variables, 7545 nary clauses (0 binary clauses).
848.75/849.26	c Num non-binary clauses 7545, Average non-binary clause length 4.000
848.75/849.26	c Preprocessor runtime was 0.020 seconds.
848.75/849.26	c 
848.75/849.26	c Satisfiability of theory still undetermined.
848.75/849.26	c See file /tmp/sTVWb1 for simplified theory.
848.75/849.26	c Bin: Executing minisat20
848.75/849.26	c child exited successfully
848.75/849.26	c minisat20 returned code 20.
848.75/849.26	s UNSATISFIABLE
848.75/849.26	c SATZILLA_TIME=848.950000

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/node44/watcher-339604-1173708043 -o ROOT/results/node44/solver-339604-1173708043 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339604-1173708043/SATzilla2007_R /tmp/evaluation/339604-1173708043/instance-339604-1173708043.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.85 0.97 0.99 3/64 14672
/proc/meminfo: memFree=1795776/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=768 CPUtime=0
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 101 0 0 0 0 0 0 0 20 0 1 0 390760470 786432 96 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 192 96 50 118 0 71 0

[startup+0.063865 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14672
/proc/meminfo: memFree=1795776/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=1832 CPUtime=0.06
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 442 0 0 0 6 0 0 0 20 0 1 0 390760470 1875968 377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 458 377 67 118 0 337 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3272

[startup+0.10187 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14672
/proc/meminfo: memFree=1795776/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=1832 CPUtime=0.09
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 442 0 0 0 9 0 0 0 20 0 1 0 390760470 1875968 377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 458 377 67 118 0 337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3272

[startup+0.301906 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14672
/proc/meminfo: memFree=1795776/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=5760 CPUtime=0.29
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 1440 0 0 0 28 1 0 0 21 0 1 0 390760470 5898240 1326 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 1440 1326 72 118 0 1319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7200

[startup+0.70198 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14672
/proc/meminfo: memFree=1795776/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=6336 CPUtime=0.69
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 1579 0 0 0 57 12 0 0 24 0 1 0 390760470 6488064 1465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 1584 1465 72 118 0 1463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7776

[startup+1.50112 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 14674
/proc/meminfo: memFree=1790128/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=6336 CPUtime=1.49
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 1956 0 0 0 124 25 0 0 25 0 1 0 390760470 6488064 1438 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527892 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 1584 1438 74 118 0 1463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7776

[startup+3.10142 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 14674
/proc/meminfo: memFree=1790064/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=0
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390760470 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 360 110 95 260 0 84 0
[pid=14673] ppid=14672 vsize=6336 CPUtime=3.09
/proc/14673/stat : 14673 (march_dl) R 14672 14672 14595 0 -1 4194304 1960 0 0 0 284 25 0 0 25 0 1 0 390760470 6488064 1442 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14673/statm: 1584 1442 74 118 0 1463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7776

[startup+6.302 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 14675
/proc/meminfo: memFree=1794544/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=1440 CPUtime=4.99
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 135 1960 0 0 0 0 474 25 16 0 1 0 390760470 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 360 111 96 260 0 84 0
[pid=14675] ppid=14672 vsize=6188 CPUtime=1.28
/proc/14675/stat : 14675 (ubcsat2006) R 14672 14672 14595 0 -1 4194304 360 0 0 0 115 13 0 0 25 0 1 0 390760971 6336512 343 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14675/statm: 1547 343 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 14676
/proc/meminfo: memFree=1791856/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=3008 CPUtime=2.07
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 459 0 0 0 207 0 0 0 25 0 1 0 390761531 3080192 453 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 752 453 59 118 0 630 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 6324

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/72 14742
/proc/meminfo: memFree=1789752/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=3696 CPUtime=14.84
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 635 0 0 0 1484 0 0 0 25 0 1 0 390761531 3784704 629 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 924 629 59 118 0 802 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 7012

[startup+51.1012 s]
/proc/loadavg: 0.94 0.97 0.99 2/72 14788
/proc/meminfo: memFree=1789176/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=4428 CPUtime=40.39
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 827 0 0 0 4039 0 0 0 25 0 1 0 390761531 4534272 821 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 1107 821 59 118 0 985 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 7744

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 14874
/proc/meminfo: memFree=1789032/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=5360 CPUtime=91.52
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1064 0 0 0 9151 1 0 0 25 0 1 0 390761531 5488640 1058 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 1340 1058 59 118 0 1218 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 8676

[startup+162.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 14874
/proc/meminfo: memFree=1788720/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=6040 CPUtime=151.5
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1212 0 0 0 15149 1 0 0 25 0 1 0 390761531 6184960 1206 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 1510 1206 59 118 0 1388 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 9356

[startup+222.301 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 14874
/proc/meminfo: memFree=1788336/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=6360 CPUtime=211.47
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1300 0 0 0 21146 1 0 0 25 0 1 0 390761531 6512640 1294 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 1590 1294 59 118 0 1468 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 9676

[startup+282.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 14874
/proc/meminfo: memFree=1787824/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=6904 CPUtime=271.45
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1427 0 0 0 27144 1 0 0 25 0 1 0 390761531 7069696 1421 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 1726 1421 59 118 0 1604 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 10220

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 14874
/proc/meminfo: memFree=1787568/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=7172 CPUtime=331.44
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1495 0 0 0 33142 2 0 0 25 0 1 0 390761531 7344128 1489 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 1793 1489 59 118 0 1671 0

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


[startup+522.301 s]
/proc/loadavg: 1.19 1.05 1.01 2/66 14874
/proc/meminfo: memFree=1786616/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8168 CPUtime=511.37
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1724 0 0 0 51135 2 0 0 25 0 1 0 390761531 8364032 1718 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2042 1718 59 118 0 1920 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 11484

[startup+582.301 s]
/proc/loadavg: 1.40 1.15 1.04 2/66 14874
/proc/meminfo: memFree=1786488/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8316 CPUtime=571.35
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1745 0 0 0 57133 2 0 0 25 0 1 0 390761531 8515584 1739 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2079 1739 59 118 0 1957 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 11632

[startup+642.301 s]
/proc/loadavg: 1.21 1.13 1.04 2/66 14874
/proc/meminfo: memFree=1786360/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8316 CPUtime=631.34
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1775 0 0 0 63131 3 0 0 25 0 1 0 390761531 8515584 1769 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2079 1769 59 118 0 1957 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 11632

[startup+702.301 s]
/proc/loadavg: 1.08 1.11 1.04 2/66 14874
/proc/meminfo: memFree=1786040/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8748 CPUtime=691.32
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1863 0 0 0 69129 3 0 0 25 0 1 0 390761531 8957952 1857 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2187 1857 59 118 0 2065 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 12064

[startup+762.305 s]
/proc/loadavg: 1.03 1.08 1.03 2/66 14874
/proc/meminfo: memFree=1785976/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8748 CPUtime=751.3
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1882 0 0 0 75127 3 0 0 25 0 1 0 390761531 8957952 1876 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2187 1876 59 118 0 2065 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 12064

[startup+822.301 s]
/proc/loadavg: 1.01 1.07 1.02 2/66 14874
/proc/meminfo: memFree=1785912/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=811.28
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1902 0 0 0 81125 3 0 0 25 0 1 0 390761531 9109504 1896 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1896 59 118 0 2102 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 12212

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

[startup+831.902 s]
/proc/loadavg: 1.01 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785912/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=820.87
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1907 0 0 0 82084 3 0 0 25 0 1 0 390761531 9109504 1901 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1901 59 118 0 2102 0
Current children cumulated CPU time (s) 831.45
Current children cumulated vsize (KiB) 12212

[startup+838.301 s]
/proc/loadavg: 1.01 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=827.27
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1915 0 0 0 82724 3 0 0 25 0 1 0 390761531 9109504 1909 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1909 59 118 0 2102 0
Current children cumulated CPU time (s) 837.85
Current children cumulated vsize (KiB) 12212

[startup+844.701 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=833.67
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1916 0 0 0 83364 3 0 0 25 0 1 0 390761531 9109504 1910 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1910 59 118 0 2102 0
Current children cumulated CPU time (s) 844.25
Current children cumulated vsize (KiB) 12212

[startup+846.302 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=835.27
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1916 0 0 0 83524 3 0 0 25 0 1 0 390761531 9109504 1910 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1910 59 118 0 2102 0
Current children cumulated CPU time (s) 845.85
Current children cumulated vsize (KiB) 12212

[startup+847.902 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=836.87
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1918 0 0 0 83684 3 0 0 25 0 1 0 390761531 9109504 1912 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1912 59 118 0 2102 0
Current children cumulated CPU time (s) 847.45
Current children cumulated vsize (KiB) 12212

[startup+848.702 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=837.67
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1918 0 0 0 83764 3 0 0 25 0 1 0 390761531 9109504 1912 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1912 59 118 0 2102 0
Current children cumulated CPU time (s) 848.25
Current children cumulated vsize (KiB) 12212

[startup+849.101 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=838.07
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1918 0 0 0 83804 3 0 0 25 0 1 0 390761531 9109504 1912 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1912 59 118 0 2102 0
Current children cumulated CPU time (s) 848.65
Current children cumulated vsize (KiB) 12212

[startup+849.205 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 14874
/proc/meminfo: memFree=1785848/2055920 swapFree=4183776/4192956
[pid=14672] ppid=14670 vsize=3316 CPUtime=10.58
/proc/14672/stat : 14672 (SATzilla2007_R) S 14670 14672 14595 0 -1 4194304 1191 2326 0 0 320 15 676 47 25 0 1 0 390760470 3395584 642 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 829 642 164 260 0 553 0
[pid=14676] ppid=14672 vsize=8896 CPUtime=838.17
/proc/14676/stat : 14676 (minisat20) R 14672 14672 14595 0 -1 4194304 1918 0 0 0 83814 3 0 0 25 0 1 0 390761531 9109504 1912 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14676/statm: 2224 1912 59 118 0 2102 0
Current children cumulated CPU time (s) 848.75
Current children cumulated vsize (KiB) 12212

Child status: 20
Real time (s): 849.262
CPU time (s): 848.829
CPU user time (s): 848.165
CPU system time (s): 0.663899
CPU usage (%): 99.949
Max. virtual memory (cumulated for all children) (KiB): 12212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 848.165
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5453
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= 29
involuntary context switches= 2271

runsolver used 0.574912 second user time and 1.85472 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Mar 12 14:00:43 UTC 2007

IDJOB= 339604
IDBENCH= 24750
IDSOLVER= 134
FILE ID= node44/339604-1173708043

PBS_JOBID= 4101769

Free space on /tmp= 66521 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339604-1173708043/SATzilla2007_R /tmp/evaluation/339604-1173708043/instance-339604-1173708043.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-339604-1173708043 -o ROOT/results/node44/solver-339604-1173708043 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339604-1173708043/SATzilla2007_R /tmp/evaluation/339604-1173708043/instance-339604-1173708043.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 757834513

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.261
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.261
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:       1796248 kB
Buffers:         31028 kB
Cached:         180148 kB
SwapCached:       3500 kB
Active:         113268 kB
Inactive:       107968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796248 kB
SwapTotal:     4192956 kB
SwapFree:      4183776 kB
Dirty:            8720 kB
Writeback:           0 kB
Mapped:          15248 kB
Slab:            24396 kB
Committed_AS:   761288 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66521 MiB

End job on node44 on Mon Mar 12 14:14:53 UTC 2007