Trace number 1807291

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-core 070721? (TO) 1200.05 1200.44

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMe4c376965bc8cbd4cdf5b3958d29ec62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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:  1375                                                 |
0.00/0.00	|  Number of clauses:    111739                                               |
0.00/0.04	|  Parsing time:         0.04         s                                       |
0.00/0.04	============================[ Search Statistics ]==============================
0.00/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.04	===============================================================================
0.00/0.04	|         0 |    1375   111739   224743 |    37246        0    nan |  0.000 % |
0.00/0.05	|       100 |    1375   111739   224743 |    40970      100    191 |  0.000 % |
0.00/0.07	|       250 |    1375   111739   224743 |    45068      250    195 |  0.000 % |
0.00/0.09	|       475 |    1375   111739   224743 |    49574      475    172 |  0.000 % |
0.09/0.13	|       812 |    1375   111739   224743 |    54532      812    170 |  0.000 % |
0.09/0.18	|      1318 |    1375   111739   224743 |    59985     1318    170 |  0.000 % |
0.19/0.29	|      2077 |    1375   111739   224743 |    65984     2077    178 |  0.000 % |
0.39/0.48	|      3216 |    1375   111739   224743 |    72582     3216    202 |  0.000 % |
0.78/0.82	|      4924 |    1375   111739   224743 |    79840     4924    202 |  0.000 % |
1.49/1.53	|      7486 |    1375   111739   224743 |    87824     7486    210 |  0.000 % |
2.69/2.70	|     11330 |    1375   111739   224743 |    96607    11330    198 |  0.000 % |
5.18/5.29	|     17097 |    1375   111739   224743 |   106268    17097    199 |  0.000 % |
13.09/13.19	|     25748 |    1375   111739   224743 |   116894    25748    200 |  0.000 % |
26.08/26.14	|     38724 |    1375   111739   224743 |   128584    38724    201 |  0.000 % |
59.97/60.06	|     58187 |    1375   111739   224743 |   141442    58187    206 |  0.000 % |
114.46/114.56	|     87381 |    1375   111739   224743 |   155587    87381    201 |  0.000 % |
229.72/229.87	|    131172 |    1375   111739   224743 |   171145   131172    208 |  0.000 % |
486.14/486.37	|    196856 |    1375   111739   224743 |   188260    45119    166 |  0.000 % |
749.55/749.80	|    295382 |    1375   111739   224743 |   207086   143645    190 |  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-1807291-1242156447/watcher-1807291-1242156447 -o /tmp/evaluation-result-1807291-1242156447/solver-1807291-1242156447 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807291-1242156447.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 20321
/proc/meminfo: memFree=1262144/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=2184 CPUtime=0
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 243671989 2236416 388 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 546 392 58 171 0 372 0

[startup+0.014069 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 20321
/proc/meminfo: memFree=1262144/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=2944 CPUtime=0
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 614 0 0 0 0 0 0 0 18 0 1 0 243671989 3014656 599 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 736 600 58 171 0 562 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2944

[startup+0.101082 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 20321
/proc/meminfo: memFree=1262144/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=6652 CPUtime=0.09
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 1527 0 0 0 9 0 0 0 18 0 1 0 243671989 6811648 1512 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 1663 1512 78 171 0 1489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6652

[startup+0.301116 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 20321
/proc/meminfo: memFree=1262144/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=7840 CPUtime=0.29
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 1840 0 0 0 29 0 0 0 19 0 1 0 243671989 8028160 1825 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 1960 1825 78 171 0 1786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7840

[startup+0.701183 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 20321
/proc/meminfo: memFree=1262144/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=9952 CPUtime=0.68
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 2364 0 0 0 68 0 0 0 23 0 1 0 243671989 10190848 2349 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 2488 2349 78 171 0 2314 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9952

[startup+1.50132 s]
/proc/loadavg: 0.91 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1251832/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=12856 CPUtime=1.49
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 3076 0 0 0 148 1 0 0 25 0 1 0 243671989 13164544 3061 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 3214 3061 78 171 0 3040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12856

[startup+3.10159 s]
/proc/loadavg: 0.91 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1248440/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=16684 CPUtime=3.09
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 4037 0 0 0 307 2 0 0 25 0 1 0 243671989 17084416 4022 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 4171 4022 78 171 0 3997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16684

[startup+6.30112 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1241912/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=21892 CPUtime=6.29
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 5328 0 0 0 626 3 0 0 25 0 1 0 243671989 22417408 5313 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 5473 5313 78 171 0 5299 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21892

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1235128/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=28136 CPUtime=12.69
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 6897 0 0 0 1263 6 0 0 25 0 1 0 243671989 28811264 6882 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 7034 6882 78 171 0 6860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28136

[startup+25.5013 s]
/proc/loadavg: 0.94 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1223736/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=39136 CPUtime=25.48
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 9649 0 0 0 2540 8 0 0 25 0 1 0 243671989 40075264 9634 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 9784 9634 78 171 0 9610 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39136

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1209080/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=53768 CPUtime=51.07
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 13306 0 0 0 5095 12 0 0 25 0 1 0 243671989 55058432 13291 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 13442 13291 78 171 0 13268 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53768

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1186168/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=76484 CPUtime=102.26
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 18953 0 0 0 10207 19 0 0 25 0 1 0 243671989 78319616 18938 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 19121 18938 78 171 0 18947 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76484

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1161784/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=101232 CPUtime=162.24
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 25106 0 0 0 16198 26 0 0 25 0 1 0 243671989 103661568 25091 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 25308 25091 78 171 0 25134 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 101232

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1142840/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=119760 CPUtime=222.22
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 29778 0 0 0 22191 31 0 0 25 0 1 0 243671989 122634240 29763 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 29940 29763 78 171 0 29766 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 119760

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1131000/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=132184 CPUtime=282.2
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 32766 0 0 0 28185 35 0 0 25 0 1 0 243671989 135356416 32751 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 33046 32751 78 171 0 32872 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 132184

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1119864/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=143192 CPUtime=342.18
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 35500 0 0 0 34181 37 0 0 25 0 1 0 243671989 146628608 35485 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 35798 35485 78 171 0 35624 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 143192

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1110840/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=152256 CPUtime=402.16
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 37774 0 0 0 40176 40 0 0 25 0 1 0 243671989 155910144 37759 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 38064 37759 78 171 0 37890 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 152256

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103352/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=462.15
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39588 0 0 0 46172 43 0 0 25 0 1 0 243671989 163528704 39573 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39573 78 171 0 39750 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 159696

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103352/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=522.13
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39590 0 0 0 52170 43 0 0 25 0 1 0 243671989 163528704 39575 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39575 78 171 0 39750 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 159696

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103352/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=582.11
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39591 0 0 0 58168 43 0 0 25 0 1 0 243671989 163528704 39576 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39576 78 171 0 39750 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 159696

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103352/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=642.09
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39593 0 0 0 64166 43 0 0 25 0 1 0 243671989 163528704 39578 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39578 78 171 0 39750 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 159696

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103224/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=702.07
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39598 0 0 0 70164 43 0 0 25 0 1 0 243671989 163528704 39583 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39583 78 171 0 39750 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 159696

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103160/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=762.05
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39600 0 0 0 76162 43 0 0 25 0 1 0 243671989 163528704 39585 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39585 78 171 0 39750 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 159696

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20322
/proc/meminfo: memFree=1103160/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=822.03
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39602 0 0 0 82160 43 0 0 25 0 1 0 243671989 163528704 39587 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39587 78 171 0 39750 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 159696

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1103096/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=882.01
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39603 0 0 0 88158 43 0 0 25 0 1 0 243671989 163528704 39588 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39588 78 171 0 39750 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 159696

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1103032/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=159696 CPUtime=941.99
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 39607 0 0 0 94156 43 0 0 25 0 1 0 243671989 163528704 39592 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 39924 39592 78 171 0 39750 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 159696

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1100600/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=162072 CPUtime=1001.96
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 40223 0 0 0 100153 43 0 0 25 0 1 0 243671989 165961728 40208 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 40518 40208 78 171 0 40344 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 162072

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1090616/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=172132 CPUtime=1061.95
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 42745 0 0 0 106148 47 0 0 25 0 1 0 243671989 176263168 42730 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 43033 42730 78 171 0 42859 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 172132

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1083064/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=179924 CPUtime=1121.93
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 44593 0 0 0 112145 48 0 0 25 0 1 0 243671989 184242176 44578 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 44981 44578 78 171 0 44807 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 179924

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1083064/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=179924 CPUtime=1181.91
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 44594 0 0 0 118143 48 0 0 25 0 1 0 243671989 184242176 44579 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 44981 44579 78 171 0 44807 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 179924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 20324
/proc/meminfo: memFree=1083064/2055920 swapFree=4191900/4192956
[pid=20321] ppid=20319 vsize=179924 CPUtime=1200.01
/proc/20321/stat : 20321 (minisat_static) R 20319 20321 19874 0 -1 4194304 44594 0 0 0 119953 48 0 0 25 0 1 0 243671989 184242176 44579 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/20321/statm: 44981 44579 78 171 0 44807 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 179924

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.44
CPU time (s): 1200.05
CPU user time (s): 1199.53
CPU system time (s): 0.518921
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 179924

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

runsolver used 0.839872 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node57 at 2009-05-12 21:27:27
IDJOB=1807291
IDBENCH=71495
IDSOLVER=651
FILE ID=node57/1807291-1242156447
PBS_JOBID= 9289667
Free space on /tmp= 65676 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807291-1242156447/watcher-1807291-1242156447 -o /tmp/evaluation-result-1807291-1242156447/solver-1807291-1242156447 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807291-1242156447.cnf

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

MD5SUM BENCH= e4c376965bc8cbd4cdf5b3958d29ec62
RANDOM SEED=1864164508

node57.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.256
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.256
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:       1262560 kB
Buffers:         31388 kB
Cached:         687252 kB
SwapCached:        256 kB
Active:         250888 kB
Inactive:       480936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262560 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          21736 kB
Slab:            47632 kB
Committed_AS:   745476 kB
PageTables:       1388 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= 65676 MiB
End job on node57 at 2009-05-12 21:47:30