Trace number 428861

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.06 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
MD5SUMcd57d37a316c4dccaae3ab131e3f8090
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 variables520
Number of clauses24646
Sum of the clauses size72792
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21456
Number of clauses of size 323160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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:  520                                                  |
0.00/0.00	|  Number of clauses:    24646                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.59/0.67	============================[ Search Statistics ]==============================
0.59/0.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.67	===============================================================================
0.59/0.67	|         0 |     490    24616   112677 |     8205        0    nan |  0.000 % |
0.59/0.68	|       101 |     490    24616   112677 |     9025      101    103 |  0.000 % |
0.59/0.68	|       251 |     490    24616   112677 |     9928      251     85 |  0.000 % |
0.59/0.70	|       476 |     490    24616   112677 |    10921      476     79 |  0.000 % |
0.69/0.71	|       817 |     490    24616   112677 |    12013      817     82 |  0.000 % |
0.69/0.75	|      1324 |     490    24616   112677 |    13214     1324     86 |  0.000 % |
0.79/0.80	|      2083 |     490    24616   112677 |    14536     2083     87 |  0.000 % |
0.79/0.88	|      3223 |     490    24616   112677 |    15989     3223     84 |  0.000 % |
1.00/1.08	|      4932 |     490    24616   112677 |    17588     4932     92 |  0.000 % |
1.29/1.36	|      7497 |     490    24616   112677 |    19347     7497     95 |  0.000 % |
2.09/2.19	|     11342 |     490    24616   112677 |    21282    11342    102 |  0.000 % |
2.69/2.79	|     17110 |     490    24616   112677 |    23410    17110     96 |  0.000 % |
5.69/5.71	|     25759 |     490    24616   112677 |    25751    13162     89 |  0.000 % |
7.89/7.92	|     38735 |     490    24616   112677 |    28327    26138     79 |  0.000 % |
16.18/16.28	|     58196 |     490    24616   112677 |    31159    13118    123 |  0.000 % |
22.89/22.99	|     87388 |     490    24616   112677 |    34275    23420     91 |  0.000 % |
50.67/50.72	|    131177 |     490    24616   112677 |    37703    23260    105 |  0.000 % |
74.87/74.95	|    196864 |     490    24616   112677 |    41473    14861     85 |  0.000 % |
142.35/142.40	|    295392 |     490    24616   112677 |    45620    28633    111 |  0.000 % |
200.73/200.85	|    443184 |     490    24616   112677 |    50183    21703     83 |  0.000 % |
412.38/412.53	|    664869 |     490    24616   112677 |    55201    28599     98 |  0.000 % |
560.83/561.09	|    997395 |     490    24616   112677 |    60721    34314     77 |  0.000 % |
1128.96/1129.34	|   1496187 |     490    24616   112677 |    66793    22187    119 |  0.000 % |

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/node47/watcher-428861-1177754940 -o ROOT/results/node47/solver-428861-1177754940 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428861-1177754940/minimarch_fixed /tmp/evaluation/428861-1177754940/instance-428861-1177754940.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: 1.00 1.00 1.00 3/77 7825
/proc/meminfo: memFree=1425096/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=2004 CPUtime=0
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 229 0 0 0 0 0 0 0 18 0 1 0 130339388 2052096 214 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134517876 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 501 214 51 132 0 366 0

[startup+0.0757621 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7825
/proc/meminfo: memFree=1425096/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=3036 CPUtime=0.07
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 529 0 0 0 7 0 0 0 18 0 1 0 130339388 3108864 514 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531323 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 759 514 63 132 0 624 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3036

[startup+0.101764 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7825
/proc/meminfo: memFree=1425096/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=3036 CPUtime=0.09
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 529 0 0 0 9 0 0 0 18 0 1 0 130339388 3108864 514 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531331 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 759 514 63 132 0 624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3036

[startup+0.301786 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7825
/proc/meminfo: memFree=1425096/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=3892 CPUtime=0.29
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 715 0 0 0 29 0 0 0 19 0 1 0 130339388 3985408 700 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 973 700 63 132 0 838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3892

[startup+0.701829 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7825
/proc/meminfo: memFree=1425096/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=3728 CPUtime=0.69
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 746 0 0 0 69 0 0 0 23 0 1 0 130339388 3817472 677 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 932 677 68 132 0 797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3728

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 7826
/proc/meminfo: memFree=1421440/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=6896 CPUtime=1.49
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 1542 0 0 0 149 0 0 0 25 0 1 0 130339388 7061504 1473 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 1724 1473 68 132 0 1589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6896

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7826
/proc/meminfo: memFree=1418048/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=11076 CPUtime=3.09
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 2579 0 0 0 308 1 0 0 25 0 1 0 130339388 11341824 2510 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 2769 2510 68 132 0 2634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11076

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7826
/proc/meminfo: memFree=1412544/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=13624 CPUtime=6.29
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 3192 0 0 0 627 2 0 0 25 0 1 0 130339388 13950976 3123 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 3406 3123 68 132 0 3271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13624

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7826
/proc/meminfo: memFree=1411648/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=14448 CPUtime=12.69
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 3400 0 0 0 1267 2 0 0 25 0 1 0 130339388 14794752 3331 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 3612 3331 68 132 0 3477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14448

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7826
/proc/meminfo: memFree=1406464/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=19624 CPUtime=25.49
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 4684 0 0 0 2546 3 0 0 25 0 1 0 130339388 20094976 4615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 4906 4615 68 132 0 4771 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19624

[startup+51.1023 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7826
/proc/meminfo: memFree=1404480/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=21624 CPUtime=51.07
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 5190 0 0 0 5104 3 0 0 25 0 1 0 130339388 22142976 5121 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 5406 5121 68 132 0 5271 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21624

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7828
/proc/meminfo: memFree=1397952/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=28272 CPUtime=102.27
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 6820 0 0 0 10222 5 0 0 25 0 1 0 130339388 28950528 6751 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 7068 6751 68 132 0 6933 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28272

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7828
/proc/meminfo: memFree=1394944/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=31272 CPUtime=162.24
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 7555 0 0 0 16218 6 0 0 25 0 1 0 130339388 32022528 7486 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 7818 7486 68 132 0 7683 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31272

[startup+222.303 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 7828
/proc/meminfo: memFree=1393088/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=32988 CPUtime=222.22
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 8007 0 0 0 22215 7 0 0 25 0 1 0 130339388 33779712 7938 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 8247 7938 68 132 0 8112 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 32988

[startup+282.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/78 7828
/proc/meminfo: memFree=1390016/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=36380 CPUtime=282.2
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 8759 0 0 0 28212 8 0 0 25 0 1 0 130339388 37253120 8690 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 9095 8690 68 132 0 8960 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 36380

[startup+342.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/78 7828
/proc/meminfo: memFree=1389696/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=36860 CPUtime=342.19
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 8879 0 0 0 34210 9 0 0 25 0 1 0 130339388 37744640 8810 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551512 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 9215 8810 68 132 0 9080 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 36860

[startup+402.301 s]
/proc/loadavg: 1.16 1.06 1.01 2/78 7828
/proc/meminfo: memFree=1388672/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=38164 CPUtime=402.18
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 9143 0 0 0 40208 10 0 0 25 0 1 0 130339388 39079936 9074 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 9541 9074 68 132 0 9406 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38164

[startup+462.302 s]
/proc/loadavg: 1.12 1.06 1.01 3/78 7828
/proc/meminfo: memFree=1388160/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=38664 CPUtime=462.15
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 9257 0 0 0 46205 10 0 0 25 0 1 0 130339388 39591936 9188 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 9666 9188 68 132 0 9531 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 38664

[startup+522.301 s]
/proc/loadavg: 1.09 1.06 1.01 2/78 7828
/proc/meminfo: memFree=1387840/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=38984 CPUtime=522.14
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 9331 0 0 0 52203 11 0 0 25 0 1 0 130339388 39919616 9262 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 9746 9262 68 132 0 9611 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 38984

[startup+582.302 s]
/proc/loadavg: 1.15 1.09 1.02 2/78 7828
/proc/meminfo: memFree=1383168/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=43700 CPUtime=582.12
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 10514 0 0 0 58200 12 0 0 25 0 1 0 130339388 44748800 10445 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 10925 10445 68 132 0 10790 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 43700

[startup+642.302 s]
/proc/loadavg: 1.10 1.09 1.02 2/78 7828
/proc/meminfo: memFree=1379392/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=47464 CPUtime=642.11
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 11451 0 0 0 64197 14 0 0 25 0 1 0 130339388 48603136 11382 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 11866 11382 68 132 0 11731 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 47464

[startup+702.302 s]
/proc/loadavg: 1.03 1.07 1.01 2/78 7828
/proc/meminfo: memFree=1378944/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=47956 CPUtime=702.09
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 11549 0 0 0 70195 14 0 0 25 0 1 0 130339388 49106944 11480 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 11989 11480 68 132 0 11854 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 47956

[startup+762.306 s]
/proc/loadavg: 1.01 1.05 1.01 2/78 7828
/proc/meminfo: memFree=1377216/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=49804 CPUtime=762.07
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 12006 0 0 0 76192 15 0 0 25 0 1 0 130339388 50999296 11937 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 12451 11937 68 132 0 12316 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 49804

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/78 7828
/proc/meminfo: memFree=1377472/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=49304 CPUtime=822.05
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 12006 0 0 0 82190 15 0 0 25 0 1 0 130339388 50487296 11835 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 12326 11835 68 132 0 12191 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 49304

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 7828
/proc/meminfo: memFree=1375616/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=51340 CPUtime=882.03
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 12494 0 0 0 88187 16 0 0 25 0 1 0 130339388 52572160 12323 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 12835 12323 68 132 0 12700 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 51340

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 7828
/proc/meminfo: memFree=1375296/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=51756 CPUtime=942.02
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 12589 0 0 0 94185 17 0 0 25 0 1 0 130339388 52998144 12418 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 12939 12418 68 132 0 12804 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 51756

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 7828
/proc/meminfo: memFree=1373632/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=53460 CPUtime=1002
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 12994 0 0 0 100182 18 0 0 25 0 1 0 130339388 54743040 12823 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 13365 12823 68 132 0 13230 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 53460

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7828
/proc/meminfo: memFree=1370432/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=56744 CPUtime=1061.99
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 13788 0 0 0 106180 19 0 0 25 0 1 0 130339388 58105856 13617 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 14186 13617 68 132 0 14051 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 56744

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7828
/proc/meminfo: memFree=1370432/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=56744 CPUtime=1121.96
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 13789 0 0 0 112177 19 0 0 25 0 1 0 130339388 58105856 13618 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 14186 13618 68 132 0 14051 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 56744

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7828
/proc/meminfo: memFree=1370368/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=56864 CPUtime=1181.95
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 13802 0 0 0 118175 20 0 0 25 0 1 0 130339388 58228736 13631 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 14216 13631 68 132 0 14081 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 56864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7828
/proc/meminfo: memFree=1370368/2055920 swapFree=4158036/4192956
[pid=7825] ppid=7823 vsize=56864 CPUtime=1200.04
/proc/7825/stat : 7825 (minimarch_fixed) R 7823 7825 6783 0 -1 4194304 13802 0 0 0 119984 20 0 0 25 0 1 0 130339388 58228736 13631 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7825/statm: 14216 13631 68 132 0 14081 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 56864

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.06
CPU user time (s): 1199.85
CPU system time (s): 0.211967
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 56864

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

runsolver used 0.913861 second user time and 2.78758 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Apr 28 10:09:00 UTC 2007

IDJOB= 428861
IDBENCH= 24680
IDSOLVER= 198
FILE ID= node47/428861-1177754940

PBS_JOBID= 4715494

Free space on /tmp= 66478 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428861-1177754940/minimarch_fixed /tmp/evaluation/428861-1177754940/instance-428861-1177754940.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-428861-1177754940 -o ROOT/results/node47/solver-428861-1177754940 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428861-1177754940/minimarch_fixed /tmp/evaluation/428861-1177754940/instance-428861-1177754940.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  cd57d37a316c4dccaae3ab131e3f8090

RANDOM SEED= 571575238

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1425504 kB
Buffers:         52284 kB
Cached:         486300 kB
SwapCached:       4056 kB
Active:         208060 kB
Inactive:       354696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425504 kB
SwapTotal:     4192956 kB
SwapFree:      4158036 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:          30760 kB
Slab:            53204 kB
Committed_AS:  3975824 kB
PageTables:       1776 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= 66478 MiB

End job on node47 on Sat Apr 28 10:29:03 UTC 2007