Trace number 1724152

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
IUT_BMB_SAT 1.0UNSAT 44.7352 44.7666

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
10.68/10.77	c WARNING: for repeatability, setting FPU to use double precision
10.68/10.77	c ============================[ Problem Statistics ]=============================
10.68/10.77	c |                                                                             |
10.68/10.77	c |  Number of variables:  194762                                               |
10.68/10.77	c |  Number of clauses:    334209                                               |
11.46/11.53	c |  Parsing time:         0.73         s                                       |
12.86/12.97	c ============================[ Search Statistics ]==============================
12.86/12.97	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.86/12.97	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.86/12.97	c ===============================================================================
12.86/12.97	c |         0 |   19590    97934   323525 |    32644        0    nan |  0.000 % |
12.96/13.06	c |       100 |   19583    97934   323525 |    35909       96      4 |  0.029 % |
12.96/13.09	c |       251 |   19582    97934   323525 |    39500      247      4 |  0.029 % |
13.07/13.14	c |       478 |   19567    97934   323525 |    43450      471      5 |  0.041 % |
13.17/13.21	c |       819 |   19506    97934   323525 |    47795      804      5 |  0.104 % |
13.17/13.27	c |      1325 |   19481    97934   323525 |    52574     1307      6 |  0.129 % |
13.26/13.38	c |      2085 |   19450    97934   323525 |    57832     2065      6 |  0.165 % |
13.46/13.58	c |      3225 |   19204    95162   313777 |    63615     3100      6 |  0.203 % |
13.76/13.88	c |      4933 |   19164    95162   313777 |    69976     4805      6 |  0.244 % |
14.27/14.36	c |      7495 |   19073    94261   310526 |    76974     7270      6 |  0.270 % |
14.86/14.94	c |     11339 |   18976    93635   308272 |    84671    11034      6 |  0.319 % |
16.16/16.22	c |     17105 |   18715    92240   303749 |    93139    16354      6 |  0.495 % |
18.26/18.31	c |     25754 |   18355    89607   294667 |   102452    24283      7 |  0.649 % |
22.06/22.10	c |     38729 |   18111    87525   287342 |   112698    35240      7 |  0.772 % |
26.46/26.54	c |     58190 |   18031    86978   285464 |   123968    53601      8 |  0.819 % |
40.75/40.82	c |     87383 |   17308    81925   266596 |   136364    79128     10 |  1.181 % |
43.74/43.88	c ===============================================================================
43.74/43.88	c restarts              : 16
43.74/43.88	c conflicts             : 92009          (2785 /sec)
43.74/43.88	c decisions             : 322007         (1.54 % random) (9748 /sec)
43.74/43.88	c propagations          : 22476995       (680420 /sec)
43.74/43.88	c conflict literals     : 1008717        (25.78 % deleted)
43.74/43.88	c Memory used           : 42.38 MB
43.74/43.88	c CPU time              : 33.034 s
43.74/43.88	
43.74/43.89	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724152-1240693000/watcher-1724152-1240693000 -o /tmp/evaluation-result-1724152-1240693000/solver-1724152-1240693000 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1724152-1240693000.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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 3/64 19138
/proc/meminfo: memFree=1216432/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=7504 CPUtime=0
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 97333920 7684096 173 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 1876 174 90 274 0 1599 0

[startup+0.0274699 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19138
/proc/meminfo: memFree=1216432/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=7504 CPUtime=0.02
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 560 0 0 0 2 0 0 0 18 0 1 0 97333920 7684096 543 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 1876 544 90 274 0 1599 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7504

[startup+0.101477 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19138
/proc/meminfo: memFree=1216432/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=11108 CPUtime=0.09
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 2392 0 0 0 9 0 0 0 18 0 1 0 97333920 11374592 2375 1992294400 134512640 135635285 4294956224 18446744073709551615 134534965 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 2777 2380 90 274 0 2500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11108

[startup+0.301498 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19138
/proc/meminfo: memFree=1216432/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=34872 CPUtime=0.29
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 8522 0 0 0 26 3 0 0 19 0 1 0 97333920 35708928 8505 1992294400 134512640 135635285 4294956224 18446744073709551615 135088809 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 8718 8506 97 274 0 8441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34872

[startup+0.701543 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19138
/proc/meminfo: memFree=1216432/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=39756 CPUtime=0.69
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 9773 0 0 0 65 4 0 0 23 0 1 0 97333920 40710144 9756 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 9939 9756 97 274 0 9662 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39756

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19139
/proc/meminfo: memFree=1174568/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=47676 CPUtime=1.48
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 11742 0 0 0 144 4 0 0 25 0 1 0 97333920 48820224 11725 1992294400 134512640 135635285 4294956224 18446744073709551615 135070391 0 0 4096 0 0 0 0 17 1 0 0
/proc/19138/statm: 11919 11725 97 274 0 11642 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47676

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19139
/proc/meminfo: memFree=1164520/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=60876 CPUtime=3.08
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 15048 0 0 0 301 7 0 0 25 0 1 0 97333920 62337024 15031 1992294400 134512640 135635285 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 15219 15031 97 274 0 14942 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60876

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19139
/proc/meminfo: memFree=1142056/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=87936 CPUtime=6.29
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 21796 0 0 0 619 10 0 0 25 0 1 0 97333920 90046464 21779 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 21984 21779 97 274 0 21707 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87936

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19141
/proc/meminfo: memFree=1071064/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=105508 CPUtime=10.74
/proc/19138/stat : 19138 (IUT_BMB_SAT) S 19136 19138 19016 0 -1 4194304 26700 0 0 0 942 132 0 0 25 0 1 0 97333920 108040192 26203 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19138/statm: 26377 26203 105 274 0 26100 0
[pid=19140] ppid=19138 vsize=5356 CPUtime=0
/proc/19140/stat : 19140 (sh) S 19138 19138 19016 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97334995 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19140/statm: 1339 232 193 169 0 50 0
[pid=19141] ppid=19140 vsize=49548 CPUtime=1.93
/proc/19141/stat : 19141 (minisat) R 19140 19138 19016 0 -1 4194304 11620 0 0 0 188 5 0 0 25 0 1 0 97334997 50737152 11523 1992294400 134512640 135243223 4294956320 18446744073709551615 134541763 0 0 4096 3 0 0 0 17 0 0 0
/proc/19141/statm: 12387 11523 78 178 0 12207 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 160412

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19141
/proc/meminfo: memFree=1065624/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=105508 CPUtime=10.74
/proc/19138/stat : 19138 (IUT_BMB_SAT) S 19136 19138 19016 0 -1 4194304 26700 0 0 0 942 132 0 0 25 0 1 0 97333920 108040192 26203 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19138/statm: 26377 26203 105 274 0 26100 0
[pid=19140] ppid=19138 vsize=5356 CPUtime=0
/proc/19140/stat : 19140 (sh) S 19138 19138 19016 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97334995 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19140/statm: 1339 232 193 169 0 50 0
[pid=19141] ppid=19140 vsize=43396 CPUtime=14.72
/proc/19141/stat : 19141 (minisat) R 19140 19138 19016 0 -1 4194304 12013 0 0 0 1466 6 0 0 25 0 1 0 97334997 44437504 10214 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/19141/statm: 10849 10214 85 178 0 10669 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 154260

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

[startup+38.3027 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19141
/proc/meminfo: memFree=1065496/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=105508 CPUtime=10.74
/proc/19138/stat : 19138 (IUT_BMB_SAT) S 19136 19138 19016 0 -1 4194304 26700 0 0 0 942 132 0 0 25 0 1 0 97333920 108040192 26203 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19138/statm: 26377 26203 105 274 0 26100 0
[pid=19140] ppid=19138 vsize=5356 CPUtime=0
/proc/19140/stat : 19140 (sh) S 19138 19138 19016 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97334995 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19140/statm: 1339 232 193 169 0 50 0
[pid=19141] ppid=19140 vsize=43396 CPUtime=27.51
/proc/19141/stat : 19141 (minisat) R 19140 19138 19016 0 -1 4194304 12038 0 0 0 2745 6 0 0 25 0 1 0 97334997 44437504 10239 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/19141/statm: 10849 10239 85 178 0 10669 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 154260

[startup+41.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19141
/proc/meminfo: memFree=1065496/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=105508 CPUtime=10.74
/proc/19138/stat : 19138 (IUT_BMB_SAT) S 19136 19138 19016 0 -1 4194304 26700 0 0 0 942 132 0 0 25 0 1 0 97333920 108040192 26203 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19138/statm: 26377 26203 105 274 0 26100 0
[pid=19140] ppid=19138 vsize=5356 CPUtime=0
/proc/19140/stat : 19140 (sh) S 19138 19138 19016 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97334995 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19140/statm: 1339 232 193 169 0 50 0
[pid=19141] ppid=19140 vsize=43396 CPUtime=30.71
/proc/19141/stat : 19141 (minisat) R 19140 19138 19016 0 -1 4194304 12043 0 0 0 3065 6 0 0 25 0 1 0 97334997 44437504 10244 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/19141/statm: 10849 10244 85 178 0 10669 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 154260

[startup+43.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19141
/proc/meminfo: memFree=1065496/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=105508 CPUtime=10.74
/proc/19138/stat : 19138 (IUT_BMB_SAT) S 19136 19138 19016 0 -1 4194304 26700 0 0 0 942 132 0 0 25 0 1 0 97333920 108040192 26203 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19138/statm: 26377 26203 105 274 0 26100 0
[pid=19140] ppid=19138 vsize=5356 CPUtime=0
/proc/19140/stat : 19140 (sh) S 19138 19138 19016 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97334995 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19140/statm: 1339 232 193 169 0 50 0
[pid=19141] ppid=19140 vsize=43396 CPUtime=32.31
/proc/19141/stat : 19141 (minisat) R 19140 19138 19016 0 -1 4194304 12044 0 0 0 3225 6 0 0 25 0 1 0 97334997 44437504 10245 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19141/statm: 10849 10245 85 178 0 10669 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 154260

[startup+43.9014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19141
/proc/meminfo: memFree=1106280/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=105508 CPUtime=43.86
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 29446 12333 0 0 942 133 3303 8 16 0 1 0 97333920 108040192 26204 1992294400 134512640 135635285 4294956224 18446744073709551615 135067717 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 26377 26204 106 274 0 26100 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 105508

[startup+44.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19141
/proc/meminfo: memFree=1106280/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=100940 CPUtime=44.26
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 44570 12333 0 0 980 135 3303 8 19 0 1 0 97333920 103362560 25062 1992294400 134512640 135635285 4294956224 18446744073709551615 134530671 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 25235 25062 106 274 0 24958 0
Current children cumulated CPU time (s) 44.26
Current children cumulated vsize (KiB) 100940

[startup+44.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19141
/proc/meminfo: memFree=1106280/2055920 swapFree=4192956/4192956
[pid=19138] ppid=19136 vsize=79064 CPUtime=44.66
/proc/19138/stat : 19138 (IUT_BMB_SAT) R 19136 19138 19016 0 -1 4194304 44570 12333 0 0 1020 135 3303 8 23 0 1 0 97333920 80961536 19593 1992294400 134512640 135635285 4294956224 18446744073709551615 135069098 0 0 4096 0 0 0 0 17 0 0 0
/proc/19138/statm: 19766 19593 106 274 0 19489 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 79064

Child status: 0
Real time (s): 44.7666
CPU time (s): 44.7352
CPU user time (s): 43.2884
CPU system time (s): 1.44678
CPU usage (%): 99.9298
Max. virtual memory (cumulated for all children) (KiB): 160920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.2884
system time used= 1.44678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56906
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= 8
involuntary context switches= 142

runsolver used 0.034994 second user time and 0.131979 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-25 22:56:42
IDJOB=1724152
IDBENCH=71758
IDSOLVER=523
FILE ID=node9/1724152-1240693000
PBS_JOBID= 9186726
Free space on /tmp= 66320 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724152-1240693000/watcher-1724152-1240693000 -o /tmp/evaluation-result-1724152-1240693000/solver-1724152-1240693000 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1724152-1240693000.cnf HOME

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1286547077

node9.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.240
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.240
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:       1216912 kB
Buffers:         78424 kB
Cached:         665564 kB
SwapCached:          0 kB
Active:         133428 kB
Inactive:       624452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11416 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            67184 kB
Committed_AS:   334196 kB
PageTables:       1388 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= 66312 MiB
End job on node9 at 2009-04-25 22:57:27