Trace number 1806584

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.15 1200.47

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
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 variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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:  12584                                                |
0.00/0.00	|  Number of clauses:    155712                                               |
0.01/0.09	|  Parsing time:         0.08         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |   12584   155712   523920 |    51904        0    nan |  0.000 % |
0.09/0.11	|       102 |   12584   155712   523920 |    57094      102    151 |  0.000 % |
0.19/0.20	|       252 |   12584   155712   523920 |    62803      252     84 |  0.000 % |
0.19/0.23	|       478 |   12584   155712   523920 |    69084      478    176 |  0.000 % |
0.19/0.26	|       815 |   12584   155712   523920 |    75992      815    174 |  0.000 % |
0.29/0.33	|      1322 |   12584   155712   523920 |    83591     1322    175 |  0.000 % |
0.39/0.41	|      2082 |   12584   155712   523920 |    91951     2082    184 |  0.000 % |
0.59/0.60	|      3222 |   12584   155712   523920 |   101146     3222    194 |  0.000 % |
0.99/1.09	|      4933 |   12584   155712   523920 |   111260     4933    223 |  0.000 % |
1.59/1.63	|      7495 |   12584   155712   523920 |   122386     7495    234 |  0.000 % |
2.49/2.58	|     11339 |   12584   155712   523920 |   134625    11339    269 |  0.000 % |
3.90/3.95	|     17106 |   12584   155712   523920 |   148088    17106    253 |  0.000 % |
8.09/8.11	|     25758 |   12584   155712   523920 |   162896    25758    276 |  0.000 % |
13.49/13.54	|     38734 |   12584   155712   523920 |   179186    38734    272 |  0.000 % |
28.48/28.55	|     58195 |   12584   155712   523920 |   197105    58195    268 |  0.000 % |
61.27/61.36	|     87389 |   12584   155712   523920 |   216815    87389    274 |  0.000 % |
114.75/114.83	|    131179 |   12584   155712   523920 |   238497   131179    272 |  0.000 % |
274.91/275.06	|    196863 |   12584   155712   523920 |   262347   196863    290 |  0.000 % |
613.52/613.75	|    295390 |   12584   155712   523920 |   288581    44845    374 |  0.000 % |
865.76/866.06	|    443181 |   12584   155712   523920 |   317440   192636    322 |  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-1806584-1242150907/watcher-1806584-1242150907 -o /tmp/evaluation-result-1806584-1242150907/solver-1806584-1242150907 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806584-1242150907.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.99 1.00 0.99 3/64 21277
/proc/meminfo: memFree=1403744/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=2696 CPUtime=0
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 70092564 2760704 518 1992294400 134512640 135213614 4294956256 18446744073709551615 134544048 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 674 518 58 171 0 500 0

[startup+0.014264 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 21277
/proc/meminfo: memFree=1403744/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=3276 CPUtime=0.01
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 683 0 0 0 1 0 0 0 18 0 1 0 70092564 3354624 668 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 819 668 58 171 0 645 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3276

[startup+0.101272 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 21277
/proc/meminfo: memFree=1403744/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=9244 CPUtime=0.09
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 2123 0 0 0 8 1 0 0 18 0 1 0 70092564 9465856 2108 1992294400 134512640 135213614 4294956256 18446744073709551615 134524022 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 2311 2108 71 171 0 2137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9244

[startup+0.301292 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 21277
/proc/meminfo: memFree=1403744/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=10432 CPUtime=0.29
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 2424 0 0 0 28 1 0 0 19 0 1 0 70092564 10682368 2409 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 2608 2409 79 171 0 2434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10432

[startup+0.701333 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 21277
/proc/meminfo: memFree=1403744/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=12820 CPUtime=0.69
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 3033 0 0 0 68 1 0 0 22 0 1 0 70092564 13127680 3018 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 3205 3019 79 171 0 3031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12820

[startup+1.50142 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1390744/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=16696 CPUtime=1.49
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 3983 0 0 0 147 2 0 0 25 0 1 0 70092564 17096704 3968 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 4174 3968 79 171 0 4000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16696

[startup+3.10158 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1384664/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=25608 CPUtime=3.09
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 6215 0 0 0 306 3 0 0 25 0 1 0 70092564 26222592 6200 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 6402 6200 79 171 0 6228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25608

[startup+6.30292 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1370648/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=36052 CPUtime=6.29
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 8834 0 0 0 624 5 0 0 25 0 1 0 70092564 36917248 8819 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 9013 8819 79 171 0 8839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36052

[startup+12.7016 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1354712/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=51952 CPUtime=12.69
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 12802 0 0 0 1260 9 0 0 25 0 1 0 70092564 53198848 12787 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 12988 12787 79 171 0 12814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51952

[startup+25.5019 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1330840/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=73780 CPUtime=25.49
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 18264 0 0 0 2536 13 0 0 25 0 1 0 70092564 75550720 18249 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 18445 18249 79 171 0 18271 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73780

[startup+51.1016 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1302360/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=102620 CPUtime=51.07
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 25436 0 0 0 5087 20 0 0 25 0 1 0 70092564 105082880 25421 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 25655 25421 79 171 0 25481 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 102620

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1249304/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=155444 CPUtime=102.26
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 38583 0 0 0 10194 32 0 0 25 0 1 0 70092564 159174656 38568 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 38861 38568 79 171 0 38687 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 155444

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1210072/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=195352 CPUtime=162.24
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 48485 0 0 0 16182 42 0 0 25 0 1 0 70092564 200040448 48470 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 48838 48470 79 171 0 48664 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 195352

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1176664/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=228232 CPUtime=222.23
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 56707 0 0 0 22173 50 0 0 25 0 1 0 70092564 233709568 56692 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 57058 56692 79 171 0 56884 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 228232

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1145624/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=259432 CPUtime=282.21
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 64477 0 0 0 28165 56 0 0 25 0 1 0 70092564 265658368 64462 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 64858 64462 79 171 0 64684 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 259432

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21278
/proc/meminfo: memFree=1117848/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=287524 CPUtime=342.2
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 71379 0 0 0 34158 62 0 0 25 0 1 0 70092564 294424576 71364 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 71881 71364 79 171 0 71707 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 287524

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1096280/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=309308 CPUtime=402.18
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 76801 0 0 0 40150 68 0 0 25 0 1 0 70092564 316731392 76786 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 77327 76786 79 171 0 77153 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 309308

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1075672/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=329776 CPUtime=462.16
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 81913 0 0 0 46142 74 0 0 25 0 1 0 70092564 337690624 81898 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 82444 81898 79 171 0 82270 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 329776

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1056920/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=349000 CPUtime=522.14
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 86655 0 0 0 52136 78 0 0 25 0 1 0 70092564 357376000 86640 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 87250 86640 79 171 0 87076 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 349000

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1038168/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=582.13
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91228 0 0 0 58130 83 0 0 25 0 1 0 70092564 376012800 91213 1992294400 134512640 135213614 4294956256 18446744073709551615 134535308 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91213 79 171 0 91626 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 367200

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1038104/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=642.11
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91231 0 0 0 64128 83 0 0 25 0 1 0 70092564 376012800 91216 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91216 79 171 0 91626 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 367200

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1038040/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=702.09
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91235 0 0 0 70126 83 0 0 25 0 1 0 70092564 376012800 91220 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91220 79 171 0 91626 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 367200

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1038040/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=762.08
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91239 0 0 0 76125 83 0 0 25 0 1 0 70092564 376012800 91224 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91224 79 171 0 91626 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 367200

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1037976/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=822.06
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91240 0 0 0 82123 83 0 0 25 0 1 0 70092564 376012800 91225 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91225 79 171 0 91626 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 367200

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1037912/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=882.05
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91244 0 0 0 88121 84 0 0 25 0 1 0 70092564 376012800 91229 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91229 79 171 0 91626 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 367200

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1037912/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=942.03
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91249 0 0 0 94119 84 0 0 25 0 1 0 70092564 376012800 91234 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91234 79 171 0 91626 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 367200

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1037848/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=367200 CPUtime=1002.02
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 91250 0 0 0 100118 84 0 0 25 0 1 0 70092564 376012800 91235 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 91800 91235 79 171 0 91626 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 367200

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1022232/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=383252 CPUtime=1062
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 95249 0 0 0 106113 87 0 0 25 0 1 0 70092564 392450048 95234 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 95813 95234 79 171 0 95639 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 383252

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=1005848/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=399612 CPUtime=1121.98
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 99274 0 0 0 112107 91 0 0 25 0 1 0 70092564 409202688 99259 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 99903 99259 79 171 0 99729 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 399612

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21284
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=419424 CPUtime=1181.97
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 104199 0 0 0 118100 97 0 0 25 0 1 0 70092564 429490176 104184 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 104856 104184 79 171 0 104682 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 419424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 21286
/proc/meminfo: memFree=979992/2055920 swapFree=4192812/4192956
[pid=21277] ppid=21275 vsize=425448 CPUtime=1200.07
/proc/21277/stat : 21277 (minisat_static) R 21275 21277 20961 0 -1 4194304 105684 0 0 0 119908 99 0 0 25 0 1 0 70092564 435658752 105669 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21277/statm: 106362 105669 79 171 0 106188 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 425448

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.47
CPU time (s): 1200.15
CPU user time (s): 1199.09
CPU system time (s): 1.05984
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 425448

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

runsolver used 0.830873 second user time and 2.5966 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-12 19:55:07
IDJOB=1806584
IDBENCH=70908
IDSOLVER=651
FILE ID=node7/1806584-1242150907
PBS_JOBID= 9289714
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=890025300

node7.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.243
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.243
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:       1404160 kB
Buffers:         59780 kB
Cached:         494416 kB
SwapCached:        140 kB
Active:          92932 kB
Inactive:       475324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4252 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            69396 kB
Committed_AS:   256820 kB
PageTables:       1444 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= 66252 MiB
End job on node7 at 2009-05-12 20:15:10