Trace number 1555614

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 18.7072 18.7194

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxand/maxand064.cnf
MD5SUMb2d2617ddc348aef0d35df3c8f228dcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.81857
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.59/0.66	c WARNING: for repeatability, setting FPU to use double precision
0.59/0.66	c ============================[ Problem Statistics ]=============================
0.59/0.66	c |                                                                             |
0.59/0.66	c |  Number of variables:  14578                                                |
0.59/0.66	c |  Number of clauses:    42537                                                |
0.65/0.70	c |  Parsing time:         0.04         s                                       |
2.48/2.51	c ============================[ Search Statistics ]==============================
2.48/2.51	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.48/2.51	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.48/2.51	c ===============================================================================
2.48/2.51	c |         0 |    1433    16626   244765 |     5542        0    nan |  0.000 % |
2.48/2.54	c |       100 |    1433    16626   244765 |     6096      100     30 |  0.007 % |
2.48/2.54	c |       250 |    1433    16626   244765 |     6705      250     22 |  0.007 % |
2.48/2.56	c |       475 |    1432    16626   244765 |     7376      474     24 |  0.014 % |
2.48/2.57	c |       815 |    1432    16626   244765 |     8114      814     23 |  0.014 % |
2.58/2.60	c |      1324 |    1432    16626   244765 |     8925     1323     23 |  0.014 % |
2.58/2.64	c |      2085 |    1432    16626   244765 |     9817     2084     40 |  0.014 % |
2.68/2.70	c |      3224 |    1432    16561   244634 |    10799     3223     40 |  0.014 % |
2.78/2.87	c |      4933 |    1432    16561   244634 |    11879     4932     66 |  0.014 % |
2.98/3.02	c |      7496 |    1432    16561   244634 |    13067     7495     63 |  0.014 % |
3.48/3.50	c |     11341 |    1432    16561   244634 |    14374    11340     94 |  0.014 % |
4.07/4.12	c |     17108 |    1432    16561   244634 |    15811     9837    103 |  0.014 % |
5.17/5.21	c |     25758 |    1432    16561   244634 |    17393    10350    140 |  0.014 % |
7.47/7.56	c |     38735 |    1432    16561   244634 |    19132    14417    153 |  0.014 % |
11.77/11.87	c |     58198 |    1432    16561   244634 |    21045    14307    150 |  0.014 % |
16.96/17.08	c |     87393 |    1430    16496   244472 |    23150    11465    147 |  0.034 % |
18.57/18.64	c ===============================================================================
18.57/18.64	c restarts              : 16
18.57/18.64	c conflicts             : 96896          (5397 /sec)
18.57/18.64	c decisions             : 250065         (1.70 % random) (13929 /sec)
18.57/18.64	c propagations          : 6213976        (346139 /sec)
18.57/18.64	c conflict literals     : 13551213       (24.03 % deleted)
18.57/18.64	c Memory used           : 26.13 MB
18.57/18.64	c CPU time              : 17.9523 s
18.57/18.64	
18.57/18.65	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-1555614-1238742079/watcher-1555614-1238742079 -o /tmp/evaluation-result-1555614-1238742079/solver-1555614-1238742079 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1555614-1238742079.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 0.72 3/64 23716
/proc/meminfo: memFree=1463904/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=1784 CPUtime=0
/proc/23716/stat : 23716 (IUT_BMB_SAT) R 23714 23716 23618 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 1146875151 1826816 169 1992294400 134512640 135635285 4294956240 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/23716/statm: 446 170 90 274 0 169 0

[startup+0.018726 s]
/proc/loadavg: 1.00 1.00 0.72 3/64 23716
/proc/meminfo: memFree=1463904/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=3672 CPUtime=0.01
/proc/23716/stat : 23716 (IUT_BMB_SAT) R 23714 23716 23618 0 -1 4194304 683 0 0 0 1 0 0 0 18 0 1 0 1146875151 3760128 666 1992294400 134512640 135635285 4294956240 18446744073709551615 134535617 0 0 4096 0 0 0 0 17 0 0 0
/proc/23716/statm: 918 668 90 274 0 641 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3672

[startup+0.10174 s]
/proc/loadavg: 1.00 1.00 0.72 3/64 23716
/proc/meminfo: memFree=1463904/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=4860 CPUtime=0.09
/proc/23716/stat : 23716 (IUT_BMB_SAT) R 23714 23716 23618 0 -1 4194304 1034 0 0 0 9 0 0 0 18 0 1 0 1146875151 4976640 1017 1992294400 134512640 135635285 4294956240 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/23716/statm: 1215 1017 97 274 0 938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4860

[startup+0.301771 s]
/proc/loadavg: 1.00 1.00 0.72 3/64 23716
/proc/meminfo: memFree=1463904/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=8028 CPUtime=0.29
/proc/23716/stat : 23716 (IUT_BMB_SAT) R 23714 23716 23618 0 -1 4194304 1816 0 0 0 29 0 0 0 20 0 1 0 1146875151 8220672 1799 1992294400 134512640 135635285 4294956240 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/23716/statm: 2007 1799 97 274 0 1730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8028

[startup+0.701839 s]
/proc/loadavg: 1.00 1.00 0.72 3/64 23716
/proc/meminfo: memFree=1463904/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10184

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 0.72 2/67 23719
/proc/meminfo: memFree=1440776/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=17124 CPUtime=0.83
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 3901 0 0 0 82 1 0 0 25 0 1 0 1146875217 17534976 3882 1992294400 134512640 135243223 4294956336 18446744073709551615 134541754 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 4281 3882 78 178 0 4101 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32664

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 0.72 2/67 23719
/proc/meminfo: memFree=1437832/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=16864 CPUtime=2.43
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 4112 0 0 0 242 1 0 0 25 0 1 0 1146875217 17268736 3891 1992294400 134512640 135243223 4294956336 18446744073709551615 134558537 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 4216 3891 85 178 0 4036 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32404

[startup+6.30274 s]
/proc/loadavg: 1.00 1.00 0.72 2/67 23719
/proc/meminfo: memFree=1433800/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=23636 CPUtime=5.62
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 5829 0 0 0 561 1 0 0 25 0 1 0 1146875217 24203264 5608 1992294400 134512640 135243223 4294956336 18446744073709551615 134558565 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 5909 5608 85 178 0 5729 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 39176

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.73 2/67 23719
/proc/meminfo: memFree=1429000/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=26092 CPUtime=12.02
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 6435 0 0 0 1201 1 0 0 25 0 1 0 1146875217 26718208 6214 1992294400 134512640 135243223 4294956336 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 6523 6214 85 178 0 6343 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41632

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

[startup+15.9023 s]
/proc/loadavg: 1.00 1.00 0.73 2/67 23719
/proc/meminfo: memFree=1428488/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=26752 CPUtime=15.21
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 6575 0 0 0 1520 1 0 0 25 0 1 0 1146875217 27394048 6354 1992294400 134512640 135243223 4294956336 18446744073709551615 134558300 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 6688 6354 85 178 0 6508 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 42292

[startup+17.5015 s]
/proc/loadavg: 1.00 1.00 0.73 2/67 23719
/proc/meminfo: memFree=1428488/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=26752 CPUtime=16.82
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 6575 0 0 0 1681 1 0 0 25 0 1 0 1146875217 27394048 6354 1992294400 134512640 135243223 4294956336 18446744073709551615 134566594 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 6688 6354 85 178 0 6508 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 42292

[startup+18.3017 s]
/proc/loadavg: 1.00 1.00 0.73 2/67 23719
/proc/meminfo: memFree=1428488/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=10184 CPUtime=0.65
/proc/23716/stat : 23716 (IUT_BMB_SAT) S 23714 23716 23618 0 -1 4194304 2421 0 0 0 50 15 0 0 23 0 1 0 1146875151 10428416 2372 1992294400 134512640 135635285 4294956240 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23716/statm: 2546 2372 105 274 0 2269 0
[pid=23718] ppid=23716 vsize=5356 CPUtime=0
/proc/23718/stat : 23718 (sh) S 23716 23716 23618 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1146875217 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23718/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23718 vsize=26752 CPUtime=17.61
/proc/23719/stat : 23719 (minisat) R 23718 23716 23618 0 -1 4194304 6575 0 0 0 1760 1 0 0 25 0 1 0 1146875217 27394048 6354 1992294400 134512640 135243223 4294956336 18446744073709551615 134558288 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 6688 6354 85 178 0 6508 0
Current children cumulated CPU time (s) 18.26
Current children cumulated vsize (KiB) 42292

[startup+18.7057 s]
/proc/loadavg: 1.00 1.00 0.73 2/67 23719
/proc/meminfo: memFree=1428488/2055920 swapFree=4178496/4192956
[pid=23716] ppid=23714 vsize=8464 CPUtime=18.67
/proc/23716/stat : 23716 (IUT_BMB_SAT) R 23714 23716 23618 0 -1 4194304 4030 6864 0 0 55 15 1795 2 17 0 1 0 1146875151 8667136 1943 1992294400 134512640 135635285 4294956240 18446744073709551615 135063515 0 0 4096 0 0 0 0 17 0 0 0
/proc/23716/statm: 2116 1943 106 274 0 1839 0
Current children cumulated CPU time (s) 18.67
Current children cumulated vsize (KiB) 8464

Child status: 0
Real time (s): 18.7194
CPU time (s): 18.7072
CPU user time (s): 18.5242
CPU system time (s): 0.182972
CPU usage (%): 99.9345
Max. virtual memory (cumulated for all children) (KiB): 42292

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

runsolver used 0.021996 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-03 09:01:19
IDJOB=1555614
IDBENCH=70803
IDSOLVER=523
FILE ID=node3/1555614-1238742079
PBS_JOBID= 9086122
Free space on /tmp= 66504 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxand/maxand064.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555614-1238742079/watcher-1555614-1238742079 -o /tmp/evaluation-result-1555614-1238742079/solver-1555614-1238742079 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1555614-1238742079.cnf HOME

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

MD5SUM BENCH= b2d2617ddc348aef0d35df3c8f228dcb
RANDOM SEED=160873018

node3.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.275
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.275
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:       1464384 kB
Buffers:         88024 kB
Cached:         418336 kB
SwapCached:       8332 kB
Active:         316984 kB
Inactive:       199348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464384 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          15632 kB
Slab:            61216 kB
Committed_AS:  2989204 kB
PageTables:       1376 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= 66500 MiB
End job on node3 at 2009-04-03 09:01:38