Trace number 1806592

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.09 1200.45

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
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 variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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:  8713                                                 |
0.00/0.00	|  Number of clauses:    99699                                                |
0.09/0.10	|  Parsing time:         0.09         s                                       |
0.29/0.35	============================[ Search Statistics ]==============================
0.29/0.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.35	===============================================================================
0.29/0.35	|         0 |    8709    94515   319809 |    31505        0    nan |  0.000 % |
0.29/0.37	|       101 |    8709    94515   319809 |    34655      101    158 |  0.000 % |
0.29/0.38	|       253 |    8709    94515   319809 |    38121      253    152 |  0.000 % |
0.39/0.43	|       478 |    8709    94515   319809 |    41933      478    131 |  0.000 % |
0.49/0.50	|       816 |    8709    94515   319809 |    46126      816    135 |  0.000 % |
0.49/0.59	|      1324 |    8709    94515   319809 |    50739     1324    145 |  0.000 % |
0.69/0.70	|      2083 |    8709    94515   319809 |    55813     2083    150 |  0.000 % |
0.79/0.89	|      3224 |    8709    94515   319809 |    61394     3224    181 |  0.000 % |
1.19/1.23	|      4933 |    8709    94515   319809 |    67533     4933    245 |  0.000 % |
1.99/2.08	|      7499 |    8709    94515   319809 |    74287     7499    245 |  0.000 % |
3.29/3.39	|     11343 |    8709    94515   319809 |    81715    11343    309 |  0.000 % |
5.58/5.67	|     17109 |    8709    94515   319809 |    89887    17109    300 |  0.000 % |
11.59/11.65	|     25759 |    8709    94515   319809 |    98876    25759    310 |  0.000 % |
19.98/20.04	|     38736 |    8709    94515   319809 |   108763    38736    313 |  0.000 % |
38.38/38.42	|     58197 |    8709    94515   319809 |   119640    58197    292 |  0.000 % |
79.37/79.47	|     87389 |    8709    94515   319809 |   131604    87389    296 |  0.000 % |
180.84/180.98	|    131178 |    8709    94515   319809 |   144764   131178    307 |  0.000 % |
271.11/271.24	|    196862 |    8709    94515   319809 |   159241    64910    312 |  0.000 % |
496.04/496.24	|    295390 |    8709    94515   319809 |   175165    21148    326 |  0.000 % |
770.76/771.01	|    443180 |    8709    94515   319809 |   192681   168938    313 |  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-1806592-1242150951/watcher-1806592-1242150951 -o /tmp/evaluation-result-1806592-1242150951/solver-1806592-1242150951 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806592-1242150951.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: 1.00 1.00 0.95 3/64 6341
/proc/meminfo: memFree=1352184/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=2844 CPUtime=0
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 548 0 0 0 0 0 0 0 18 0 1 0 243127967 2912256 533 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 711 540 63 178 0 531 0

[startup+0.0461169 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 6341
/proc/meminfo: memFree=1352184/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=5536 CPUtime=0.03
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 1227 0 0 0 3 0 0 0 18 0 1 0 243127967 5668864 1212 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 1384 1213 65 178 0 1204 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5536

[startup+0.101124 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 6341
/proc/meminfo: memFree=1352184/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=9332 CPUtime=0.09
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 2087 0 0 0 8 1 0 0 18 0 1 0 243127967 9555968 2072 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 2333 2074 65 178 0 2153 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9332

[startup+0.301151 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 6341
/proc/meminfo: memFree=1352184/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=9728 CPUtime=0.29
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 2244 0 0 0 28 1 0 0 19 0 1 0 243127967 9961472 2229 1992294400 134512640 135243866 4294956256 18446744073709551615 134535728 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 2432 2229 81 178 0 2252 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9728

[startup+0.701209 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 6341
/proc/meminfo: memFree=1352184/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=9168 CPUtime=0.69
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 2366 0 0 0 68 1 0 0 22 0 1 0 243127967 9388032 2135 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 2292 2135 88 178 0 2112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9168

[startup+1.50132 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1341872/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=14320 CPUtime=1.49
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 3651 0 0 0 147 2 0 0 25 0 1 0 243127967 14663680 3420 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 3580 3420 88 178 0 3400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14320

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1337200/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=21052 CPUtime=3.09
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 5318 0 0 0 306 3 0 0 25 0 1 0 243127967 21557248 5087 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 5263 5087 88 178 0 5083 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21052

[startup+6.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1324912/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=31040 CPUtime=6.29
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 7826 0 0 0 624 5 0 0 25 0 1 0 243127967 31784960 7595 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 7760 7595 88 178 0 7580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31040

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1310896/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=43756 CPUtime=12.69
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 10970 0 0 0 1262 7 0 0 25 0 1 0 243127967 44806144 10739 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 10939 10739 88 178 0 10759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43756

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1288624/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=64500 CPUtime=25.49
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 16178 0 0 0 2538 11 0 0 25 0 1 0 243127967 66048000 15947 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 16125 15947 88 178 0 15945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64500

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1259376/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=93944 CPUtime=51.08
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 23521 0 0 0 5090 18 0 0 25 0 1 0 243127967 96198656 23290 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 23486 23290 88 178 0 23306 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93944

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1220208/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=132840 CPUtime=102.26
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 33221 0 0 0 10198 28 0 0 25 0 1 0 243127967 136028160 32990 1992294400 134512640 135243866 4294956256 18446744073709551615 134556117 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 33210 32990 88 178 0 33030 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 132840

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1185968/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=167132 CPUtime=162.24
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 41807 0 0 0 16188 36 0 0 25 0 1 0 243127967 171143168 41576 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 41783 41576 88 178 0 41603 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 167132

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1156976/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=196024 CPUtime=222.23
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 48945 0 0 0 22179 44 0 0 25 0 1 0 243127967 200728576 48714 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 49006 48714 88 178 0 48826 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 196024

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6342
/proc/meminfo: memFree=1157040/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=196024 CPUtime=282.21
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 48948 0 0 0 28177 44 0 0 25 0 1 0 243127967 200728576 48717 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 49006 48717 88 178 0 48826 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 196024

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1157040/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=196024 CPUtime=342.19
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 48949 0 0 0 34175 44 0 0 25 0 1 0 243127967 200728576 48718 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 49006 48718 88 178 0 48826 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 196024

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1153520/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=200148 CPUtime=402.16
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 49946 0 0 0 40172 44 0 0 25 0 1 0 243127967 204951552 49715 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 50037 49715 88 178 0 49857 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 200148

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1127280/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=226052 CPUtime=462.15
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 56391 0 0 0 46164 51 0 0 25 0 1 0 243127967 231477248 56160 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 56513 56160 88 178 0 56333 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 226052

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1118576/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=234676 CPUtime=522.13
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 58539 0 0 0 52159 54 0 0 25 0 1 0 243127967 240308224 58308 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 58669 58308 88 178 0 58489 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 234676

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1118512/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=234676 CPUtime=582.11
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 58541 0 0 0 58157 54 0 0 25 0 1 0 243127967 240308224 58310 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 58669 58310 88 178 0 58489 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 234676

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1118448/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=234676 CPUtime=642.1
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 58544 0 0 0 64156 54 0 0 25 0 1 0 243127967 240308224 58313 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 58669 58313 88 178 0 58489 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 234676

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1118512/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=234676 CPUtime=702.08
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 58548 0 0 0 70154 54 0 0 25 0 1 0 243127967 240308224 58317 1992294400 134512640 135243866 4294956256 18446744073709551615 134558631 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 58669 58317 88 178 0 58489 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 234676

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1118064/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=235072 CPUtime=762.06
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 58657 0 0 0 76152 54 0 0 25 0 1 0 243127967 240713728 58426 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 58768 58426 88 178 0 58588 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 235072

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1093872/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=259948 CPUtime=822.04
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 64723 0 0 0 82145 59 0 0 25 0 1 0 243127967 266186752 64492 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 64987 64492 88 178 0 64807 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 259948

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078640/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=882.02
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68491 0 0 0 88138 64 0 0 25 0 1 0 243127967 281624576 68260 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68260 88 178 0 68576 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 275024

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078640/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=942
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68493 0 0 0 94136 64 0 0 25 0 1 0 243127967 281624576 68262 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68262 88 178 0 68576 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 275024

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078576/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=1001.99
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68493 0 0 0 100135 64 0 0 25 0 1 0 243127967 281624576 68262 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68262 88 178 0 68576 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 275024

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078576/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=1061.97
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68496 0 0 0 106133 64 0 0 25 0 1 0 243127967 281624576 68265 1992294400 134512640 135243866 4294956256 18446744073709551615 134559201 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68265 88 178 0 68576 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 275024

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078576/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=1121.95
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68496 0 0 0 112131 64 0 0 25 0 1 0 243127967 281624576 68265 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68265 88 178 0 68576 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 275024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078576/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=1181.93
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68496 0 0 0 118129 64 0 0 25 0 1 0 243127967 281624576 68265 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68265 88 178 0 68576 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 275024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 6348
/proc/meminfo: memFree=1078576/2055920 swapFree=4171328/4192956
[pid=6341] ppid=6339 vsize=275024 CPUtime=1200.03
/proc/6341/stat : 6341 (minisat_static) R 6339 6341 5996 0 -1 4194304 68496 0 0 0 119939 64 0 0 25 0 1 0 243127967 281624576 68265 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/6341/statm: 68756 68265 88 178 0 68576 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 275024

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.45
CPU time (s): 1200.09
CPU user time (s): 1199.4
CPU system time (s): 0.690894
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 275024

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

runsolver used 0.91486 second user time and 2.45363 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-12 19:55:51
IDJOB=1806592
IDBENCH=70910
IDSOLVER=568
FILE ID=node29/1806592-1242150951
PBS_JOBID= 9289692
Free space on /tmp= 66384 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806592-1242150951/watcher-1806592-1242150951 -o /tmp/evaluation-result-1806592-1242150951/solver-1806592-1242150951 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806592-1242150951.cnf

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1582826331

node29.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.281
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.281
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:       1352664 kB
Buffers:         82256 kB
Cached:         518656 kB
SwapCached:      15916 kB
Active:         211164 kB
Inactive:       408688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352664 kB
SwapTotal:     4192956 kB
SwapFree:      4171328 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:          15056 kB
Slab:            69368 kB
Committed_AS:   935088 kB
PageTables:       1472 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= 66384 MiB
End job on node29 at 2009-05-12 20:15:54