Trace number 428823

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, and are wall clock time (not CPU 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
minimarch 2007-04-26 (fixed)? (TO) 1200.11 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
MD5SUM0ce167d7a0126df2b5481aeca929a46c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark285.775
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses5067
Sum of the clauses size10404
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25049
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of 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:  306                                                  |
0.00/0.00	|  Number of clauses:    5067                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |     288     4761    14112 |     1587        0    nan |  0.000 % |
0.00/0.05	|       100 |     288     4761    14112 |     1745      100    110 |  0.001 % |
0.00/0.06	|       258 |     288     4761    14112 |     1920      258    125 |  0.001 % |
0.08/0.09	|       483 |     288     4761    14112 |     2112      483    130 |  0.001 % |
0.09/0.12	|       820 |     288     4761    14112 |     2323      820    132 |  0.001 % |
0.09/0.19	|      1328 |     288     4761    14112 |     2555     1328    131 |  0.001 % |
0.39/0.40	|      2088 |     288     4761    14112 |     2811     2088    136 |  0.001 % |
0.69/0.72	|      3227 |     288     4761    14112 |     3092     1718    131 |  0.001 % |
1.19/1.27	|      4936 |     288     4761    14112 |     3401     1790    128 |  0.001 % |
2.20/2.25	|      7501 |     288     4761    14112 |     3742     2571    132 |  0.001 % |
2.99/3.07	|     11345 |     288     4761    14112 |     4116     2484    128 |  0.001 % |
5.19/5.27	|     17113 |     288     4761    14112 |     4527     3955    137 |  0.001 % |
8.19/8.25	|     25772 |     288     4761    14112 |     4980     3162    106 |  0.001 % |
11.09/11.15	|     38751 |     288     4761    14112 |     5478     3159    138 |  0.001 % |
16.08/16.17	|     58214 |     288     4761    14112 |     6026     5593    156 |  0.001 % |
24.78/24.82	|     87409 |     288     4761    14112 |     6629     3569    138 |  0.001 % |
39.39/39.49	|    131199 |     288     4761    14112 |     7292     6390    136 |  0.001 % |
59.88/59.94	|    196884 |     288     4761    14112 |     8021     4539    113 |  0.001 % |
97.97/98.03	|    295411 |     288     4761    14112 |     8823     4400    117 |  0.001 % |
169.75/169.85	|    443201 |     288     4761    14112 |     9705     8591    135 |  0.001 % |
249.64/249.79	|    664884 |     288     4761    14112 |    10676     7589    116 |  0.001 % |
376.40/376.58	|    997410 |     288     4761    14112 |    11744     7858    114 |  0.001 % |
654.53/654.71	|   1496203 |     288     4761    14112 |    12918    10898    139 |  0.001 % |
1083.62/1083.93	|   2244387 |     288     4761    14112 |    14210     6898    106 |  0.001 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node45/watcher-428823-1177753230 -o ROOT/results/node45/solver-428823-1177753230 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428823-1177753230/minimarch_fixed /tmp/evaluation/428823-1177753230/instance-428823-1177753230.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12381
/proc/meminfo: memFree=1471800/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=2008 CPUtime=0
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 130168598 2056192 147 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134687976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 502 148 51 132 0 367 0

[startup+0.081208 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12381
/proc/meminfo: memFree=1471800/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=2132 CPUtime=0.08
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 236 0 0 0 8 0 0 0 18 0 1 0 130168598 2183168 221 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 533 221 68 132 0 398 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2132

[startup+0.101209 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12381
/proc/meminfo: memFree=1471800/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=2264 CPUtime=0.09
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 261 0 0 0 9 0 0 0 18 0 1 0 130168598 2318336 246 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 566 246 68 132 0 431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2264

[startup+0.30123 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12381
/proc/meminfo: memFree=1471800/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=3056 CPUtime=0.29
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 438 0 0 0 29 0 0 0 19 0 1 0 130168598 3129344 423 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 764 423 68 132 0 629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3056

[startup+0.70127 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12381
/proc/meminfo: memFree=1471800/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=3848 CPUtime=0.69
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 638 0 0 0 69 0 0 0 23 0 1 0 130168598 3940352 623 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 962 623 68 132 0 827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3848

[startup+1.50135 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1469552/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=3980 CPUtime=1.49
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 688 0 0 0 149 0 0 0 25 0 1 0 130168598 4075520 673 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 995 673 68 132 0 860 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3980

[startup+3.10152 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1468976/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=4508 CPUtime=3.09
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 802 0 0 0 309 0 0 0 25 0 1 0 130168598 4616192 787 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 1127 787 68 132 0 992 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4508

[startup+6.30184 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1468272/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=5168 CPUtime=6.29
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 967 0 0 0 629 0 0 0 25 0 1 0 130168598 5292032 952 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 1292 952 68 132 0 1157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5168

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1466736/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=6364 CPUtime=12.69
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 1268 0 0 0 1269 0 0 0 25 0 1 0 130168598 6516736 1253 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 1591 1253 68 132 0 1456 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6364

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1465584/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=7424 CPUtime=25.48
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 1547 0 0 0 2548 0 0 0 25 0 1 0 130168598 7602176 1532 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 1856 1532 68 132 0 1721 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7424

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1464368/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=8612 CPUtime=51.08
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 1848 0 0 0 5107 1 0 0 25 0 1 0 130168598 8818688 1833 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 2153 1833 68 132 0 2018 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8612

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1463088/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=9924 CPUtime=102.27
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 2174 0 0 0 10226 1 0 0 25 0 1 0 130168598 10162176 2159 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 2481 2159 68 132 0 2346 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9924

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1462128/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=10856 CPUtime=162.25
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 2402 0 0 0 16223 2 0 0 25 0 1 0 130168598 11116544 2387 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 2714 2387 68 132 0 2579 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10856

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1460656/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=12484 CPUtime=222.23
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 2783 0 0 0 22221 2 0 0 25 0 1 0 130168598 12783616 2768 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551360 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 3121 2768 68 132 0 2986 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 12484

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1460080/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=13028 CPUtime=282.22
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 2935 0 0 0 28219 3 0 0 25 0 1 0 130168598 13340672 2920 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 3257 2920 68 132 0 3122 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 13028

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1460016/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=13028 CPUtime=342.2
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 2937 0 0 0 34217 3 0 0 25 0 1 0 130168598 13340672 2922 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 3257 2922 68 132 0 3122 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 13028

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1457584/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=15548 CPUtime=402.18
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3545 0 0 0 40214 4 0 0 25 0 1 0 130168598 15921152 3530 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 3887 3530 68 132 0 3752 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 15548

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1457008/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=16264 CPUtime=462.17
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3705 0 0 0 46212 5 0 0 25 0 1 0 130168598 16654336 3690 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4066 3690 68 132 0 3931 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 16264

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1456688/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=16416 CPUtime=522.16
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3771 0 0 0 52210 6 0 0 25 0 1 0 130168598 16809984 3756 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4104 3756 68 132 0 3969 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 16416

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1456688/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=16416 CPUtime=582.14
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3774 0 0 0 58208 6 0 0 25 0 1 0 130168598 16809984 3759 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4104 3759 68 132 0 3969 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 16416

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1456688/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=16416 CPUtime=642.14
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3774 0 0 0 64207 7 0 0 25 0 1 0 130168598 16809984 3759 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4104 3759 68 132 0 3969 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 16416

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1456176/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=16984 CPUtime=702.11
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3893 0 0 0 70204 7 0 0 25 0 1 0 130168598 17391616 3878 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4246 3878 68 132 0 4111 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 16984

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12382
/proc/meminfo: memFree=1456112/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=17140 CPUtime=762.11
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3916 0 0 0 76203 8 0 0 25 0 1 0 130168598 17551360 3901 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4285 3901 68 132 0 4150 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 17140

[startup+822.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1455792/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=17456 CPUtime=822.08
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3995 0 0 0 82200 8 0 0 25 0 1 0 130168598 17874944 3980 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4364 3980 68 132 0 4229 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 17456

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1455792/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=17456 CPUtime=882.06
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3995 0 0 0 88198 8 0 0 25 0 1 0 130168598 17874944 3980 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4364 3980 68 132 0 4229 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 17456

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1455792/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=17456 CPUtime=942.05
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3995 0 0 0 94196 9 0 0 25 0 1 0 130168598 17874944 3980 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4364 3980 68 132 0 4229 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 17456

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1455792/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=17456 CPUtime=1002.03
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 3996 0 0 0 100194 9 0 0 25 0 1 0 130168598 17874944 3981 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4364 3981 68 132 0 4229 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 17456

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1455280/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=17984 CPUtime=1062.02
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 4113 0 0 0 106192 10 0 0 25 0 1 0 130168598 18415616 4098 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 4496 4098 68 132 0 4361 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 17984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1453168/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=20120 CPUtime=1122.01
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 4658 0 0 0 112190 11 0 0 25 0 1 0 130168598 20602880 4643 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 5030 4643 68 132 0 4895 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 20120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1453104/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=20120 CPUtime=1181.99
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 4659 0 0 0 118188 11 0 0 25 0 1 0 130168598 20602880 4644 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 5030 4644 68 132 0 4895 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 20120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12382
/proc/meminfo: memFree=1453104/2055920 swapFree=4157692/4192956
[pid=12381] ppid=12379 vsize=20108 CPUtime=1200.1
/proc/12381/stat : 12381 (minimarch_fixed) R 12379 12381 11639 0 -1 4194304 4659 0 0 0 119998 12 0 0 25 0 1 0 130168598 20590592 4644 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12381/statm: 5027 4644 68 132 0 4892 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 20108

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.41
CPU time (s): 1200.11
CPU user time (s): 1199.98
CPU system time (s): 0.124981
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 20120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4659
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= 6
involuntary context switches= 24908

runsolver used 0.934857 second user time and 2.58161 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Apr 28 09:40:30 UTC 2007

IDJOB= 428823
IDBENCH= 24661
IDSOLVER= 198
FILE ID= node45/428823-1177753230

PBS_JOBID= 4715500

Free space on /tmp= 66535 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428823-1177753230/minimarch_fixed /tmp/evaluation/428823-1177753230/instance-428823-1177753230.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-428823-1177753230 -o ROOT/results/node45/solver-428823-1177753230 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428823-1177753230/minimarch_fixed /tmp/evaluation/428823-1177753230/instance-428823-1177753230.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  0ce167d7a0126df2b5481aeca929a46c

RANDOM SEED= 34183688

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.218
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.218
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:       1472208 kB
Buffers:         50400 kB
Cached:         441900 kB
SwapCached:      15048 kB
Active:         248656 kB
Inactive:       267372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472208 kB
SwapTotal:     4192956 kB
SwapFree:      4157692 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            53252 kB
Committed_AS:  1401600 kB
PageTables:       1732 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= 66535 MiB

End job on node45 on Sat Apr 28 10:00:32 UTC 2007