Trace number 1806402

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

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
MD5SUMe9a4b8de00c9a73b6f8447e11f01f363
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 variables182
Number of clauses1197
Sum of the clauses size2548
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21183
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 514

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:  182                                                  |
0.00/0.00	|  Number of clauses:    1197                                                 |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     182     1197     2548 |      399        0    nan |  0.000 % |
0.00/0.00	|       100 |     182     1197     2548 |      438      100     43 |  0.042 % |
0.00/0.00	|       250 |     182     1197     2548 |      482      250     46 |  0.042 % |
0.00/0.01	|       475 |     182     1197     2548 |      531      475     48 |  0.042 % |
0.00/0.02	|       812 |     182     1197     2548 |      584      489     54 |  0.042 % |
0.00/0.04	|      1318 |     182     1197     2548 |      642      643     54 |  0.042 % |
0.00/0.07	|      2077 |     182     1197     2548 |      706      702     61 |  0.003 % |
0.09/0.12	|      3216 |     182     1197     2548 |      777      621     56 |  0.042 % |
0.19/0.20	|      4924 |     182     1197     2548 |      855      555     57 |  0.003 % |
0.29/0.33	|      7486 |     182     1197     2548 |      940      709     63 |  0.003 % |
0.49/0.54	|     11331 |     182     1197     2548 |     1034      901     63 |  0.042 % |
0.79/0.90	|     17097 |     182     1197     2548 |     1138      983     60 |  0.003 % |
1.39/1.49	|     25746 |     182     1197     2548 |     1252      950     64 |  0.003 % |
2.29/2.35	|     38721 |     182     1197     2548 |     1377     1114     60 |  0.042 % |
3.69/3.77	|     58182 |     182     1197     2548 |     1515     1373     68 |  0.042 % |
5.89/5.93	|     87375 |     182     1197     2548 |     1666     1492     60 |  0.042 % |
9.19/9.28	|    131166 |     182     1197     2548 |     1833     1220     69 |  0.003 % |
14.79/14.83	|    196850 |     182     1197     2548 |     2016     1371     60 |  0.003 % |
23.88/23.91	|    295376 |     182     1197     2548 |     2218     1821     68 |  0.003 % |
36.88/36.94	|    443167 |     182     1197     2548 |     2440     1672     60 |  0.003 % |
58.47/58.56	|    664852 |     182     1197     2548 |     2684     1890     68 |  0.042 % |
91.76/91.84	|    997377 |     182     1197     2548 |     2952     2671     69 |  0.042 % |
143.74/143.88	|   1496165 |     182     1197     2548 |     3247     1623     60 |  0.042 % |
226.51/226.67	|   2244347 |     182     1197     2548 |     3572     2944     59 |  0.042 % |
352.87/353.00	|   3366622 |     182     1197     2548 |     3930     3551     66 |  0.042 % |
554.19/554.45	|   5050033 |     182     1197     2548 |     4323     2566     64 |  0.003 % |
867.38/867.74	|   7575149 |     182     1197     2548 |     4755     2366     71 |  0.042 % |

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-1806402-1242148726/watcher-1806402-1242148726 -o /tmp/evaluation-result-1806402-1242148726/solver-1806402-1242148726 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806402-1242148726.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.98 3/65 17616
/proc/meminfo: memFree=792920/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=1892 CPUtime=0
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 133 0 0 0 0 0 0 0 20 0 1 0 242901550 1937408 118 1992294400 134512640 135213614 4294956256 18446744073709551615 134530639 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 473 118 77 171 0 299 0

[startup+0.0856869 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 17616
/proc/meminfo: memFree=792920/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2156 CPUtime=0.08
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 194 0 0 0 8 0 0 0 20 0 1 0 242901550 2207744 179 1992294400 134512640 135213614 4294956256 18446744073709551615 134529640 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 539 179 77 171 0 365 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2156

[startup+0.10169 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 17616
/proc/meminfo: memFree=792920/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2156 CPUtime=0.09
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 195 0 0 0 9 0 0 0 20 0 1 0 242901550 2207744 180 1992294400 134512640 135213614 4294956256 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 539 180 77 171 0 365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2156

[startup+0.30173 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 17616
/proc/meminfo: memFree=792920/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2288 CPUtime=0.29
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 220 0 0 0 29 0 0 0 22 0 1 0 242901550 2342912 205 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 572 205 77 171 0 398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2288

[startup+0.701812 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 17616
/proc/meminfo: memFree=792920/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2420 CPUtime=0.69
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 244 0 0 0 69 0 0 0 25 0 1 0 242901550 2478080 229 1992294400 134512640 135213614 4294956256 18446744073709551615 134536526 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 605 229 77 171 0 431 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2420

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=792208/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2552 CPUtime=1.49
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 274 0 0 0 149 0 0 0 25 0 1 0 242901550 2613248 259 1992294400 134512640 135213614 4294956256 18446744073709551615 134527264 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 638 259 77 171 0 464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2552

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=792016/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2684 CPUtime=3.09
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 306 0 0 0 309 0 0 0 25 0 1 0 242901550 2748416 291 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 671 291 77 171 0 497 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2684

[startup+6.30195 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=791696/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2816 CPUtime=6.29
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 352 0 0 0 629 0 0 0 25 0 1 0 242901550 2883584 337 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 704 337 77 171 0 530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2816

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=791384/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=2948 CPUtime=12.69
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 396 0 0 0 1269 0 0 0 25 0 1 0 242901550 3018752 381 1992294400 134512640 135213614 4294956256 18446744073709551615 134529801 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 737 381 77 171 0 563 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2948

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=791000/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=3344 CPUtime=25.48
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 475 0 0 0 2548 0 0 0 25 0 1 0 242901550 3424256 460 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 836 460 77 171 0 662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3344

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=790744/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=3604 CPUtime=51.07
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 543 0 0 0 5107 0 0 0 25 0 1 0 242901550 3690496 528 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 901 528 77 171 0 727 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3604

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=790360/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=4004 CPUtime=102.26
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 641 0 0 0 10226 0 0 0 25 0 1 0 242901550 4100096 626 1992294400 134512640 135213614 4294956256 18446744073709551615 134527032 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1001 626 77 171 0 827 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4004

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789976/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=4268 CPUtime=162.23
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 726 0 0 0 16223 0 0 0 25 0 1 0 242901550 4370432 711 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1067 711 77 171 0 893 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4268

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789656/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=4512 CPUtime=222.21
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 788 0 0 0 22221 0 0 0 25 0 1 0 242901550 4620288 773 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1128 773 77 171 0 954 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4512

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789336/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=4896 CPUtime=282.19
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 858 0 0 0 28219 0 0 0 25 0 1 0 242901550 5013504 843 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1224 843 77 171 0 1050 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 4896

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789272/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=4896 CPUtime=342.17
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 868 0 0 0 34217 0 0 0 25 0 1 0 242901550 5013504 853 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1224 853 77 171 0 1050 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 4896

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789016/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5160 CPUtime=402.14
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 938 0 0 0 40214 0 0 0 25 0 1 0 242901550 5283840 923 1992294400 134512640 135213614 4294956256 18446744073709551615 134536632 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1290 923 77 171 0 1116 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 5160

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789144/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5160 CPUtime=462.12
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 938 0 0 0 46212 0 0 0 25 0 1 0 242901550 5283840 923 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1290 923 77 171 0 1116 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 5160

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=789144/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5160 CPUtime=522.1
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 944 0 0 0 52210 0 0 0 25 0 1 0 242901550 5283840 929 1992294400 134512640 135213614 4294956256 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1290 929 77 171 0 1116 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 5160

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=788824/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5424 CPUtime=582.08
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1013 0 0 0 58208 0 0 0 25 0 1 0 242901550 5554176 998 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1356 998 77 171 0 1182 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 5424

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=788760/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5552 CPUtime=642.06
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1027 0 0 0 64206 0 0 0 25 0 1 0 242901550 5685248 1012 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1388 1012 77 171 0 1214 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 5552

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 17617
/proc/meminfo: memFree=788696/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5552 CPUtime=702.04
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1036 0 0 0 70204 0 0 0 25 0 1 0 242901550 5685248 1021 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1388 1021 77 171 0 1214 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 5552

[startup+762.306 s]
/proc/loadavg: 1.08 1.02 0.99 2/66 17617
/proc/meminfo: memFree=788632/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5552 CPUtime=762.02
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1040 0 0 0 76202 0 0 0 25 0 1 0 242901550 5685248 1025 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1388 1025 77 171 0 1214 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 5552

[startup+822.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 17617
/proc/meminfo: memFree=788632/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5684 CPUtime=822
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1059 0 0 0 82200 0 0 0 25 0 1 0 242901550 5820416 1044 1992294400 134512640 135213614 4294956256 18446744073709551615 134535016 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1421 1044 77 171 0 1247 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 5684

[startup+882.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 17617
/proc/meminfo: memFree=788312/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5932 CPUtime=881.97
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1130 0 0 0 88197 0 0 0 25 0 1 0 242901550 6074368 1115 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1483 1115 77 171 0 1309 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 5932

[startup+942.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 17617
/proc/meminfo: memFree=788248/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=5932 CPUtime=941.95
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1137 0 0 0 94195 0 0 0 25 0 1 0 242901550 6074368 1122 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1483 1122 77 171 0 1309 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 5932

[startup+1002.3 s]
/proc/loadavg: 1.14 1.06 1.01 2/66 17617
/proc/meminfo: memFree=788248/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=6040 CPUtime=1001.93
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1149 0 0 0 100193 0 0 0 25 0 1 0 242901550 6184960 1134 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1510 1134 77 171 0 1336 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 6040

[startup+1062.3 s]
/proc/loadavg: 1.15 1.08 1.01 2/66 17617
/proc/meminfo: memFree=788248/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=6040 CPUtime=1061.91
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1152 0 0 0 106191 0 0 0 25 0 1 0 242901550 6184960 1137 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1510 1137 77 171 0 1336 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 6040

[startup+1122.3 s]
/proc/loadavg: 1.10 1.08 1.01 2/66 17617
/proc/meminfo: memFree=788120/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=6040 CPUtime=1121.89
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1174 0 0 0 112189 0 0 0 25 0 1 0 242901550 6184960 1159 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1510 1159 77 171 0 1336 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 6040

[startup+1182.3 s]
/proc/loadavg: 1.08 1.08 1.01 3/66 17617
/proc/meminfo: memFree=788056/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=6164 CPUtime=1181.87
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1193 0 0 0 118187 0 0 0 25 0 1 0 242901550 6311936 1178 1992294400 134512640 135213614 4294956256 18446744073709551615 134526641 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1541 1178 77 171 0 1367 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 6164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.13 1.09 1.02 2/66 17617
/proc/meminfo: memFree=788120/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=6164 CPUtime=1200.06
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1193 0 0 0 120006 0 0 0 25 0 1 0 242901550 6311936 1178 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1541 1178 77 171 0 1367 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 6164

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: 1.13 1.09 1.02 2/66 17617
/proc/meminfo: memFree=788120/2055920 swapFree=4162572/4192956
[pid=17616] ppid=17614 vsize=6164 CPUtime=1200.06
/proc/17616/stat : 17616 (minisat_static) R 17614 17616 17299 0 -1 4194304 1193 0 0 0 120006 0 0 0 25 0 1 0 242901550 6311936 1178 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/17616/statm: 1541 1178 77 171 0 1367 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 6164

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200.07
CPU system time (s): 0.009998
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 6172

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

runsolver used 1.39379 second user time and 2.89856 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-12 19:18:46
IDJOB=1806402
IDBENCH=24730
IDSOLVER=651
FILE ID=node80/1806402-1242148726
PBS_JOBID= 9289646
Free space on /tmp= 65996 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806402-1242148726/watcher-1806402-1242148726 -o /tmp/evaluation-result-1806402-1242148726/solver-1806402-1242148726 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806402-1242148726.cnf

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

MD5SUM BENCH= e9a4b8de00c9a73b6f8447e11f01f363
RANDOM SEED=147949189

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        793336 kB
Buffers:         84472 kB
Cached:        1067672 kB
SwapCached:      25208 kB
Active:         286504 kB
Inactive:       894024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        793336 kB
SwapTotal:     4192956 kB
SwapFree:      4162572 kB
Dirty:             800 kB
Writeback:           0 kB
Mapped:          13444 kB
Slab:            68040 kB
Committed_AS:   923172 kB
PageTables:       1384 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= 65992 MiB
End job on node80 at 2009-05-12 19:38:49