Trace number 303144

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 FULL? 1199.85 1200.21

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S333805260-05.cnf
MD5SUMd14e04a4b0afdf567ba652672eb2d24d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data (download as text)

10.83/10.95	c run March_dl for 5 seconds ... 
10.83/10.95	c Bin: Executing march_dl
10.83/10.95	c child exit by a signal
10.83/10.95	c march_dl returned code 137.
10.83/10.95	c run saps for 2 seconds ... 
10.83/10.95	c Bin: Executing ubcsat2006
10.83/10.95	c child exited successfully
10.83/10.95	c ubcsat2006 returned code 0.
10.83/10.95	c satzilla computing base features
10.83/10.95	c satzilla doing unit-prop probe
10.83/10.95	c satzilla doing local search probe
10.83/10.95	c satzilla doing lobjois search-space size estimate
10.83/10.95	c satzilla's ranking:
10.83/10.95	c 1) minisat20: 3.495912
10.83/10.95	c 2) kcnfs: 3.666088
10.83/10.95	c 3) march_dl: 4.081634
10.83/10.95	c 4) eureka: 4.443132
10.83/10.95	c 5) vallst: 4.894877
10.83/10.95	c 6) zchaff_rand: 5.672991
10.83/10.95	c 7) kcnfs+P: 999.000000
10.83/10.95	c 8) march_dl+P: 999.000000
10.83/10.95	c 9) vallst+P: 999.000000
10.83/10.95	c 10) zchaff_rand+P: 999.000000
10.83/10.95	c 11) rsat+P: 999.000000
10.83/10.95	c 12) eureka+P: 999.000000
10.83/10.95	c 13) minisat20+P: 999.000000
10.83/10.95	c 14) rsat: 999.000000
10.83/10.95	c satzilla running minisat20 ... 
10.83/10.95	This is MiniSat 2.0 beta
10.83/10.95	WARNING: for repeatability, setting FPU to use double precision
10.83/10.95	============================[ Problem Statistics ]=============================
10.83/10.95	|                                                                             |
10.83/10.95	|  Number of variables:  180                                                  |
10.83/10.95	|  Number of clauses:    15300                                                |
10.93/10.97	|  Parsing time:         0.01         s                                       |
10.93/10.97	============================[ Search Statistics ]==============================
10.93/10.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.93/10.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.93/10.97	===============================================================================
10.93/10.97	|         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
10.93/10.98	|       101 |     180    15300   107100 |     5610      101     52 |  0.003 % |
10.93/11.00	|       252 |     180    15300   107100 |     6171      252     52 |  0.003 % |
10.93/11.01	|       478 |     180    15300   107100 |     6788      478     51 |  0.003 % |
10.93/11.04	|       815 |     180    15300   107100 |     7466      815     53 |  0.003 % |
10.93/11.08	|      1322 |     180    15300   107100 |     8213     1322     53 |  0.003 % |
10.93/11.14	|      2081 |     180    15300   107100 |     9034     2081     53 |  0.003 % |
10.93/11.24	|      3221 |     180    15300   107100 |     9938     3221     53 |  0.003 % |
11.34/11.43	|      4929 |     180    15300   107100 |    10932     4929     53 |  0.003 % |
11.65/11.76	|      7493 |     180    15300   107100 |    12025     7493     53 |  0.003 % |
12.26/12.38	|     11338 |     180    15300   107100 |    13228    11338     53 |  0.003 % |
13.29/13.36	|     17105 |     180    15300   107100 |    14550    10452     53 |  0.003 % |
14.84/14.90	|     25756 |     180    15300   107100 |    16005    11787     54 |  0.003 % |
17.39/17.48	|     38730 |     180    15300   107100 |    17606     8671     54 |  0.003 % |
21.49/21.54	|     58192 |     180    15300   107100 |    19367    10447     53 |  0.003 % |
28.45/28.56	|     87384 |     180    15300   107100 |    21303    10464     53 |  0.003 % |
39.42/39.51	|    131174 |     180    15300   107100 |    23434    11466     51 |  0.003 % |
56.83/56.95	|    196858 |     180    15300   107100 |    25777    17520     53 |  0.003 % |
85.51/85.62	|    295385 |     180    15300   107100 |    28355    19773     53 |  0.003 % |
132.23/132.32	|    443174 |     180    15300   107100 |    31191    23463     52 |  0.003 % |
206.42/206.53	|    664859 |     180    15300   107100 |    34310    20999     53 |  0.003 % |
321.79/321.92	|    997384 |     180    15300   107100 |    37741    29760     53 |  0.003 % |
506.21/506.48	|   1496173 |     180    15300   107100 |    41515    28896     54 |  0.003 % |
801.71/802.06	|   2244356 |     180    15300   107100 |    45666    36004     54 |  0.003 % |
1199.67/1200.12	c Bin: Executing minisat20
1199.67/1200.12	c child exit by a signal
1199.67/1200.12	c minisat20 returned code 137.
1199.67/1200.12	c minisat20 returned code 137.
1199.67/1200.12	c satzilla running kcnfs ... 
1199.67/1200.12	c Bin: Executing kcnfs
1199.67/1200.12	c kcnfs returned code 1.
1199.67/1200.12	c kcnfs returned code 1.
1199.67/1200.12	c satzilla running march_dl ... 
1199.67/1200.12	c Bin: Executing march_dl
1199.67/1200.12	c march_dl returned code 1.
1199.67/1200.12	c march_dl returned code 1.
1199.67/1200.12	c satzilla running eureka ... 
1199.67/1200.12	c Bin: Executing eureka
1199.67/1200.12	c eureka returned code 1.
1199.67/1200.12	c eureka returned code 1.
1199.67/1200.12	c satzilla running vallst ... 
1199.67/1200.12	c Bin: Executing vallst
1199.67/1200.12	c vallst returned code 1.
1199.67/1200.12	c vallst returned code 1.
1199.67/1200.12	c satzilla running zchaff_rand ... 
1199.67/1200.12	c Bin: Executing zchaff_rand
1199.67/1200.12	c zchaff_rand returned code 1.
1199.67/1200.12	c zchaff_rand returned code 1.
1199.67/1200.12	c satzilla running kcnfs with preprocessing ... 
1199.78/1200.20	c Preprocessing...
1199.78/1200.20	c Inital problem has 180 variables, 15300 nary clauses (0 binary clauses).
1199.78/1200.20	c Num non-binary clauses 15300, Average non-binary clause length 7.000
1199.78/1200.20	c Theory has no gaps
1199.78/1200.20	c Preprocessor runtime was 0.040 seconds.
1199.78/1200.20	c 
1199.78/1200.20	c Satisfiability of theory still undetermined.
1199.78/1200.20	c See file /tmp/m3QuGK for simplified theory.
1199.78/1200.20	c Bin: Executing kcnfs
1199.78/1200.20	c kcnfs returned code 1.
1199.78/1200.20	c kcnfs returned code 1.
1199.78/1200.20	c Satzilla Timed out!
1199.78/1200.20	s UNKNOWN
1199.78/1200.20	c SATZILLA_TIME=1200.010000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node67/watcher-303144-1172028371 -o ROOT/results/node67/solver-303144-1172028371 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303144-1172028371/SATzilla2007_F /tmp/evaluation/303144-1172028371/instance-303144-1172028371.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.98 0.99 3/64 11638
/proc/meminfo: memFree=1646312/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=1512 CPUtime=0
/proc/11638/stat : 11638 (SATzilla2007_F) R 11636 11638 11554 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 222794720 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/11638/statm: 378 125 110 260 0 84 0
[pid=11639] ppid=11638 vsize=768 CPUtime=0
/proc/11639/stat : 11639 (march_dl) R 11638 11638 11554 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 222794721 786432 87 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11639/statm: 192 88 50 118 0 71 0

[startup+0.10731 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11638
/proc/meminfo: memFree=1646312/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=1512 CPUtime=0
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222794720 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11638/statm: 378 125 110 260 0 84 0
[pid=11639] ppid=11638 vsize=2476 CPUtime=0.09
/proc/11639/stat : 11639 (march_dl) R 11638 11638 11554 0 -1 4194304 2028 0 0 0 9 0 0 0 19 0 1 0 222794721 2535424 505 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11639/statm: 619 505 65 118 0 498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3988

[startup+0.515351 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11638
/proc/meminfo: memFree=1646312/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=1512 CPUtime=0
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222794720 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11638/statm: 378 125 110 260 0 84 0
[pid=11639] ppid=11638 vsize=4664 CPUtime=0.5
/proc/11639/stat : 11639 (march_dl) R 11638 11638 11554 0 -1 4194304 2929 0 0 0 50 0 0 0 23 0 1 0 222794721 4775936 673 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11639/statm: 1166 673 67 118 0 1045 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6176

[startup+1.33544 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11640
/proc/meminfo: memFree=1643672/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=1512 CPUtime=0
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222794720 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11638/statm: 378 125 110 260 0 84 0
[pid=11639] ppid=11638 vsize=4664 CPUtime=1.32
/proc/11639/stat : 11639 (march_dl) R 11638 11638 11554 0 -1 4194304 2951 0 0 0 132 0 0 0 25 0 1 0 222794721 4775936 695 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11639/statm: 1166 695 67 118 0 1045 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6176

[startup+2.97161 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11640
/proc/meminfo: memFree=1643032/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=1512 CPUtime=0
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222794720 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11638/statm: 378 125 110 260 0 84 0
[pid=11639] ppid=11638 vsize=4928 CPUtime=2.96
/proc/11639/stat : 11639 (march_dl) R 11638 11638 11554 0 -1 4194304 3016 0 0 0 295 1 0 0 25 0 1 0 222794721 5046272 760 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11639/statm: 1232 760 67 118 0 1111 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6440

[startup+6.25795 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11641
/proc/meminfo: memFree=1644384/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=1512 CPUtime=4.99
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 149 3087 0 0 0 0 498 1 16 0 1 0 222794720 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11638/statm: 378 125 110 260 0 84 0
[pid=11641] ppid=11638 vsize=6188 CPUtime=1.24
/proc/11641/stat : 11641 (ubcsat2006) R 11638 11638 11554 0 -1 4194304 551 0 0 0 119 5 0 0 25 0 1 0 222795221 6336512 533 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11641/statm: 1547 533 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7186 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1639976/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=5824 CPUtime=1.75
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 1232 0 0 0 175 0 0 0 25 0 1 0 222795816 5963776 1225 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 1456 1225 58 118 0 1334 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9060

[startup+25.524 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1637608/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=7864 CPUtime=14.55
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 1745 0 0 0 1454 1 0 0 25 0 1 0 222795816 8052736 1738 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 1966 1738 58 118 0 1844 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11100

[startup+51.1486 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1635816/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=9724 CPUtime=40.16
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 2194 0 0 0 4014 2 0 0 25 0 1 0 222795816 9957376 2187 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 2431 2187 58 118 0 2309 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12960

[startup+102.389 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1634024/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=11684 CPUtime=91.38
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 2665 0 0 0 9136 2 0 0 25 0 1 0 222795816 11964416 2658 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 2921 2658 58 118 0 2799 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 14920

[startup+162.448 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1632360/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=13340 CPUtime=151.43
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 3067 0 0 0 15140 3 0 0 25 0 1 0 222795816 13660160 3060 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 3335 3060 58 118 0 3213 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 16576

[startup+222.507 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1631208/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=14448 CPUtime=211.47
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 3347 0 0 0 21144 3 0 0 25 0 1 0 222795816 14794752 3340 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529455 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 3612 3340 58 118 0 3490 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 17684

[startup+282.565 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1630760/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=14984 CPUtime=271.51
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 3471 0 0 0 27148 3 0 0 25 0 1 0 222795816 15343616 3464 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 3746 3464 58 118 0 3624 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 18220

[startup+342.625 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1629608/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=16092 CPUtime=331.55
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 3741 0 0 0 33152 3 0 0 25 0 1 0 222795816 16478208 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 4023 3734 58 118 0 3901 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 19328

[startup+402.682 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1629160/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=16504 CPUtime=391.6
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 3854 0 0 0 39156 4 0 0 25 0 1 0 222795816 16900096 3847 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 4126 3847 58 118 0 4004 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 19740

[startup+462.74 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1629032/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=16636 CPUtime=451.64
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 3877 0 0 0 45160 4 0 0 25 0 1 0 222795816 17035264 3870 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 4159 3870 58 118 0 4037 0
Current children cumulated CPU time (s) 462.57

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

/proc/11642/statm: 4723 4392 58 118 0 4601 0
Current children cumulated CPU time (s) 702.72
Current children cumulated vsize (KiB) 22128

[startup+763.027 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1626664/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=19084 CPUtime=751.83
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4442 0 0 0 75179 4 0 0 25 0 1 0 222795816 19542016 4435 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 4771 4435 58 118 0 4649 0
Current children cumulated CPU time (s) 762.76
Current children cumulated vsize (KiB) 22320

[startup+823.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11642
/proc/meminfo: memFree=1625704/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=20140 CPUtime=811.89
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4691 0 0 0 81184 5 0 0 25 0 1 0 222795816 20623360 4684 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5035 4684 58 118 0 4913 0
Current children cumulated CPU time (s) 822.82
Current children cumulated vsize (KiB) 23376

[startup+883.151 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1625256/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=20448 CPUtime=871.93
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4786 0 0 0 87188 5 0 0 25 0 1 0 222795816 20938752 4779 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5112 4779 58 118 0 4990 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 23684

[startup+943.211 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1625128/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=20612 CPUtime=931.97
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4830 0 0 0 93192 5 0 0 25 0 1 0 222795816 21106688 4823 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5153 4823 58 118 0 5031 0
Current children cumulated CPU time (s) 942.9
Current children cumulated vsize (KiB) 23848

[startup+1003.27 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624680/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21060 CPUtime=992.01
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4932 0 0 0 99196 5 0 0 25 0 1 0 222795816 21565440 4925 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5265 4925 58 118 0 5143 0
Current children cumulated CPU time (s) 1002.94
Current children cumulated vsize (KiB) 24296

[startup+1063.33 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624552/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21224 CPUtime=1052.06
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4964 0 0 0 105201 5 0 0 25 0 1 0 222795816 21733376 4957 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5306 4957 58 118 0 5184 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 24460

[startup+1123.39 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624360/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21392 CPUtime=1112.1
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 4993 0 0 0 111205 5 0 0 25 0 1 0 222795816 21905408 4986 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5348 4986 58 118 0 5226 0
Current children cumulated CPU time (s) 1123.03
Current children cumulated vsize (KiB) 24628

[startup+1183.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21676 CPUtime=1172.14
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 5037 0 0 0 117209 5 0 0 25 0 1 0 222795816 22196224 5030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134646615 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5419 5030 58 118 0 5297 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 24912

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

[startup+1193.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21676 CPUtime=1182.5
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 5037 0 0 0 118245 5 0 0 25 0 1 0 222795816 22196224 5030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5419 5030 58 118 0 5297 0
Current children cumulated CPU time (s) 1193.43
Current children cumulated vsize (KiB) 24912

[startup+1197.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21676 CPUtime=1185.77
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 5037 0 0 0 118572 5 0 0 25 0 1 0 222795816 22196224 5030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5419 5030 58 118 0 5297 0
Current children cumulated CPU time (s) 1196.7
Current children cumulated vsize (KiB) 24912

[startup+1198.72 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21676 CPUtime=1187.41
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 5037 0 0 0 118736 5 0 0 25 0 1 0 222795816 22196224 5030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5419 5030 58 118 0 5297 0
Current children cumulated CPU time (s) 1198.34
Current children cumulated vsize (KiB) 24912

[startup+1199.54 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21676 CPUtime=1188.23
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 5037 0 0 0 118818 5 0 0 25 0 1 0 222795816 22196224 5030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5419 5030 58 118 0 5297 0
Current children cumulated CPU time (s) 1199.16
Current children cumulated vsize (KiB) 24912

[startup+1199.95 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3236 CPUtime=10.93
/proc/11638/stat : 11638 (SATzilla2007_F) S 11636 11638 11554 0 -1 4194304 1636 3644 0 0 373 7 703 10 25 0 1 0 222794720 3313664 632 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11638/statm: 809 632 169 260 0 515 0
[pid=11642] ppid=11638 vsize=21676 CPUtime=1188.64
/proc/11642/stat : 11642 (minisat20) R 11638 11638 11554 0 -1 4194304 5037 0 0 0 118859 5 0 0 25 0 1 0 222795816 22196224 5030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11642/statm: 5419 5030 58 118 0 5297 0
Current children cumulated CPU time (s) 1199.57
Current children cumulated vsize (KiB) 24912

[startup+1200.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11644
/proc/meminfo: memFree=1624232/2055920 swapFree=4175972/4192956
[pid=11638] ppid=11636 vsize=3768 CPUtime=1199.78
/proc/11638/stat : 11638 (SATzilla2007_F) R 11636 11638 11554 0 -1 4194304 1922 8681 0 0 375 7 119580 16 18 0 1 0 222794720 3858432 747 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135065185 0 0 4096 0 0 0 0 17 0 0 0
/proc/11638/statm: 942 747 170 260 0 648 0
Current children cumulated CPU time (s) 1199.78
Current children cumulated vsize (KiB) 3768

Child status: 1
Real time (s): 1200.21
CPU time (s): 1199.85
CPU user time (s): 1199.61
CPU system time (s): 0.242963
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 24912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11185
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= 26
involuntary context switches= 3195

runsolver used 0.813876 second user time and 2.46462 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Feb 21 03:26:11 UTC 2007

IDJOB= 303144
IDBENCH= 20100
IDSOLVER= 136
FILE ID= node67/303144-1172028371

PBS_JOBID= 3892719

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S333805260-05.cnf
COMMAND LINE= /tmp/evaluation/303144-1172028371/SATzilla2007_F /tmp/evaluation/303144-1172028371/instance-303144-1172028371.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-303144-1172028371 -o ROOT/results/node67/solver-303144-1172028371 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303144-1172028371/SATzilla2007_F /tmp/evaluation/303144-1172028371/instance-303144-1172028371.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  d14e04a4b0afdf567ba652672eb2d24d

RANDOM SEED= 250863225

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:       1646720 kB
Buffers:         33160 kB
Cached:         314140 kB
SwapCached:      11332 kB
Active:         270792 kB
Inactive:        94328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646720 kB
SwapTotal:     4192956 kB
SwapFree:      4175972 kB
Dirty:           10716 kB
Writeback:           0 kB
Mapped:          15140 kB
Slab:            30076 kB
Committed_AS:   702792 kB
PageTables:       1452 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= 66552 MiB

End job on node67 on Wed Feb 21 03:46:11 UTC 2007