Trace number 1725947

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 117.594 59.2243

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

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:  1133                                                 |
0.59/0.66	c |  Number of clauses:    54582                                                |
0.64/0.75	c |  Parsing time:         0.08         s                                       |
6.16/6.21	c ============================[ Search Statistics ]==============================
6.16/6.21	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.16/6.21	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.16/6.21	c ===============================================================================
6.16/6.21	c |         0 |     256    41785   288237 |    13928        0    nan |  0.000 % |
6.16/6.22	c |       102 |     256    41785   288237 |    15321      102     19 |  0.000 % |
6.16/6.24	c |       254 |     256    41785   288237 |    16853      254     21 |  0.000 % |
6.16/6.27	c |       479 |     256    41785   288237 |    18538      479     20 |  0.000 % |
6.26/6.31	c |       817 |     256    41785   288237 |    20392      817     21 |  0.000 % |
6.26/6.36	c |      1323 |     256    41785   288237 |    22431     1323     20 |  0.002 % |
6.36/6.45	c |      2082 |     256    41785   288237 |    24674     2082     19 |  0.001 % |
6.46/6.60	c |      3221 |     256    41785   288237 |    27142     3221     19 |  0.000 % |
6.76/6.84	c |      4932 |     256    41785   288237 |    29856     4932     20 |  0.000 % |
7.16/7.29	c |      7498 |     256    41785   288237 |    32842     7498     19 |  0.001 % |
7.96/8.02	c |     11342 |     256    41785   288237 |    36126    11342     20 |  0.002 % |
9.36/9.49	c |     17108 |     256    41785   288237 |    39739    17108     21 |  0.001 % |
12.26/12.34	c |     25762 |     256    41785   288237 |    43713    25762     21 |  0.002 % |
18.16/18.20	c |     38736 |     256    41785   288237 |    48084    38736     22 |  0.000 % |
27.65/27.71	c |     58201 |     256    41785   288237 |    52892    26025     23 |  0.000 % |
44.54/44.66	c |     87393 |     255    38884   268035 |    58182    49327     24 |  0.089 % |
59.04/59.19	c ===============================================================================
59.04/59.19	c restarts              : 16
59.04/59.19	c conflicts             : 111934         (1914 /sec)
59.04/59.19	c decisions             : 126136         (1.75 % random) (2157 /sec)
59.04/59.19	c propagations          : 2178818        (37261 /sec)
59.04/59.19	c conflict literals     : 2469704        (45.65 % deleted)
59.04/59.19	c Memory used           : 12.62 MB
59.04/59.19	c CPU time              : 58.4751 s
59.04/59.19	
0.64/59.20	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-1725947-1240707983/watcher-1725947-1240707983 -o /tmp/evaluation-result-1725947-1240707983/solver-1725947-1240707983 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1725947-1240707983.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: 0.99 0.98 0.99 3/64 19264
/proc/meminfo: memFree=1611760/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=1944 CPUtime=0
/proc/19264/stat : 19264 (IUT_BMB_SAT) R 19262 19264 19070 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 98831306 1990656 178 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 486 178 92 274 0 209 0

[startup+0.082999 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19264
/proc/meminfo: memFree=1611760/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=3616 CPUtime=0.08
/proc/19264/stat : 19264 (IUT_BMB_SAT) R 19262 19264 19070 0 -1 4194304 717 0 0 0 8 0 0 0 18 0 1 0 98831306 3702784 700 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 904 700 99 274 0 627 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3616

[startup+0.102 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19264
/proc/meminfo: memFree=1611760/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=3748 CPUtime=0.09
/proc/19264/stat : 19264 (IUT_BMB_SAT) R 19262 19264 19070 0 -1 4194304 772 0 0 0 9 0 0 0 18 0 1 0 98831306 3837952 755 1992294400 134512640 135635285 4294956208 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 937 755 99 274 0 660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3748

[startup+0.301033 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19264
/proc/meminfo: memFree=1611760/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.29
/proc/19264/stat : 19264 (IUT_BMB_SAT) R 19262 19264 19070 0 -1 4194304 1783 0 0 0 29 0 0 0 19 0 1 0 98831306 8093696 1766 1992294400 134512640 135635285 4294956208 18446744073709551615 134528969 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 1976 1766 99 274 0 1699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7904

[startup+0.701107 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19264
/proc/meminfo: memFree=1611760/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 7904

[startup+1.50122 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1597656/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=6476 CPUtime=0.82
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 1504 0 0 0 82 0 0 0 24 0 1 0 98831372 6631424 1484 1992294400 134512640 135243223 4294956304 18446744073709551615 134535646 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 1619 1484 78 178 0 1439 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19736

[startup+3.10148 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1597272/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=6476 CPUtime=2.42
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 1507 0 0 0 242 0 0 0 25 0 1 0 98831372 6631424 1487 1992294400 134512640 135243223 4294956304 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 1619 1487 78 178 0 1439 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 19736

[startup+6.30199 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1597016/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=6364 CPUtime=5.62
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 1588 0 0 0 562 0 0 0 25 0 1 0 98831372 6516736 1457 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 1591 1457 84 178 0 1411 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19624

[startup+12.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1595992/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=7956 CPUtime=12.02
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 2011 0 0 0 1201 1 0 0 25 0 1 0 98831372 8146944 1880 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 1989 1880 84 178 0 1809 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 21216

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1592920/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=11008 CPUtime=24.81
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 2743 0 0 0 2479 2 0 0 25 0 1 0 98831372 11272192 2612 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 2752 2612 84 178 0 2572 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 24268

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591320/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12648 CPUtime=50.4
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3166 0 0 0 5038 2 0 0 25 0 1 0 98831372 12951552 3035 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3162 3035 84 178 0 2982 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 25908

############
# WARNING:
# current cumulated CPU time (0.64 s) is less than in the last sample (59.04 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (58.4 s) to the 'lost time'.

[startup+59.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591064/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12916 CPUtime=58.4
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3218 0 0 0 5837 3 0 0 25 0 1 0 98831372 13225984 3087 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 59.04
Current children cumulated vsize (KiB) 26176

[startup+59.2014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591064/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=0 vsize=0 CPUtime=0
/proc/19267/stat : 19267 (minisat) X 0 -1 -1 0 -1 4194316 0 0 0 0 0 0 0 0 25 0 0 0 98831372 0 0 1992294400 0 0 0 0 0 0 0 0 0 18446744071563351923 0 0 17 0 0 0
/proc/19267/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13260
#
############


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

[startup+54.3017 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591192/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12780 CPUtime=53.6
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3195 0 0 0 5358 2 0 0 25 0 1 0 98831372 13086720 3064 1992294400 134512640 135243223 4294956304 18446744073709551615 134555941 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3195 3064 84 178 0 3015 0
Current children cumulated CPU time (s) 54.24
Current children cumulated vsize (KiB) 26040

[startup+57.5022 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591128/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12916 CPUtime=56.8
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3210 0 0 0 5677 3 0 0 25 0 1 0 98831372 13225984 3079 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3229 3079 84 178 0 3049 0
Current children cumulated CPU time (s) 57.44
Current children cumulated vsize (KiB) 26176

[startup+58.3063 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591064/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12916 CPUtime=57.61
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3218 0 0 0 5758 3 0 0 25 0 1 0 98831372 13225984 3087 1992294400 134512640 135243223 4294956304 18446744073709551615 134555994 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 58.25
Current children cumulated vsize (KiB) 26176

[startup+58.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591064/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12916 CPUtime=58
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3218 0 0 0 5797 3 0 0 25 0 1 0 98831372 13225984 3087 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 58.64
Current children cumulated vsize (KiB) 26176

[startup+59.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591064/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=19266 vsize=12916 CPUtime=58.4
/proc/19267/stat : 19267 (minisat) R 19266 19264 19070 0 -1 4194304 3218 0 0 0 5837 3 0 0 25 0 1 0 98831372 13225984 3087 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/19267/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 59.04
Current children cumulated vsize (KiB) 26176

[startup+59.2014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 19267
/proc/meminfo: memFree=1591064/2055920 swapFree=4181132/4192956
[pid=19264] ppid=19262 vsize=7904 CPUtime=0.64
/proc/19264/stat : 19264 (IUT_BMB_SAT) S 19262 19264 19070 0 -1 4194304 1796 0 0 0 43 21 0 0 23 0 1 0 98831306 8093696 1778 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19264/statm: 1976 1778 106 274 0 1699 0
[pid=19266] ppid=19264 vsize=5356 CPUtime=0
/proc/19266/stat : 19266 (sh) S 19264 19264 19070 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 98831372 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19266/statm: 1339 232 193 169 0 50 0
[pid=19267] ppid=0 vsize=0 CPUtime=0
/proc/19267/stat : 19267 (minisat) X 0 -1 -1 0 -1 4194316 0 0 0 0 0 0 0 0 25 0 0 0 98831372 0 0 1992294400 0 0 0 0 0 0 0 0 0 18446744071563351923 0 0 17 0 0 0
/proc/19267/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13260

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 58.4
#  lost CPU user time (s): 58.37
#  lost CPU system time (s): 0.03

Real time (s): 59.2243
CPU time (s): 117.594
CPU user time (s): 117.305
CPU system time (s): 0.28896
CPU usage (%): 198.557
Max. virtual memory (cumulated for all children) (KiB): 26176

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

runsolver used 0.042993 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-26 03:06:23
IDJOB=1725947
IDBENCH=24601
IDSOLVER=523
FILE ID=node26/1725947-1240707983
PBS_JOBID= 9186791
Free space on /tmp= 66032 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725947-1240707983/watcher-1725947-1240707983 -o /tmp/evaluation-result-1725947-1240707983/solver-1725947-1240707983 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1725947-1240707983.cnf HOME

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=776563848

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:       1612240 kB
Buffers:         56936 kB
Cached:         313888 kB
SwapCached:       5760 kB
Active:         153780 kB
Inactive:       225272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612240 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            3860 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            50744 kB
Committed_AS:   334916 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= 66028 MiB
End job on node26 at 2009-04-26 03:07:23