Trace number 303185

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.86 1200.63

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S793713844-14.cnf
MD5SUMf5c5fcd96d8afc0866c8da7cded76f04
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.97	c run March_dl for 5 seconds ... 
10.83/10.97	c Bin: Executing march_dl
10.83/10.97	c child exit by a signal
10.83/10.97	c march_dl returned code 137.
10.83/10.97	c run saps for 2 seconds ... 
10.83/10.97	c Bin: Executing ubcsat2006
10.83/10.97	c child exited successfully
10.83/10.97	c ubcsat2006 returned code 0.
10.83/10.97	c satzilla computing base features
10.83/10.97	c satzilla doing unit-prop probe
10.83/10.97	c satzilla doing local search probe
10.83/10.97	c satzilla doing lobjois search-space size estimate
10.83/10.97	c satzilla's ranking:
10.83/10.97	c 1) minisat20: 3.635973
10.83/10.97	c 2) kcnfs: 3.655698
10.83/10.97	c 3) march_dl: 4.077258
10.83/10.97	c 4) eureka: 4.404507
10.83/10.97	c 5) vallst: 4.826510
10.83/10.97	c 6) zchaff_rand: 5.760255
10.83/10.97	c 7) kcnfs+P: 999.000000
10.83/10.97	c 8) march_dl+P: 999.000000
10.83/10.97	c 9) vallst+P: 999.000000
10.83/10.97	c 10) zchaff_rand+P: 999.000000
10.83/10.97	c 11) rsat+P: 999.000000
10.83/10.97	c 12) eureka+P: 999.000000
10.83/10.97	c 13) minisat20+P: 999.000000
10.83/10.97	c 14) rsat: 999.000000
10.83/10.97	c satzilla running minisat20 ... 
10.93/10.97	This is MiniSat 2.0 beta
10.93/10.97	WARNING: for repeatability, setting FPU to use double precision
10.93/10.97	============================[ Problem Statistics ]=============================
10.93/10.97	|                                                                             |
10.93/10.97	|  Number of variables:  180                                                  |
10.93/10.97	|  Number of clauses:    15300                                                |
10.93/10.98	|  Parsing time:         0.02         s                                       |
10.93/10.99	============================[ Search Statistics ]==============================
10.93/10.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.93/10.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.93/10.99	===============================================================================
10.93/10.99	|         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
10.93/11.00	|       101 |     180    15300   107100 |     5610      101     52 |  0.003 % |
10.93/11.01	|       253 |     180    15300   107100 |     6171      253     51 |  0.003 % |
10.93/11.03	|       478 |     180    15300   107100 |     6788      478     51 |  0.003 % |
10.93/11.06	|       816 |     180    15300   107100 |     7466      816     52 |  0.003 % |
10.93/11.10	|      1322 |     180    15300   107100 |     8213     1322     52 |  0.003 % |
10.93/11.17	|      2081 |     180    15300   107100 |     9034     2081     52 |  0.003 % |
11.23/11.29	|      3221 |     180    15300   107100 |     9938     3221     53 |  0.003 % |
11.33/11.46	|      4929 |     180    15300   107100 |    10932     4929     53 |  0.003 % |
11.64/11.75	|      7491 |     180    15300   107100 |    12025     7491     53 |  0.003 % |
12.25/12.31	|     11335 |     180    15300   107100 |    13228    11335     53 |  0.003 % |
12.97/13.10	|     17101 |     180    15300   107100 |    14550    10447     53 |  0.003 % |
14.31/14.44	|     25753 |     180    15300   107100 |    16005    11788     55 |  0.003 % |
16.67/16.79	|     38729 |     180    15300   107100 |    17606     8675     52 |  0.003 % |
20.14/20.26	|     58191 |     180    15300   107100 |    19367    10447     54 |  0.003 % |
25.89/25.99	|     87385 |     180    15300   107100 |    21303    10469     53 |  0.003 % |
35.41/35.51	|    131176 |     180    15300   107100 |    23434    11480     53 |  0.003 % |
51.60/51.71	|    196862 |     180    15300   107100 |    25777    17440     52 |  0.003 % |
78.97/79.08	|    295388 |     180    15300   107100 |    28355    19657     52 |  0.003 % |
122.10/122.26	|    443177 |     180    15300   107100 |    31191    23447     54 |  0.003 % |
187.88/188.08	|    664860 |     180    15300   107100 |    34310    20076     53 |  0.003 % |
293.12/293.42	|    997385 |     180    15300   107100 |    37741    29789     55 |  0.003 % |
464.95/465.28	|   1496173 |     180    15300   107100 |    41515    32544     54 |  0.003 % |
743.15/743.69	|   2244355 |     180    15300   107100 |    45666    41447     54 |  0.003 % |
1183.33/1184.20	|   3366629 |     180    15300   107100 |    50233    30992     53 |  0.003 % |
1199.73/1200.54	c Bin: Executing minisat20
1199.73/1200.54	c child exit by a signal
1199.73/1200.54	c minisat20 returned code 137.
1199.73/1200.54	c minisat20 returned code 137.
1199.73/1200.54	c satzilla running kcnfs ... 
1199.73/1200.54	c Bin: Executing kcnfs
1199.73/1200.54	c kcnfs returned code 1.
1199.73/1200.54	c kcnfs returned code 1.
1199.73/1200.54	c satzilla running march_dl ... 
1199.73/1200.54	c Bin: Executing march_dl
1199.73/1200.54	c march_dl returned code 1.
1199.73/1200.54	c march_dl returned code 1.
1199.73/1200.54	c satzilla running eureka ... 
1199.73/1200.54	c Bin: Executing eureka
1199.73/1200.54	c eureka returned code 1.
1199.73/1200.54	c eureka returned code 1.
1199.73/1200.54	c satzilla running vallst ... 
1199.73/1200.54	c Bin: Executing vallst
1199.73/1200.54	c vallst returned code 1.
1199.73/1200.54	c vallst returned code 1.
1199.73/1200.54	c satzilla running zchaff_rand ... 
1199.73/1200.54	c Bin: Executing zchaff_rand
1199.73/1200.54	c zchaff_rand returned code 1.
1199.73/1200.54	c zchaff_rand returned code 1.
1199.73/1200.54	c satzilla running kcnfs with preprocessing ... 
1199.73/1200.62	c Preprocessing...
1199.73/1200.62	c Inital problem has 180 variables, 15300 nary clauses (0 binary clauses).
1199.73/1200.62	c Num non-binary clauses 15300, Average non-binary clause length 7.000
1199.73/1200.62	c Theory has no gaps
1199.73/1200.62	c Preprocessor runtime was 0.050 seconds.
1199.73/1200.62	c 
1199.73/1200.62	c Satisfiability of theory still undetermined.
1199.73/1200.62	c See file /tmp/F9XLdo for simplified theory.
1199.73/1200.62	c Bin: Executing kcnfs
1199.73/1200.62	c kcnfs returned code 1.
1199.73/1200.62	c kcnfs returned code 1.
1199.73/1200.62	c Satzilla Timed out!
1199.73/1200.62	s UNKNOWN
1199.73/1200.62	c SATZILLA_TIME=1200.020000

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/node38/watcher-303185-1172029256 -o ROOT/results/node38/solver-303185-1172029256 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303185-1172029256/SATzilla2007_F /tmp/evaluation/303185-1172029256/instance-303185-1172029256.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: 1.00 1.00 0.96 2/65 9265
/proc/meminfo: memFree=1591160/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=1512 CPUtime=0
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222881490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9264/statm: 378 125 110 260 0 84 0
[pid=9265] ppid=9264 vsize=768 CPUtime=0
/proc/9265/stat : 9265 (march_dl) R 9264 9264 9132 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 222881490 786432 92 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9265/statm: 192 92 50 118 0 71 0

[startup+0.108303 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9265
/proc/meminfo: memFree=1591160/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=1512 CPUtime=0
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222881490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9264/statm: 378 125 110 260 0 84 0
[pid=9265] ppid=9264 vsize=2528 CPUtime=0.1
/proc/9265/stat : 9265 (march_dl) R 9264 9264 9132 0 -1 4194304 2208 0 0 0 10 0 0 0 18 0 1 0 222881490 2588672 504 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9265/statm: 632 504 65 118 0 511 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4040

[startup+0.516348 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9265
/proc/meminfo: memFree=1591160/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=1512 CPUtime=0
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222881490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9264/statm: 378 125 110 260 0 84 0
[pid=9265] ppid=9264 vsize=4664 CPUtime=0.51
/proc/9265/stat : 9265 (march_dl) R 9264 9264 9132 0 -1 4194304 2931 0 0 0 50 1 0 0 22 0 1 0 222881490 4775936 673 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9265/statm: 1166 673 67 118 0 1045 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6176

[startup+1.33644 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9266
/proc/meminfo: memFree=1588656/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=1512 CPUtime=0
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222881490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9264/statm: 378 125 110 260 0 84 0
[pid=9265] ppid=9264 vsize=4664 CPUtime=1.33
/proc/9265/stat : 9265 (march_dl) R 9264 9264 9132 0 -1 4194304 2967 0 0 0 132 1 0 0 25 0 1 0 222881490 4775936 709 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9265/statm: 1166 709 67 118 0 1045 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6176

[startup+2.97263 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9266
/proc/meminfo: memFree=1588272/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=1512 CPUtime=0
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222881490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9264/statm: 378 125 110 260 0 84 0
[pid=9265] ppid=9264 vsize=4928 CPUtime=2.96
/proc/9265/stat : 9265 (march_dl) R 9264 9264 9132 0 -1 4194304 3039 0 0 0 295 1 0 0 25 0 1 0 222881490 5046272 781 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9265/statm: 1232 781 67 118 0 1111 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6440

[startup+6.263 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9267
/proc/meminfo: memFree=1589488/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=1512 CPUtime=4.99
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 149 3106 0 0 0 0 498 1 16 0 1 0 222881490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 378 125 110 260 0 84 0
[pid=9267] ppid=9264 vsize=6188 CPUtime=1.23
/proc/9267/stat : 9267 (ubcsat2006) R 9264 9264 9132 0 -1 4194304 551 0 0 0 119 4 0 0 25 0 1 0 222881992 6336512 533 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9267/statm: 1547 533 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7277 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1584688/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=5828 CPUtime=1.73
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 1238 0 0 0 173 0 0 0 25 0 1 0 222882588 5967872 1231 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 1457 1231 58 118 0 1335 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9060

[startup+25.5412 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1582448/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=8040 CPUtime=14.55
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 1782 0 0 0 1454 1 0 0 25 0 1 0 222882588 8232960 1775 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 2010 1775 58 118 0 1888 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11272

[startup+51.1741 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1580784/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=9632 CPUtime=40.16
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 2183 0 0 0 4014 2 0 0 25 0 1 0 222882588 9863168 2176 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525805 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 2408 2176 58 118 0 2286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12864

[startup+102.438 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1578800/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=11816 CPUtime=91.38
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 2703 0 0 0 9136 2 0 0 25 0 1 0 222882588 12099584 2696 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 2954 2696 58 118 0 2832 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 15048

[startup+162.522 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1577200/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=13312 CPUtime=151.44
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 3088 0 0 0 15141 3 0 0 25 0 1 0 222882588 13631488 3081 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 3328 3081 58 118 0 3206 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 16544

[startup+222.61 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1575792/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=14712 CPUtime=211.5
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 3432 0 0 0 21146 4 0 0 25 0 1 0 222882588 15065088 3425 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 3678 3425 58 118 0 3556 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 17944

[startup+282.687 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1575408/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=15172 CPUtime=271.53
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 3536 0 0 0 27149 4 0 0 25 0 1 0 222882588 15536128 3529 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 3793 3529 58 118 0 3671 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 18404

[startup+342.768 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1574320/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=16284 CPUtime=331.59
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 3792 0 0 0 33154 5 0 0 25 0 1 0 222882588 16674816 3785 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525431 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 4071 3785 58 118 0 3949 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 19516

[startup+402.85 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1574064/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=16704 CPUtime=391.63
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 3878 0 0 0 39158 5 0 0 25 0 1 0 222882588 17104896 3871 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 4176 3871 58 118 0 4054 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 19936

[startup+462.932 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 9268
/proc/meminfo: memFree=1573808/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=16844 CPUtime=451.66
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 3931 0 0 0 45161 5 0 0 25 0 1 0 222882588 17248256 3924 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 4211 3924 58 118 0 4089 0
Current children cumulated CPU time (s) 462.59

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


[startup+823.434 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1570800/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=20020 CPUtime=811.94
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 4661 0 0 0 81188 6 0 0 25 0 1 0 222882588 20500480 4654 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5005 4654 58 118 0 4883 0
Current children cumulated CPU time (s) 822.87
Current children cumulated vsize (KiB) 23252

[startup+883.511 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1570480/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=20308 CPUtime=871.98
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 4751 0 0 0 87191 7 0 0 25 0 1 0 222882588 20795392 4744 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5077 4744 58 118 0 4955 0
Current children cumulated CPU time (s) 882.91
Current children cumulated vsize (KiB) 23540

[startup+943.591 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1570288/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=20588 CPUtime=932.03
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 4801 0 0 0 93196 7 0 0 25 0 1 0 222882588 21082112 4794 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5147 4794 58 118 0 5025 0
Current children cumulated CPU time (s) 942.96
Current children cumulated vsize (KiB) 23820

[startup+1003.67 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1569904/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=20888 CPUtime=992.08
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 4874 0 0 0 99201 7 0 0 25 0 1 0 222882588 21389312 4867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5222 4867 58 118 0 5100 0
Current children cumulated CPU time (s) 1003.01
Current children cumulated vsize (KiB) 24120

[startup+1063.75 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1569840/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=21028 CPUtime=1052.12
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 4909 0 0 0 105205 7 0 0 25 0 1 0 222882588 21532672 4902 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5257 4902 58 118 0 5135 0
Current children cumulated CPU time (s) 1063.05
Current children cumulated vsize (KiB) 24260

[startup+1123.83 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1569648/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=21180 CPUtime=1112.16
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 4943 0 0 0 111209 7 0 0 25 0 1 0 222882588 21688320 4936 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5295 4936 58 118 0 5173 0
Current children cumulated CPU time (s) 1123.09
Current children cumulated vsize (KiB) 24412

[startup+1183.92 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1569328/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=21472 CPUtime=1172.2
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5009 0 0 0 117213 7 0 0 25 0 1 0 222882588 21987328 5002 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5368 5002 58 118 0 5246 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 24704

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

[startup+1187.72 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1569328/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=21472 CPUtime=1176
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5009 0 0 0 117593 7 0 0 25 0 1 0 222882588 21987328 5002 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5368 5002 58 118 0 5246 0
Current children cumulated CPU time (s) 1186.93
Current children cumulated vsize (KiB) 24704

[startup+1194.28 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1568432/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=22396 CPUtime=1182.56
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5242 0 0 0 118248 8 0 0 25 0 1 0 222882588 22933504 5235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9268/statm: 5599 5235 58 118 0 5477 0
Current children cumulated CPU time (s) 1193.49
Current children cumulated vsize (KiB) 25628

[startup+1197.56 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1568432/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=22396 CPUtime=1185.83
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5242 0 0 0 118575 8 0 0 25 0 1 0 222882588 22933504 5235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5599 5235 58 118 0 5477 0
Current children cumulated CPU time (s) 1196.76
Current children cumulated vsize (KiB) 25628

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1568432/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=22396 CPUtime=1187.47
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5242 0 0 0 118739 8 0 0 25 0 1 0 222882588 22933504 5235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5599 5235 58 118 0 5477 0
Current children cumulated CPU time (s) 1198.4
Current children cumulated vsize (KiB) 25628

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1568432/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=22396 CPUtime=1188.29
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5242 0 0 0 118821 8 0 0 25 0 1 0 222882588 22933504 5235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5599 5235 58 118 0 5477 0
Current children cumulated CPU time (s) 1199.22
Current children cumulated vsize (KiB) 25628

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1568432/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=22396 CPUtime=1188.7
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5242 0 0 0 118862 8 0 0 25 0 1 0 222882588 22933504 5235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5599 5235 58 118 0 5477 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 25628

[startup+1200.53 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 9268
/proc/meminfo: memFree=1568432/2055920 swapFree=4183144/4192956
[pid=9264] ppid=9262 vsize=3232 CPUtime=10.93
/proc/9264/stat : 9264 (SATzilla2007_F) S 9262 9264 9132 0 -1 4194304 1636 3663 0 0 373 8 703 9 25 0 1 0 222881490 3309568 631 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9264/statm: 808 631 169 260 0 514 0
[pid=9268] ppid=9264 vsize=22396 CPUtime=1188.8
/proc/9268/stat : 9268 (minisat20) R 9264 9264 9132 0 -1 4194304 5242 0 0 0 118872 8 0 0 25 0 1 0 222882588 22933504 5235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9268/statm: 5599 5235 58 118 0 5477 0
Current children cumulated CPU time (s) 1199.73
Current children cumulated vsize (KiB) 25628

Child status: 1
Real time (s): 1200.63
CPU time (s): 1199.86
CPU user time (s): 1199.58
CPU system time (s): 0.272958
CPU usage (%): 99.9357
Max. virtual memory (cumulated for all children) (KiB): 25628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.58
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11399
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= 35
involuntary context switches= 4389

runsolver used 1.12983 second user time and 3.13452 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Wed Feb 21 03:40:57 UTC 2007

IDJOB= 303185
IDBENCH= 20101
IDSOLVER= 136
FILE ID= node38/303185-1172029256

PBS_JOBID= 3892715

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-S793713844-14.cnf
COMMAND LINE= /tmp/evaluation/303185-1172029256/SATzilla2007_F /tmp/evaluation/303185-1172029256/instance-303185-1172029256.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-303185-1172029256 -o ROOT/results/node38/solver-303185-1172029256 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303185-1172029256/SATzilla2007_F /tmp/evaluation/303185-1172029256/instance-303185-1172029256.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  f5c5fcd96d8afc0866c8da7cded76f04

RANDOM SEED= 348160034

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1591704 kB
Buffers:         32324 kB
Cached:         374824 kB
SwapCached:       4116 kB
Active:         324532 kB
Inactive:        92908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591704 kB
SwapTotal:     4192956 kB
SwapFree:      4183144 kB
Dirty:           10564 kB
Writeback:           0 kB
Mapped:          15200 kB
Slab:            32808 kB
Committed_AS:   508812 kB
PageTables:       1468 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 node38 on Wed Feb 21 04:00:57 UTC 2007