Trace number 1784931

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 CRAFTED? (exit code) 4999.11 5001.26

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
MD5SUMcd51741c2df34af4fdb8becaf8b3fc51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1499.75
Satisfiable
(Un)Satisfiability was proved
Number of variables2935
Number of clauses18753
Sum of the clauses size133299
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2526
Number of clauses of size 32382
Number of clauses of size 4501
Number of clauses of size 5678
Number of clauses of size over 514610

Solver Data

10.66/10.71	c run March_dl for 5 seconds ... 
10.66/10.71	c Bin: Executing march_dl
10.66/10.71	c child exit by a signal
10.66/10.71	c march_dl returned code 137.
10.66/10.71	c run saps (UBCSAT implementation) for 2 seconds ... 
10.66/10.71	c Bin: Executing ubcsat2006
10.66/10.71	c child exited successfully
10.66/10.71	c ubcsat2006 returned code 0.
10.66/10.71	c satzilla computing base features
10.66/10.71	c satzilla doing unit-prop probe
10.66/10.71	c satzilla doing local search probe
10.66/10.71	c satzilla doing lobjois search-space size estimate
10.66/10.71	c satzilla's ranking:
10.66/10.71	c 1) minisat20: 1.835830
10.66/10.71	c 2) march_dl: 2.249483
10.66/10.71	c 3) minisat20+P: 2.304269
10.66/10.71	c 4) march_dl+P: 2.403146
10.66/10.71	c 5) zchaff_rand+P: 2.638808
10.66/10.71	c 6) vallst+P: 3.043337
10.66/10.71	c 7) kcnfs+P: 999.000000
10.66/10.71	c 8) kcnfs: 999.000000
10.66/10.71	c 9) vallst: 999.000000
10.66/10.71	c 10) zchaff_rand: 999.000000
10.66/10.71	c satzilla running minisat20 ... 
10.66/10.71	This is MiniSat 2.0 beta
10.66/10.71	WARNING: for repeatability, setting FPU to use double precision
10.66/10.71	============================[ Problem Statistics ]=============================
10.66/10.71	|                                                                             |
10.66/10.71	|  Number of variables:  2935                                                 |
10.66/10.71	|  Number of clauses:    18753                                                |
10.66/10.74	|  Parsing time:         0.02         s                                       |
10.66/10.74	============================[ Search Statistics ]==============================
10.66/10.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.66/10.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.66/10.74	===============================================================================
10.66/10.74	|         0 |    2879    18191   130901 |     6063        0    nan |  0.000 % |
10.66/10.75	|       101 |    2879    18191   130901 |     6670      101     14 |  1.908 % |
10.66/10.75	|       252 |    2879    18191   130901 |     7337      252     14 |  1.908 % |
10.66/10.75	|       477 |    2879    18191   130901 |     8070      477     14 |  1.908 % |
10.66/10.76	|       814 |    2879    18191   130901 |     8877      814     17 |  1.908 % |
10.66/10.78	|      1320 |    2879    18191   130901 |     9765     1320     20 |  1.908 % |
10.68/10.80	|      2082 |    2879    18191   130901 |    10742     2082     18 |  1.908 % |
10.68/10.83	|      3221 |    2879    18191   130901 |    11816     3221     17 |  1.908 % |
10.85/10.91	|      4933 |    2879    18191   130901 |    12998     4933     19 |  1.908 % |
10.95/11.05	|      7495 |    2879    18191   130901 |    14297     7495     21 |  1.908 % |
11.25/11.32	|     11339 |    2879    18191   130901 |    15727    11339     23 |  1.908 % |
11.75/11.87	|     17105 |    2879    18191   130901 |    17300     9110     25 |  1.908 % |
12.54/12.70	|     25754 |    2879    18191   130901 |    19030     8986     27 |  1.908 % |
13.84/13.95	|     38728 |    2879    18191   130901 |    20933    12354     25 |  1.908 % |
15.84/15.95	|     58189 |    2879    18191   130901 |    23026    10665     22 |  1.908 % |
20.25/20.30	|     87381 |    2879    18191   130901 |    25329    16661     26 |  1.908 % |
26.74/26.84	|    131170 |    2879    18191   130901 |    27862    22117     26 |  1.908 % |
37.24/37.39	|    196854 |    2879    18191   130901 |    30648    17638     23 |  1.908 % |
59.42/59.59	|    295380 |    2878    18167   130766 |    33713    20862     29 |  1.942 % |
91.81/91.92	|    443169 |    2878    18167   130766 |    37084    25604     27 |  1.942 % |
149.18/149.36	|    664853 |    2878    18167   130766 |    40793    32065     24 |  1.942 % |
261.14/261.30	|    997378 |    2878    18167   130766 |    44872    26082     23 |  1.942 % |
471.95/472.29	|   1496166 |    2878    18167   130766 |    49359    44343     24 |  1.942 % |
821.10/821.59	|   2244348 |    2878    18167   130766 |    54295    45650     24 |  1.942 % |
1283.81/1284.43	|   3366622 |    2877    18151   130668 |    59725    32587     28 |  1.976 % |
2029.67/2030.63	|   5050034 |    2877    18151   130668 |    65698    52778     26 |  1.976 % |
3385.49/3387.05	|   7575151 |    2877    18151   130668 |    72267    47574     25 |  1.976 % |
4998.82/5001.10	c Bin: Executing minisat20
4998.82/5001.10	c child exit by a signal
4998.82/5001.10	c minisat20 returned code 137.
4998.82/5001.10	c minisat20 returned code 137.
4998.82/5001.10	c satzilla running march_dl ... 
4998.82/5001.10	c Bin: Executing march_dl
4998.82/5001.10	c march_dl returned code 1.
4998.82/5001.10	c march_dl returned code 1.
4998.82/5001.10	c satzilla running minisat20 with preprocessing ... 
4999.03/5001.25	c Preprocessing...
4999.03/5001.25	c Inital problem has 2935 variables, 18227 nary clauses (526 binary clauses).
4999.03/5001.25	c Num non-binary clauses 18171, Average non-binary clause length 7.275
4999.03/5001.25	c Theory has no gaps
4999.03/5001.25	c Preprocessor runtime was 0.100 seconds.
4999.03/5001.25	c 
4999.03/5001.25	c Satisfiability of theory still undetermined.
4999.03/5001.25	c See file /tmp/uChAx3 for simplified theory.
4999.03/5001.25	c Bin: Executing minisat20
4999.03/5001.25	c minisat20 returned code 1.
4999.03/5001.25	c minisat20 returned code 1.
4999.03/5001.25	c satzilla running march_dl with preprocessing ... 
4999.03/5001.25	c Bin: Executing march_dl
4999.03/5001.25	c march_dl returned code 1.
4999.03/5001.25	c march_dl returned code 1.
4999.03/5001.25	c satzilla running zchaff_rand with preprocessing ... 
4999.03/5001.25	c Bin: Executing zchaff_rand
4999.03/5001.25	c zchaff_rand returned code 1.
4999.03/5001.25	c zchaff_rand returned code 1.
4999.03/5001.25	c satzilla running vallst with preprocessing ... 
4999.03/5001.25	c Bin: Executing vallst
4999.03/5001.25	c vallst returned code 1.
4999.03/5001.25	c vallst returned code 1.
4999.03/5001.25	c satzilla running kcnfs with preprocessing ... 
4999.03/5001.25	c Bin: Executing kcnfs
4999.03/5001.25	c kcnfs returned code 1.
4999.03/5001.25	c kcnfs returned code 1.
4999.03/5001.25	c satzilla running kcnfs ... 
4999.03/5001.25	c Bin: Executing kcnfs
4999.03/5001.25	c kcnfs returned code 1.
4999.03/5001.25	c kcnfs returned code 1.
4999.03/5001.25	c satzilla running vallst ... 
4999.03/5001.25	c Bin: Executing vallst
4999.03/5001.25	c vallst returned code 1.
4999.03/5001.25	c vallst returned code 1.
4999.03/5001.25	c satzilla running zchaff_rand ... 
4999.03/5001.25	c Bin: Executing zchaff_rand
4999.03/5001.25	c zchaff_rand returned code 1.
4999.03/5001.25	c zchaff_rand returned code 1.
4999.03/5001.25	c ERROR: All Failed! 
4999.03/5001.25	c SATZILLA_TIME=4999.860000

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-1784931-1241875785/watcher-1784931-1241875785 -o /tmp/evaluation-result-1784931-1241875785/solver-1784931-1241875785 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784931-1241875785.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.00 1.00 1.00 2/64 26063
/proc/meminfo: memFree=1857096/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) R 26061 26063 25999 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=924 CPUtime=0
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 215606326 946176 132 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26064/statm: 231 133 50 118 0 110 0

[startup+0.082084 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26063
/proc/meminfo: memFree=1857096/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=3088 CPUtime=0.07
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 642 0 0 0 7 0 0 0 19 0 1 0 215606326 3162112 634 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26064/statm: 772 634 55 118 0 651 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4528

[startup+0.101085 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26063
/proc/meminfo: memFree=1857096/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=3088 CPUtime=0.09
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 642 0 0 0 9 0 0 0 19 0 1 0 215606326 3162112 634 1992294400 134512640 134996440 4294956256 18446744073709551615 134542432 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26064/statm: 772 634 55 118 0 651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4528

[startup+0.301105 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26063
/proc/meminfo: memFree=1857096/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=4064 CPUtime=0.29
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 1409 0 0 0 29 0 0 0 21 0 1 0 215606326 4161536 863 1992294400 134512640 134996440 4294956256 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26064/statm: 1016 863 65 118 0 895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5504

[startup+0.701149 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26063
/proc/meminfo: memFree=1857096/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=6472 CPUtime=0.69
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 2027 0 0 0 69 0 0 0 25 0 1 0 215606326 6627328 1067 1992294400 134512640 134996440 4294956256 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26064/statm: 1618 1067 67 118 0 1497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7912

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26065
/proc/meminfo: memFree=1852984/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=6472 CPUtime=1.48
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 2035 0 0 0 148 0 0 0 25 0 1 0 215606326 6627328 1075 1992294400 134512640 134996440 4294956256 18446744073709551615 134583579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26064/statm: 1618 1075 67 118 0 1497 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7912

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26065
/proc/meminfo: memFree=1852728/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=0
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215606326 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 110 95 260 0 84 0
[pid=26064] ppid=26063 vsize=6868 CPUtime=3.08
/proc/26064/stat : 26064 (march_dl) R 26063 26063 25999 0 -1 4194304 2124 0 0 0 308 0 0 0 25 0 1 0 215606326 7032832 1164 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26064/statm: 1717 1164 67 118 0 1596 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8308

[startup+6.30275 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 26066
/proc/meminfo: memFree=1854584/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=1440 CPUtime=4.99
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 135 4276 0 0 0 0 458 41 16 0 1 0 215606326 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26063/statm: 360 111 96 260 0 84 0
[pid=26066] ppid=26063 vsize=6188 CPUtime=1.27
/proc/26066/stat : 26066 (ubcsat2006) R 26063 26063 25999 0 -1 4194304 662 0 0 0 121 6 0 0 25 0 1 0 215606827 6336512 645 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26066/statm: 1547 645 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 26067
/proc/meminfo: memFree=1850360/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=5680 CPUtime=1.96
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 1249 0 0 0 196 0 0 0 25 0 1 0 215607397 5816320 1244 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 1420 1244 58 118 0 1298 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 9112

[startup+25.5018 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26067
/proc/meminfo: memFree=1848248/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=7580 CPUtime=14.76
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 1716 0 0 0 1475 1 0 0 25 0 1 0 215607397 7761920 1711 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26067/statm: 1895 1711 58 118 0 1773 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 11012

[startup+51.1015 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 26067
/proc/meminfo: memFree=1846584/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=9204 CPUtime=40.35
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 2118 0 0 0 4033 2 0 0 25 0 1 0 215607397 9424896 2113 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 2301 2113 58 118 0 2179 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 12636

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 26067
/proc/meminfo: memFree=1845176/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=10556 CPUtime=91.53
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 2457 0 0 0 9151 2 0 0 25 0 1 0 215607397 10809344 2452 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 2639 2452 58 118 0 2517 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 13988

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26067
/proc/meminfo: memFree=1844472/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=11224 CPUtime=151.5
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 2619 0 0 0 15148 2 0 0 25 0 1 0 215607397 11493376 2614 1992294400 134512640 134998072 4294956256 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 2806 2614 58 118 0 2684 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 14656

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26067
/proc/meminfo: memFree=1843448/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=12296 CPUtime=211.48
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 2866 0 0 0 21145 3 0 0 25 0 1 0 215607397 12591104 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 3074 2861 58 118 0 2952 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 15728

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26067
/proc/meminfo: memFree=1842616/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=13112 CPUtime=271.45
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 3069 0 0 0 27142 3 0 0 25 0 1 0 215607397 13426688 3064 1992294400 134512640 134998072 4294956256 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 3278 3064 58 118 0 3156 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 16544

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26067
/proc/meminfo: memFree=1842040/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=13804 CPUtime=331.43
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 3228 0 0 0 33140 3 0 0 25 0 1 0 215607397 14135296 3223 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 3451 3223 58 118 0 3329 0

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

/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32032 CPUtime=4649.58
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7498 0 0 0 464947 11 0 0 25 0 1 0 215607397 32800768 7493 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8008 7493 58 118 0 7886 0
Current children cumulated CPU time (s) 4660.26
Current children cumulated vsize (KiB) 35464

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1823224/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32032 CPUtime=4709.56
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7516 0 0 0 470945 11 0 0 25 0 1 0 215607397 32800768 7511 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8008 7511 58 118 0 7886 0
Current children cumulated CPU time (s) 4720.24
Current children cumulated vsize (KiB) 35464

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1823160/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32184 CPUtime=4769.53
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7544 0 0 0 476942 11 0 0 25 0 1 0 215607397 32956416 7539 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8046 7539 58 118 0 7924 0
Current children cumulated CPU time (s) 4780.21
Current children cumulated vsize (KiB) 35616

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822968/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32492 CPUtime=4829.51
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7596 0 0 0 482940 11 0 0 25 0 1 0 215607397 33271808 7591 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8123 7591 58 118 0 8001 0
Current children cumulated CPU time (s) 4840.19
Current children cumulated vsize (KiB) 35924

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822904/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32492 CPUtime=4889.48
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7616 0 0 0 488937 11 0 0 25 0 1 0 215607397 33271808 7611 1992294400 134512640 134998072 4294956256 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8123 7611 58 118 0 8001 0
Current children cumulated CPU time (s) 4900.16
Current children cumulated vsize (KiB) 35924

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822840/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32660 CPUtime=4949.45
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7642 0 0 0 494934 11 0 0 25 0 1 0 215607397 33443840 7637 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8165 7637 58 118 0 8043 0
Current children cumulated CPU time (s) 4960.13
Current children cumulated vsize (KiB) 36092

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822840/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32660 CPUtime=4953.45
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7642 0 0 0 495334 11 0 0 25 0 1 0 215607397 33443840 7637 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8165 7637 58 118 0 8043 0
Current children cumulated CPU time (s) 4964.13
Current children cumulated vsize (KiB) 36092

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822776/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32660 CPUtime=4966.25
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7653 0 0 0 496614 11 0 0 25 0 1 0 215607397 33443840 7648 1992294400 134512640 134998072 4294956256 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8165 7648 58 118 0 8043 0
Current children cumulated CPU time (s) 4976.93
Current children cumulated vsize (KiB) 36092

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822712/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32660 CPUtime=4979.04
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7659 0 0 0 497893 11 0 0 25 0 1 0 215607397 33443840 7654 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8165 7654 58 118 0 8043 0
Current children cumulated CPU time (s) 4989.72
Current children cumulated vsize (KiB) 36092

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822648/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32848 CPUtime=4982.25
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7674 0 0 0 498214 11 0 0 25 0 1 0 215607397 33636352 7669 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8212 7669 58 118 0 8090 0
Current children cumulated CPU time (s) 4992.93
Current children cumulated vsize (KiB) 36280

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822648/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32848 CPUtime=4985.44
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7674 0 0 0 498533 11 0 0 25 0 1 0 215607397 33636352 7669 1992294400 134512640 134998072 4294956256 18446744073709551615 134525822 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8212 7669 58 118 0 8090 0
Current children cumulated CPU time (s) 4996.12
Current children cumulated vsize (KiB) 36280

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822648/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32848 CPUtime=4987.04
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7674 0 0 0 498693 11 0 0 25 0 1 0 215607397 33636352 7669 1992294400 134512640 134998072 4294956256 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8212 7669 58 118 0 8090 0
Current children cumulated CPU time (s) 4997.72
Current children cumulated vsize (KiB) 36280

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822648/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3432 CPUtime=10.68
/proc/26063/stat : 26063 (SATzilla2007_C) S 26061 26063 25999 0 -1 4194304 1978 4944 0 0 343 9 664 52 25 0 1 0 215606326 3514368 682 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26063/statm: 858 682 157 260 0 582 0
[pid=26067] ppid=26063 vsize=32848 CPUtime=4987.84
/proc/26067/stat : 26067 (minisat20) R 26063 26063 25999 0 -1 4194304 7674 0 0 0 498773 11 0 0 25 0 1 0 215607397 33636352 7669 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/26067/statm: 8212 7669 58 118 0 8090 0
Current children cumulated CPU time (s) 4998.52
Current children cumulated vsize (KiB) 36280

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822648/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=3436 CPUtime=4998.93
/proc/26063/stat : 26063 (SATzilla2007_C) R 26061 26063 25999 0 -1 4194304 2033 12618 0 0 343 9 499477 64 16 0 1 0 215606326 3518464 684 1992294400 134512640 135579813 4294956224 18446744073709551615 135166494 0 0 4096 0 0 0 0 17 0 0 0
/proc/26063/statm: 859 684 157 260 0 583 0
Current children cumulated CPU time (s) 4998.93
Current children cumulated vsize (KiB) 3436

[startup+5001.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26077
/proc/meminfo: memFree=1822648/2055920 swapFree=4135460/4192956
[pid=26063] ppid=26061 vsize=8660 CPUtime=4999.03
/proc/26063/stat : 26063 (SATzilla2007_C) R 26061 26063 25999 0 -1 4194304 3263 12618 0 0 352 10 499477 64 19 0 1 0 215606326 8867840 1709 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/26063/statm: 2165 1709 164 260 0 1889 0
Current children cumulated CPU time (s) 4999.03
Current children cumulated vsize (KiB) 8660

Child status: 17
Real time (s): 5001.26
CPU time (s): 4999.11
CPU user time (s): 4998.35
CPU system time (s): 0.756884
CPU usage (%): 99.957
Max. virtual memory (cumulated for all children) (KiB): 36280

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

runsolver used 3.85541 second user time and 14.3398 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-09 15:29:45
IDJOB=1784931
IDBENCH=24644
IDSOLVER=640
FILE ID=node47/1784931-1241875785
PBS_JOBID= 9264637
Free space on /tmp= 66196 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784931-1241875785/watcher-1784931-1241875785 -o /tmp/evaluation-result-1784931-1241875785/solver-1784931-1241875785 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1784931-1241875785.cnf            

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

MD5SUM BENCH= cd51741c2df34af4fdb8becaf8b3fc51
RANDOM SEED=1014038983

node47.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.212
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.212
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:       1857640 kB
Buffers:         28156 kB
Cached:          75500 kB
SwapCached:      52200 kB
Active:          54432 kB
Inactive:       103252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857640 kB
SwapTotal:     4192956 kB
SwapFree:      4135460 kB
Dirty:            9068 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            26620 kB
Committed_AS:   771368 kB
PageTables:       1448 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= 66188 MiB
End job on node47 at 2009-05-09 16:53:07