Trace number 428847

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-12-07-08.sat05-1251.reshuffled-07.cnf
MD5SUMabc96eeff4620950ed663b681c6f0e7b
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 variables246
Number of clauses4514
Sum of the clauses size13326
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 34158
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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:  246                                                  |
0.00/0.00	|  Number of clauses:    4514                                                 |
0.00/0.01	|  Parsing time:         0.01         s                                       |
0.02/0.06	============================[ Search Statistics ]==============================
0.02/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.02/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.02/0.06	===============================================================================
0.02/0.06	|         0 |     226     4494    19936 |     1498        0    nan |  0.000 % |
0.02/0.06	|       101 |     226     4494    19936 |     1647      101     41 |  0.002 % |
0.02/0.07	|       253 |     226     4494    19936 |     1812      253     34 |  0.002 % |
0.02/0.07	|       478 |     226     4494    19936 |     1993      478     35 |  0.002 % |
0.02/0.08	|       816 |     226     4494    19936 |     2193      816     45 |  0.002 % |
0.10/0.10	|      1323 |     226     4494    19936 |     2412     1323     54 |  0.002 % |
0.10/0.13	|      2084 |     226     4494    19936 |     2653     2084     57 |  0.002 % |
0.10/0.18	|      3223 |     226     4494    19936 |     2919     1824     66 |  0.002 % |
0.20/0.26	|      4932 |     226     4494    19936 |     3211     2012     68 |  0.002 % |
0.39/0.42	|      7494 |     226     4494    19936 |     3532     2895     75 |  0.002 % |
0.59/0.62	|     11338 |     226     4494    19936 |     3885     3069     72 |  0.002 % |
0.89/0.93	|     17106 |     226     4494    19936 |     4273     2794     72 |  0.002 % |
1.49/1.56	|     25755 |     226     4494    19936 |     4701     2594     71 |  0.002 % |
2.29/2.38	|     38731 |     226     4494    19936 |     5171     3475     64 |  0.002 % |
3.79/3.80	|     58193 |     226     4494    19936 |     5688     4377     66 |  0.002 % |
5.99/6.01	|     87385 |     226     4494    19936 |     6257     4472     68 |  0.002 % |
9.19/9.28	|    131174 |     226     4494    19936 |     6883     3524     68 |  0.002 % |
14.09/14.19	|    196860 |     226     4494    19936 |     7571     6046     67 |  0.002 % |
21.89/21.97	|    295386 |     226     4494    19936 |     8328     4535     68 |  0.002 % |
35.36/35.43	|    443177 |     226     4494    19936 |     9161     4252     66 |  0.002 % |
57.01/57.14	|    664860 |     226     4494    19936 |    10077     7548     69 |  0.002 % |
87.27/87.44	|    997386 |     226     4494    19936 |    11085     8097     53 |  0.002 % |
137.26/137.49	|   1496174 |     226     4494    19936 |    12194     7625     65 |  0.002 % |
217.23/217.40	|   2244357 |     226     4494    19936 |    13413     9946     68 |  0.002 % |
341.50/341.74	|   3366632 |     226     4494    19936 |    14754     8160     68 |  0.002 % |
535.46/535.73	|   5050045 |     226     4494    19936 |    16230    10015     52 |  0.002 % |
825.38/825.77	|   7575161 |     226     4494    19936 |    17853    16243     64 |  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/node45/watcher-428847-1177754434 -o ROOT/results/node45/solver-428847-1177754434 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428847-1177754434/minimarch_fixed /tmp/evaluation/428847-1177754434/instance-428847-1177754434.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 12432
/proc/meminfo: memFree=1471736/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=2000 CPUtime=0
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 130288992 2048000 142 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 500 144 51 132 0 365 0

[startup+0.0246631 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12432
/proc/meminfo: memFree=1471736/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=2128 CPUtime=0.02
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 209 0 0 0 2 0 0 0 18 0 1 0 130288992 2179072 194 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523049 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 532 194 63 132 0 397 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2128

[startup+0.10167 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12432
/proc/meminfo: memFree=1471736/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=2260 CPUtime=0.1
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 259 0 0 0 10 0 0 0 18 0 1 0 130288992 2314240 244 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551502 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 565 244 68 132 0 430 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2260

[startup+0.30169 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12432
/proc/meminfo: memFree=1471736/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=2920 CPUtime=0.29
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 419 0 0 0 29 0 0 0 19 0 1 0 130288992 2990080 404 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563253 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 730 404 68 132 0 595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2920

[startup+0.701731 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12432
/proc/meminfo: memFree=1471736/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=3316 CPUtime=0.69
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 532 0 0 0 69 0 0 0 23 0 1 0 130288992 3395584 517 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 829 517 68 132 0 694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3316

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12433
/proc/meminfo: memFree=1469936/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=3580 CPUtime=1.49
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 590 0 0 0 149 0 0 0 25 0 1 0 130288992 3665920 575 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 895 575 68 132 0 760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3580

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12433
/proc/meminfo: memFree=1469296/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=3976 CPUtime=3.09
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 698 0 0 0 309 0 0 0 25 0 1 0 130288992 4071424 683 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 994 683 68 132 0 859 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3976

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12433
/proc/meminfo: memFree=1468656/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=4504 CPUtime=6.29
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 802 0 0 0 629 0 0 0 25 0 1 0 130288992 4612096 787 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 1126 787 68 132 0 991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4504

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12433
/proc/meminfo: memFree=1468016/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=5032 CPUtime=12.69
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 946 0 0 0 1269 0 0 0 25 0 1 0 130288992 5152768 931 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 1258 931 68 132 0 1123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5032

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12433
/proc/meminfo: memFree=1467120/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=5968 CPUtime=25.48
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 1161 0 0 0 2548 0 0 0 25 0 1 0 130288992 6111232 1146 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550973 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 1492 1146 68 132 0 1357 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5968

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 12555
/proc/meminfo: memFree=1464704/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=7020 CPUtime=51.03
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 1431 0 0 0 5102 1 0 0 25 0 1 0 130288992 7188480 1416 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 1755 1416 68 132 0 1620 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 7020

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1464496/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=8372 CPUtime=102.17
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 1768 0 0 0 10216 1 0 0 25 0 1 0 130288992 8572928 1753 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2093 1753 68 132 0 1958 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 8372

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1462704/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=10192 CPUtime=162.15
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2229 0 0 0 16213 2 0 0 25 0 1 0 130288992 10436608 2214 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2548 2214 68 132 0 2413 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 10192

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1462512/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=10324 CPUtime=222.13
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2275 0 0 0 22211 2 0 0 25 0 1 0 130288992 10571776 2260 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2581 2260 68 132 0 2446 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 10324

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1461552/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=11268 CPUtime=282.12
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2520 0 0 0 28209 3 0 0 25 0 1 0 130288992 11538432 2499 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2817 2499 68 132 0 2682 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 11268

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1461360/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=11408 CPUtime=342.1
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2545 0 0 0 34207 3 0 0 25 0 1 0 130288992 11681792 2524 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2852 2524 68 132 0 2717 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 11408

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1460528/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=12200 CPUtime=402.09
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2742 0 0 0 40205 4 0 0 25 0 1 0 130288992 12492800 2721 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3050 2721 68 132 0 2915 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 12200

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1460528/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=12368 CPUtime=462.07
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2752 0 0 0 46203 4 0 0 25 0 1 0 130288992 12664832 2731 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3092 2731 68 132 0 2957 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 12368

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12631
/proc/meminfo: memFree=1460656/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=12368 CPUtime=522.06
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2754 0 0 0 52201 5 0 0 25 0 1 0 130288992 12664832 2733 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3092 2733 68 132 0 2957 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 12368

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12633
/proc/meminfo: memFree=1459824/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=13204 CPUtime=582.04
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 2962 0 0 0 58199 5 0 0 25 0 1 0 130288992 13520896 2941 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3301 2941 68 132 0 3166 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 13204

[startup+642.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 12633
/proc/meminfo: memFree=1459376/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=13600 CPUtime=642.03
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3095 0 0 0 64197 6 0 0 25 0 1 0 130288992 13926400 3059 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3400 3059 68 132 0 3265 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 13600

[startup+702.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 12633
/proc/meminfo: memFree=1459376/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=13508 CPUtime=702.01
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3095 0 0 0 70195 6 0 0 25 0 1 0 130288992 13832192 3050 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557358 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3377 3050 68 132 0 3242 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 13508

[startup+762.305 s]
/proc/loadavg: 1.17 1.05 1.01 2/78 12633
/proc/meminfo: memFree=1459312/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=13772 CPUtime=762
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3149 0 0 0 76193 7 0 0 25 0 1 0 130288992 14102528 3104 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3443 3104 68 132 0 3308 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 13772

[startup+822.301 s]
/proc/loadavg: 1.19 1.07 1.01 2/78 12633
/proc/meminfo: memFree=1459248/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=13772 CPUtime=821.98
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3149 0 0 0 82191 7 0 0 25 0 1 0 130288992 14102528 3104 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3443 3104 68 132 0 3308 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 13772

[startup+882.301 s]
/proc/loadavg: 1.12 1.07 1.01 2/78 12633
/proc/meminfo: memFree=1457904/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15116 CPUtime=881.97
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3495 0 0 0 88189 8 0 0 25 0 1 0 130288992 15478784 3450 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3779 3450 68 132 0 3644 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 15116

[startup+942.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/78 12633
/proc/meminfo: memFree=1457840/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15268 CPUtime=941.95
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3504 0 0 0 94187 8 0 0 25 0 1 0 130288992 15634432 3459 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551785 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3817 3459 68 132 0 3682 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 15268

[startup+1002.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 12633
/proc/meminfo: memFree=1457712/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15268 CPUtime=1001.93
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3523 0 0 0 100184 9 0 0 25 0 1 0 130288992 15634432 3478 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134559807 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3817 3478 68 132 0 3682 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 15268

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 12633
/proc/meminfo: memFree=1457200/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15820 CPUtime=1061.92
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3660 0 0 0 106182 10 0 0 25 0 1 0 130288992 16199680 3615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3955 3615 68 132 0 3820 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 15820

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 12633
/proc/meminfo: memFree=1457200/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15820 CPUtime=1121.9
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3660 0 0 0 112180 10 0 0 25 0 1 0 130288992 16199680 3615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3955 3615 68 132 0 3820 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 15820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 12633
/proc/meminfo: memFree=1457264/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15820 CPUtime=1181.89
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3660 0 0 0 118178 11 0 0 25 0 1 0 130288992 16199680 3615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3955 3615 68 132 0 3820 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 15820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 12633
/proc/meminfo: memFree=1457264/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15820 CPUtime=1200.09
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3660 0 0 0 119998 11 0 0 25 0 1 0 130288992 16199680 3615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557283 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3955 3615 68 132 0 3820 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 15820

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.00 1.02 1.00 2/78 12633
/proc/meminfo: memFree=1457264/2055920 swapFree=4157692/4192956
[pid=12432] ppid=12430 vsize=15820 CPUtime=1200.09
/proc/12432/stat : 12432 (minimarch_fixed) R 12430 12432 11639 0 -1 4194304 3660 0 0 0 119998 11 0 0 25 0 1 0 130288992 16199680 3615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557283 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3955 3615 68 132 0 3820 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 15820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1199.98
CPU system time (s): 0.118981
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 15820

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

runsolver used 1.01984 second user time and 2.49062 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Apr 28 10:00:34 UTC 2007

IDJOB= 428847
IDBENCH= 24673
IDSOLVER= 198
FILE ID= node45/428847-1177754434

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-clq/unsat-set-a-clqcolor-12-07-08.sat05-1251.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428847-1177754434/minimarch_fixed /tmp/evaluation/428847-1177754434/instance-428847-1177754434.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-428847-1177754434 -o ROOT/results/node45/solver-428847-1177754434 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428847-1177754434/minimarch_fixed /tmp/evaluation/428847-1177754434/instance-428847-1177754434.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  abc96eeff4620950ed663b681c6f0e7b

RANDOM SEED= 800376514

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:         50416 kB
Cached:         441884 kB
SwapCached:      15048 kB
Active:         248684 kB
Inactive:       267404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472208 kB
SwapTotal:     4192956 kB
SwapFree:      4157692 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            53228 kB
Committed_AS:  1402644 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:20:36 UTC 2007