Trace number 308432

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 CRAFTED? (exit code) 1199.73 1200.18

General information on the benchmark

Namerandom/2+p/p0.7/v5500/
unif2p-p0.7-v5500-c14685-S1517457236-16-SAT.cnf
MD5SUMf485220027951df54495c1cbe4025c83
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.511921
Satisfiable
(Un)Satisfiability was proved
Number of variables5497
Number of clauses14684
Sum of the clauses size39647
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24405
Number of clauses of size 310279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.64/10.75	c run March_dl for 5 seconds ... 
10.64/10.75	c Bin: Executing march_dl
10.64/10.75	c child exit by a signal
10.64/10.75	c march_dl returned code 137.
10.64/10.75	c run saps (UBCSAT implementation) for 2 seconds ... 
10.64/10.75	c Bin: Executing ubcsat2006
10.64/10.75	c child exited successfully
10.64/10.75	c ubcsat2006 returned code 0.
10.64/10.75	c satzilla computing base features
10.64/10.75	c satzilla doing unit-prop probe
10.64/10.75	c satzilla doing local search probe
10.64/10.75	c satzilla doing lobjois search-space size estimate
10.64/10.75	c satzilla's ranking:
10.64/10.75	c 1) minisat20: 1.319312
10.64/10.75	c 2) minisat20+P: 2.281227
10.64/10.75	c 3) march_dl: 2.374757
10.64/10.75	c 4) vallst+P: 2.605937
10.64/10.75	c 5) march_dl+P: 4.052581
10.64/10.75	c 6) zchaff_rand+P: 4.911942
10.64/10.75	c 7) kcnfs+P: 999.000000
10.64/10.75	c 8) kcnfs: 999.000000
10.64/10.75	c 9) vallst: 999.000000
10.64/10.75	c 10) zchaff_rand: 999.000000
10.64/10.75	c satzilla running minisat20 ... 
10.64/10.76	This is MiniSat 2.0 beta
10.64/10.76	WARNING: for repeatability, setting FPU to use double precision
10.64/10.76	============================[ Problem Statistics ]=============================
10.64/10.76	|                                                                             |
10.64/10.76	|  Number of variables:  5500                                                 |
10.64/10.76	|  Number of clauses:    14684                                                |
10.73/10.77	|  Parsing time:         0.01         s                                       |
10.73/10.77	============================[ Search Statistics ]==============================
10.73/10.77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.73/10.77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.73/10.77	===============================================================================
10.73/10.77	|         0 |    5500    14684    39647 |     4894        0    nan |  0.000 % |
10.73/10.78	|       100 |    5500    14684    39647 |     5384      100     27 |  0.000 % |
10.73/10.80	|       250 |    5500    14684    39647 |     5922      250     28 |  0.000 % |
10.73/10.84	|       475 |    5500    14684    39647 |     6514      475     34 |  0.000 % |
10.73/10.89	|       812 |    5500    14684    39647 |     7166      812     34 |  0.000 % |
10.73/10.96	|      1319 |    5500    14684    39647 |     7882     1319     37 |  0.000 % |
10.73/11.09	|      2080 |    5500    14684    39647 |     8671     2080     37 |  0.000 % |
11.25/11.28	|      3219 |    5500    14684    39647 |     9538     3219     36 |  0.000 % |
11.55/11.62	|      4929 |    5500    14684    39647 |    10492     4929     36 |  0.000 % |
12.07/12.18	|      7491 |    5500    14684    39647 |    11541     7491     37 |  0.000 % |
13.09/13.15	|     11336 |    5499    14677    39630 |    12695    11335     38 |  0.018 % |
14.63/14.69	|     17103 |    5499    14677    39630 |    13965    10464     39 |  0.018 % |
17.29/17.40	|     25752 |    5499    14677    39630 |    15361    11751     42 |  0.018 % |
21.39/21.45	|     38728 |    5499    14677    39630 |    16897     8927     36 |  0.018 % |
27.95/28.06	|     58190 |    5499    14677    39630 |    18587    10863     33 |  0.018 % |
40.14/40.20	|     87382 |    5499    14677    39630 |    20446    11101     43 |  0.018 % |
58.80/58.88	|    131172 |    5499    14677    39630 |    22490    13082     39 |  0.018 % |
88.51/88.60	|    196857 |    5499    14677    39630 |    24739    21150     43 |  0.018 % |
139.04/139.18	|    295384 |    5499    14677    39630 |    27213    17239     46 |  0.018 % |
216.30/216.42	|    443173 |    5499    14677    39630 |    29935    19590     46 |  0.018 % |
340.28/340.53	|    664858 |    5499    14677    39630 |    32928    16774     41 |  0.018 % |
533.55/533.79	|    997385 |    5499    14677    39630 |    36221    21410     47 |  0.018 % |
838.50/838.85	|   1496174 |    5499    14677    39630 |    39843    30920     41 |  0.018 % |
1199.52/1200.02	c Bin: Executing minisat20
1199.52/1200.02	c child exit by a signal
1199.52/1200.02	c minisat20 returned code 137.
1199.52/1200.02	c minisat20 returned code 137.
1199.52/1200.02	c satzilla running minisat20 with preprocessing ... 
1199.63/1200.18	c Preprocessing...
1199.63/1200.18	c Inital problem has 5500 variables, 10279 nary clauses (4405 binary clauses).
1199.63/1200.18	c Num non-binary clauses 10279, Average non-binary clause length 3.000
1199.63/1200.18	c Preprocessor runtime was 0.130 seconds.
1199.63/1200.18	c 
1199.63/1200.18	c Satisfiability of theory still undetermined.
1199.63/1200.18	c See file /tmp/A0PyhO for simplified theory.
1199.63/1200.18	c Bin: Executing minisat20
1199.63/1200.18	c minisat20 returned code 1.
1199.63/1200.18	c minisat20 returned code 1.
1199.63/1200.18	c satzilla running march_dl ... 
1199.63/1200.18	c Bin: Executing march_dl
1199.63/1200.18	c march_dl returned code 1.
1199.63/1200.18	c march_dl returned code 1.
1199.63/1200.18	c satzilla running vallst with preprocessing ... 
1199.63/1200.18	c Bin: Executing vallst
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c satzilla running march_dl with preprocessing ... 
1199.63/1200.18	c Bin: Executing march_dl
1199.63/1200.18	c march_dl returned code 1.
1199.63/1200.18	c march_dl returned code 1.
1199.63/1200.18	c satzilla running zchaff_rand with preprocessing ... 
1199.63/1200.18	c Bin: Executing zchaff_rand
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c satzilla running kcnfs with preprocessing ... 
1199.63/1200.18	c Bin: Executing kcnfs
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c satzilla running kcnfs ... 
1199.63/1200.18	c Bin: Executing kcnfs
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c satzilla running vallst ... 
1199.63/1200.18	c Bin: Executing vallst
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c satzilla running zchaff_rand ... 
1199.63/1200.18	c Bin: Executing zchaff_rand
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c ERROR: All Failed! 
1199.63/1200.18	c SATZILLA_TIME=1199.900000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-308432-1172520588 -o ROOT/results/node9/solver-308432-1172520588 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308432-1172520588/SATzilla2007_C /tmp/evaluation/308432-1172520588/instance-308432-1172520588.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.98 3/77 15182
/proc/meminfo: memFree=1577984/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=1440 CPUtime=0
/proc/15182/stat : 15182 (SATzilla2007_C) R 15180 15182 14435 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 272013446 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15182/statm: 360 110 95 260 0 84 0
[pid=15183] ppid=15182 vsize=1072 CPUtime=0
/proc/15183/stat : 15183 (march_dl) R 15182 15182 14435 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 272013446 1097728 166 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15183/statm: 268 167 50 118 0 147 0

[startup+0.107361 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15182
/proc/meminfo: memFree=1577984/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=1440 CPUtime=0
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 272013446 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15182/statm: 360 110 95 260 0 84 0
[pid=15183] ppid=15182 vsize=2420 CPUtime=0.09
/proc/15183/stat : 15183 (march_dl) R 15182 15182 14435 0 -1 4194304 1195 0 0 0 9 0 0 0 19 0 1 0 272013446 2478080 464 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15183/statm: 605 464 57 118 0 484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3860

[startup+0.51544 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15182
/proc/meminfo: memFree=1577984/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=1440 CPUtime=0
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 272013446 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15182/statm: 360 110 95 260 0 84 0
[pid=15183] ppid=15182 vsize=5980 CPUtime=0.5
/proc/15183/stat : 15183 (march_dl) R 15182 15182 14435 0 -1 4194304 3110 0 0 0 49 1 0 0 23 0 1 0 272013446 6123520 1344 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15183/statm: 1495 1344 75 118 0 1374 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7420

[startup+1.3376 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 15184
/proc/meminfo: memFree=1572528/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=1440 CPUtime=0
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 272013446 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15182/statm: 360 110 95 260 0 84 0
[pid=15183] ppid=15182 vsize=6304 CPUtime=1.32
/proc/15183/stat : 15183 (march_dl) R 15182 15182 14435 0 -1 4194304 3172 0 0 0 131 1 0 0 25 0 1 0 272013446 6455296 1406 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134536979 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15183/statm: 1576 1406 75 118 0 1455 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7744

[startup+2.98092 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 15184
/proc/meminfo: memFree=1572144/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=1440 CPUtime=0
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 272013446 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15182/statm: 360 110 95 260 0 84 0
[pid=15183] ppid=15182 vsize=6576 CPUtime=2.97
/proc/15183/stat : 15183 (march_dl) R 15182 15182 14435 0 -1 4194304 3250 0 0 0 296 1 0 0 25 0 1 0 272013446 6733824 1484 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514321 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15183/statm: 1644 1484 75 118 0 1523 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 8016

[startup+6.25755 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 15185
/proc/meminfo: memFree=1576304/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=1440 CPUtime=4.99
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 135 3301 0 0 0 0 497 2 16 0 1 0 272013446 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15182/statm: 360 111 96 260 0 84 0
[pid=15185] ppid=15182 vsize=6188 CPUtime=1.24
/proc/15185/stat : 15185 (ubcsat2006) R 15182 15182 14435 0 -1 4194304 490 0 0 0 116 8 0 0 25 0 1 0 272013947 6336512 473 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15185/statm: 1547 473 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7238 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1573424/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=4500 CPUtime=1.95
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 846 0 0 0 195 0 0 0 25 0 1 0 272014522 4608000 840 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 1125 840 58 118 0 1003 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7112

[startup+25.5353 s]
/proc/loadavg: 0.95 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1571376/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=6348 CPUtime=14.75
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 1307 0 0 0 1475 0 0 0 25 0 1 0 272014522 6500352 1301 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 1587 1301 58 118 0 1465 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8960

[startup+51.1642 s]
/proc/loadavg: 0.96 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1569520/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=8260 CPUtime=40.38
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 1790 0 0 0 4036 2 0 0 25 0 1 0 272014522 8458240 1784 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 2065 1784 58 118 0 1943 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 10872

[startup+102.42 s]
/proc/loadavg: 0.98 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1567344/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=10384 CPUtime=91.61
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 2325 0 0 0 9158 3 0 0 25 0 1 0 272014522 10633216 2319 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 2596 2319 58 118 0 2474 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 12996

[startup+162.495 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1566256/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=11472 CPUtime=151.67
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 2584 0 0 0 15163 4 0 0 25 0 1 0 272014522 11747328 2578 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525540 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 2868 2578 58 118 0 2746 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 14084

[startup+222.567 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1564464/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=13320 CPUtime=211.72
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 3027 0 0 0 21167 5 0 0 25 0 1 0 272014522 13639680 3021 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525607 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 3330 3021 58 118 0 3208 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 15932

[startup+282.636 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1563824/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=13988 CPUtime=271.76
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 3202 0 0 0 27171 5 0 0 25 0 1 0 272014522 14323712 3196 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 3497 3196 58 118 0 3375 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 16600

[startup+342.704 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1563696/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=14264 CPUtime=331.81
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 3247 0 0 0 33175 6 0 0 25 0 1 0 272014522 14606336 3241 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 3566 3241 58 118 0 3444 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 16876

[startup+402.775 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1562160/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=15720 CPUtime=391.85
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 3624 0 0 0 39178 7 0 0 25 0 1 0 272014522 16097280 3618 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 3930 3618 58 118 0 3808 0
Current children cumulated CPU time (s) 402.58
Current children cumulated vsize (KiB) 18332

[startup+462.846 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1562160/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=15720 CPUtime=451.91
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 3633 0 0 0 45183 8 0 0 25 0 1 0 272014522 16097280 3627 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 3930 3627 58 118 0 3808 0
Current children cumulated CPU time (s) 462.64

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

/proc/15186/statm: 4624 4311 58 118 0 4502 0
Current children cumulated CPU time (s) 762.88
Current children cumulated vsize (KiB) 21108

[startup+823.274 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1559088/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=18628 CPUtime=812.2
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4365 0 0 0 81208 12 0 0 25 0 1 0 272014522 19075072 4359 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 4657 4359 58 118 0 4535 0
Current children cumulated CPU time (s) 822.93
Current children cumulated vsize (KiB) 21240

[startup+883.345 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1559088/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=18760 CPUtime=872.25
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4394 0 0 0 87213 12 0 0 25 0 1 0 272014522 19210240 4388 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525417 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 4690 4388 58 118 0 4568 0
Current children cumulated CPU time (s) 882.98
Current children cumulated vsize (KiB) 21372

[startup+943.415 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1558256/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=19684 CPUtime=932.3
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4606 0 0 0 93217 13 0 0 25 0 1 0 272014522 20156416 4600 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 4921 4600 58 118 0 4799 0
Current children cumulated CPU time (s) 943.03
Current children cumulated vsize (KiB) 22296

[startup+1003.49 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1557680/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=20236 CPUtime=992.35
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4743 0 0 0 99222 13 0 0 25 0 1 0 272014522 20721664 4737 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5059 4737 58 118 0 4937 0
Current children cumulated CPU time (s) 1003.08
Current children cumulated vsize (KiB) 22848

[startup+1063.57 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1557616/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=20396 CPUtime=1052.41
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4773 0 0 0 105227 14 0 0 25 0 1 0 272014522 20885504 4767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5099 4767 58 118 0 4977 0
Current children cumulated CPU time (s) 1063.14
Current children cumulated vsize (KiB) 23008

[startup+1123.63 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1557552/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=20396 CPUtime=1112.45
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4773 0 0 0 111231 14 0 0 25 0 1 0 272014522 20885504 4767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5099 4767 58 118 0 4977 0
Current children cumulated CPU time (s) 1123.18
Current children cumulated vsize (KiB) 23008

[startup+1183.7 s]
/proc/loadavg: 0.99 0.98 0.98 3/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1172.5
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 117235 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 23676

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

[startup+1187.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1176.29
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 117614 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1187.02
Current children cumulated vsize (KiB) 23676

[startup+1194.05 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1182.85
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 118270 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1193.58
Current children cumulated vsize (KiB) 23676

[startup+1197.34 s]
/proc/loadavg: 0.99 0.98 0.98 3/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1186.13
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 118598 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1196.86
Current children cumulated vsize (KiB) 23676

[startup+1198.98 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1187.77
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 118762 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 23676

[startup+1199.79 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1188.59
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 118844 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 23676

[startup+1200 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=2612 CPUtime=10.73
/proc/15182/stat : 15182 (SATzilla2007_C) S 15180 15182 14435 0 -1 4194304 1382 3797 0 0 351 5 700 17 25 0 1 0 272013446 2674688 475 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15182/statm: 653 475 157 260 0 377 0
[pid=15186] ppid=15182 vsize=21064 CPUtime=1188.79
/proc/15186/stat : 15186 (minisat20) R 15182 15182 14435 0 -1 4194304 4950 0 0 0 118864 15 0 0 25 0 1 0 272014522 21569536 4944 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15186/statm: 5266 4944 58 118 0 5144 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 23676

[startup+1200.1 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15186
/proc/meminfo: memFree=1556848/2055920 swapFree=4192812/4192956
[pid=15182] ppid=15180 vsize=8564 CPUtime=1199.63
/proc/15182/stat : 15182 (SATzilla2007_C) R 15180 15182 14435 0 -1 4194304 2305 8747 0 0 357 7 119566 33 18 0 1 0 272013446 8769536 1286 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134596362 0 0 4096 0 0 0 0 17 0 0 0
/proc/15182/statm: 2141 1286 164 260 0 1865 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 8564

Child status: 17
Real time (s): 1200.18
CPU time (s): 1199.73
CPU user time (s): 1199.32
CPU system time (s): 0.412937
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 23676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.32
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11133
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= 1766

runsolver used 1.10483 second user time and 3.16152 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Feb 26 20:09:48 UTC 2007

IDJOB= 308432
IDBENCH= 20231
IDSOLVER= 135
FILE ID= node9/308432-1172520588

PBS_JOBID= 3971612

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v5500/unif2p-p0.7-v5500-c14685-S1517457236-16-SAT.cnf
COMMAND LINE= /tmp/evaluation/308432-1172520588/SATzilla2007_C /tmp/evaluation/308432-1172520588/instance-308432-1172520588.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-308432-1172520588 -o ROOT/results/node9/solver-308432-1172520588 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308432-1172520588/SATzilla2007_C /tmp/evaluation/308432-1172520588/instance-308432-1172520588.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  f485220027951df54495c1cbe4025c83

RANDOM SEED= 288774219

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1578392 kB
Buffers:         50900 kB
Cached:         302360 kB
SwapCached:          0 kB
Active:         247344 kB
Inactive:       160356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8612 kB
Writeback:           0 kB
Mapped:          73348 kB
Slab:            55392 kB
Committed_AS:  1195180 kB
PageTables:       1688 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 node9 on Mon Feb 26 20:29:48 UTC 2007