Trace number 1797563

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_SIM 1.0UNSAT 62.9634 62.981

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand032.cnf
MD5SUM49dda3faa6676166ee2ccb89f6cd8ca0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2294
Satisfiable
(Un)Satisfiability was proved
Number of variables10794
Number of clauses31997
Sum of the clauses size74657
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 221330
Number of clauses of size 310665
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_SIM version 1.0
0.49/0.52	This is MiniSat 2.0 beta
0.49/0.52	WARNING: for repeatability, setting FPU to use double precision
0.49/0.52	============================[ Problem Statistics ]=============================
0.49/0.52	|                                                                             |
0.49/0.52	|  Number of variables:  10794                                                |
0.49/0.52	|  Number of clauses:    31973                                                |
0.49/0.54	|  Parsing time:         0.01         s                                       |
0.49/0.54	============================[ Search Statistics ]==============================
0.49/0.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.54	===============================================================================
0.49/0.54	|         0 |   10789    31973    74602 |    10657        0    nan |  0.000 % |
0.49/0.57	|       100 |   10789    31973    74602 |    11723      100      7 |  0.000 % |
0.51/0.60	|       250 |   10789    31973    74602 |    12895      250     10 |  0.000 % |
0.51/0.65	|       475 |   10789    31973    74602 |    14185      475     17 |  0.000 % |
0.51/0.70	|       812 |   10789    31973    74602 |    15603      812     19 |  0.000 % |
0.51/0.81	|      1319 |   10789    31973    74602 |    17164     1319     32 |  0.000 % |
0.98/1.01	|      2078 |   10789    31973    74602 |    18880     2078     44 |  0.000 % |
1.27/1.32	|      3217 |   10789    31973    74602 |    20768     3217     76 |  0.000 % |
1.87/1.95	|      4929 |   10789    31973    74602 |    22845     4929    115 |  0.000 % |
3.07/3.18	|      7491 |   10789    31973    74602 |    25130     7491    132 |  0.000 % |
5.27/5.38	|     11339 |   10789    31973    74602 |    27643    11339    148 |  0.000 % |
9.17/9.21	|     17105 |   10789    31973    74602 |    30407    17105    149 |  0.000 % |
17.07/17.11	|     25755 |   10789    31973    74602 |    33448    25755    157 |  0.000 % |
29.57/29.63	|     38729 |   10788    31940    74536 |    36793    20823    126 |  0.009 % |
46.26/46.30	|     58196 |   10788    31940    74536 |    40472    19199    105 |  0.009 % |
62.86/62.92	===============================================================================
62.86/62.92	restarts              : 15
62.86/62.92	conflicts             : 84549          (1357 /sec)
62.86/62.92	decisions             : 208875         (1.69 % random) (3352 /sec)
62.86/62.92	propagations          : 85110063       (1365705 /sec)
62.86/62.92	conflict literals     : 10338188       (34.88 % deleted)
62.86/62.92	Memory used           : 26.27 MB
62.86/62.92	CPU time              : 62.3195 s
62.86/62.92	
62.86/62.92	UNSATISFIABLE
62.86/62.93	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-1797563-1242079028/watcher-1797563-1242079028 -o /tmp/evaluation-result-1797563-1242079028/solver-1797563-1242079028 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797563-1242079028.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28242
/proc/meminfo: memFree=1913392/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=1660 CPUtime=0
/proc/28242/stat : 28242 (IUT_BMB_SIM) R 28240 28242 27807 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 235928799 1699840 165 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/28242/statm: 415 165 90 274 0 138 0

[startup+0.0339369 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28242
/proc/meminfo: memFree=1913392/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=3300 CPUtime=0.02
/proc/28242/stat : 28242 (IUT_BMB_SIM) R 28240 28242 27807 0 -1 4194304 656 0 0 0 2 0 0 0 18 0 1 0 235928799 3379200 639 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/28242/statm: 825 639 97 274 0 548 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3300

[startup+0.101943 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28242
/proc/meminfo: memFree=1913392/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=4224 CPUtime=0.09
/proc/28242/stat : 28242 (IUT_BMB_SIM) R 28240 28242 27807 0 -1 4194304 868 0 0 0 9 0 0 0 18 0 1 0 235928799 4325376 851 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/28242/statm: 1056 851 97 274 0 779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4224

[startup+0.301962 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28242
/proc/meminfo: memFree=1913392/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7788 CPUtime=0.29
/proc/28242/stat : 28242 (IUT_BMB_SIM) R 28240 28242 27807 0 -1 4194304 1750 0 0 0 29 0 0 0 19 0 1 0 235928799 7974912 1733 1992294400 134512640 135635349 4294956224 18446744073709551615 135072743 0 0 4096 0 0 0 0 17 1 0 0
/proc/28242/statm: 1947 1734 97 274 0 1670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7788

[startup+0.702009 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28242
/proc/meminfo: memFree=1913392/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7948

[startup+1.50108 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1903136/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=5388 CPUtime=0.96
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 1312 0 0 0 96 0 0 0 25 0 1 0 235928852 5517312 1062 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 1347 1062 77 170 0 1175 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13336

[startup+3.10124 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1900704/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=8160 CPUtime=2.56
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 1992 0 0 0 255 1 0 0 25 0 1 0 235928852 8355840 1742 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 2040 1742 77 170 0 1868 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16108

[startup+6.30156 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1896032/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=12428 CPUtime=5.76
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 3074 0 0 0 574 2 0 0 25 0 1 0 235928852 12726272 2824 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 3107 2824 77 170 0 2935 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20376

[startup+12.7012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1889312/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=18648 CPUtime=12.16
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 4612 0 0 0 1213 3 0 0 25 0 1 0 235928852 19095552 4362 1992294400 134512640 135212939 4294956320 18446744073709551615 134529409 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 4662 4362 77 170 0 4490 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26596

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880864/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26668 CPUtime=24.96
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6611 0 0 0 2490 6 0 0 25 0 1 0 235928852 27308032 6361 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6667 6361 77 170 0 6495 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34616

[startup+51.102 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880480/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26816 CPUtime=50.55
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6662 0 0 0 5049 6 0 0 25 0 1 0 235928852 27459584 6412 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6704 6412 77 170 0 6532 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 34764

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

[startup+57.5016 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880416/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26816 CPUtime=56.95
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6662 0 0 0 5689 6 0 0 25 0 1 0 235928852 27459584 6412 1992294400 134512640 135212939 4294956320 18446744073709551615 134529351 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6704 6412 77 170 0 6532 0
Current children cumulated CPU time (s) 57.46
Current children cumulated vsize (KiB) 34764

[startup+60.702 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880416/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26816 CPUtime=60.15
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6665 0 0 0 6009 6 0 0 25 0 1 0 235928852 27459584 6415 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6704 6415 77 170 0 6532 0
Current children cumulated CPU time (s) 60.66
Current children cumulated vsize (KiB) 34764

[startup+62.3011 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880480/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26896 CPUtime=61.75
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6666 0 0 0 6169 6 0 0 25 0 1 0 235928852 27541504 6416 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6724 6416 77 170 0 6552 0
Current children cumulated CPU time (s) 62.26
Current children cumulated vsize (KiB) 34844

[startup+62.7052 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880480/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26896 CPUtime=62.15
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6666 0 0 0 6209 6 0 0 25 0 1 0 235928852 27541504 6416 1992294400 134512640 135212939 4294956320 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6724 6416 77 170 0 6552 0
Current children cumulated CPU time (s) 62.66
Current children cumulated vsize (KiB) 34844

[startup+62.9012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28244
/proc/meminfo: memFree=1880480/2055920 swapFree=4180268/4192956
[pid=28242] ppid=28240 vsize=7948 CPUtime=0.51
/proc/28242/stat : 28242 (IUT_BMB_SIM) S 28240 28242 27807 0 -1 4194304 1855 0 0 0 38 13 0 0 22 0 1 0 235928799 8138752 1813 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28242/statm: 1987 1813 105 274 0 1710 0
[pid=28244] ppid=28242 vsize=26896 CPUtime=62.35
/proc/28244/stat : 28244 (minisat) R 28242 28242 27807 0 -1 4194304 6666 0 0 0 6229 6 0 0 25 0 1 0 235928852 27541504 6416 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/28244/statm: 6724 6416 77 170 0 6552 0
Current children cumulated CPU time (s) 62.86
Current children cumulated vsize (KiB) 34844

Child status: 0
Real time (s): 62.981
CPU time (s): 62.9634
CPU user time (s): 62.7535
CPU system time (s): 0.209968
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 34844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.7535
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9749
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= 5
involuntary context switches= 163

runsolver used 0.078987 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-11 23:57:08
IDJOB=1797563
IDBENCH=70759
IDSOLVER=650
FILE ID=node70/1797563-1242079028
PBS_JOBID= 9277648
Free space on /tmp= 66336 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand032.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797563-1242079028/watcher-1797563-1242079028 -o /tmp/evaluation-result-1797563-1242079028/solver-1797563-1242079028 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797563-1242079028.cnf HOME

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

MD5SUM BENCH= 49dda3faa6676166ee2ccb89f6cd8ca0
RANDOM SEED=1317038274

node70.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.213
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.213
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:       1913808 kB
Buffers:          3252 kB
Cached:          69404 kB
SwapCached:       6496 kB
Active:          14712 kB
Inactive:        66408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913808 kB
SwapTotal:     4192956 kB
SwapFree:      4180268 kB
Dirty:            2808 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            47056 kB
Committed_AS:   757540 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= 66332 MiB
End job on node70 at 2009-05-11 23:58:11