Trace number 1806053

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.07 1200.51

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
MD5SUM63ebbe5da415dad3af97436d64747f33
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 variables1130
Number of clauses18089
Sum of the clauses size86030
Maximum clause length13
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 21085
Number of clauses of size 38672
Number of clauses of size 4224
Number of clauses of size 5266
Number of clauses of size over 57814

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:  1130                                                 |
0.00/0.00	|  Number of clauses:    18089                                                |
0.01/0.03	|  Parsing time:         0.03         s                                       |
0.09/0.15	============================[ Search Statistics ]==============================
0.09/0.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	===============================================================================
0.09/0.15	|         0 |    1021    12594    63348 |     4198        0    nan |  0.000 % |
0.09/0.16	|       101 |    1021    12594    63348 |     4617      101     24 |  4.338 % |
0.09/0.17	|       251 |    1021    12594    63348 |     5079      251     25 |  4.338 % |
0.09/0.18	|       478 |    1021    12594    63348 |     5587      478     26 |  4.338 % |
0.09/0.19	|       816 |    1021    12594    63348 |     6146      816     25 |  4.338 % |
0.19/0.23	|      1322 |    1021    12594    63348 |     6760     1322     25 |  4.338 % |
0.19/0.28	|      2082 |    1021    12594    63348 |     7437     2082     24 |  4.338 % |
0.29/0.38	|      3222 |    1021    12594    63348 |     8180     3222     26 |  4.336 % |
0.49/0.57	|      4930 |    1021    12594    63348 |     8998     4930     26 |  4.336 % |
0.79/0.84	|      7492 |    1021    12594    63348 |     9898     7492     26 |  4.338 % |
1.29/1.38	|     11336 |    1021    12594    63348 |    10888     6303     28 |  4.338 % |
2.20/2.27	|     17105 |    1021    12594    63348 |    11977     6520     27 |  4.336 % |
3.69/3.75	|     25754 |    1021    12594    63348 |    13175     9084     33 |  4.336 % |
6.09/6.18	|     38729 |    1021    12594    63348 |    14492     8687     33 |  4.336 % |
9.69/9.76	|     58190 |    1021    12594    63348 |    15941    13477     26 |  4.338 % |
15.29/15.39	|     87382 |    1021    12594    63348 |    17536    10413     32 |  4.338 % |
24.18/24.26	|    131171 |    1021    12594    63348 |    19289     9903     31 |  4.336 % |
39.18/39.25	|    196858 |    1021    12594    63348 |    21218    17201     35 |  4.338 % |
65.36/65.47	|    295385 |    1021    12594    63348 |    23340    19488     31 |  4.338 % |
108.25/108.39	|    443174 |    1021    12594    63348 |    25674    14426     32 |  4.336 % |
178.12/178.24	|    664857 |    1021    12594    63348 |    28242    16406     33 |  4.338 % |
293.38/293.50	|    997382 |    1021    12594    63348 |    31066    18764     29 |  4.338 % |
475.72/475.98	|   1496170 |    1021    12594    63348 |    34172    21216     29 |  4.338 % |
764.71/765.05	|   2244352 |    1021    12594    63348 |    37590    17684     29 |  4.336 % |

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-1806053-1242144725/watcher-1806053-1242144725 -o /tmp/evaluation-result-1806053-1242144725/solver-1806053-1242144725 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806053-1242144725.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.95 0.99 3/64 14992
/proc/meminfo: memFree=1012344/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=2188 CPUtime=0
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 242501049 2240512 256 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 547 256 65 178 0 367 0

[startup+0.0171341 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14992
/proc/meminfo: memFree=1012344/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=2752 CPUtime=0.01
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 411 0 0 0 1 0 0 0 18 0 1 0 242501049 2818048 396 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 688 396 65 178 0 508 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2752

[startup+0.10115 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14992
/proc/meminfo: memFree=1012344/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=3468 CPUtime=0.09
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 591 0 0 0 9 0 0 0 18 0 1 0 242501049 3551232 576 1992294400 134512640 135243866 4294956256 18446744073709551615 134750819 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 867 576 81 178 0 687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3468

[startup+0.301186 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14992
/proc/meminfo: memFree=1012344/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=3360 CPUtime=0.29
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 610 0 0 0 29 0 0 0 20 0 1 0 242501049 3440640 594 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 840 594 86 178 0 660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3360

[startup+0.701262 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14992
/proc/meminfo: memFree=1012344/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=3632 CPUtime=0.69
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 668 0 0 0 69 0 0 0 22 0 1 0 242501049 3719168 652 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 908 652 86 178 0 728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3632

[startup+1.50141 s]
/proc/loadavg: 0.91 0.95 0.99 2/65 14993
/proc/meminfo: memFree=1009648/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=4292 CPUtime=1.49
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 817 0 0 0 149 0 0 0 25 0 1 0 242501049 4395008 801 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 1073 801 86 178 0 893 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4292

[startup+3.10172 s]
/proc/loadavg: 0.91 0.95 0.99 2/65 14993
/proc/meminfo: memFree=1009008/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=4820 CPUtime=3.09
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 943 0 0 0 309 0 0 0 25 0 1 0 242501049 4935680 927 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 1205 927 86 178 0 1025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4820

[startup+6.30132 s]
/proc/loadavg: 0.92 0.95 0.99 2/65 14993
/proc/meminfo: memFree=1008304/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=5352 CPUtime=6.29
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 1083 0 0 0 629 0 0 0 25 0 1 0 242501049 5480448 1067 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 1338 1067 86 178 0 1158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5352

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.99 2/65 14993
/proc/meminfo: memFree=1007928/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=5616 CPUtime=12.69
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 1151 0 0 0 1269 0 0 0 25 0 1 0 242501049 5750784 1135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 1404 1135 86 178 0 1224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5616

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.99 2/65 14993
/proc/meminfo: memFree=1006904/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=6540 CPUtime=25.48
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 1389 0 0 0 2548 0 0 0 25 0 1 0 242501049 6696960 1373 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 1635 1373 86 178 0 1455 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6540

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.99 2/65 14993
/proc/meminfo: memFree=1005688/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=7896 CPUtime=51.07
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 1727 0 0 0 5107 0 0 0 25 0 1 0 242501049 8085504 1711 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 1974 1711 86 178 0 1794 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7896

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.99 2/65 14993
/proc/meminfo: memFree=1004280/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=9120 CPUtime=102.26
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2044 0 0 0 10225 1 0 0 25 0 1 0 242501049 9338880 2028 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 2280 2028 86 178 0 2100 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9120

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1003896/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=9548 CPUtime=162.23
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2125 0 0 0 16222 1 0 0 25 0 1 0 242501049 9777152 2109 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 2387 2109 86 178 0 2207 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9548

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1002808/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=10680 CPUtime=222.21
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2393 0 0 0 22219 2 0 0 25 0 1 0 242501049 10936320 2377 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 2670 2377 86 178 0 2490 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 10680

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1001976/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=11500 CPUtime=282.19
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2600 0 0 0 28217 2 0 0 25 0 1 0 242501049 11776000 2584 1992294400 134512640 135243866 4294956256 18446744073709551615 134555872 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 2875 2584 86 178 0 2695 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 11500

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1001784/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=11632 CPUtime=342.16
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2630 0 0 0 34214 2 0 0 25 0 1 0 242501049 11911168 2614 1992294400 134512640 135243866 4294956256 18446744073709551615 134565613 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 2908 2614 86 178 0 2728 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 11632

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1001656/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=11924 CPUtime=402.14
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2685 0 0 0 40212 2 0 0 25 0 1 0 242501049 12210176 2669 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 2981 2669 86 178 0 2801 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 11924

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1001400/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=12068 CPUtime=462.12
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2734 0 0 0 46209 3 0 0 25 0 1 0 242501049 12357632 2718 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3017 2718 86 178 0 2837 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 12068

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1001400/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=12212 CPUtime=522.1
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2769 0 0 0 52207 3 0 0 25 0 1 0 242501049 12505088 2753 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3053 2753 86 178 0 2873 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 12212

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1000952/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=12740 CPUtime=582.08
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2891 0 0 0 58205 3 0 0 25 0 1 0 242501049 13045760 2875 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3185 2875 86 178 0 3005 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 12740

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1000696/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=13036 CPUtime=642.06
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2948 0 0 0 64203 3 0 0 25 0 1 0 242501049 13348864 2932 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3259 2932 86 178 0 3079 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 13036

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1000504/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=13200 CPUtime=702.03
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 2983 0 0 0 70200 3 0 0 25 0 1 0 242501049 13516800 2967 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3300 2967 86 178 0 3120 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 13200

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=1000376/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=13200 CPUtime=762.01
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3013 0 0 0 76198 3 0 0 25 0 1 0 242501049 13516800 2997 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3300 2997 86 178 0 3120 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 13200

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=999096/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14560 CPUtime=821.99
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3332 0 0 0 82195 4 0 0 25 0 1 0 242501049 14909440 3316 1992294400 134512640 135243866 4294956256 18446744073709551615 134555926 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3640 3316 86 178 0 3460 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 14560

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=999032/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14560 CPUtime=881.97
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3340 0 0 0 88193 4 0 0 25 0 1 0 242501049 14909440 3324 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3640 3324 86 178 0 3460 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 14560

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=999032/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14560 CPUtime=941.95
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3350 0 0 0 94191 4 0 0 25 0 1 0 242501049 14909440 3334 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3640 3334 86 178 0 3460 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 14560

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=998968/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14716 CPUtime=1001.93
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3367 0 0 0 100189 4 0 0 25 0 1 0 242501049 15069184 3351 1992294400 134512640 135243866 4294956256 18446744073709551615 134566463 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3679 3351 86 178 0 3499 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 14716

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=999032/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14716 CPUtime=1061.9
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3378 0 0 0 106186 4 0 0 25 0 1 0 242501049 15069184 3362 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3679 3362 86 178 0 3499 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 14716

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=998904/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14856 CPUtime=1121.88
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3391 0 0 0 112184 4 0 0 25 0 1 0 242501049 15212544 3375 1992294400 134512640 135243866 4294956256 18446744073709551615 134555621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3714 3375 86 178 0 3534 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 14856

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=998840/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14856 CPUtime=1181.86
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3420 0 0 0 118182 4 0 0 25 0 1 0 242501049 15212544 3404 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3714 3404 86 178 0 3534 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 14856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14993
/proc/meminfo: memFree=998776/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14856 CPUtime=1200.05
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3421 0 0 0 120001 4 0 0 25 0 1 0 242501049 15212544 3405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3714 3405 86 178 0 3534 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 14856

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.97 0.99 2/65 14993
/proc/meminfo: memFree=998776/2055920 swapFree=4181168/4192956
[pid=14992] ppid=14990 vsize=14856 CPUtime=1200.05
/proc/14992/stat : 14992 (minisat_static) R 14990 14992 14860 0 -1 4194304 3421 0 0 0 120001 4 0 0 25 0 1 0 242501049 15212544 3405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14992/statm: 3714 3405 86 178 0 3534 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 14856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1200.02
CPU system time (s): 0.047992
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 14856

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

runsolver used 0.822874 second user time and 2.52262 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-12 18:12:05
IDJOB=1806053
IDBENCH=24646
IDSOLVER=568
FILE ID=node37/1806053-1242144725
PBS_JOBID= 9289684
Free space on /tmp= 66220 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806053-1242144725/watcher-1806053-1242144725 -o /tmp/evaluation-result-1806053-1242144725/solver-1806053-1242144725 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806053-1242144725.cnf

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

MD5SUM BENCH= 63ebbe5da415dad3af97436d64747f33
RANDOM SEED=553635585

node37.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.259
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.259
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:       1012760 kB
Buffers:         82808 kB
Cached:         862632 kB
SwapCached:       5608 kB
Active:          70760 kB
Inactive:       883044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012760 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            75400 kB
Committed_AS:   968396 kB
PageTables:       1372 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= 66220 MiB
End job on node37 at 2009-05-12 18:32:07