Trace number 1785007

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.0? (TO) 5000.05 5001.53

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.418
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
7.88/7.91	c WARNING: for repeatability, setting FPU to use double precision
7.88/7.91	c ============================[ Problem Statistics ]=============================
7.88/7.91	c |                                                                             |
7.88/7.91	c |  Number of variables:  11318                                                |
7.88/7.91	c |  Number of clauses:    316416                                               |
7.89/8.31	c |  Parsing time:         0.37         s                                       |
13.77/13.81	c ============================[ Search Statistics ]==============================
13.77/13.81	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.77/13.81	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.77/13.81	c ===============================================================================
13.77/13.81	c |         0 |    6899   264880   613342 |    88293        0    nan |  0.000 % |
13.77/13.88	c |       101 |    6899   264880   613342 |    97122      101      9 |  0.000 % |
13.87/13.93	c |       251 |    6899   264880   613342 |   106834      251     12 |  0.000 % |
13.87/13.96	c |       478 |    6899   264880   613342 |   117518      478     15 |  0.000 % |
13.97/14.03	c |       816 |    6899   264880   613342 |   129270      816     16 |  0.000 % |
14.07/14.12	c |      1325 |    6899   264880   613342 |   142197     1325     17 |  0.000 % |
14.17/14.25	c |      2084 |    6899   264880   613342 |   156417     2084     20 |  0.000 % |
14.47/14.52	c |      3224 |    6899   264880   613342 |   172058     3224     26 |  0.000 % |
14.66/14.72	c |      4932 |    6899   264880   613342 |   189264     4932     22 |  0.000 % |
15.27/15.31	c |      7494 |    6899   264880   613342 |   208191     7494     25 |  0.000 % |
15.97/16.10	c |     11338 |    6899   264880   613342 |   229010    11338     27 |  0.000 % |
17.66/17.77	c |     17104 |    6898   264783   613113 |   251911    17103     29 |  0.009 % |
20.06/20.14	c |     25753 |    6898   264783   613113 |   277102    25752     28 |  0.009 % |
25.17/25.22	c |     38729 |    6898   264783   613113 |   304812    38728     33 |  0.009 % |
31.86/31.92	c |     58191 |    6898   264783   613113 |   335293    58190     34 |  0.009 % |
46.66/46.73	c |     87383 |    6898   264783   613113 |   368823    87382     38 |  0.009 % |
75.75/75.81	c |    131174 |    6898   264783   613113 |   405705   131173     39 |  0.009 % |
130.43/130.58	c |    196858 |    6895   264581   612635 |   446276   196854     39 |  0.035 % |
240.90/241.01	c |    295384 |    6895   264581   612635 |   490903   295380     43 |  0.035 % |
524.42/524.65	c |    443175 |    6895   264581   612635 |   539993   443171     50 |  0.035 % |
881.52/881.80	c |    664858 |    6895   264581   612635 |   593993   143423     67 |  0.035 % |
1482.15/1482.69	c |    997383 |    6895   264581   612635 |   653392   475948     74 |  0.035 % |
2777.58/2778.45	c |   1496171 |    6895   264581   612635 |   718732   352873     51 |  0.035 % |
4199.17/4200.45	c |   2244353 |    6895   264581   612635 |   790605   407713     40 |  0.035 % |
5000.05/5001.52	c cannot read from file

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-1785007-1241881902/watcher-1785007-1241881902 -o /tmp/evaluation-result-1785007-1241881902/solver-1785007-1241881902 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785007-1241881902.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30745
/proc/meminfo: memFree=1616024/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=5000 CPUtime=0
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 0 43192134 5120000 136 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 1250 137 92 274 0 973 0

[startup+0.018232 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30745
/proc/meminfo: memFree=1616024/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=5000 CPUtime=0.01
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 363 0 0 0 1 0 0 0 18 0 1 0 43192134 5120000 346 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 1250 347 92 274 0 973 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5000

[startup+0.102251 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30745
/proc/meminfo: memFree=1616024/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=7980 CPUtime=0.09
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 1827 0 0 0 9 0 0 0 18 0 1 0 43192134 8171520 1810 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 1995 1811 99 274 0 1718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7980

[startup+0.301261 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30745
/proc/meminfo: memFree=1616024/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=10356 CPUtime=0.29
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 2404 0 0 0 28 1 0 0 19 0 1 0 43192134 10604544 2387 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 2589 2387 99 274 0 2312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10356

[startup+0.701303 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30745
/proc/meminfo: memFree=1616024/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=14184 CPUtime=0.69
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 3368 0 0 0 67 2 0 0 22 0 1 0 43192134 14524416 3351 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 3546 3351 99 274 0 3269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14184

[startup+1.50139 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 30746
/proc/meminfo: memFree=1600144/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=20916 CPUtime=1.49
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 5053 0 0 0 146 3 0 0 25 0 1 0 43192134 21417984 5036 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 5229 5037 99 274 0 4952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20916

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 30746
/proc/meminfo: memFree=1590480/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=33324 CPUtime=3.09
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 8137 0 0 0 304 5 0 0 25 0 1 0 43192134 34123776 8121 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 8331 8121 99 274 0 8054 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33324

[startup+6.30189 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 30746
/proc/meminfo: memFree=1558288/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=6.28
/proc/30745/stat : 30745 (IUT_BMB_SAT) R 30743 30745 30664 0 -1 4194304 15690 0 0 0 619 9 0 0 25 0 1 0 43192134 64827392 15649 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/30745/statm: 15827 15649 101 274 0 15550 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63308

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 30748
/proc/meminfo: memFree=1516160/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=37512 CPUtime=4.78
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 8780 0 0 0 474 4 0 0 25 0 1 0 43192925 38412288 8761 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 9378 8761 78 178 0 9198 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 106176

[startup+25.5029 s]
/proc/loadavg: 0.95 0.98 0.95 2/67 30748
/proc/meminfo: memFree=1518400/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=31504 CPUtime=17.57
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 8875 0 0 0 1753 4 0 0 25 0 1 0 43192925 32260096 7709 1992294400 134512640 135243223 4294956320 18446744073709551615 134555486 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 7876 7709 84 178 0 7696 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 100168

[startup+51.1026 s]
/proc/loadavg: 0.96 0.98 0.95 2/67 30748
/proc/meminfo: memFree=1509376/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=40904 CPUtime=43.16
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 11181 0 0 0 4309 7 0 0 25 0 1 0 43192925 41885696 10015 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 10226 10015 84 178 0 10046 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 109568

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.95 2/67 30748
/proc/meminfo: memFree=1494848/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=55452 CPUtime=94.36
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 14784 0 0 0 9426 10 0 0 25 0 1 0 43192925 56782848 13618 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 13863 13618 84 178 0 13683 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 124116

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30748
/proc/meminfo: memFree=1481600/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=68988 CPUtime=154.34
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 18115 0 0 0 15419 15 0 0 25 0 1 0 43192925 70643712 16949 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 17247 16949 84 178 0 17067 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 137652

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30750
/proc/meminfo: memFree=1469824/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=80256 CPUtime=214.32
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 20979 0 0 0 21414 18 0 0 25 0 1 0 43192925 82182144 19813 1992294400 134512640 135243223 4294956320 18446744073709551615 134555489 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 20064 19813 84 178 0 19884 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 148920

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30750
/proc/meminfo: memFree=1458880/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=91688 CPUtime=274.3
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 23711 0 0 0 27408 22 0 0 25 0 1 0 43192925 93888512 22545 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 22922 22545 84 178 0 22742 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 160352

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30750
/proc/meminfo: memFree=1448064/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=102424 CPUtime=334.28
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 26373 0 0 0 33403 25 0 0 25 0 1 0 43192925 104882176 25207 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 25606 25207 84 178 0 25426 0
Current children cumulated CPU time (s) 342.17

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

/proc/meminfo: memFree=1291136/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4533.09
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65130 0 0 0 453223 86 0 0 25 0 1 0 43192925 264998912 63837 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63837 84 178 0 64517 0
Current children cumulated CPU time (s) 4540.98
Current children cumulated vsize (KiB) 327452

[startup+4602.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1291072/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4593.07
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65131 0 0 0 459221 86 0 0 25 0 1 0 43192925 264998912 63838 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63838 84 178 0 64517 0
Current children cumulated CPU time (s) 4600.96
Current children cumulated vsize (KiB) 327452

[startup+4662.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1291072/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4653.05
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 465219 86 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 4660.94
Current children cumulated vsize (KiB) 327452

[startup+4722.31 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1291008/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4713.04
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 471217 87 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 4720.93
Current children cumulated vsize (KiB) 327452

[startup+4782.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1291008/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4773.02
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 477215 87 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 4780.91
Current children cumulated vsize (KiB) 327452

[startup+4842.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1290944/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4833
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 483213 87 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 4840.89
Current children cumulated vsize (KiB) 327452

[startup+4902.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1290880/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4892.99
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 489211 88 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 4900.88
Current children cumulated vsize (KiB) 327452

[startup+4962.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1290880/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4952.97
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 495209 88 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 4960.86
Current children cumulated vsize (KiB) 327452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1290880/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4992.16
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 499128 88 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 327452

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

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

[startup+5001.5 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 30758
/proc/meminfo: memFree=1290880/2055920 swapFree=4192952/4192956
[pid=30745] ppid=30743 vsize=63308 CPUtime=7.89
/proc/30745/stat : 30745 (IUT_BMB_SAT) S 30743 30745 30664 0 -1 4194304 15696 0 0 0 661 128 0 0 25 0 1 0 43192134 64827392 15654 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30745/statm: 15827 15654 106 274 0 15550 0
[pid=30747] ppid=30745 vsize=5356 CPUtime=0
/proc/30747/stat : 30747 (sh) S 30745 30745 30664 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 43192924 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30747/statm: 1339 232 193 169 0 50 0
[pid=30748] ppid=30747 vsize=258788 CPUtime=4992.16
/proc/30748/stat : 30748 (minisat) R 30747 30745 30664 0 -1 4194304 65135 0 0 0 499128 88 0 0 25 0 1 0 43192925 264998912 63842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30748/statm: 64697 63842 84 178 0 64517 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 327452

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30745 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=614994
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=305801
# CPU time returned by wait4() is 7.92079
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.53
CPU time (s): 5000.05
CPU user time (s): 4997.89
CPU system time (s): 2.16
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 327992

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

runsolver used 4.41533 second user time and 13.7769 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-09 17:11:43
IDJOB=1785007
IDBENCH=24670
IDSOLVER=638
FILE ID=node7/1785007-1241881902
PBS_JOBID= 9264656
Free space on /tmp= 66336 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785007-1241881902/watcher-1785007-1241881902 -o /tmp/evaluation-result-1785007-1241881902/solver-1785007-1241881902 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785007-1241881902.cnf HOME

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

MD5SUM BENCH= 15ed95b3a35c74d0cc5dd4986376305c
RANDOM SEED=318170966

node7.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:      2055920 kB
MemFree:       1616440 kB
Buffers:         37824 kB
Cached:         319172 kB
SwapCached:          4 kB
Active:          89048 kB
Inactive:       281896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616440 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            6248 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            54460 kB
Committed_AS:    75836 kB
PageTables:       1444 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= 66328 MiB
End job on node7 at 2009-05-09 18:35:06