Trace number 1715704

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 74.8616 74.912

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5733
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
12.77/12.86	c WARNING: for repeatability, setting FPU to use double precision
12.77/12.86	c ============================[ Problem Statistics ]=============================
12.77/12.86	c |                                                                             |
12.77/12.86	c |  Number of variables:  178708                                               |
12.77/12.86	c |  Number of clauses:    576590                                               |
13.43/13.50	c |  Parsing time:         0.59         s                                       |
14.54/14.64	c ============================[ Search Statistics ]==============================
14.54/14.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.54/14.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.54/14.64	c ===============================================================================
14.54/14.64	c |         0 |   22213   137839   353538 |    45946        0    nan |  0.000 % |
14.63/14.77	c |       102 |   22213   137839   353538 |    50540      102     26 | 29.269 % |
14.83/14.92	c |       253 |   22211   137839   353538 |    55595      248     48 | 31.017 % |
15.03/15.16	c |       478 |   22211   137839   353538 |    61154      473     61 | 31.017 % |
15.43/15.52	c |       816 |   22109   137839   353538 |    67270      807     54 | 32.509 % |
15.83/15.98	c |      1323 |   22109   137839   353538 |    73997     1314     50 | 32.509 % |
16.63/16.77	c |      2083 |   16423    87967   227343 |    81396     2045     47 | 32.509 % |
17.73/17.81	c |      3222 |   16423    87967   227343 |    89536     3184     45 | 32.509 % |
19.13/19.24	c |      4930 |   16423    87967   227343 |    98490     4892     45 | 32.509 % |
21.94/22.09	c |      7493 |   16423    87967   227343 |   108339     7455     45 | 32.509 % |
25.94/26.09	c |     11342 |   16423    87967   227343 |   119172    11304     42 | 32.509 % |
34.23/34.40	c |     17109 |   16416    87919   227231 |   131090    17066     39 | 32.516 % |
45.93/46.07	c |     25759 |   11660    53683   140636 |   144199     8223     33 | 35.174 % |
61.43/61.50	c |     38733 |   11660    53683   140636 |   158619    21197     30 | 35.174 % |
73.82/73.98	c ===============================================================================
73.82/73.98	c restarts              : 14
73.82/73.98	c conflicts             : 47040          (771 /sec)
73.82/73.98	c decisions             : 63304          (0.86 % random) (1037 /sec)
73.82/73.98	c propagations          : 57262227       (938268 /sec)
73.82/73.98	c conflict literals     : 1520446        (48.57 % deleted)
73.82/73.98	c Memory used           : 48.20 MB
73.82/73.98	c CPU time              : 61.0297 s
73.82/73.98	
73.82/73.99	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-1715704-1240606021/watcher-1715704-1240606021 -o /tmp/evaluation-result-1715704-1240606021/solver-1715704-1240606021 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1715704-1240606021.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.93 0.86 0.34 3/65 14607
/proc/meminfo: memFree=1683720/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=10740 CPUtime=0
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 181 0 0 0 0 0 0 0 20 0 1 0 88635230 10997760 164 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 2685 165 90 274 0 2408 0

[startup+0.026532 s]
/proc/loadavg: 1.93 0.86 0.34 3/65 14607
/proc/meminfo: memFree=1683720/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=10740 CPUtime=0.02
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 534 0 0 0 2 0 0 0 20 0 1 0 88635230 10997760 517 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 2685 518 90 274 0 2408 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10740

[startup+0.101544 s]
/proc/loadavg: 1.93 0.86 0.34 3/65 14607
/proc/meminfo: memFree=1683720/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=10740 CPUtime=0.09
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 1746 0 0 0 9 0 0 0 20 0 1 0 88635230 10997760 1729 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 2685 1730 90 274 0 2408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10740

[startup+0.301575 s]
/proc/loadavg: 1.93 0.86 0.34 3/65 14607
/proc/meminfo: memFree=1683720/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=36384 CPUtime=0.29
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 8925 0 0 0 25 4 0 0 22 0 1 0 88635230 37257216 8908 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 9096 8908 93 274 0 8819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36384

[startup+0.701638 s]
/proc/loadavg: 1.93 0.86 0.34 3/65 14607
/proc/meminfo: memFree=1683720/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=41532 CPUtime=0.69
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 10195 0 0 0 65 4 0 0 25 0 1 0 88635230 42528768 10178 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 10383 10178 97 274 0 10106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41532

[startup+1.50177 s]
/proc/loadavg: 1.93 0.86 0.34 2/66 14608
/proc/meminfo: memFree=1639552/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=50772 CPUtime=1.48
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 12515 0 0 0 143 5 0 0 25 0 1 0 88635230 51990528 12498 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 12693 12499 97 274 0 12416 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 50772

[startup+3.10206 s]
/proc/loadavg: 1.93 0.86 0.34 2/66 14608
/proc/meminfo: memFree=1628032/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=67932 CPUtime=3.09
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 16818 0 0 0 301 8 0 0 25 0 1 0 88635230 69562368 16801 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 16983 16801 97 274 0 16706 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67932

[startup+6.30153 s]
/proc/loadavg: 1.85 0.86 0.34 2/65 14608
/proc/meminfo: memFree=1593416/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=98424 CPUtime=6.29
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 24421 0 0 0 615 14 0 0 25 0 1 0 88635230 100786176 24404 1992294400 134512640 135635285 4294956208 18446744073709551615 134531596 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 24606 24404 97 274 0 24329 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98424

[startup+12.7016 s]
/proc/loadavg: 1.79 0.86 0.34 2/65 14608
/proc/meminfo: memFree=1530120/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=12.66
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 37477 0 0 0 1042 224 0 0 25 0 1 0 88635230 151134208 36719 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/14607/statm: 36898 36719 100 274 0 36621 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 147592

[startup+25.5016 s]
/proc/loadavg: 1.61 0.87 0.35 2/67 14610
/proc/meminfo: memFree=1481520/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=12.81
/proc/14607/stat : 14607 (IUT_BMB_SAT) S 14605 14607 14541 0 -1 4194304 37483 0 0 0 1047 234 0 0 25 0 1 0 88635230 151134208 36724 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 36898 36724 105 274 0 36621 0
[pid=14609] ppid=14607 vsize=5356 CPUtime=0
/proc/14609/stat : 14609 (sh) S 14607 14607 14541 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88636514 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14609/statm: 1339 232 193 169 0 50 0
[pid=14610] ppid=14609 vsize=48992 CPUtime=12.63
/proc/14610/stat : 14610 (minisat) R 14609 14607 14541 0 -1 4194304 13314 0 0 0 1256 7 0 0 25 0 1 0 88636516 50167808 11300 1992294400 134512640 135243223 4294956304 18446744073709551615 134555904 0 0 4096 3 0 0 0 17 1 0 0
/proc/14610/statm: 12248 11300 85 178 0 12068 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 201940

[startup+51.1017 s]
/proc/loadavg: 1.40 0.87 0.37 2/67 14610
/proc/meminfo: memFree=1481712/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=12.81
/proc/14607/stat : 14607 (IUT_BMB_SAT) S 14605 14607 14541 0 -1 4194304 37483 0 0 0 1047 234 0 0 25 0 1 0 88635230 151134208 36724 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 36898 36724 105 274 0 36621 0
[pid=14609] ppid=14607 vsize=5356 CPUtime=0
/proc/14609/stat : 14609 (sh) S 14607 14607 14541 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88636514 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14609/statm: 1339 232 193 169 0 50 0
[pid=14610] ppid=14609 vsize=48992 CPUtime=38.22
/proc/14610/stat : 14610 (minisat) R 14609 14607 14541 0 -1 4194304 13314 0 0 0 3815 7 0 0 25 0 1 0 88636516 50167808 11300 1992294400 134512640 135243223 4294956304 18446744073709551615 134566290 0 0 4096 3 0 0 0 17 1 0 0
/proc/14610/statm: 12248 11300 85 178 0 12068 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 201940

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

[startup+63.9017 s]
/proc/loadavg: 1.34 0.88 0.38 2/67 14610
/proc/meminfo: memFree=1481840/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=12.81
/proc/14607/stat : 14607 (IUT_BMB_SAT) S 14605 14607 14541 0 -1 4194304 37483 0 0 0 1047 234 0 0 25 0 1 0 88635230 151134208 36724 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 36898 36724 105 274 0 36621 0
[pid=14609] ppid=14607 vsize=5356 CPUtime=0
/proc/14609/stat : 14609 (sh) S 14607 14607 14541 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88636514 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14609/statm: 1339 232 193 169 0 50 0
[pid=14610] ppid=14609 vsize=49144 CPUtime=51.01
/proc/14610/stat : 14610 (minisat) R 14609 14607 14541 0 -1 4194304 13335 0 0 0 5094 7 0 0 25 0 1 0 88636516 50323456 11321 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14610/statm: 12286 11321 85 178 0 12106 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 202092

[startup+70.3017 s]
/proc/loadavg: 1.29 0.88 0.38 2/67 14610
/proc/meminfo: memFree=1481776/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=12.81
/proc/14607/stat : 14607 (IUT_BMB_SAT) S 14605 14607 14541 0 -1 4194304 37483 0 0 0 1047 234 0 0 25 0 1 0 88635230 151134208 36724 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 36898 36724 105 274 0 36621 0
[pid=14609] ppid=14607 vsize=5356 CPUtime=0
/proc/14609/stat : 14609 (sh) S 14607 14607 14541 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88636514 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14609/statm: 1339 232 193 169 0 50 0
[pid=14610] ppid=14609 vsize=49352 CPUtime=57.41
/proc/14610/stat : 14610 (minisat) R 14609 14607 14541 0 -1 4194304 13364 0 0 0 5734 7 0 0 25 0 1 0 88636516 50536448 11350 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/14610/statm: 12338 11350 85 178 0 12158 0
Current children cumulated CPU time (s) 70.22
Current children cumulated vsize (KiB) 202300

[startup+73.5012 s]
/proc/loadavg: 1.29 0.88 0.38 2/67 14610
/proc/meminfo: memFree=1481712/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=12.81
/proc/14607/stat : 14607 (IUT_BMB_SAT) S 14605 14607 14541 0 -1 4194304 37483 0 0 0 1047 234 0 0 25 0 1 0 88635230 151134208 36724 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 36898 36724 105 274 0 36621 0
[pid=14609] ppid=14607 vsize=5356 CPUtime=0
/proc/14609/stat : 14609 (sh) S 14607 14607 14541 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88636514 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14609/statm: 1339 232 193 169 0 50 0
[pid=14610] ppid=14609 vsize=49352 CPUtime=60.61
/proc/14610/stat : 14610 (minisat) R 14609 14607 14541 0 -1 4194304 13367 0 0 0 6054 7 0 0 25 0 1 0 88636516 50536448 11353 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14610/statm: 12338 11353 85 178 0 12158 0
Current children cumulated CPU time (s) 73.42
Current children cumulated vsize (KiB) 202300

[startup+74.3014 s]
/proc/loadavg: 1.29 0.88 0.38 2/67 14610
/proc/meminfo: memFree=1481712/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=147592 CPUtime=74.23
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 56496 13656 0 0 1074 238 6102 9 19 0 1 0 88635230 151134208 36725 1992294400 134512640 135635285 4294956208 18446744073709551615 135067717 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 36898 36725 106 274 0 36621 0
Current children cumulated CPU time (s) 74.23
Current children cumulated vsize (KiB) 147592

[startup+74.7014 s]
/proc/loadavg: 1.26 0.88 0.38 2/65 14610
/proc/meminfo: memFree=1539584/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=135016 CPUtime=74.64
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194304 64277 13656 0 0 1114 239 6102 9 22 0 1 0 88635230 138256384 33581 1992294400 134512640 135635285 4294956208 18446744073709551615 135069098 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 33754 33581 106 274 0 33477 0
Current children cumulated CPU time (s) 74.64
Current children cumulated vsize (KiB) 135016

[startup+74.9015 s]
/proc/loadavg: 1.26 0.88 0.38 2/65 14610
/proc/meminfo: memFree=1539584/2055920 swapFree=4181132/4192956
[pid=14607] ppid=14605 vsize=0 CPUtime=74.83
/proc/14607/stat : 14607 (IUT_BMB_SAT) R 14605 14607 14541 0 -1 4194308 65300 13656 0 0 1132 240 6102 9 25 0 1 0 88635230 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14607/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 74.912
CPU time (s): 74.8616
CPU user time (s): 72.353
CPU system time (s): 2.50862
CPU usage (%): 99.9327
Max. virtual memory (cumulated for all children) (KiB): 210992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.353
system time used= 2.50862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78956
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= 9
involuntary context switches= 196

runsolver used 0.074988 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-24 22:47:02
IDJOB=1715704
IDBENCH=20347
IDSOLVER=523
FILE ID=node26/1715704-1240606021
PBS_JOBID= 9186288
Free space on /tmp= 66024 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715704-1240606021/watcher-1715704-1240606021 -o /tmp/evaluation-result-1715704-1240606021/solver-1715704-1240606021 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1715704-1240606021.cnf HOME

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=710894046

node26.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.261
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.261
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:       1684200 kB
Buffers:         44020 kB
Cached:         256676 kB
SwapCached:       6256 kB
Active:          88956 kB
Inactive:       220444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684200 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:           16828 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            48344 kB
Committed_AS:   248016 kB
PageTables:       1368 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= 66012 MiB
End job on node26 at 2009-04-24 22:48:18