Trace number 1725841

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 99.4519 99.4971

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 benchmark62.0236
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.11	c WARNING: for repeatability, setting FPU to use double precision
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Number of variables:  1467                                                 |
0.09/0.11	c |  Number of clauses:    7152                                                 |
0.09/0.13	c |  Parsing time:         0.02         s                                       |
0.09/0.17	c ============================[ Search Statistics ]==============================
0.09/0.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	c ===============================================================================
0.09/0.17	c |         0 |    1224     4411    35369 |     1470        0    nan |  0.000 % |
0.09/0.17	c |       100 |    1224     4411    35369 |     1617      100     13 |  0.000 % |
0.09/0.17	c |       250 |    1224     4411    35369 |     1779      250     12 |  0.000 % |
0.09/0.17	c |       475 |    1224     4411    35369 |     1957      475     14 |  0.000 % |
0.09/0.18	c |       812 |    1224     4411    35369 |     2152      812     14 |  0.000 % |
0.09/0.19	c |      1318 |    1224     4411    35369 |     2367     1318     13 |  0.000 % |
0.10/0.22	c |      2077 |    1224     4411    35369 |     2604     2077     15 |  0.000 % |
0.10/0.25	c |      3216 |    1224     4411    35369 |     2865     1885     17 |  0.000 % |
0.10/0.32	c |      4925 |    1224     4411    35369 |     3151     2114     21 |  0.000 % |
0.10/0.41	c |      7487 |    1224     4411    35369 |     3466     3082     16 |  0.000 % |
0.10/0.58	c |     11331 |    1224     4411    35369 |     3813     3428     18 |  0.000 % |
0.10/0.83	c |     17099 |    1224     4411    35369 |     4195     3403     17 |  0.000 % |
1.28/1.37	c |     25748 |    1224     4411    35369 |     4614     3533     26 |  0.000 % |
1.98/2.06	c |     38722 |    1224     4411    35369 |     5075     2479     17 |  0.000 % |
3.08/3.19	c |     58184 |    1224     4411    35369 |     5583     3928     22 |  0.000 % |
4.77/4.86	c |     87378 |    1224     4411    35369 |     6141     4874     18 |  0.000 % |
7.57/7.64	c |    131167 |    1224     4411    35369 |     6756     5309     18 |  0.000 % |
11.87/11.99	c |    196852 |    1224     4411    35369 |     7431     6243     20 |  0.000 % |
18.97/19.04	c |    295378 |    1224     4411    35369 |     8174     7226     21 |  0.000 % |
30.36/30.49	c |    443167 |    1224     4411    35369 |     8992     6643     19 |  0.000 % |
48.86/48.92	c |    664850 |    1224     4411    35369 |     9891     6506     21 |  0.001 % |
79.25/79.36	c |    997375 |    1224     4411    35369 |    10880     5654     16 |  0.000 % |
99.34/99.49	c ===============================================================================
99.34/99.49	c restarts              : 22
99.34/99.49	c conflicts             : 1202232        (12104 /sec)
99.34/99.49	c decisions             : 1928608        (1.92 % random) (19417 /sec)
99.34/99.49	c propagations          : 40167713       (404411 /sec)
99.34/99.49	c conflict literals     : 27430819       (24.42 % deleted)
99.34/99.49	c Memory used           : 4.88 MB
99.34/99.49	c CPU time              : 99.3239 s
99.34/99.49	
99.34/99.49	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-1725841-1240706987/watcher-1725841-1240706987 -o /tmp/evaluation-result-1725841-1240706987/solver-1725841-1240706987 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1725841-1240706987.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.95 0.97 0.99 3/64 21068
/proc/meminfo: memFree=1720952/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=1564 CPUtime=0
/proc/21068/stat : 21068 (IUT_BMB_SAT) R 21066 21068 21001 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 98731616 1601536 194 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/21068/statm: 391 195 99 274 0 114 0

[startup+0.023642 s]
/proc/loadavg: 0.95 0.97 0.99 3/64 21068
/proc/meminfo: memFree=1720952/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=1828 CPUtime=0.02
/proc/21068/stat : 21068 (IUT_BMB_SAT) R 21066 21068 21001 0 -1 4194304 289 0 0 0 2 0 0 0 18 0 1 0 98731616 1871872 272 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/21068/statm: 457 272 99 274 0 180 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1828

[startup+0.101652 s]
/proc/loadavg: 0.95 0.97 0.99 3/64 21068
/proc/meminfo: memFree=1720952/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.09
/proc/21068/stat : 21068 (IUT_BMB_SAT) R 21066 21068 21001 0 -1 4194304 425 0 0 0 6 3 0 0 18 0 1 0 98731616 2412544 408 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/21068/statm: 589 408 101 274 0 312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2356

[startup+0.30167 s]
/proc/loadavg: 0.95 0.97 0.99 3/64 21068
/proc/meminfo: memFree=1720952/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2356

[startup+0.701712 s]
/proc/loadavg: 0.95 0.97 0.99 3/64 21068
/proc/meminfo: memFree=1720952/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2356

[startup+1.50179 s]
/proc/loadavg: 0.95 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1717600/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=3132 CPUtime=1.38
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 516 0 0 0 138 0 0 0 25 0 1 0 98731627 3207168 497 1992294400 134512640 135243223 4294956320 18446744073709551615 134558300 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 783 497 84 178 0 603 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10844

[startup+3.10195 s]
/proc/loadavg: 0.95 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1717280/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=3264 CPUtime=2.98
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 545 0 0 0 298 0 0 0 25 0 1 0 98731627 3342336 526 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 816 526 84 178 0 636 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10976

[startup+6.30128 s]
/proc/loadavg: 0.95 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1716896/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=3396 CPUtime=6.17
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 574 0 0 0 617 0 0 0 25 0 1 0 98731627 3477504 555 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 849 555 84 178 0 669 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11108

[startup+12.7029 s]
/proc/loadavg: 0.95 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1716448/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=3792 CPUtime=12.57
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 685 0 0 0 1257 0 0 0 25 0 1 0 98731627 3883008 666 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 948 666 84 178 0 768 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11504

[startup+25.5012 s]
/proc/loadavg: 0.96 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1716192/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4064 CPUtime=25.36
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 751 0 0 0 2536 0 0 0 25 0 1 0 98731627 4161536 732 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1016 732 84 178 0 836 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11776

[startup+51.1018 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715872/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4460 CPUtime=50.96
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 852 0 0 0 5095 1 0 0 25 0 1 0 98731627 4567040 833 1992294400 134512640 135243223 4294956320 18446744073709551615 134555551 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1115 833 84 178 0 935 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12172

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

[startup+76.7014 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715616/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4728 CPUtime=76.55
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 905 0 0 0 7654 1 0 0 25 0 1 0 98731627 4841472 886 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1182 886 84 178 0 1002 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 12440

[startup+89.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715360/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4860 CPUtime=89.35
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 946 0 0 0 8934 1 0 0 25 0 1 0 98731627 4976640 927 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1215 927 84 178 0 1035 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 12572

[startup+95.9013 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715296/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4996 CPUtime=95.74
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 964 0 0 0 9573 1 0 0 25 0 1 0 98731627 5115904 945 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1249 945 84 178 0 1069 0
Current children cumulated CPU time (s) 95.84
Current children cumulated vsize (KiB) 12708

[startup+97.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715296/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4996 CPUtime=97.34
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 969 0 0 0 9733 1 0 0 25 0 1 0 98731627 5115904 950 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1249 950 84 178 0 1069 0
Current children cumulated CPU time (s) 97.44
Current children cumulated vsize (KiB) 12708

[startup+98.3016 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715296/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4996 CPUtime=98.14
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 976 0 0 0 9813 1 0 0 25 0 1 0 98731627 5115904 957 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1249 957 84 178 0 1069 0
Current children cumulated CPU time (s) 98.24
Current children cumulated vsize (KiB) 12708

[startup+99.1027 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715232/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4996 CPUtime=98.94
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 979 0 0 0 9893 1 0 0 25 0 1 0 98731627 5115904 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1249 960 84 178 0 1069 0
Current children cumulated CPU time (s) 99.04
Current children cumulated vsize (KiB) 12708

[startup+99.3027 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715232/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4996 CPUtime=99.14
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 979 0 0 0 9913 1 0 0 25 0 1 0 98731627 5115904 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1249 960 84 178 0 1069 0
Current children cumulated CPU time (s) 99.24
Current children cumulated vsize (KiB) 12708

[startup+99.4027 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 21071
/proc/meminfo: memFree=1715232/2055920 swapFree=4180920/4192956
[pid=21068] ppid=21066 vsize=2356 CPUtime=0.1
/proc/21068/stat : 21068 (IUT_BMB_SAT) S 21066 21068 21001 0 -1 4194304 431 0 0 0 7 3 0 0 18 0 1 0 98731616 2412544 413 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21068/statm: 589 413 106 274 0 312 0
[pid=21070] ppid=21068 vsize=5356 CPUtime=0
/proc/21070/stat : 21070 (sh) S 21068 21068 21001 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 98731627 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21070/statm: 1339 232 193 169 0 50 0
[pid=21071] ppid=21070 vsize=4996 CPUtime=99.24
/proc/21071/stat : 21071 (minisat) R 21070 21068 21001 0 -1 4194304 979 0 0 0 9923 1 0 0 25 0 1 0 98731627 5115904 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/21071/statm: 1249 960 84 178 0 1069 0
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (KiB) 12708

Child status: 0
Real time (s): 99.4971
CPU time (s): 99.4519
CPU user time (s): 99.3989
CPU system time (s): 0.052991
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 12708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.3989
system time used= 0.052991
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= 258

runsolver used 0.095985 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 02:49:47
IDJOB=1725841
IDBENCH=24599
IDSOLVER=523
FILE ID=node27/1725841-1240706987
PBS_JOBID= 9186839
Free space on /tmp= 66196 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-1725841-1240706987/watcher-1725841-1240706987 -o /tmp/evaluation-result-1725841-1240706987/solver-1725841-1240706987 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1725841-1240706987.cnf HOME

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1696759073

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1721432 kB
Buffers:         44392 kB
Cached:         224392 kB
SwapCached:       4848 kB
Active:         130724 kB
Inactive:       145880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721432 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            43916 kB
Committed_AS:   342920 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node27 at 2009-04-26 02:51:27