Trace number 1590014

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.58

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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:  259234                                               |
0.00/0.00	|  Number of clauses:    1387934                                              |
2.39/2.47	|  Parsing time:         2.33         s                                       |
5.99/6.07	============================[ Search Statistics ]==============================
5.99/6.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.99/6.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.99/6.07	===============================================================================
5.99/6.07	|         0 |  137235   931250  2580421 |   310416        0    nan |  0.000 % |
6.29/6.35	|       101 |  137161   931250  2580421 |   341458       99     86 | 22.185 % |
6.69/6.73	|       252 |  136480   931250  2580421 |   375604      246     65 | 23.076 % |
6.99/7.08	|       481 |  136333   931250  2580421 |   413164      472     69 | 23.333 % |
7.49/7.55	|       818 |  136168   931250  2580421 |   454481      805     91 | 23.840 % |
8.29/8.33	|      1324 |  135741   931250  2580421 |   499929     1304     88 | 24.134 % |
9.39/9.46	|      2083 |  130969   885957  2464745 |   549922     2015    100 | 24.318 % |
10.79/10.88	|      3222 |  130811   885957  2464745 |   604914     3152     97 | 24.741 % |
12.99/13.07	|      4931 |  129016   878365  2448058 |   665405     4853     95 | 25.764 % |
17.08/17.20	|      7493 |  125105   854758  2394279 |   731946     7389    104 | 26.504 % |
23.78/23.87	|     11337 |  122544   841620  2365248 |   805140    11127    106 | 27.538 % |
32.47/32.57	|     17104 |  122187   840717  2363294 |   885654    16880    115 | 28.198 % |
48.07/48.18	|     25753 |  120569   826917  2327156 |   974220    25436    136 | 28.257 % |
82.76/82.89	|     38727 |  118394   815787  2302785 |  1071642    38281    148 | 29.154 % |
145.84/145.94	|     58188 |  114553   791182  2242719 |  1178806    55424    186 | 30.597 % |
266.00/266.19	|     87383 |  113101   781775  2219647 |  1296687    84206    229 | 31.246 % |
508.30/508.53	|    131176 |  110335   759242  2162539 |  1426356   125282    287 | 32.207 % |
973.52/973.99	|    196860 |  109033   749303  2136640 |  1568991   190370    372 | 32.958 % |

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-1590014-1239114668/watcher-1590014-1239114668 -o /tmp/evaluation-result-1590014-1239114668/solver-1590014-1239114668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1590014-1239114668.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.99 0.98 1.13 3/64 25501
/proc/meminfo: memFree=1839592/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=2928 CPUtime=0
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 576 0 0 0 0 0 0 0 18 0 1 0 1184128895 2998272 561 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 732 564 65 178 0 552 0

[startup+0.096532 s]
/proc/loadavg: 0.99 0.98 1.13 3/64 25501
/proc/meminfo: memFree=1839592/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=30464 CPUtime=0.08
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 5919 0 0 0 6 2 0 0 18 0 1 0 1184128895 31195136 5881 1992294400 134512640 135243866 4294956256 18446744073709551615 134538069 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 7616 5881 65 178 0 7436 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30464

[startup+0.101531 s]
/proc/loadavg: 0.99 0.98 1.13 3/64 25501
/proc/meminfo: memFree=1839592/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=30728 CPUtime=0.09
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 5988 0 0 0 7 2 0 0 18 0 1 0 1184128895 31465472 5950 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 7682 5950 65 178 0 7502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30728

[startup+0.301549 s]
/proc/loadavg: 0.99 0.98 1.13 3/64 25501
/proc/meminfo: memFree=1839592/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=41328 CPUtime=0.29
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 8617 0 0 0 25 4 0 0 19 0 1 0 1184128895 42319872 8579 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 10332 8579 65 178 0 10152 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41328

[startup+0.701587 s]
/proc/loadavg: 0.99 0.98 1.13 3/64 25501
/proc/meminfo: memFree=1839592/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=54440 CPUtime=0.69
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 11858 0 0 0 63 6 0 0 23 0 1 0 1184128895 55746560 11820 1992294400 134512640 135243866 4294956256 18446744073709551615 134538295 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 13610 11820 65 178 0 13430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54440

[startup+1.50166 s]
/proc/loadavg: 0.99 0.98 1.13 2/65 25502
/proc/meminfo: memFree=1786784/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=73520 CPUtime=1.49
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 16008 0 0 0 140 9 0 0 25 0 1 0 1184128895 75284480 15970 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 18380 15970 65 178 0 18200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73520

[startup+3.10181 s]
/proc/loadavg: 0.99 0.98 1.13 2/65 25502
/proc/meminfo: memFree=1758496/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=113352 CPUtime=3.09
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 26391 0 0 0 294 15 0 0 25 0 1 0 1184128895 116072448 26353 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 28338 26353 80 178 0 28158 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113352

[startup+6.30112 s]
/proc/loadavg: 0.99 0.98 1.13 2/65 25502
/proc/meminfo: memFree=1706400/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=124440 CPUtime=6.29
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 33724 0 0 0 610 19 0 0 25 0 1 0 1184128895 127426560 29126 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 31110 29126 83 178 0 30930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124440

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 1.13 2/65 25502
/proc/meminfo: memFree=1722920/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=124708 CPUtime=12.69
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 33778 0 0 0 1250 19 0 0 25 0 1 0 1184128895 127700992 29180 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 31177 29180 87 178 0 30997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124708

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 1.13 2/65 25502
/proc/meminfo: memFree=1722984/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=124708 CPUtime=25.48
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 33778 0 0 0 2529 19 0 0 25 0 1 0 1184128895 127700992 29180 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 31177 29180 87 178 0 30997 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 124708

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 1.12 2/65 25502
/proc/meminfo: memFree=1722856/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=124708 CPUtime=51.07
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 33778 0 0 0 5088 19 0 0 25 0 1 0 1184128895 127700992 29180 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 31177 29180 87 178 0 30997 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 124708

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.11 2/65 25502
/proc/meminfo: memFree=1711976/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=136068 CPUtime=102.26
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 36577 0 0 0 10203 23 0 0 25 0 1 0 1184128895 139333632 31979 1992294400 134512640 135243866 4294956256 18446744073709551615 134556091 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 34017 31979 87 178 0 33837 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136068

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.10 2/65 25502
/proc/meminfo: memFree=1694120/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=153780 CPUtime=162.23
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 41039 0 0 0 16196 27 0 0 25 0 1 0 1184128895 157470720 36441 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 38445 36441 87 178 0 38265 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153780

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.09 2/65 25502
/proc/meminfo: memFree=1676840/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=171076 CPUtime=222.21
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 45335 0 0 0 22190 31 0 0 25 0 1 0 1184128895 175181824 40737 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 42769 40737 87 178 0 42589 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 171076

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.08 2/65 25502
/proc/meminfo: memFree=1658600/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=189460 CPUtime=282.19
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 49945 0 0 0 28183 36 0 0 25 0 1 0 1184128895 194007040 45347 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 47365 45347 87 178 0 47185 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 189460

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/65 25502
/proc/meminfo: memFree=1639464/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=208616 CPUtime=342.16
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 54699 0 0 0 34176 40 0 0 25 0 1 0 1184128895 213622784 50101 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 52154 50101 87 178 0 51974 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 208616

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 25502
/proc/meminfo: memFree=1621352/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=226648 CPUtime=402.14
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 59220 0 0 0 40169 45 0 0 25 0 1 0 1184128895 232087552 54622 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 56662 54622 87 178 0 56482 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 226648

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 25502
/proc/meminfo: memFree=1604520/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=243324 CPUtime=462.12
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 63392 0 0 0 46163 49 0 0 25 0 1 0 1184128895 249163776 58794 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 60831 58794 87 178 0 60651 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 243324

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 25502
/proc/meminfo: memFree=1591784/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=256204 CPUtime=522.09
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 66618 0 0 0 52158 51 0 0 25 0 1 0 1184128895 262352896 62020 1992294400 134512640 135243866 4294956256 18446744073709551615 134558470 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 64051 62020 87 178 0 63871 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 256204

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 25502
/proc/meminfo: memFree=1572328/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=275280 CPUtime=582.08
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 71391 0 0 0 58152 56 0 0 25 0 1 0 1184128895 281886720 66793 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 68820 66793 87 178 0 68640 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 275280

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 25502
/proc/meminfo: memFree=1553832/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=293824 CPUtime=642.05
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 75988 0 0 0 64146 59 0 0 25 0 1 0 1184128895 300875776 71390 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 73456 71390 87 178 0 73276 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 293824

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 25502
/proc/meminfo: memFree=1536104/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=311684 CPUtime=702.03
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 80452 0 0 0 70139 64 0 0 25 0 1 0 1184128895 319164416 75854 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 77921 75854 87 178 0 77741 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 311684

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 25504
/proc/meminfo: memFree=1515176/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=332276 CPUtime=762.01
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 85610 0 0 0 76133 68 0 0 25 0 1 0 1184128895 340250624 81012 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 83069 81012 87 178 0 82889 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 332276

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 25504
/proc/meminfo: memFree=1497192/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=350380 CPUtime=821.99
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 90155 0 0 0 82126 73 0 0 25 0 1 0 1184128895 358789120 85557 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 87595 85557 87 178 0 87415 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 350380

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 25504
/proc/meminfo: memFree=1481192/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=366164 CPUtime=881.96
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 94083 0 0 0 88120 76 0 0 25 0 1 0 1184128895 374951936 89485 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 91541 89485 87 178 0 91361 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 366164

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 25504
/proc/meminfo: memFree=1463464/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=383960 CPUtime=941.93
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 98562 0 0 0 94114 79 0 0 25 0 1 0 1184128895 393175040 93964 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 95990 93964 87 178 0 95810 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 383960

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 25504
/proc/meminfo: memFree=1449832/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=397344 CPUtime=1001.91
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 101901 0 0 0 100108 83 0 0 25 0 1 0 1184128895 406880256 97303 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 99336 97303 87 178 0 99156 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 397344

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 25504
/proc/meminfo: memFree=1433832/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=413392 CPUtime=1061.88
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 105925 0 0 0 106102 86 0 0 25 0 1 0 1184128895 423313408 101327 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 103348 101327 87 178 0 103168 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 413392

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25504
/proc/meminfo: memFree=1413416/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=434008 CPUtime=1121.86
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 111000 0 0 0 112095 91 0 0 25 0 1 0 1184128895 444424192 106402 1992294400 134512640 135243866 4294956256 18446744073709551615 134558438 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 108502 106402 87 178 0 108322 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 434008

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25504
/proc/meminfo: memFree=1395560/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=451956 CPUtime=1181.84
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 115481 0 0 0 118089 95 0 0 25 0 1 0 1184128895 462802944 110883 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 112989 110883 87 178 0 112809 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 451956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25504
/proc/meminfo: memFree=1390568/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=456604 CPUtime=1200.04
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 116642 0 0 0 119908 96 0 0 25 0 1 0 1184128895 467562496 112044 1992294400 134512640 135243866 4294956256 18446744073709551615 134558707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 114151 112044 87 178 0 113971 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 456604

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25504
/proc/meminfo: memFree=1390568/2055920 swapFree=4179132/4192956
[pid=25501] ppid=25499 vsize=456604 CPUtime=1200.04
/proc/25501/stat : 25501 (minisat_static) R 25499 25501 25301 0 -1 4194304 116642 0 0 0 119908 96 0 0 25 0 1 0 1184128895 467562496 112044 1992294400 134512640 135243866 4294956256 18446744073709551615 134558707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25501/statm: 114151 112044 87 178 0 113971 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 456604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.11
CPU user time (s): 1199.08
CPU system time (s): 1.03184
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 456604

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

runsolver used 1.15682 second user time and 3.22151 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-07 16:31:10
IDJOB=1590014
IDBENCH=71055
IDSOLVER=568
FILE ID=node61/1590014-1239114668
PBS_JOBID= 9110822
Free space on /tmp= 66480 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1590014-1239114668/watcher-1590014-1239114668 -o /tmp/evaluation-result-1590014-1239114668/solver-1590014-1239114668 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1590014-1239114668.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1170396033

node61.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.238
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.238
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:       1840008 kB
Buffers:         24976 kB
Cached:         121940 kB
SwapCached:       7988 kB
Active:          46716 kB
Inactive:       109912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840008 kB
SwapTotal:     4192956 kB
SwapFree:      4179132 kB
Dirty:           27432 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            45396 kB
Committed_AS:  3217384 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node61 at 2009-04-07 16:51:13