Trace number 1797525

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? (MO) 785.68 785.938

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications 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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
82.25/82.39	This is MiniSat 2.0 beta
82.25/82.39	WARNING: for repeatability, setting FPU to use double precision
82.25/82.39	============================[ Problem Statistics ]=============================
82.25/82.39	|                                                                             |
82.25/82.39	|  Number of variables:  209724                                               |
82.25/82.39	|  Number of clauses:    3634639                                              |
84.34/84.46	|  Parsing time:         1.81         s                                       |
84.43/84.57	============================[ Search Statistics ]==============================
84.43/84.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
84.43/84.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
84.43/84.57	===============================================================================
84.43/84.57	|         0 |  209722  3634639 10547871 |  1211546        0    nan |  0.000 % |
84.73/84.85	|       101 |  209722  3634639 10547871 |  1332700      101     93 |  0.000 % |
85.24/85.32	|       251 |  209722  3634639 10547871 |  1465971      251     63 |  0.000 % |
85.54/85.68	|       476 |  209722  3634639 10547871 |  1612568      476     46 |  0.000 % |
86.24/86.39	|       813 |  209722  3634639 10547871 |  1773824      813     77 |  0.000 % |
87.63/87.72	|      1320 |  209722  3634639 10547871 |  1951207     1320     65 |  0.000 % |
88.13/88.28	|      2081 |  209722  3634639 10547871 |  2146328     2081     56 |  0.000 % |
90.53/90.65	|      3220 |  209722  3634639 10547871 |  2360961     3220     54 |  0.000 % |
91.73/91.81	|      4930 |  209722  3634639 10547871 |  2597057     4930     50 |  0.000 % |
95.63/95.71	|      7492 |  209722  3634639 10547871 |  2856762     7492     61 |  0.000 % |
97.83/97.92	|     11336 |  209722  3634639 10547871 |  3142439    11336     63 |  0.000 % |
103.83/103.92	|     17102 |  209722  3634639 10547871 |  3456683    17102    100 |  0.000 % |
114.73/114.83	|     25752 |  209722  3634639 10547871 |  3802351    25752    102 |  0.000 % |
128.11/128.25	|     38726 |  209722  3634639 10547871 |  4182586    38726    198 |  0.000 % |
152.61/152.71	|     58187 |  209722  3634639 10547871 |  4600845    58187    216 |  0.000 % |
203.69/203.86	|     87380 |  209722  3634639 10547871 |  5060929    87380    352 |  0.000 % |
242.16/242.38	|    131169 |  209722  3634639 10547871 |  5567022   131169    304 |  0.000 % |
350.22/350.45	|    196855 |  209722  3634639 10547871 |  6123724   196855    432 |  0.000 % |
490.17/490.48	|    295381 |  209722  3634639 10547871 |  6736097   295381    492 |  0.000 % |
642.31/642.61	|    443171 |  209722  3634639 10547871 |  7409707   443171    402 |  0.000 % |

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-1797525-1242076615/watcher-1797525-1242076615 -o /tmp/evaluation-result-1797525-1242076615/solver-1797525-1242076615 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797525-1242076615.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.92 0.98 0.99 3/65 17560
/proc/meminfo: memFree=1269112/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=43880 CPUtime=0
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 235690947 44933120 176 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 10970 177 90 274 0 10693 0

[startup+0.0875719 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17560
/proc/meminfo: memFree=1269112/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=43880 CPUtime=0.08
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 1566 0 0 0 8 0 0 0 18 0 1 0 235690947 44933120 1549 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 10970 1550 90 274 0 10693 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43880

[startup+0.101573 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17560
/proc/meminfo: memFree=1269112/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=43880 CPUtime=0.09
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 1791 0 0 0 9 0 0 0 18 0 1 0 235690947 44933120 1774 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 10970 1774 90 274 0 10693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43880

[startup+0.301593 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17560
/proc/meminfo: memFree=1269112/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=43880 CPUtime=0.29
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 5109 0 0 0 27 2 0 0 19 0 1 0 235690947 44933120 5092 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 10970 5093 90 274 0 10693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43880

[startup+0.701636 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17560
/proc/meminfo: memFree=1269112/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=62180 CPUtime=0.69
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 15167 0 0 0 63 6 0 0 23 0 1 0 235690947 63672320 15150 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 15545 15151 90 274 0 15268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62180

[startup+1.50272 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17561
/proc/meminfo: memFree=1183280/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=93280 CPUtime=1.49
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 23155 0 0 0 140 9 0 0 25 0 1 0 235690947 95518720 23138 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 23320 23138 97 274 0 23043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93280

[startup+3.10189 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17561
/proc/meminfo: memFree=1169392/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=112180 CPUtime=3.09
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 27862 0 0 0 297 12 0 0 25 0 1 0 235690947 114872320 27845 1992294400 134512640 135635349 4294956224 18446744073709551615 134677853 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 28045 27845 97 274 0 27768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112180

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17561
/proc/meminfo: memFree=1133552/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=146472 CPUtime=6.29
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 36354 0 0 0 611 18 0 0 25 0 1 0 235690947 149987328 36337 1992294400 134512640 135635349 4294956224 18446744073709551615 134547337 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 36618 36337 97 274 0 36341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146472

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17561
/proc/meminfo: memFree=1067888/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=209428 CPUtime=12.69
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 52100 0 0 0 1245 24 0 0 25 0 1 0 235690947 214454272 52083 1992294400 134512640 135635349 4294956224 18446744073709551615 134531217 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 52357 52083 97 274 0 52080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 209428

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 17561
/proc/meminfo: memFree=946480/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=327284 CPUtime=25.48
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 81421 0 0 0 2511 37 0 0 25 0 1 0 235690947 335138816 81404 1992294400 134512640 135635349 4294956224 18446744073709551615 134539435 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 81821 81405 97 274 0 81544 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 327284

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 17561
/proc/meminfo: memFree=643568/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=634292 CPUtime=51.07
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4194304 158064 0 0 0 5039 68 0 0 25 0 1 0 235690947 649515008 158047 1992294400 134512640 135635349 4294956224 18446744073709551615 134549785 0 0 4096 0 0 0 0 17 0 0 0
/proc/17560/statm: 158573 158047 97 274 0 158296 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 634292

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 17562
/proc/meminfo: memFree=282920/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=181556 CPUtime=19.93
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 42964 0 0 0 1963 30 0 0 25 0 1 0 235699180 185913344 42706 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 45389 42706 77 170 0 45217 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 919592

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=230824/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=235396 CPUtime=79.89
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 56384 0 0 0 7947 42 0 0 25 0 1 0 235699180 241045504 56126 1992294400 134512640 135212939 4294956320 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 58849 56126 77 170 0 58677 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 973432

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=146536/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=318216 CPUtime=139.88
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 77086 0 0 0 13929 59 0 0 25 0 1 0 235699180 325853184 76828 1992294400 134512640 135212939 4294956320 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 79554 76828 77 170 0 79382 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1056252

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=61864/2055912 swapFree=4126816/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=404048 CPUtime=199.85
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 98512 0 0 0 19912 73 0 0 25 0 1 0 235699180 413745152 98254 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 101012 98254 77 170 0 100840 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 1142084

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15464/2055912 swapFree=4149624/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=500344 CPUtime=259.82
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 122609 0 0 0 25891 91 0 0 25 0 1 0 235699180 512352256 122351 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 125086 122351 77 170 0 124914 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 1238380

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15784/2055912 swapFree=4149624/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=595308 CPUtime=319.81
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 146290 0 0 0 31873 108 0 0 25 0 1 0 235699180 609595392 146032 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 148827 146032 77 170 0 148655 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 1333344

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15400/2055912 swapFree=4149624/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=712132 CPUtime=379.78
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 175536 0 0 0 37851 127 0 0 25 0 1 0 235699180 729223168 175278 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 178033 175278 77 170 0 177861 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 1450168

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15528/2055912 swapFree=4149624/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=772244 CPUtime=439.75
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 190412 0 0 0 43836 139 0 0 25 0 1 0 235699180 790777856 190154 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 193061 190154 77 170 0 192889 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1510280

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=16168/2055912 swapFree=4149820/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=847260 CPUtime=499.73
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 209247 0 0 0 49816 157 0 0 25 0 1 0 235699180 867594240 208989 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 211815 208989 77 170 0 211643 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1585296

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=16232/2055912 swapFree=4149820/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=894208 CPUtime=559.71
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 221006 0 0 0 55800 171 0 0 25 0 1 0 235699180 915668992 220748 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 223552 220748 77 170 0 223380 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 1632244

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=16232/2055912 swapFree=4149820/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=997948 CPUtime=619.69
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 246713 0 0 0 61777 192 0 0 25 0 1 0 235699180 1021898752 246455 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 249487 246455 77 170 0 249315 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 1735984

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15400/2055912 swapFree=4149820/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=1059492 CPUtime=679.67
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 262103 0 0 0 67761 206 0 0 25 0 1 0 235699180 1084919808 261845 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 264873 261845 77 170 0 264701 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 1797528



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+785.801 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15656/2055912 swapFree=4149820/4192956
[pid=17560] ppid=17558 vsize=738036 CPUtime=82.3
/proc/17560/stat : 17560 (IUT_BMB_SIM) S 17558 17560 17337 0 -1 4194304 184909 0 0 0 6879 1351 0 0 25 0 1 0 235690947 755748864 183998 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17560/statm: 184509 183998 105 274 0 184232 0
[pid=17562] ppid=17560 vsize=1105228 CPUtime=703.16
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4194304 273554 0 0 0 70104 212 0 0 25 0 1 0 235699180 1131753472 273296 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 276307 273296 77 170 0 276135 0
Current children cumulated CPU time (s) 785.46
Current children cumulated vsize (KiB) 1843264

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

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

[startup+785.913 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17562
/proc/meminfo: memFree=15656/2055912 swapFree=4149820/4192956
[pid=17560] ppid=17558 vsize=0 CPUtime=82.4
/proc/17560/stat : 17560 (IUT_BMB_SIM) R 17558 17560 17337 0 -1 4195332 184909 0 0 0 6879 1361 0 0 17 0 1 0 235690947 0 0 1992294400 0 0 0 0 0 0 65536 4102 0 0 0 0 17 1 0 0
/proc/17560/statm: 0 0 0 0 0 0 0
[pid=17562] ppid=17560 vsize=0 CPUtime=703.28
/proc/17562/stat : 17562 (minisat) R 17560 17560 17337 0 -1 4195332 273554 0 0 0 70105 223 0 0 25 0 1 0 235699180 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/17562/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 785.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17560 and gives
#  childrusage.ru_utime.tv_sec=68
#  childrusage.ru_utime.tv_usec=794541
#  childrusage.ru_stime.tv_sec=13
#  childrusage.ru_stime.tv_usec=638926
# CPU time returned by wait4() is 82.4335
# while last known CPU time is 785.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 785.938
CPU time (s): 785.68
CPU user time (s): 769.84
CPU system time (s): 15.84
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 1843264

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

runsolver used 0.72289 second user time and 2.14767 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-11 23:16:59
IDJOB=1797525
IDBENCH=20576
IDSOLVER=650
FILE ID=node78/1797525-1242076615
PBS_JOBID= 9277618
Free space on /tmp= 126544 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797525-1242076615/watcher-1797525-1242076615 -o /tmp/evaluation-result-1797525-1242076615/solver-1797525-1242076615 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797525-1242076615.cnf HOME

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=977740314

node78.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.243
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.243
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:      2055912 kB
MemFree:       1269592 kB
Buffers:         74028 kB
Cached:         575684 kB
SwapCached:      59732 kB
Active:         289592 kB
Inactive:       421200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1269592 kB
SwapTotal:     4192956 kB
SwapFree:      4126816 kB
Dirty:           79036 kB
Writeback:           0 kB
Mapped:          14164 kB
Slab:            61296 kB
Committed_AS:   600704 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126464 MiB
End job on node78 at 2009-05-11 23:30:07