Trace number 1626562

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla RANDOM? (exit code) 4998.92 5001.12

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S432895007-058.cnf
MD5SUMb337f0a085d20c5033cb313ec673bed5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.944855
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data

10.57/10.67	c run March_dl for 5 seconds ... 
10.57/10.67	c Bin: Executing march_dl
10.57/10.67	c child exit by a signal
10.57/10.67	c march_dl returned code 137.
10.57/10.67	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.67	c Bin: Executing ubcsat2006
10.57/10.67	c child exited successfully
10.57/10.67	c ubcsat2006 returned code 0.
10.57/10.67	c satzilla computing base features
10.57/10.67	c satzilla doing unit-prop probe
10.57/10.67	c satzilla doing local search probe
10.57/10.67	c satzilla doing lobjois search-space size estimate
10.57/10.67	c satzilla's ranking:
10.57/10.67	c 1) minisat20+P: 3.536695
10.57/10.67	c 2) kcnfs: 3.815949
10.57/10.67	c 3) march_dl: 4.410955
10.57/10.67	c 4) kcnfs+P: 999.000000
10.57/10.67	c 5) march_dl+P: 999.000000
10.57/10.67	c 6) vallst+P: 999.000000
10.57/10.67	c 7) zchaff_rand+P: 999.000000
10.57/10.67	c 8) vallst: 999.000000
10.57/10.67	c 9) zchaff_rand: 999.000000
10.57/10.67	c 10) minisat20: 999.000000
10.57/10.67	c satzilla running minisat20 with preprocessing ... 
10.57/10.70	This is MiniSat 2.0 beta
10.57/10.70	WARNING: for repeatability, setting FPU to use double precision
10.57/10.70	============================[ Problem Statistics ]=============================
10.57/10.70	|                                                                             |
10.57/10.70	|  Number of variables:  65                                                   |
10.57/10.70	|  Number of clauses:    5785                                                 |
10.66/10.70	|  Parsing time:         0.01         s                                       |
10.66/10.70	============================[ Search Statistics ]==============================
10.66/10.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.66/10.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.66/10.70	===============================================================================
10.66/10.70	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
10.66/10.71	|       100 |      65     5785    40495 |     2121      100     23 |  0.024 % |
10.66/10.72	|       252 |      65     5785    40495 |     2333      252     23 |  0.024 % |
10.66/10.73	|       477 |      65     5785    40495 |     2566      477     23 |  0.024 % |
10.66/10.74	|       815 |      65     5785    40495 |     2823      815     23 |  0.024 % |
10.66/10.76	|      1322 |      65     5785    40495 |     3105     1322     23 |  0.024 % |
10.66/10.80	|      2082 |      65     5785    40495 |     3416     2082     23 |  0.024 % |
10.66/10.86	|      3221 |      65     5785    40495 |     3757     3221     23 |  0.024 % |
10.86/10.96	|      4929 |      65     5785    40495 |     4133     3036     22 |  0.024 % |
10.96/11.10	|      7491 |      65     5785    40495 |     4546     3515     22 |  0.024 % |
11.25/11.30	|     11338 |      65     5785    40495 |     5001     2784     22 |  0.024 % |
11.55/11.62	|     17105 |      65     5785    40495 |     5501     3526     22 |  0.024 % |
12.05/12.13	|     25754 |      65     5785    40495 |     6051     3876     22 |  0.024 % |
12.75/12.89	|     38728 |      65     5785    40495 |     6657     4689     22 |  0.024 % |
14.05/14.14	|     58189 |      65     5785    40495 |     7322     4093     22 |  0.024 % |
15.95/16.08	|     87381 |      65     5785    40495 |     8055     3881     21 |  0.024 % |
18.94/19.08	|    131170 |      65     5785    40495 |     8860     7259     21 |  0.024 % |
23.64/23.78	|    196855 |      65     5785    40495 |     9746     6281     22 |  0.024 % |
31.14/31.26	|    295381 |      65     5785    40495 |    10721     7090     20 |  0.024 % |
42.94/43.07	|    443171 |      65     5785    40495 |    11793     9783     21 |  0.024 % |
61.83/61.96	|    664856 |      65     5785    40495 |    12972     6912     21 |  0.024 % |
91.53/91.65	|    997382 |      65     5785    40495 |    14270     8001     21 |  0.024 % |
139.11/139.24	|   1496171 |      65     5785    40495 |    15697    13607     21 |  0.024 % |
215.58/215.72	|   2244354 |      65     5785    40495 |    17266    14994     22 |  0.024 % |
340.82/341.08	|   3366628 |      65     5785    40495 |    18993    13392     21 |  0.024 % |
544.23/544.58	|   5050040 |      65     5785    40495 |    20892    13781     20 |  0.024 % |
882.96/883.44	|   7575156 |      65     5785    40495 |    22982    18578     21 |  0.024 % |
1440.51/1441.23	|  11362831 |      65     5785    40495 |    25280    16980     19 |  0.024 % |
2358.23/2359.37	|  17044345 |      65     5785    40495 |    27808    14442     21 |  0.024 % |
3848.36/3850.20	|  25566614 |      65     5785    40495 |    30589    12602     18 |  0.024 % |
4998.88/5001.11	c Preprocessing...
4998.88/5001.11	c Inital problem has 65 variables, 5785 nary clauses (0 binary clauses).
4998.88/5001.11	c Num non-binary clauses 5785, Average non-binary clause length 7.000
4998.88/5001.11	c Theory has no gaps
4998.88/5001.11	c Preprocessor runtime was 0.010 seconds.
4998.88/5001.11	c 
4998.88/5001.11	c Satisfiability of theory still undetermined.
4998.88/5001.11	c See file /tmp/mnKHE6 for simplified theory.
4998.88/5001.11	c Bin: Executing minisat20
4998.88/5001.11	c child exit by a signal
4998.88/5001.11	c minisat20 returned code 137.
4998.88/5001.11	c minisat20 returned code 137.
4998.88/5001.11	c satzilla running kcnfs ... 
4998.88/5001.11	c Bin: Executing kcnfs
4998.88/5001.11	c kcnfs returned code 1.
4998.88/5001.11	c kcnfs returned code 1.
4998.88/5001.11	c satzilla running march_dl ... 
4998.88/5001.11	c Bin: Executing march_dl
4998.88/5001.11	c march_dl returned code 1.
4998.88/5001.11	c march_dl returned code 1.
4998.88/5001.11	c satzilla running kcnfs with preprocessing ... 
4998.88/5001.11	c Bin: Executing kcnfs
4998.88/5001.11	c kcnfs returned code 1.
4998.88/5001.11	c kcnfs returned code 1.
4998.88/5001.11	c satzilla running march_dl with preprocessing ... 
4998.88/5001.11	c Bin: Executing march_dl
4998.88/5001.11	c march_dl returned code 1.
4998.88/5001.11	c march_dl returned code 1.
4998.88/5001.11	c satzilla running vallst with preprocessing ... 
4998.88/5001.11	c Bin: Executing vallst
4998.88/5001.11	c vallst returned code 1.
4998.88/5001.11	c vallst returned code 1.
4998.88/5001.11	c satzilla running zchaff_rand with preprocessing ... 
4998.88/5001.11	c Bin: Executing zchaff_rand
4998.88/5001.11	c zchaff_rand returned code 1.
4998.88/5001.11	c zchaff_rand returned code 1.
4998.88/5001.11	c satzilla running vallst ... 
4998.88/5001.11	c Bin: Executing vallst
4998.88/5001.11	c vallst returned code 1.
4998.88/5001.11	c vallst returned code 1.
4998.88/5001.11	c satzilla running zchaff_rand ... 
4998.88/5001.11	c Bin: Executing zchaff_rand
4998.88/5001.11	c zchaff_rand returned code 1.
4998.88/5001.11	c zchaff_rand returned code 1.
4998.88/5001.11	c satzilla running minisat20 ... 
4998.88/5001.11	c Bin: Executing minisat20
4998.88/5001.11	c minisat20 returned code 1.
4998.88/5001.11	c minisat20 returned code 1.
4998.88/5001.11	c ERROR: All Failed! 
4998.88/5001.11	c SATZILLA_TIME=4999.660000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1626562-1240098432/watcher-1626562-1240098432 -o /tmp/evaluation-result-1626562-1240098432/solver-1626562-1240098432 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1626562-1240098432.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.03 1.00 0.93 3/65 18346
/proc/meminfo: memFree=1453224/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) R 18344 18346 18172 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=636 CPUtime=0
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 37872938 651264 79 1992294400 134512640 134996440 4294956256 18446744073709551615 134777367 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 159 79 50 118 0 38 0

[startup+0.0300601 s]
/proc/loadavg: 1.03 1.00 0.93 3/65 18346
/proc/meminfo: memFree=1453224/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=1376 CPUtime=0.02
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 554 0 0 0 2 0 0 0 19 0 1 0 37872938 1409024 249 1992294400 134512640 134996440 4294956256 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 344 249 61 118 0 223 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2816

[startup+0.101067 s]
/proc/loadavg: 1.03 1.00 0.93 3/65 18346
/proc/meminfo: memFree=1453224/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=2164 CPUtime=0.09
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 921 0 0 0 9 0 0 0 19 0 1 0 37872938 2215936 321 1992294400 134512640 134996440 4294956256 18446744073709551615 134583501 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 541 321 67 118 0 420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3604

[startup+0.301089 s]
/proc/loadavg: 1.03 1.00 0.93 3/65 18346
/proc/meminfo: memFree=1453224/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=2164 CPUtime=0.29
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 932 0 0 0 29 0 0 0 21 0 1 0 37872938 2215936 332 1992294400 134512640 134996440 4294956256 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 541 332 67 118 0 420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3604

[startup+0.701134 s]
/proc/loadavg: 1.03 1.00 0.93 3/65 18346
/proc/meminfo: memFree=1453224/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=6488 CPUtime=0.68
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 2185 0 0 0 68 0 0 0 25 0 1 0 37872938 6643712 1475 1992294400 134512640 134996440 4294956256 18446744073709551615 134533703 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 1622 1475 72 118 0 1501 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7928

[startup+1.50123 s]
/proc/loadavg: 1.03 1.00 0.93 2/67 18348
/proc/meminfo: memFree=1447256/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=7072 CPUtime=1.48
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 2393 0 0 0 148 0 0 0 25 0 1 0 37872938 7241728 1555 1992294400 134512640 134996440 4294956256 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 1768 1555 74 118 0 1647 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8512

[startup+3.10241 s]
/proc/loadavg: 1.03 1.00 0.93 2/67 18348
/proc/meminfo: memFree=1447000/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=0
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 37872938 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18346/statm: 360 110 95 260 0 84 0
[pid=18347] ppid=18346 vsize=7072 CPUtime=3.09
/proc/18347/stat : 18347 (march_dl) R 18346 18346 18172 0 -1 4194304 2393 0 0 0 309 0 0 0 25 0 1 0 37872938 7241728 1555 1992294400 134512640 134996440 4294956256 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18347/statm: 1768 1555 74 118 0 1647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8512

[startup+6.30178 s]
/proc/loadavg: 1.03 1.00 0.93 2/67 18349
/proc/meminfo: memFree=1452056/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=1440 CPUtime=4.99
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 135 2393 0 0 0 0 498 1 16 0 1 0 37872938 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 360 111 96 260 0 84 0
[pid=18349] ppid=18346 vsize=6188 CPUtime=1.28
/proc/18349/stat : 18349 (ubcsat2006) R 18346 18346 18172 0 -1 4194304 354 0 0 0 124 4 0 0 25 0 1 0 37873439 6336512 337 1992294400 134512640 134777720 4294956112 18446744073709551615 134704301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18349/statm: 1547 337 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 1.03 1.00 0.93 2/67 18350
/proc/meminfo: memFree=1449624/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=3020 CPUtime=1.99
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 446 0 0 0 199 0 0 0 25 0 1 0 37874008 3092480 441 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 755 441 58 118 0 633 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 6256

[startup+25.502 s]
/proc/loadavg: 1.10 1.02 0.94 2/67 18350
/proc/meminfo: memFree=1448664/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=3964 CPUtime=14.78
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 682 0 0 0 1478 0 0 0 25 0 1 0 37874008 4059136 677 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 991 677 58 118 0 869 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 7200

[startup+51.1019 s]
/proc/loadavg: 1.07 1.01 0.94 2/67 18350
/proc/meminfo: memFree=1448088/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=4668 CPUtime=40.38
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 845 0 0 0 4037 1 0 0 25 0 1 0 37874008 4780032 840 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 1167 840 58 118 0 1045 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 7904

[startup+102.306 s]
/proc/loadavg: 1.03 1.01 0.94 2/67 18350
/proc/meminfo: memFree=1447192/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=5536 CPUtime=91.56
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 1059 0 0 0 9155 1 0 0 25 0 1 0 37874008 5668864 1054 1992294400 134512640 134998072 4294956304 18446744073709551615 134519464 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 1384 1054 58 118 0 1262 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 8772

[startup+162.302 s]
/proc/loadavg: 1.06 1.02 0.95 2/67 18350
/proc/meminfo: memFree=1446744/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=6012 CPUtime=151.53
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 1167 0 0 0 15152 1 0 0 25 0 1 0 37874008 6156288 1162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 1503 1162 58 118 0 1381 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 9248

[startup+222.301 s]
/proc/loadavg: 1.07 1.03 0.95 2/67 18350
/proc/meminfo: memFree=1446424/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=6168 CPUtime=211.51
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 1235 0 0 0 21150 1 0 0 25 0 1 0 37874008 6316032 1230 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 1542 1230 58 118 0 1420 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 9404

[startup+282.301 s]
/proc/loadavg: 1.07 1.04 0.96 2/67 18350
/proc/meminfo: memFree=1446104/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=6644 CPUtime=271.48
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 1312 0 0 0 27147 1 0 0 25 0 1 0 37874008 6803456 1307 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 1661 1307 58 118 0 1539 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 9880

[startup+342.301 s]
/proc/loadavg: 1.06 1.04 0.96 2/67 18350
/proc/meminfo: memFree=1445912/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=6784 CPUtime=331.45
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 1366 0 0 0 33144 1 0 0 25 0 1 0 37874008 6946816 1361 1992294400 134512640 134998072 4294956304 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 1696 1361 58 118 0 1574 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440536/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4649.56
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2474 0 0 0 464952 4 0 0 25 0 1 0 37874008 11763712 2469 1992294400 134512640 134998072 4294956304 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2469 58 118 0 2750 0
Current children cumulated CPU time (s) 4660.22
Current children cumulated vsize (KiB) 14724

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440536/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4709.54
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2477 0 0 0 470950 4 0 0 25 0 1 0 37874008 11763712 2472 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2472 58 118 0 2750 0
Current children cumulated CPU time (s) 4720.2
Current children cumulated vsize (KiB) 14724

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440536/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4769.5
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2478 0 0 0 476946 4 0 0 25 0 1 0 37874008 11763712 2473 1992294400 134512640 134998072 4294956304 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2473 58 118 0 2750 0
Current children cumulated CPU time (s) 4780.16
Current children cumulated vsize (KiB) 14724

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440536/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4829.48
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2481 0 0 0 482944 4 0 0 25 0 1 0 37874008 11763712 2476 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2476 58 118 0 2750 0
Current children cumulated CPU time (s) 4840.14
Current children cumulated vsize (KiB) 14724

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440536/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4889.46
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2481 0 0 0 488942 4 0 0 25 0 1 0 37874008 11763712 2476 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2476 58 118 0 2750 0
Current children cumulated CPU time (s) 4900.12
Current children cumulated vsize (KiB) 14724

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4949.43
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2481 0 0 0 494939 4 0 0 25 0 1 0 37874008 11763712 2476 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2476 58 118 0 2750 0
Current children cumulated CPU time (s) 4960.09
Current children cumulated vsize (KiB) 14724

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4953.43
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2481 0 0 0 495339 4 0 0 25 0 1 0 37874008 11763712 2476 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2476 58 118 0 2750 0
Current children cumulated CPU time (s) 4964.09
Current children cumulated vsize (KiB) 14724

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4966.22
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 496618 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4976.88
Current children cumulated vsize (KiB) 14724

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4979.02
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 497898 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4989.68
Current children cumulated vsize (KiB) 14724

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4982.22
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 498218 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4992.88
Current children cumulated vsize (KiB) 14724

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4985.42
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 498538 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4996.08
Current children cumulated vsize (KiB) 14724

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4987.02
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 498698 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4997.68
Current children cumulated vsize (KiB) 14724

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4987.82
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 498778 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4998.48
Current children cumulated vsize (KiB) 14724

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18364
/proc/meminfo: memFree=1440472/2055920 swapFree=4192956/4192956
[pid=18346] ppid=18344 vsize=3236 CPUtime=10.66
/proc/18346/stat : 18346 (SATzilla2007_R) S 18344 18346 18172 0 -1 4194304 1139 2753 0 0 351 7 700 8 25 0 1 0 37872938 3313664 619 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18346/statm: 809 619 165 260 0 533 0
[pid=18350] ppid=18346 vsize=11488 CPUtime=4988.22
/proc/18350/stat : 18350 (minisat20) R 18346 18346 18172 0 -1 4194304 2482 0 0 0 498818 4 0 0 25 0 1 0 37874008 11763712 2477 1992294400 134512640 134998072 4294956304 18446744073709551615 134525520 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18350/statm: 2872 2477 58 118 0 2750 0
Current children cumulated CPU time (s) 4998.88
Current children cumulated vsize (KiB) 14724

Child status: 17
Real time (s): 5001.12
CPU time (s): 4998.92
CPU user time (s): 4998.71
CPU system time (s): 0.207968
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 14724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.71
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6387
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= 10
involuntary context switches= 14217

runsolver used 4.42333 second user time and 13.7709 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-19 01:47:13
IDJOB=1626562
IDBENCH=70516
IDSOLVER=581
FILE ID=node85/1626562-1240098432
PBS_JOBID= 9157707
Free space on /tmp= 126716 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S432895007-058.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626562-1240098432/watcher-1626562-1240098432 -o /tmp/evaluation-result-1626562-1240098432/solver-1626562-1240098432 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1626562-1240098432.cnf            

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b337f0a085d20c5033cb313ec673bed5
RANDOM SEED=1659895022

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1453768 kB
Buffers:         67708 kB
Cached:         468064 kB
SwapCached:          0 kB
Active:         139864 kB
Inactive:       409672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453768 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8884 kB
Writeback:           0 kB
Mapped:          23488 kB
Slab:            38684 kB
Committed_AS:   160180 kB
PageTables:       1372 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= 126708 MiB
End job on node85 at 2009-04-19 03:10:34