Trace number 428849

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
MD5SUM9f209556efd81ba93e992e22316c3ed8
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 variables205
Number of clauses4549
Sum of the clauses size12775
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2975
Number of clauses of size 33555
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519

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:  205                                                  |
0.00/0.00	|  Number of clauses:    4549                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.06	============================[ Search Statistics ]==============================
0.00/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	===============================================================================
0.00/0.06	|         0 |     186     4389    17926 |     1463        0    nan |  0.000 % |
0.00/0.06	|       100 |     186     4389    17926 |     1609      100     44 |  0.002 % |
0.00/0.06	|       250 |     186     4389    17926 |     1770      250     39 |  0.002 % |
0.00/0.07	|       475 |     186     4389    17926 |     1947      475     35 |  0.002 % |
0.00/0.08	|       812 |     186     4389    17926 |     2141      812     36 |  0.002 % |
0.09/0.10	|      1318 |     186     4389    17926 |     2356     1318     34 |  0.002 % |
0.09/0.13	|      2077 |     186     4389    17926 |     2591     2077     35 |  0.002 % |
0.09/0.17	|      3218 |     186     4389    17926 |     2850     1862     25 |  0.002 % |
0.19/0.27	|      4928 |     186     4389    17926 |     3136     2070     39 |  0.002 % |
0.29/0.39	|      7491 |     186     4389    17926 |     3449     2988     37 |  0.002 % |
0.68/0.73	|     11335 |     186     4389    17926 |     3794     3246     64 |  0.002 % |
0.99/1.06	|     17102 |     186     4389    17926 |     4174     3152     57 |  0.002 % |
1.58/1.61	|     25751 |     186     4389    17926 |     4591     3231     51 |  0.002 % |
2.68/2.75	|     38726 |     186     4389    17926 |     5050     4410     52 |  0.002 % |
4.17/4.21	|     58187 |     186     4389    17926 |     5555     3192     57 |  0.002 % |
6.27/6.31	|     87379 |     186     4389    17926 |     6111     4071     52 |  0.002 % |
9.46/9.54	|    131168 |     186     4389    17926 |     6722     4347     50 |  0.002 % |
14.36/14.49	|    196854 |     186     4389    17926 |     7394     5180     53 |  0.002 % |
22.25/22.32	|    295380 |     186     4389    17926 |     8134     6026     52 |  0.002 % |
33.42/33.57	|    443171 |     186     4389    17926 |     8947     5538     42 |  0.002 % |
49.42/49.54	|    664855 |     186     4389    17926 |     9842     5610     41 |  0.002 % |
76.62/76.72	|    997381 |     186     4389    17926 |    10826     9581     48 |  0.002 % |
119.70/119.89	|   1496169 |     186     4389    17926 |    11909    10871     56 |  0.002 % |
193.49/193.68	|   2244351 |     186     4389    17926 |    13100     7620     53 |  0.002 % |
323.55/323.74	|   3366627 |     186     4389    17926 |    14410     6665     47 |  0.002 % |
532.59/532.89	|   5050040 |     186     4389    17926 |    15851    11383     35 |  0.002 % |
817.41/817.76	|   7575156 |     186     4389    17926 |    17436    13780     50 |  0.002 % |

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/node4/watcher-428849-1177754484 -o ROOT/results/node4/solver-428849-1177754484 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428849-1177754484/minimarch_fixed /tmp/evaluation/428849-1177754484/instance-428849-1177754484.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/83 12068
/proc/meminfo: memFree=1603688/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=2020 CPUtime=0
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 251486187 2068480 148 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 505 148 51 132 0 370 0

[startup+0.099371 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 12068
/proc/meminfo: memFree=1603688/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=2128 CPUtime=0.09
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 230 0 0 0 9 0 0 0 18 0 1 0 251486187 2179072 215 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 532 216 67 132 0 397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2128

[startup+0.101371 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 12068
/proc/meminfo: memFree=1603688/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=2128 CPUtime=0.09
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 233 0 0 0 9 0 0 0 18 0 1 0 251486187 2179072 218 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 532 218 67 132 0 397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2128

[startup+0.30139 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 12068
/proc/meminfo: memFree=1603688/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=2524 CPUtime=0.29
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 334 0 0 0 29 0 0 0 19 0 1 0 251486187 2584576 319 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 631 319 67 132 0 496 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2524

[startup+0.701429 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 12068
/proc/meminfo: memFree=1603688/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=3052 CPUtime=0.68
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 449 0 0 0 68 0 0 0 23 0 1 0 251486187 3125248 434 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 763 434 67 132 0 628 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 3052

[startup+1.50151 s]
/proc/loadavg: 0.92 0.98 0.99 2/84 12085
/proc/meminfo: memFree=1602016/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=3316 CPUtime=1.48
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 523 0 0 0 148 0 0 0 25 0 1 0 251486187 3395584 508 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 829 508 67 132 0 694 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3316

[startup+3.10166 s]
/proc/loadavg: 0.92 0.98 0.99 2/84 12085
/proc/meminfo: memFree=1601632/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=3712 CPUtime=3.08
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 600 0 0 0 308 0 0 0 25 0 1 0 251486187 3801088 585 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557301 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 928 585 67 132 0 793 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3712

[startup+6.30196 s]
/proc/loadavg: 0.93 0.98 0.99 2/84 12103
/proc/meminfo: memFree=1600736/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=4240 CPUtime=6.27
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 752 0 0 0 627 0 0 0 25 0 1 0 251486187 4341760 737 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 1060 737 67 132 0 925 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 4240

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/84 12113
/proc/meminfo: memFree=1600160/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=4768 CPUtime=12.66
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 887 0 0 0 1266 0 0 0 25 0 1 0 251486187 4882432 872 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 1192 872 67 132 0 1057 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4768

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/84 12123
/proc/meminfo: memFree=1599520/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=5436 CPUtime=25.45
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 1047 0 0 0 2545 0 0 0 25 0 1 0 251486187 5566464 1032 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 1359 1032 67 132 0 1224 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5436

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 12145
/proc/meminfo: memFree=1599888/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=6228 CPUtime=51.02
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 1253 0 0 0 5102 0 0 0 25 0 1 0 251486187 6377472 1238 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 1557 1238 67 132 0 1422 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 6228

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 12145
/proc/meminfo: memFree=1598736/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=7424 CPUtime=102.21
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 1533 0 0 0 10220 1 0 0 25 0 1 0 251486187 7602176 1518 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 1856 1518 67 132 0 1721 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 7424

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12145
/proc/meminfo: memFree=1597456/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=8776 CPUtime=162.19
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 1859 0 0 0 16218 1 0 0 25 0 1 0 251486187 8986624 1844 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2194 1844 67 132 0 2059 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 8776

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12145
/proc/meminfo: memFree=1596176/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=10120 CPUtime=222.18
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2190 0 0 0 22216 2 0 0 25 0 1 0 251486187 10362880 2175 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551362 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2530 2175 67 132 0 2395 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10120

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12145
/proc/meminfo: memFree=1595856/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=10388 CPUtime=282.15
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2284 0 0 0 28213 2 0 0 25 0 1 0 251486187 10637312 2269 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2597 2269 67 132 0 2462 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 10388

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12145
/proc/meminfo: memFree=1595408/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=10792 CPUtime=342.14
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2378 0 0 0 34211 3 0 0 25 0 1 0 251486187 11051008 2363 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2698 2363 67 132 0 2563 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 10792

[startup+402.302 s]
/proc/loadavg: 1.03 1.00 1.00 3/78 12145
/proc/meminfo: memFree=1595472/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=10792 CPUtime=402.12
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2378 0 0 0 40209 3 0 0 25 0 1 0 251486187 11051008 2363 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2698 2363 67 132 0 2563 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 10792

[startup+462.302 s]
/proc/loadavg: 1.12 1.03 1.01 2/78 12145
/proc/meminfo: memFree=1595408/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=10792 CPUtime=462.11
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2388 0 0 0 46207 4 0 0 25 0 1 0 251486187 11051008 2373 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2698 2373 67 132 0 2563 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 10792

[startup+522.301 s]
/proc/loadavg: 1.18 1.05 1.01 2/78 12145
/proc/meminfo: memFree=1595152/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=11056 CPUtime=522.09
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2442 0 0 0 52205 4 0 0 25 0 1 0 251486187 11321344 2427 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2764 2427 67 132 0 2629 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 11056

[startup+582.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/78 12145
/proc/meminfo: memFree=1594704/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=11500 CPUtime=582.08
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2552 0 0 0 58203 5 0 0 25 0 1 0 251486187 11776000 2537 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 2875 2537 67 132 0 2740 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 11500

[startup+642.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 12145
/proc/meminfo: memFree=1594256/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=12044 CPUtime=642.06
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2660 0 0 0 64201 5 0 0 25 0 1 0 251486187 12333056 2645 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3011 2645 67 132 0 2876 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 12044

[startup+702.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 12145
/proc/meminfo: memFree=1593680/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=12572 CPUtime=702.05
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2812 0 0 0 70199 6 0 0 25 0 1 0 251486187 12873728 2797 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3143 2797 67 132 0 3008 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 12572

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 12145
/proc/meminfo: memFree=1593744/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=12572 CPUtime=762.03
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2813 0 0 0 76197 6 0 0 25 0 1 0 251486187 12873728 2798 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3143 2798 67 132 0 3008 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 12572

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 12145
/proc/meminfo: memFree=1593232/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=13232 CPUtime=822.01
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 2975 0 0 0 82195 6 0 0 25 0 1 0 251486187 13549568 2960 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563406 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3308 2960 67 132 0 3173 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 13232

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 12145
/proc/meminfo: memFree=1592912/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=13508 CPUtime=882
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3039 0 0 0 88193 7 0 0 25 0 1 0 251486187 13832192 3024 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3377 3024 67 132 0 3242 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 13508

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12145
/proc/meminfo: memFree=1592912/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=13508 CPUtime=941.98
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3040 0 0 0 94191 7 0 0 25 0 1 0 251486187 13832192 3025 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3377 3025 67 132 0 3242 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 13508

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12145
/proc/meminfo: memFree=1592848/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=13508 CPUtime=1001.96
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3052 0 0 0 100188 8 0 0 25 0 1 0 251486187 13832192 3037 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3377 3037 67 132 0 3242 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 13508

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12145
/proc/meminfo: memFree=1592912/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=13508 CPUtime=1061.95
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3053 0 0 0 106187 8 0 0 25 0 1 0 251486187 13832192 3038 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3377 3038 67 132 0 3242 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 13508

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12145
/proc/meminfo: memFree=1592720/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=13636 CPUtime=1121.93
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3082 0 0 0 112185 8 0 0 25 0 1 0 251486187 13963264 3067 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3409 3067 67 132 0 3274 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 13636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12145
/proc/meminfo: memFree=1591312/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=15088 CPUtime=1181.91
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3437 0 0 0 118182 9 0 0 25 0 1 0 251486187 15450112 3422 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3772 3422 67 132 0 3637 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 15088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12145
/proc/meminfo: memFree=1591312/2055920 swapFree=4141128/4192956
[pid=12068] ppid=12066 vsize=15088 CPUtime=1200.01
/proc/12068/stat : 12068 (minimarch_fixed) R 12066 12068 11154 0 -1 4194304 3438 0 0 0 119992 9 0 0 25 0 1 0 251486187 15450112 3423 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/12068/statm: 3772 3423 67 132 0 3637 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 15088

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.03
CPU user time (s): 1199.93
CPU system time (s): 0.098984
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 15088

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

runsolver used 0.955854 second user time and 2.46263 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Apr 28 10:01:24 UTC 2007

IDJOB= 428849
IDBENCH= 24674
IDSOLVER= 198
FILE ID= node4/428849-1177754484

PBS_JOBID= 4715512

Free space on /tmp= 66543 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428849-1177754484/minimarch_fixed /tmp/evaluation/428849-1177754484/instance-428849-1177754484.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-428849-1177754484 -o ROOT/results/node4/solver-428849-1177754484 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428849-1177754484/minimarch_fixed /tmp/evaluation/428849-1177754484/instance-428849-1177754484.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  9f209556efd81ba93e992e22316c3ed8

RANDOM SEED= 910591298

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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	: 5931.00
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:       1604160 kB
Buffers:         49456 kB
Cached:         313128 kB
SwapCached:      15836 kB
Active:         240088 kB
Inactive:       147172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604160 kB
SwapTotal:     4192956 kB
SwapFree:      4141128 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:          31372 kB
Slab:            49584 kB
Committed_AS:  6351120 kB
PageTables:       2060 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= 66543 MiB

End job on node4 on Sat Apr 28 10:21:27 UTC 2007