Trace number 1806598

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.11 1200.46

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.03/0.06	|  Parsing time:         0.06         s                                       |
0.03/0.06	============================[ Search Statistics ]==============================
0.03/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.06	===============================================================================
0.03/0.06	|         0 |    8713    99699   335345 |    33233        0    nan |  0.000 % |
0.09/0.12	|       100 |    8713    99699   335345 |    36556      100     32 |  0.000 % |
0.09/0.14	|       250 |    8713    99699   335345 |    40211      250    113 |  0.000 % |
0.09/0.18	|       475 |    8713    99699   335345 |    44233      475    135 |  0.000 % |
0.19/0.21	|       812 |    8713    99699   335345 |    48656      812    156 |  0.000 % |
0.19/0.26	|      1320 |    8713    99699   335345 |    53522     1320    193 |  0.000 % |
0.29/0.35	|      2079 |    8713    99699   335345 |    58874     2079    200 |  0.000 % |
0.49/0.50	|      3218 |    8713    99699   335345 |    64761     3218    211 |  0.000 % |
0.69/0.73	|      4927 |    8713    99699   335345 |    71237     4927    220 |  0.000 % |
1.49/1.50	|      7490 |    8713    99699   335345 |    78361     7490    261 |  0.000 % |
2.89/2.90	|     11334 |    8713    99699   335345 |    86197    11334    232 |  0.000 % |
5.40/5.46	|     17101 |    8713    99699   335345 |    94817    17101    233 |  0.000 % |
8.29/8.38	|     25750 |    8713    99699   335345 |   104299    25750    250 |  0.000 % |
16.79/16.83	|     38727 |    8713    99699   335345 |   114729    38727    276 |  0.000 % |
38.48/38.57	|     58189 |    8713    99699   335345 |   126202    58189    301 |  0.000 % |
83.56/83.67	|     87382 |    8713    99699   335345 |   138822    87382    306 |  0.000 % |
179.34/179.42	|    131172 |    8713    99699   335345 |   152704   131172    298 |  0.000 % |
262.11/262.29	|    196857 |    8713    99699   335345 |   167975    60212    203 |  0.000 % |
484.74/484.91	|    295385 |    8713    99699   335345 |   184772   158740    245 |  0.000 % |
786.66/786.99	|    443177 |    8713    99699   335345 |   203250   136828    371 |  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-1806598-1242151035/watcher-1806598-1242151035 -o /tmp/evaluation-result-1806598-1242151035/solver-1806598-1242151035 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806598-1242151035.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.99 3/64 9713
/proc/meminfo: memFree=1144944/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=2588 CPUtime=0
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 503 0 0 0 0 0 0 0 18 0 1 0 243129506 2650112 488 1992294400 134512640 135213614 4294956256 18446744073709551615 134544131 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 647 488 58 171 0 473 0

[startup+0.0414931 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 9713
/proc/meminfo: memFree=1144944/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=5064 CPUtime=0.03
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 1100 0 0 0 3 0 0 0 18 0 1 0 243129506 5185536 1085 1992294400 134512640 135213614 4294956256 18446744073709551615 134717117 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 1266 1087 58 171 0 1092 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5064

[startup+0.101501 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 9713
/proc/meminfo: memFree=1144944/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=6824 CPUtime=0.09
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 1563 0 0 0 9 0 0 0 18 0 1 0 243129506 6987776 1548 1992294400 134512640 135213614 4294956256 18446744073709551615 134530660 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 1706 1548 75 171 0 1532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6824

[startup+0.301527 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 9713
/proc/meminfo: memFree=1144944/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=8280 CPUtime=0.29
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 1934 0 0 0 29 0 0 0 19 0 1 0 243129506 8478720 1919 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 2070 1919 79 171 0 1896 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8280

[startup+0.70158 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 9713
/proc/meminfo: memFree=1144944/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=11316 CPUtime=0.69
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 2672 0 0 0 69 0 0 0 22 0 1 0 243129506 11587584 2657 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 2829 2657 79 171 0 2655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11316

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1133736/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=15144 CPUtime=1.49
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 3652 0 0 0 148 1 0 0 25 0 1 0 243129506 15507456 3637 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 3786 3637 79 171 0 3612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15144

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1128744/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=19236 CPUtime=3.09
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 4655 0 0 0 307 2 0 0 25 0 1 0 243129506 19697664 4640 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 4809 4640 79 171 0 4635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19236

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1121320/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=27428 CPUtime=6.29
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 6687 0 0 0 626 3 0 0 25 0 1 0 243129506 28086272 6672 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 6857 6672 79 171 0 6683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27428

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1102248/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=44228 CPUtime=12.69
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 10915 0 0 0 1263 6 0 0 25 0 1 0 243129506 45289472 10900 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 11057 10900 79 171 0 10883 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44228

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1082088/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=63868 CPUtime=25.49
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 15795 0 0 0 2539 10 0 0 25 0 1 0 243129506 65400832 15780 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 15967 15780 79 171 0 15793 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63868

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1053416/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=92564 CPUtime=51.08
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 22967 0 0 0 5092 16 0 0 25 0 1 0 243129506 94785536 22952 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 23141 22952 79 171 0 22967 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92564

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=1012136/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=133552 CPUtime=102.26
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 33181 0 0 0 10200 26 0 0 25 0 1 0 243129506 136757248 33166 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 33388 33166 79 171 0 33214 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 133552

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=981160/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=164640 CPUtime=162.24
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 40955 0 0 0 16190 34 0 0 25 0 1 0 243129506 168591360 40940 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 41160 40940 79 171 0 40986 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 164640

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9714
/proc/meminfo: memFree=952360/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=193392 CPUtime=222.22
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 48079 0 0 0 22181 41 0 0 25 0 1 0 243129506 198033408 48064 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 48348 48064 79 171 0 48174 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 193392

[startup+282.303 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 9720
/proc/meminfo: memFree=950816/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=194712 CPUtime=282.2
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 48426 0 0 0 28178 42 0 0 25 0 1 0 243129506 199385088 48411 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 48678 48411 79 171 0 48504 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 194712

[startup+342.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 9720
/proc/meminfo: memFree=950752/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=194712 CPUtime=342.19
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 48428 0 0 0 34177 42 0 0 25 0 1 0 243129506 199385088 48413 1992294400 134512640 135213614 4294956256 18446744073709551615 134526964 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 48678 48413 79 171 0 48504 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 194712

[startup+402.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9720
/proc/meminfo: memFree=950752/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=194712 CPUtime=402.17
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 48428 0 0 0 40175 42 0 0 25 0 1 0 243129506 199385088 48413 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 48678 48413 79 171 0 48504 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 194712

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=950752/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=194712 CPUtime=462.15
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 48430 0 0 0 46173 42 0 0 25 0 1 0 243129506 199385088 48415 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 48678 48415 79 171 0 48504 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 194712

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=948896/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=196832 CPUtime=522.13
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 48985 0 0 0 52170 43 0 0 25 0 1 0 243129506 201555968 48970 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 49208 48970 79 171 0 49034 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 196832

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=929320/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=215964 CPUtime=582.12
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 53769 0 0 0 58164 48 0 0 25 0 1 0 243129506 221147136 53754 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 53991 53754 79 171 0 53817 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 215964

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=929320/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=215964 CPUtime=642.1
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 53770 0 0 0 64162 48 0 0 25 0 1 0 243129506 221147136 53755 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 53991 53755 79 171 0 53817 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 215964

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=929320/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=215964 CPUtime=702.08
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 53770 0 0 0 70160 48 0 0 25 0 1 0 243129506 221147136 53755 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 53991 53755 79 171 0 53817 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 215964

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=926376/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=219008 CPUtime=762.07
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 54512 0 0 0 76159 48 0 0 25 0 1 0 243129506 224264192 54497 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 54752 54497 79 171 0 54578 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 219008

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=887656/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=258348 CPUtime=822.05
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 64323 0 0 0 82146 59 0 0 25 0 1 0 243129506 264548352 64308 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 64587 64308 79 171 0 64413 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 258348

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=851560/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=293816 CPUtime=882.03
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 73175 0 0 0 88136 67 0 0 25 0 1 0 243129506 300867584 73160 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 73454 73160 79 171 0 73280 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 293816

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=823400/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=322184 CPUtime=942.01
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 80262 0 0 0 94126 75 0 0 25 0 1 0 243129506 329916416 80247 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 80546 80247 79 171 0 80372 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 322184

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=820648/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=324560 CPUtime=1001.99
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 80875 0 0 0 100123 76 0 0 25 0 1 0 243129506 332349440 80860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 81140 80860 79 171 0 80966 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 324560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=820648/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=324560 CPUtime=1061.97
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 80875 0 0 0 106121 76 0 0 25 0 1 0 243129506 332349440 80860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 81140 80860 79 171 0 80966 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 324560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=820648/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=324560 CPUtime=1121.97
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 80875 0 0 0 112120 77 0 0 25 0 1 0 243129506 332349440 80860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 81140 80860 79 171 0 80966 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 324560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=820648/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=324560 CPUtime=1181.95
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 80875 0 0 0 118118 77 0 0 25 0 1 0 243129506 332349440 80860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 81140 80860 79 171 0 80966 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 324560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9720
/proc/meminfo: memFree=820648/2055920 swapFree=4178888/4192956
[pid=9713] ppid=9711 vsize=324560 CPUtime=1200.04
/proc/9713/stat : 9713 (minisat_static) R 9711 9713 9307 0 -1 4194304 80875 0 0 0 119927 77 0 0 25 0 1 0 243129506 332349440 80860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/9713/statm: 81140 80860 79 171 0 80966 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 324560

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.46
CPU time (s): 1200.11
CPU user time (s): 1199.28
CPU system time (s): 0.827874
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 324560

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

runsolver used 1.00685 second user time and 2.6436 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-12 19:57:15
IDJOB=1806598
IDBENCH=70910
IDSOLVER=651
FILE ID=node71/1806598-1242151035
PBS_JOBID= 9289654
Free space on /tmp= 66472 MiB

SOLVER NAME= minisat2-core 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-1806598-1242151035/watcher-1806598-1242151035 -o /tmp/evaluation-result-1806598-1242151035/solver-1806598-1242151035 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806598-1242151035.cnf

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1760670570

node71.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.236
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.236
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:       1145424 kB
Buffers:         65912 kB
Cached:         752800 kB
SwapCached:       8372 kB
Active:          49860 kB
Inactive:       778736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145424 kB
SwapTotal:     4192956 kB
SwapFree:      4178888 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            67936 kB
Committed_AS:   740820 kB
PageTables:       1436 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= 66472 MiB
End job on node71 at 2009-05-12 20:17:18