Trace number 428863

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
MD5SUMb75724237432e4d0e86c18e7a0ef5859
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 variables456
Number of clauses15307
Sum of the clauses size45296
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2880
Number of clauses of size 314400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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:  456                                                  |
0.00/0.00	|  Number of clauses:    15307                                                |
0.01/0.03	|  Parsing time:         0.03         s                                       |
0.29/0.33	============================[ Search Statistics ]==============================
0.29/0.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.33	===============================================================================
0.29/0.33	|         0 |     429    15280    69921 |     5093        0    nan |  0.000 % |
0.29/0.33	|       100 |     429    15280    69921 |     5602      100     80 |  0.000 % |
0.29/0.34	|       251 |     429    15280    69921 |     6162      251     76 |  0.000 % |
0.29/0.35	|       478 |     429    15280    69921 |     6779      478     89 |  0.000 % |
0.29/0.36	|       817 |     429    15280    69921 |     7457      817     97 |  0.000 % |
0.29/0.39	|      1324 |     429    15280    69921 |     8202     1324    104 |  0.000 % |
0.39/0.44	|      2083 |     429    15280    69921 |     9023     2083    117 |  0.000 % |
0.49/0.51	|      3222 |     429    15280    69921 |     9925     3222    114 |  0.000 % |
0.59/0.67	|      4930 |     429    15280    69921 |    10918     4930    115 |  0.000 % |
0.89/0.92	|      7494 |     429    15280    69921 |    12009     7494    114 |  0.000 % |
1.29/1.31	|     11338 |     429    15280    69921 |    13210    11338    121 |  0.000 % |
2.19/2.25	|     17104 |     429    15280    69921 |    14531    10365    136 |  0.000 % |
3.49/3.59	|     25753 |     429    15280    69921 |    15985    11610    151 |  0.000 % |
5.59/5.69	|     38728 |     429    15280    69921 |    17583     8310    146 |  0.000 % |
8.09/8.15	|     58193 |     429    15280    69921 |    19341     9900    116 |  0.000 % |
12.99/13.05	|     87386 |     429    15280    69921 |    21276    19476    143 |  0.000 % |
21.29/21.35	|    131176 |     429    15280    69921 |    23403    20130    146 |  0.000 % |
34.28/34.40	|    196860 |     429    15280    69921 |    25744    14730    144 |  0.000 % |
58.87/58.94	|    295386 |     429    15280    69921 |    28318    16239    148 |  0.000 % |
92.46/92.52	|    443175 |     429    15280    69921 |    31150    22107    146 |  0.000 % |
131.26/131.31	|    664859 |     429    15280    69921 |    34265    21279    128 |  0.000 % |
207.13/207.26	|    997385 |     429    15280    69921 |    37691    28649    133 |  0.000 % |
365.79/365.97	|   1496176 |     429    15280    69921 |    41461    25538    137 |  0.000 % |
537.74/537.97	|   2244359 |     429    15280    69921 |    45607    34503    136 |  0.000 % |
951.91/952.20	|   3366634 |     429    15280    69921 |    50167    18555    154 |  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/node24/watcher-428863-1177755091 -o ROOT/results/node24/solver-428863-1177755091 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428863-1177755091/minimarch_fixed /tmp/evaluation/428863-1177755091/instance-428863-1177755091.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.96 1.00 1.00 3/77 1421
/proc/meminfo: memFree=1518024/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=2000 CPUtime=0
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 223427161 2048000 179 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 500 180 51 132 0 365 0

[startup+0.018783 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 1421
/proc/meminfo: memFree=1518024/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=2636 CPUtime=0.01
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 368 0 0 0 1 0 0 0 18 0 1 0 223427161 2699264 353 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523002 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 659 353 51 132 0 524 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2636

[startup+0.10279 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 1421
/proc/meminfo: memFree=1518024/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=3028 CPUtime=0.09
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 485 0 0 0 9 0 0 0 18 0 1 0 223427161 3100672 470 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523062 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 757 470 63 132 0 622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3028

[startup+0.302812 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 1421
/proc/meminfo: memFree=1518024/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=3216 CPUtime=0.29
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 520 0 0 0 29 0 0 0 19 0 1 0 223427161 3293184 505 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522096 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 804 505 63 132 0 669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3216

[startup+0.701855 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 1421
/proc/meminfo: memFree=1518024/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=5192 CPUtime=0.69
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 1036 0 0 0 69 0 0 0 23 0 1 0 223427161 5316608 1011 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 1298 1011 68 132 0 1163 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5192

[startup+1.50194 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1512640/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=9344 CPUtime=1.49
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 2077 0 0 0 149 0 0 0 25 0 1 0 223427161 9568256 2052 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 2336 2052 68 132 0 2201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9344

[startup+3.10111 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1509504/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=11588 CPUtime=3.09
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 2622 0 0 0 308 1 0 0 25 0 1 0 223427161 11866112 2597 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 2897 2597 68 132 0 2762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11588

[startup+6.30146 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1506432/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=12776 CPUtime=6.29
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 2946 0 0 0 628 1 0 0 25 0 1 0 223427161 13082624 2921 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557292 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 3194 2921 68 132 0 3059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12776

[startup+12.7012 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1503744/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=15444 CPUtime=12.69
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 3576 0 0 0 1267 2 0 0 25 0 1 0 223427161 15814656 3551 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 3861 3551 68 132 0 3726 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15444

[startup+25.5025 s]
/proc/loadavg: 0.97 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1500224/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=18904 CPUtime=25.48
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 4451 0 0 0 2546 2 0 0 25 0 1 0 223427161 19357696 4426 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 4726 4426 68 132 0 4591 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18904

[startup+51.1013 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1497664/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=21480 CPUtime=51.08
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 5089 0 0 0 5105 3 0 0 25 0 1 0 223427161 21995520 5064 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 5370 5064 68 132 0 5235 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21480

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1494400/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=24604 CPUtime=102.26
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 5909 0 0 0 10223 3 0 0 25 0 1 0 223427161 25194496 5862 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 6151 5862 68 132 0 6016 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24604

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1492992/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=26080 CPUtime=162.24
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 6306 0 0 0 16220 4 0 0 25 0 1 0 223427161 26705920 6232 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 6520 6232 68 132 0 6385 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26080

[startup+222.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1486720/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=32284 CPUtime=222.23
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 7858 0 0 0 22217 6 0 0 25 0 1 0 223427161 33058816 7784 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 8071 7784 68 132 0 7936 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 32284

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1486336/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=32668 CPUtime=282.21
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 7945 0 0 0 28215 6 0 0 25 0 1 0 223427161 33452032 7871 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 8167 7871 68 132 0 8032 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32668

[startup+342.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1485440/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=33460 CPUtime=342.19
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 8151 0 0 0 34212 7 0 0 25 0 1 0 223427161 34263040 8077 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557689 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 8365 8077 68 132 0 8230 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 33460

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1483968/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=35028 CPUtime=402.18
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 8524 0 0 0 40210 8 0 0 25 0 1 0 223427161 35868672 8450 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558455 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 8757 8450 68 132 0 8622 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 35028

[startup+462.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1483584/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=35164 CPUtime=462.16
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 8644 0 0 0 46208 8 0 0 25 0 1 0 223427161 36007936 8487 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 8791 8487 68 132 0 8656 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 35164

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1482880/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=36020 CPUtime=522.14
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 8897 0 0 0 52205 9 0 0 25 0 1 0 223427161 36884480 8701 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 9005 8701 68 132 0 8870 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 36020

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.00 3/78 1422
/proc/meminfo: memFree=1476992/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=41976 CPUtime=582.12
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10383 0 0 0 58202 10 0 0 25 0 1 0 223427161 42983424 10187 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552526 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10494 10187 68 132 0 10359 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 41976

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1476544/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=42336 CPUtime=642.11
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10502 0 0 0 64201 10 0 0 25 0 1 0 223427161 43352064 10279 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10584 10279 68 132 0 10449 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 42336

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1476416/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=42520 CPUtime=702.09
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10547 0 0 0 70198 11 0 0 25 0 1 0 223427161 43540480 10324 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10630 10324 68 132 0 10495 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 42520

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1476480/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=42508 CPUtime=762.08
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10547 0 0 0 76197 11 0 0 25 0 1 0 223427161 43528192 10322 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10627 10322 68 132 0 10492 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 42508

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475840/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43244 CPUtime=822.05
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10731 0 0 0 82194 11 0 0 25 0 1 0 223427161 44281856 10492 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10811 10492 68 132 0 10676 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 43244

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475584/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43508 CPUtime=882.04
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10801 0 0 0 88192 12 0 0 25 0 1 0 223427161 44552192 10562 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10877 10562 68 132 0 10742 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 43508

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475520/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43508 CPUtime=942.02
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10801 0 0 0 94190 12 0 0 25 0 1 0 223427161 44552192 10562 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10877 10562 68 132 0 10742 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 43508

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475328/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43612 CPUtime=1002.01
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10863 0 0 0 100188 13 0 0 25 0 1 0 223427161 44658688 10599 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10903 10599 68 132 0 10768 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 43612

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 1422
/proc/meminfo: memFree=1475392/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43612 CPUtime=1061.98
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10863 0 0 0 106185 13 0 0 25 0 1 0 223427161 44658688 10599 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10903 10599 68 132 0 10768 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 43612

[startup+1122.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475456/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43612 CPUtime=1121.97
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10863 0 0 0 112183 14 0 0 25 0 1 0 223427161 44658688 10599 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10903 10599 68 132 0 10768 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 43612

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475392/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43612 CPUtime=1181.95
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10863 0 0 0 118181 14 0 0 25 0 1 0 223427161 44658688 10599 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10903 10599 68 132 0 10768 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 43612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1422
/proc/meminfo: memFree=1475392/2055920 swapFree=4143384/4192956
[pid=1421] ppid=1419 vsize=43612 CPUtime=1200.05
/proc/1421/stat : 1421 (minimarch_fixed) R 1419 1421 628 0 -1 4194304 10863 0 0 0 119991 14 0 0 25 0 1 0 223427161 44658688 10599 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1421/statm: 10903 10599 68 132 0 10768 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 43612

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.07
CPU user time (s): 1199.91
CPU system time (s): 0.153976
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 43772

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

runsolver used 0.913861 second user time and 2.67559 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Apr 28 10:11:31 UTC 2007

IDJOB= 428863
IDBENCH= 24681
IDSOLVER= 198
FILE ID= node24/428863-1177755091

PBS_JOBID= 4715516

Free space on /tmp= 66313 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  b75724237432e4d0e86c18e7a0ef5859

RANDOM SEED= 54542715

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1518496 kB
Buffers:         49660 kB
Cached:         399868 kB
SwapCached:      17904 kB
Active:         266220 kB
Inactive:       207416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518496 kB
SwapTotal:     4192956 kB
SwapFree:      4143384 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          30396 kB
Slab:            49340 kB
Committed_AS:  3838132 kB
PageTables:       1808 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= 66313 MiB

End job on node24 on Sat Apr 28 10:31:34 UTC 2007