Trace number 1807010

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SIM 1.0? (TO) 1200.04 1200.61

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2_autoenc.cnf
MD5SUM68299073e5e5e9c13c18eb7bcc640f07
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of clauses75352
Sum of the clauses size441112
Maximum clause length11
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21220
Number of clauses of size 30
Number of clauses of size 4516
Number of clauses of size 54802
Number of clauses of size over 568750

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.59/0.60	This is MiniSat 2.0 beta
0.59/0.60	WARNING: for repeatability, setting FPU to use double precision
0.59/0.60	============================[ Problem Statistics ]=============================
0.59/0.60	|                                                                             |
0.59/0.60	|  Number of variables:  383                                                  |
0.59/0.60	|  Number of clauses:    50712                                                |
0.59/0.63	|  Parsing time:         0.03         s                                       |
0.59/0.63	============================[ Search Statistics ]==============================
0.59/0.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.63	===============================================================================
0.59/0.63	|         0 |     383    50712   273112 |    16904        0    nan |  0.000 % |
0.59/0.64	|       102 |     383    50712   273112 |    18594      102      6 |  0.003 % |
0.59/0.64	|       252 |     381    50712   273112 |    20453      250     10 |  0.523 % |
0.59/0.65	|       478 |     381    50712   273112 |    22499      476     12 |  0.523 % |
0.59/0.66	|       816 |     381    50712   273112 |    24749      814     13 |  0.523 % |
0.59/0.68	|      1322 |     379    50712   273112 |    27224     1318     15 |  1.045 % |
0.59/0.70	|      2081 |     378    50712   273112 |    29946     2076     15 |  1.306 % |
0.59/0.75	|      3223 |     378    50712   273112 |    32941     3218     20 |  1.306 % |
0.59/0.82	|      4934 |     378    50712   273112 |    36235     4929     20 |  1.306 % |
0.59/0.95	|      7496 |     378    50712   273112 |    39858     7491     21 |  1.306 % |
1.08/1.17	|     11340 |     378    50712   273112 |    43844    11335     21 |  1.306 % |
1.58/1.65	|     17106 |     378    50712   273112 |    48229    17101     24 |  1.306 % |
2.57/2.60	|     25756 |     378    48229   260500 |    53051    25743     24 |  1.307 % |
5.17/5.25	|     38731 |     378    48229   260500 |    58357    38718     25 |  1.306 % |
10.57/10.60	|     58194 |     377    47232   254968 |    64192    58177     25 |  1.567 % |
18.17/18.22	|     87386 |     377    47232   254968 |    70612    41313     27 |  1.567 % |
33.96/34.04	|    131176 |     377    47232   254968 |    77673    33466     24 |  1.567 % |
53.35/53.46	|    196861 |     376    46113   248698 |    85440    36920     20 |  1.828 % |
85.84/85.97	|    295387 |     376    46113   248698 |    93984    68975     29 |  1.828 % |
162.20/162.33	|    443177 |     375    45841   247514 |   103383    66908     27 |  2.089 % |
267.66/267.87	|    664863 |     374    45500   246000 |   113721    42131     24 |  2.612 % |
439.87/440.14	|    997388 |     372    44988   243488 |   125093    97416     24 |  2.873 % |
700.06/700.45	|   1496176 |     369    44513   241322 |   137603    64478     26 |  3.656 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1807010-1242154196/watcher-1807010-1242154196 -o /tmp/evaluation-result-1807010-1242154196/solver-1807010-1242154196 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807010-1242154196.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 8513
/proc/meminfo: memFree=1671504/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=2168 CPUtime=0
/proc/8513/stat : 8513 (IUT_BMB_SIM) R 8511 8513 8035 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 243449060 2220032 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/8513/statm: 542 168 90 274 0 265 0

[startup+0.0172531 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 8513
/proc/meminfo: memFree=1671504/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=2464 CPUtime=0.01
/proc/8513/stat : 8513 (IUT_BMB_SIM) R 8511 8513 8035 0 -1 4194304 444 0 0 0 1 0 0 0 18 0 1 0 243449060 2523136 427 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/8513/statm: 616 427 97 274 0 339 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2464

[startup+0.101263 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 8513
/proc/meminfo: memFree=1671504/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=4048 CPUtime=0.09
/proc/8513/stat : 8513 (IUT_BMB_SIM) R 8511 8513 8035 0 -1 4194304 831 0 0 0 9 0 0 0 18 0 1 0 243449060 4145152 814 1992294400 134512640 135635349 4294956224 18446744073709551615 135088833 0 0 4096 0 0 0 0 17 0 0 0
/proc/8513/statm: 1012 814 97 274 0 735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4048

[startup+0.301288 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 8513
/proc/meminfo: memFree=1671504/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8024 CPUtime=0.29
/proc/8513/stat : 8513 (IUT_BMB_SIM) R 8511 8513 8035 0 -1 4194304 1824 0 0 0 28 1 0 0 19 0 1 0 243449060 8216576 1807 1992294400 134512640 135635349 4294956224 18446744073709551615 134529494 0 0 4096 0 0 0 0 17 0 0 0
/proc/8513/statm: 2006 1807 97 274 0 1729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8024

[startup+0.701347 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 8513
/proc/meminfo: memFree=1671504/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 8152

[startup+1.50144 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1658368/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=6588 CPUtime=0.89
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 1757 0 0 0 89 0 0 0 25 0 1 0 243449120 6746112 1507 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 1647 1507 76 170 0 1475 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14740

[startup+3.10164 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1656448/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=8404 CPUtime=2.48
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 2196 0 0 0 248 0 0 0 25 0 1 0 243449120 8605696 1946 1992294400 134512640 135212939 4294956320 18446744073709551615 134526650 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 2101 1946 76 170 0 1929 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16556

[startup+6.30104 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1653768/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=10372 CPUtime=5.69
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 2706 0 0 0 568 1 0 0 25 0 1 0 243449120 10620928 2456 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 2593 2456 76 170 0 2421 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18524

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1650568/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=13424 CPUtime=12.08
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 3448 0 0 0 1207 1 0 0 25 0 1 0 243449120 13746176 3198 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 3356 3198 76 170 0 3184 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21576

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1649928/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=14108 CPUtime=24.88
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 3624 0 0 0 2486 2 0 0 25 0 1 0 243449120 14446592 3374 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 3527 3374 76 170 0 3355 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22260

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1647560/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=16532 CPUtime=50.46
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 4205 0 0 0 5044 2 0 0 25 0 1 0 243449120 16928768 3955 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 4133 3955 76 170 0 3961 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 24684

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1643336/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=20904 CPUtime=101.64
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 5234 0 0 0 10160 4 0 0 25 0 1 0 243449120 21405696 4984 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 5226 4984 76 170 0 5054 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 29056

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1641992/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=22380 CPUtime=161.61
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 5553 0 0 0 16157 4 0 0 25 0 1 0 243449120 22917120 5303 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 5595 5303 76 170 0 5423 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 30532

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1639432/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=25252 CPUtime=221.58
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 6237 0 0 0 22153 5 0 0 25 0 1 0 243449120 25858048 5987 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 6313 5987 76 170 0 6141 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 33404

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1638472/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=26220 CPUtime=281.56
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 6465 0 0 0 28150 6 0 0 25 0 1 0 243449120 26849280 6215 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 6555 6215 76 170 0 6383 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 34372

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1637832/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=26872 CPUtime=341.53
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 6613 0 0 0 34147 6 0 0 25 0 1 0 243449120 27516928 6363 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 6718 6363 76 170 0 6546 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 35024

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1637384/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=27312 CPUtime=401.5
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 6719 0 0 0 40144 6 0 0 25 0 1 0 243449120 27967488 6461 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 6828 6461 76 170 0 6656 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 35464

[startup+462.302 s]

################
# More data... #
################

[pid=8515] ppid=8513 vsize=27796 CPUtime=461.47
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 6821 0 0 0 46141 6 0 0 25 0 1 0 243449120 28463104 6563 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 6949 6563 76 170 0 6777 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 35948

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1636040/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=28808 CPUtime=521.44
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 7049 0 0 0 52138 6 0 0 25 0 1 0 243449120 29499392 6783 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 7202 6783 76 170 0 7030 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 36960

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1635144/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=29916 CPUtime=581.42
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 7276 0 0 0 58135 7 0 0 25 0 1 0 243449120 30633984 7010 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 7479 7010 76 170 0 7307 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 38068

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8515
/proc/meminfo: memFree=1634120/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=30868 CPUtime=641.39
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 7532 0 0 0 64132 7 0 0 25 0 1 0 243449120 31608832 7266 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 7717 7266 76 170 0 7545 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 39020

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1633416/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=31656 CPUtime=701.36
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 7673 0 0 0 70128 8 0 0 25 0 1 0 243449120 32415744 7407 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 7914 7407 76 170 0 7742 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 39808

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1630472/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=34576 CPUtime=761.34
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8399 0 0 0 76125 9 0 0 25 0 1 0 243449120 35405824 8133 1992294400 134512640 135212939 4294956320 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 8644 8133 76 170 0 8472 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 42728

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1630152/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=34896 CPUtime=821.29
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8474 0 0 0 82120 9 0 0 25 0 1 0 243449120 35733504 8208 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 8724 8208 76 170 0 8552 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 43048

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1630088/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=34896 CPUtime=881.27
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8502 0 0 0 88118 9 0 0 25 0 1 0 243449120 35733504 8236 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 8724 8236 76 170 0 8552 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 43048

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1629384/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=35644 CPUtime=941.24
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8689 0 0 0 94115 9 0 0 25 0 1 0 243449120 36499456 8415 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 8911 8415 76 170 0 8739 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 43796

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1629064/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=36068 CPUtime=1001.2
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8770 0 0 0 100111 9 0 0 25 0 1 0 243449120 36933632 8496 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 9017 8496 76 170 0 8845 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 44220

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1628680/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=36536 CPUtime=1061.18
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8875 0 0 0 106108 10 0 0 25 0 1 0 243449120 37412864 8601 1992294400 134512640 135212939 4294956320 18446744073709551615 134536606 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 9134 8601 76 170 0 8962 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 44688

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1628424/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=36860 CPUtime=1121.16
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8937 0 0 0 112106 10 0 0 25 0 1 0 243449120 37744640 8663 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 9215 8663 76 170 0 9043 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 45012

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1628360/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=36860 CPUtime=1181.12
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8937 0 0 0 118102 10 0 0 25 0 1 0 243449120 37744640 8663 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 9215 8663 76 170 0 9043 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 45012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 8521
/proc/meminfo: memFree=1628360/2055920 swapFree=4158736/4192956
[pid=8513] ppid=8511 vsize=8152 CPUtime=0.59
/proc/8513/stat : 8513 (IUT_BMB_SIM) S 8511 8513 8035 0 -1 4194304 1851 0 0 0 41 18 0 0 22 0 1 0 243449060 8347648 1833 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8513/statm: 2038 1833 105 274 0 1761 0
[pid=8515] ppid=8513 vsize=36860 CPUtime=1199.42
/proc/8515/stat : 8515 (minisat) R 8513 8513 8035 0 -1 4194304 8937 0 0 0 119932 10 0 0 25 0 1 0 243449120 37744640 8663 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8515/statm: 9215 8663 76 170 0 9043 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 45012

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.04
CPU user time (s): 1199.74
CPU system time (s): 0.293955
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 45012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.74
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2968

runsolver used 1.09983 second user time and 3.2775 second system time

The end

Launcher Data

Begin job on node92 at 2009-05-12 20:49:57
IDJOB=1807010
IDBENCH=71142
IDSOLVER=650
FILE ID=node92/1807010-1242154196
PBS_JOBID= 9289634
Free space on /tmp= 66340 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2_autoenc.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807010-1242154196/watcher-1807010-1242154196 -o /tmp/evaluation-result-1807010-1242154196/solver-1807010-1242154196 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1807010-1242154196.cnf HOME

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

MD5SUM BENCH= 68299073e5e5e9c13c18eb7bcc640f07
RANDOM SEED=27552165

node92.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.245
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.245
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:       1671984 kB
Buffers:         38052 kB
Cached:         268360 kB
SwapCached:      28284 kB
Active:          90952 kB
Inactive:       245360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671984 kB
SwapTotal:     4192956 kB
SwapFree:      4158736 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:          14228 kB
Slab:            33548 kB
Committed_AS:   659380 kB
PageTables:       1460 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= 66336 MiB
End job on node92 at 2009-05-12 21:09:59