Trace number 1784713

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 93.0389 93.0942

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark58.4461
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.09/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Number of variables:  1467                                                 |
0.09/0.10	c |  Number of clauses:    7152                                                 |
0.09/0.12	c |  Parsing time:         0.02         s                                       |
0.09/0.15	c ============================[ Search Statistics ]==============================
0.09/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	c ===============================================================================
0.09/0.15	c |         0 |    1224     4411    35369 |     1470        0    nan |  0.000 % |
0.09/0.16	c |       100 |    1224     4411    35369 |     1617      100     13 |  0.000 % |
0.09/0.16	c |       250 |    1224     4411    35369 |     1779      250     12 |  0.000 % |
0.09/0.16	c |       475 |    1224     4411    35369 |     1957      475     14 |  0.000 % |
0.09/0.17	c |       812 |    1224     4411    35369 |     2152      812     14 |  0.000 % |
0.09/0.18	c |      1318 |    1224     4411    35369 |     2367     1318     13 |  0.000 % |
0.09/0.20	c |      2077 |    1224     4411    35369 |     2604     2077     15 |  0.000 % |
0.09/0.24	c |      3216 |    1224     4411    35369 |     2865     1885     17 |  0.000 % |
0.09/0.30	c |      4925 |    1224     4411    35369 |     3151     2114     21 |  0.000 % |
0.09/0.38	c |      7487 |    1224     4411    35369 |     3466     3082     16 |  0.000 % |
0.09/0.54	c |     11331 |    1224     4411    35369 |     3813     3428     18 |  0.000 % |
0.09/0.77	c |     17099 |    1224     4411    35369 |     4195     3403     17 |  0.000 % |
1.18/1.27	c |     25748 |    1224     4411    35369 |     4614     3533     26 |  0.000 % |
1.88/1.92	c |     38722 |    1224     4411    35369 |     5075     2479     17 |  0.000 % |
2.88/2.99	c |     58184 |    1224     4411    35369 |     5583     3928     22 |  0.000 % |
4.48/4.55	c |     87378 |    1224     4411    35369 |     6141     4874     18 |  0.000 % |
7.07/7.16	c |    131167 |    1224     4411    35369 |     6756     5309     18 |  0.000 % |
11.17/11.21	c |    196852 |    1224     4411    35369 |     7431     6243     20 |  0.000 % |
17.67/17.73	c |    295378 |    1224     4411    35369 |     8174     7226     21 |  0.000 % |
28.36/28.48	c |    443167 |    1224     4411    35369 |     8992     6643     19 |  0.000 % |
45.55/45.68	c |    664850 |    1224     4411    35369 |     9891     6506     21 |  0.001 % |
74.03/74.18	c |    997375 |    1224     4411    35369 |    10880     5654     16 |  0.000 % |
92.92/93.08	c ===============================================================================
92.92/93.08	c restarts              : 22
92.92/93.08	c conflicts             : 1202232        (12938 /sec)
92.92/93.08	c decisions             : 1928608        (1.92 % random) (20755 /sec)
92.92/93.08	c propagations          : 40167713       (432265 /sec)
92.92/93.08	c conflict literals     : 27430819       (24.42 % deleted)
92.92/93.08	c Memory used           : 4.88 MB
92.92/93.08	c CPU time              : 92.9239 s
92.92/93.08	
92.92/93.09	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-1784713-1241865107/watcher-1784713-1241865107 -o /tmp/evaluation-result-1784713-1241865107/solver-1784713-1241865107 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784713-1241865107.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.00 1.01 0.93 3/65 27699
/proc/meminfo: memFree=1830888/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=1564 CPUtime=0
/proc/27699/stat : 27699 (IUT_BMB_SAT) R 27697 27699 26795 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 214539694 1601536 195 1992294400 134512640 135635285 4294956224 18446744073709551615 134528898 0 0 4096 0 0 0 0 17 0 0 0
/proc/27699/statm: 391 195 99 274 0 114 0

[startup+0.029013 s]
/proc/loadavg: 1.00 1.01 0.93 3/65 27699
/proc/meminfo: memFree=1830888/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=1960 CPUtime=0.02
/proc/27699/stat : 27699 (IUT_BMB_SAT) R 27697 27699 26795 0 -1 4194304 319 0 0 0 2 0 0 0 18 0 1 0 214539694 2007040 302 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/27699/statm: 490 302 99 274 0 213 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1960

[startup+0.10203 s]
/proc/loadavg: 1.00 1.01 0.93 3/65 27699
/proc/meminfo: memFree=1830888/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2356

[startup+0.302067 s]
/proc/loadavg: 1.00 1.01 0.93 3/65 27699
/proc/meminfo: memFree=1830888/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2356

[startup+0.701149 s]
/proc/loadavg: 1.00 1.01 0.93 3/65 27699
/proc/meminfo: memFree=1830888/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2356

[startup+1.50131 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 27702
/proc/meminfo: memFree=1827536/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=3132 CPUtime=1.39
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 520 0 0 0 139 0 0 0 25 0 1 0 214539704 3207168 501 1992294400 134512640 135243223 4294956320 18446744073709551615 134555710 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 783 501 84 178 0 603 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10844

[startup+3.10164 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 27702
/proc/meminfo: memFree=1827216/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=3264 CPUtime=2.99
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 555 0 0 0 299 0 0 0 25 0 1 0 214539704 3342336 536 1992294400 134512640 135243223 4294956320 18446744073709551615 134566302 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 816 536 84 178 0 636 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10976

[startup+6.30129 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 27702
/proc/meminfo: memFree=1826896/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=3396 CPUtime=6.18
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 582 0 0 0 618 0 0 0 25 0 1 0 214539704 3477504 563 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 849 563 84 178 0 669 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11108

[startup+12.7016 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 27702
/proc/meminfo: memFree=1826320/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=3924 CPUtime=12.58
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 691 0 0 0 1258 0 0 0 25 0 1 0 214539704 4018176 672 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 981 672 84 178 0 801 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11636

[startup+25.5022 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 27702
/proc/meminfo: memFree=1826128/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4064 CPUtime=25.37
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 756 0 0 0 2537 0 0 0 25 0 1 0 214539704 4161536 737 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1016 737 84 178 0 836 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11776

[startup+51.1024 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 27702
/proc/meminfo: memFree=1825616/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4592 CPUtime=50.96
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 871 0 0 0 5096 0 0 0 25 0 1 0 214539704 4702208 852 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1148 852 84 178 0 968 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12304

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

[startup+76.7026 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825488/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4728 CPUtime=76.54
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 921 0 0 0 7654 0 0 0 25 0 1 0 214539704 4841472 902 1992294400 134512640 135243223 4294956320 18446744073709551615 134558543 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1182 902 84 178 0 1002 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 12440

[startup+83.1019 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825296/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4860 CPUtime=82.94
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 942 0 0 0 8294 0 0 0 25 0 1 0 214539704 4976640 923 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1215 923 84 178 0 1035 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 12572

[startup+89.5012 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825168/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4996 CPUtime=89.33
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 964 0 0 0 8933 0 0 0 25 0 1 0 214539704 5115904 945 1992294400 134512640 135243223 4294956320 18446744073709551615 134559345 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1249 945 84 178 0 1069 0
Current children cumulated CPU time (s) 89.42
Current children cumulated vsize (KiB) 12708

[startup+91.1025 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825104/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4996 CPUtime=90.93
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 969 0 0 0 9093 0 0 0 25 0 1 0 214539704 5115904 950 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1249 950 84 178 0 1069 0
Current children cumulated CPU time (s) 91.02
Current children cumulated vsize (KiB) 12708

[startup+91.9027 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825104/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4996 CPUtime=91.73
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 975 0 0 0 9173 0 0 0 25 0 1 0 214539704 5115904 956 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1249 956 84 178 0 1069 0
Current children cumulated CPU time (s) 91.82
Current children cumulated vsize (KiB) 12708

[startup+92.7019 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825040/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4996 CPUtime=92.53
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 979 0 0 0 9253 0 0 0 25 0 1 0 214539704 5115904 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1249 960 84 178 0 1069 0
Current children cumulated CPU time (s) 92.62
Current children cumulated vsize (KiB) 12708

[startup+92.9019 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825040/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4996 CPUtime=92.73
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 979 0 0 0 9273 0 0 0 25 0 1 0 214539704 5115904 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1249 960 84 178 0 1069 0
Current children cumulated CPU time (s) 92.82
Current children cumulated vsize (KiB) 12708

[startup+93.0019 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 27702
/proc/meminfo: memFree=1825040/2055920 swapFree=4162540/4192956
[pid=27699] ppid=27697 vsize=2356 CPUtime=0.09
/proc/27699/stat : 27699 (IUT_BMB_SAT) S 27697 27699 26795 0 -1 4194304 431 0 0 0 7 2 0 0 18 0 1 0 214539694 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27699/statm: 589 413 106 274 0 312 0
[pid=27701] ppid=27699 vsize=5356 CPUtime=0
/proc/27701/stat : 27701 (sh) S 27699 27699 26795 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 214539704 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27701/statm: 1339 232 193 169 0 50 0
[pid=27702] ppid=27701 vsize=4996 CPUtime=92.83
/proc/27702/stat : 27702 (minisat) R 27701 27699 26795 0 -1 4194304 979 0 0 0 9283 0 0 0 25 0 1 0 214539704 5115904 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27702/statm: 1249 960 84 178 0 1069 0
Current children cumulated CPU time (s) 92.92
Current children cumulated vsize (KiB) 12708

Child status: 0
Real time (s): 93.0942
CPU time (s): 93.0389
CPU user time (s): 93.0009
CPU system time (s): 0.037994
CPU usage (%): 99.9406
Max. virtual memory (cumulated for all children) (KiB): 12708

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

runsolver used 0.084987 second user time and 0.26196 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-09 12:31:47
IDJOB=1784713
IDBENCH=24599
IDSOLVER=638
FILE ID=node80/1784713-1241865107
PBS_JOBID= 9264537
Free space on /tmp= 65860 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784713-1241865107/watcher-1784713-1241865107 -o /tmp/evaluation-result-1784713-1241865107/solver-1784713-1241865107 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1784713-1241865107.cnf HOME

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1898008984

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831432 kB
Buffers:         32456 kB
Cached:         104448 kB
SwapCached:      25208 kB
Active:          72876 kB
Inactive:        91420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831432 kB
SwapTotal:     4192956 kB
SwapFree:      4162540 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            46272 kB
Committed_AS:   746452 kB
PageTables:       1384 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= 65856 MiB
End job on node80 at 2009-05-09 12:33:21