Trace number 1589772

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
minisat2-simp 070721? (TO) 1200.11 1200.43

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  72202                                                |
0.00/0.00	|  Number of clauses:    213533                                               |
0.19/0.24	|  Parsing time:         0.21         s                                       |
1.19/1.21	============================[ Search Statistics ]==============================
1.19/1.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.21	===============================================================================
1.19/1.21	|         0 |   37710   161284   474853 |    53761        0    nan |  0.000 % |
1.29/1.37	|       100 |   37698   161284   474853 |    59137       95     29 |  0.024 % |
1.39/1.42	|       250 |   37668   161284   474853 |    65051      242     16 |  0.066 % |
1.49/1.51	|       475 |   37655   161284   474853 |    71556      463     13 |  0.108 % |
1.69/1.77	|       812 |   37509   160379   472422 |    78711      785     11 |  0.310 % |
2.19/2.24	|      1320 |   37258   159192   469155 |    86583     1273     10 |  0.773 % |
2.49/2.54	|      2079 |   37023   157749   465100 |    95241     1998      8 |  0.954 % |
2.99/3.05	|      3218 |   36971   157489   464403 |   104765     3116      9 |  1.101 % |
3.59/3.65	|      4926 |   36436   154933   457128 |   115242     4756      9 |  1.767 % |
4.69/4.73	|      7488 |   35344   149876   442697 |   126766     7253      9 |  3.507 % |
5.79/5.80	|     11333 |   34343   145333   429589 |   139443    10997      9 |  4.666 % |
7.19/7.26	|     17100 |   33487   141709   419094 |   153387    16637      9 |  6.066 % |
9.98/10.08	|     25749 |   31341   132036   391242 |   168726    24996     10 |  8.824 % |
14.58/14.68	|     38723 |   29394   123580   366813 |   185598    37500     11 | 11.694 % |
19.79/19.88	|     58184 |   28891   121439   360646 |   204158    56788     19 | 12.454 % |
29.48/29.53	|     87377 |   26519   110891   330278 |   224574    85243     18 | 15.669 % |
47.18/47.24	|    131166 |   25140   104462   311772 |   247031   128326     32 | 17.551 % |
70.67/70.79	|    196850 |   24104    99992   298935 |   271735   193606     32 | 19.191 % |
185.54/185.68	|    295376 |   22941    94994   284465 |   298908    33019     26 | 20.540 % |
245.02/245.15	|    443167 |   20961    86170   259132 |   328799   180121     49 | 23.299 % |
419.08/419.27	|    664850 |   19181    79818   240820 |   361679    75465     32 | 26.048 % |
690.30/690.52	|    997376 |   17745    72601   220088 |   397847    62615     26 | 27.883 % |
1029.71/1030.04	|   1496164 |   17311    70448   213914 |   437632   175737     39 | 28.255 % |

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-1589772-1239108633/watcher-1589772-1239108633 -o /tmp/evaluation-result-1589772-1239108633/solver-1589772-1239108633 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589772-1239108633.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 660
/proc/meminfo: memFree=1986104/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=2324 CPUtime=0
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 441 0 0 0 0 0 0 0 18 0 1 0 1183528204 2379776 426 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 581 426 65 178 0 401 0

[startup+0.013923 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 660
/proc/meminfo: memFree=1986104/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=3180 CPUtime=0.01
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 647 0 0 0 1 0 0 0 18 0 1 0 1183528204 3256320 632 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 795 632 65 178 0 615 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3180

[startup+0.101933 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 660
/proc/meminfo: memFree=1986104/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=11172 CPUtime=0.09
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 2398 0 0 0 8 1 0 0 18 0 1 0 1183528204 11440128 2383 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 2793 2387 65 178 0 2613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11172

[startup+0.301955 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 660
/proc/meminfo: memFree=1986104/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=24640 CPUtime=0.29
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 5309 0 0 0 26 3 0 0 19 0 1 0 1183528204 25231360 5294 1992294400 134512640 135243866 4294956256 18446744073709551615 134748151 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 6160 5296 80 178 0 5980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24640

[startup+0.701999 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 660
/proc/meminfo: memFree=1986104/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=36284 CPUtime=0.69
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 8172 0 0 0 65 4 0 0 22 0 1 0 1183528204 37154816 8157 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 9071 8157 80 178 0 8891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36284

[startup+1.50109 s]
/proc/loadavg: 0.91 0.98 0.99 2/65 661
/proc/meminfo: memFree=1950768/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=34916 CPUtime=1.49
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 9107 0 0 0 144 5 0 0 25 0 1 0 1183528204 35753984 8066 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 8729 8066 87 178 0 8549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34916

[startup+3.10127 s]
/proc/loadavg: 0.91 0.98 0.99 2/65 661
/proc/meminfo: memFree=1953840/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=34916 CPUtime=3.09
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 9107 0 0 0 304 5 0 0 25 0 1 0 1183528204 35753984 8066 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 8729 8066 87 178 0 8549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34916

[startup+6.30162 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 661
/proc/meminfo: memFree=1953712/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=34916 CPUtime=6.29
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 9107 0 0 0 624 5 0 0 25 0 1 0 1183528204 35753984 8066 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 8729 8066 87 178 0 8549 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34916

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 661
/proc/meminfo: memFree=1953656/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=34916 CPUtime=12.68
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 9138 0 0 0 1263 5 0 0 25 0 1 0 1183528204 35753984 8097 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 8729 8097 87 178 0 8549 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34916

[startup+25.5018 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 661
/proc/meminfo: memFree=1951672/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=37064 CPUtime=25.49
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 9651 0 0 0 2543 6 0 0 25 0 1 0 1183528204 37953536 8610 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 9266 8610 87 178 0 9086 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37064

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 661
/proc/meminfo: memFree=1940216/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=49096 CPUtime=51.07
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 12623 0 0 0 5099 8 0 0 25 0 1 0 1183528204 50274304 11582 1992294400 134512640 135243866 4294956256 18446744073709551615 134555878 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 12274 11582 87 178 0 12094 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49096

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 661
/proc/meminfo: memFree=1915704/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=73096 CPUtime=102.26
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 18618 0 0 0 10212 14 0 0 25 0 1 0 1183528204 74850304 17577 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 18274 17577 87 178 0 18094 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 73096

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1894264/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=94604 CPUtime=162.25
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 24015 0 0 0 16206 19 0 0 25 0 1 0 1183528204 96874496 22974 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 23651 22974 87 178 0 23471 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 94604

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1883640/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=104812 CPUtime=222.23
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 26594 0 0 0 22201 22 0 0 25 0 1 0 1183528204 107327488 25553 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 26203 25553 87 178 0 26023 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 104812

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1883576/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=104812 CPUtime=282.21
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 26594 0 0 0 28199 22 0 0 25 0 1 0 1183528204 107327488 25553 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 26203 25553 87 178 0 26023 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 104812

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1883512/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=104812 CPUtime=342.2
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 26612 0 0 0 34198 22 0 0 25 0 1 0 1183528204 107327488 25571 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 26203 25571 87 178 0 26023 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 104812

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1877624/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=111116 CPUtime=402.19
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28073 0 0 0 40195 24 0 0 25 0 1 0 1183528204 113782784 27032 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 27779 27032 87 178 0 27599 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 111116

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1877560/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=111116 CPUtime=462.17
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28073 0 0 0 46193 24 0 0 25 0 1 0 1183528204 113782784 27032 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 27779 27032 87 178 0 27599 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 111116

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1877496/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=111116 CPUtime=522.15
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28078 0 0 0 52191 24 0 0 25 0 1 0 1183528204 113782784 27037 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 27779 27037 87 178 0 27599 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 111116

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 661
/proc/meminfo: memFree=1877240/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=111520 CPUtime=582.13
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28138 0 0 0 58189 24 0 0 25 0 1 0 1183528204 114196480 27097 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 27880 27097 87 178 0 27700 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 111520

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1876984/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=111680 CPUtime=642.12
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28182 0 0 0 64188 24 0 0 25 0 1 0 1183528204 114360320 27141 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 27920 27141 87 178 0 27740 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 111680

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1876536/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=112056 CPUtime=702.11
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28283 0 0 0 70186 25 0 0 25 0 1 0 1183528204 114745344 27242 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 28014 27242 87 178 0 27834 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 112056

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1876536/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=112056 CPUtime=762.09
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28283 0 0 0 76184 25 0 0 25 0 1 0 1183528204 114745344 27242 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 28014 27242 87 178 0 27834 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 112056

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1876472/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=112056 CPUtime=822.07
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 28283 0 0 0 82182 25 0 0 25 0 1 0 1183528204 114745344 27242 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 28014 27242 87 178 0 27834 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 112056

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1872440/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=116016 CPUtime=882.06
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 29280 0 0 0 88180 26 0 0 25 0 1 0 1183528204 118800384 28239 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 29004 28239 87 178 0 28824 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 116016

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1864888/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=123584 CPUtime=942.03
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 31185 0 0 0 94175 28 0 0 25 0 1 0 1183528204 126550016 30144 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 30896 30144 87 178 0 30716 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 123584

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1855224/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=132988 CPUtime=1002.02
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 33567 0 0 0 100170 32 0 0 25 0 1 0 1183528204 136179712 32526 1992294400 134512640 135243866 4294956256 18446744073709551615 134555752 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 33247 32526 87 178 0 33067 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 132988

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1855224/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=132988 CPUtime=1062
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 33567 0 0 0 106168 32 0 0 25 0 1 0 1183528204 136179712 32526 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 33247 32526 87 178 0 33067 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 132988

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1855160/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=132988 CPUtime=1122
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 33567 0 0 0 112167 33 0 0 25 0 1 0 1183528204 136179712 32526 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 33247 32526 87 178 0 33067 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 132988

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1855160/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=132988 CPUtime=1181.98
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 33567 0 0 0 118165 33 0 0 25 0 1 0 1183528204 136179712 32526 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 33247 32526 87 178 0 33067 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 132988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 667
/proc/meminfo: memFree=1855160/2055920 swapFree=4176548/4192956
[pid=660] ppid=658 vsize=132988 CPUtime=1200.07
/proc/660/stat : 660 (minisat_static) R 658 660 448 0 -1 4194304 33567 0 0 0 119974 33 0 0 25 0 1 0 1183528204 136179712 32526 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/660/statm: 33247 32526 87 178 0 33067 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 132988

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.43
CPU time (s): 1200.11
CPU user time (s): 1199.75
CPU system time (s): 0.355945
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 132988

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

runsolver used 1.06684 second user time and 2.6226 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-07 14:50:33
IDJOB=1589772
IDBENCH=70813
IDSOLVER=568
FILE ID=node35/1589772-1239108633
PBS_JOBID= 9110802
Free space on /tmp= 66452 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray32_32.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589772-1239108633/watcher-1589772-1239108633 -o /tmp/evaluation-result-1589772-1239108633/solver-1589772-1239108633 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589772-1239108633.cnf

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=1626543067

node35.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.229
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.229
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:       1986584 kB
Buffers:          3832 kB
Cached:          24492 kB
SwapCached:      10504 kB
Active:          28100 kB
Inactive:        12072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1986584 kB
SwapTotal:     4192956 kB
SwapFree:      4176548 kB
Dirty:            4360 kB
Writeback:           0 kB
Mapped:          16940 kB
Slab:            15172 kB
Committed_AS:  3374992 kB
PageTables:       1404 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= 66452 MiB
End job on node35 at 2009-04-07 15:10:35