Trace number 427287

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

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1481196126-03.SAT.shuffled.cnf
MD5SUM636f3d664350f93be3762acecb2ac303
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.338948
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

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:  65                                                   |
0.00/0.00	|  Number of clauses:    5785                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.19/0.21	============================[ Search Statistics ]==============================
0.19/0.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.21	===============================================================================
0.19/0.21	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.19/0.21	|       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
0.19/0.22	|       252 |      65     5785    40495 |     2333      252     24 |  0.024 % |
0.19/0.23	|       477 |      65     5785    40495 |     2566      477     24 |  0.024 % |
0.19/0.25	|       814 |      65     5785    40495 |     2823      814     24 |  0.024 % |
0.19/0.28	|      1321 |      65     5785    40495 |     3105     1321     23 |  0.024 % |
0.29/0.32	|      2080 |      65     5785    40495 |     3416     2080     24 |  0.024 % |
0.29/0.39	|      3221 |      65     5785    40495 |     3757     3221     24 |  0.024 % |
0.39/0.49	|      4929 |      65     5785    40495 |     4133     3038     24 |  0.024 % |
0.59/0.66	|      7492 |      65     5785    40495 |     4546     3518     23 |  0.024 % |
0.89/0.92	|     11337 |      65     5785    40495 |     5001     2784     23 |  0.024 % |
1.29/1.30	|     17103 |      65     5785    40495 |     5501     3517     23 |  0.024 % |
1.89/1.91	|     25753 |      65     5785    40495 |     6051     3867     21 |  0.024 % |
2.79/2.84	|     38727 |      65     5785    40495 |     6657     4678     23 |  0.024 % |
4.30/4.35	|     58191 |      65     5785    40495 |     7322     4093     22 |  0.024 % |
6.69/6.73	|     87383 |      65     5785    40495 |     8055     3885     22 |  0.024 % |
10.39/10.42	|    131173 |      65     5785    40495 |     8860     7263     22 |  0.024 % |
16.29/16.31	|    196857 |      65     5785    40495 |     9746     6291     22 |  0.024 % |
25.19/25.26	|    295384 |      65     5785    40495 |    10721     7099     21 |  0.024 % |
39.37/39.41	|    443173 |      65     5785    40495 |    11793     9784     21 |  0.024 % |
61.88/61.98	|    664856 |      65     5785    40495 |    12972     6924     21 |  0.024 % |
97.87/97.92	|    997382 |      65     5785    40495 |    14270     8000     23 |  0.024 % |
156.05/156.13	|   1496170 |      65     5785    40495 |    15697    13571     22 |  0.024 % |
247.83/247.97	|   2244354 |      65     5785    40495 |    17266    14908     21 |  0.024 % |
396.89/397.04	|   3366628 |      65     5785    40495 |    18993    13268     22 |  0.024 % |
634.75/635.04	|   5050039 |      65     5785    40495 |    20892    13656     20 |  0.024 % |
1018.65/1019.04	|   7575155 |      65     5785    40495 |    22982    18392     20 |  0.024 % |

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/node29/watcher-427287-1177635072 -o ROOT/results/node29/solver-427287-1177635072 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427287-1177635072/minimarch_fixed /tmp/evaluation/427287-1177635072/instance-427287-1177635072.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.99 0.97 0.99 3/77 9620
/proc/meminfo: memFree=1526680/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=1868 CPUtime=0
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 211422925 1912832 157 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 467 158 51 132 0 332 0

[startup+0.070022 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 9620
/proc/meminfo: memFree=1526680/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=2292 CPUtime=0.06
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 268 0 0 0 6 0 0 0 18 0 1 0 211422925 2347008 253 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531517 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 573 253 63 132 0 438 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2292

[startup+0.101024 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 9620
/proc/meminfo: memFree=1526680/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=2292 CPUtime=0.09
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 268 0 0 0 9 0 0 0 18 0 1 0 211422925 2347008 253 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 573 253 63 132 0 438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2292

[startup+0.301037 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 9620
/proc/meminfo: memFree=1526680/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=2292 CPUtime=0.29
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 278 0 0 0 29 0 0 0 19 0 1 0 211422925 2347008 263 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550979 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 573 263 67 132 0 438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2292

[startup+0.701062 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 9620
/proc/meminfo: memFree=1526680/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=2556 CPUtime=0.69
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 364 0 0 0 69 0 0 0 23 0 1 0 211422925 2617344 349 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 639 349 67 132 0 504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2556

[startup+1.50111 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1525392/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=2820 CPUtime=1.49
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 425 0 0 0 149 0 0 0 25 0 1 0 211422925 2887680 410 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 705 410 67 132 0 570 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2820

[startup+3.10222 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1524944/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=3084 CPUtime=3.09
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 482 0 0 0 309 0 0 0 25 0 1 0 211422925 3158016 467 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 771 467 67 132 0 636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3084

[startup+6.30142 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1524496/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=3348 CPUtime=6.29
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 534 0 0 0 629 0 0 0 25 0 1 0 211422925 3428352 519 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 837 519 67 132 0 702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3348

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1524112/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=3804 CPUtime=12.69
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 641 0 0 0 1269 0 0 0 25 0 1 0 211422925 3895296 626 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 951 626 67 132 0 816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3804

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1523664/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=4216 CPUtime=25.48
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 747 0 0 0 2548 0 0 0 25 0 1 0 211422925 4317184 732 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1054 732 67 132 0 919 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4216

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1523088/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=4772 CPUtime=51.07
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 885 0 0 0 5107 0 0 0 25 0 1 0 211422925 4886528 870 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1193 870 67 132 0 1058 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4772

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1522448/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=5536 CPUtime=102.27
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1053 0 0 0 10226 1 0 0 25 0 1 0 211422925 5668864 1038 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1384 1038 67 132 0 1249 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5536

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1521936/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=6012 CPUtime=162.25
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1173 0 0 0 16224 1 0 0 25 0 1 0 211422925 6156288 1158 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550385 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1503 1158 67 132 0 1368 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 6012

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1521744/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=6296 CPUtime=222.24
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1241 0 0 0 22222 2 0 0 25 0 1 0 211422925 6447104 1226 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551355 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1574 1226 67 132 0 1439 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 6296

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1521232/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=6732 CPUtime=282.22
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1345 0 0 0 28220 2 0 0 25 0 1 0 211422925 6893568 1330 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1683 1330 67 132 0 1548 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 6732

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9621
/proc/meminfo: memFree=1520912/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=7160 CPUtime=342.21
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1447 0 0 0 34218 3 0 0 25 0 1 0 211422925 7331840 1432 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1790 1432 67 132 0 1655 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 7160

[startup+402.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 9621
/proc/meminfo: memFree=1520720/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=7504 CPUtime=402.19
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1497 0 0 0 40216 3 0 0 25 0 1 0 211422925 7684096 1482 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550385 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1876 1482 67 132 0 1741 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7504

[startup+462.301 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 9621
/proc/meminfo: memFree=1520592/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=7504 CPUtime=462.18
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1522 0 0 0 46214 4 0 0 25 0 1 0 211422925 7684096 1507 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1876 1507 67 132 0 1741 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 7504

[startup+522.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 9621
/proc/meminfo: memFree=1520336/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=7788 CPUtime=522.16
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1580 0 0 0 52212 4 0 0 25 0 1 0 211422925 7974912 1565 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1947 1565 67 132 0 1812 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 7788

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9621
/proc/meminfo: memFree=1520272/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=7788 CPUtime=582.14
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1596 0 0 0 58210 4 0 0 25 0 1 0 211422925 7974912 1581 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1947 1581 67 132 0 1812 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 7788

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 9799
/proc/meminfo: memFree=1518792/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=7932 CPUtime=642.05
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1630 0 0 0 64200 5 0 0 25 0 1 0 211422925 8122368 1615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 1983 1615 67 132 0 1848 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 7932

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519760/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8216 CPUtime=702.03
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1689 0 0 0 70197 6 0 0 25 0 1 0 211422925 8413184 1674 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2054 1674 67 132 0 1919 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 8216

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519888/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8216 CPUtime=762.01
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1692 0 0 0 76195 6 0 0 25 0 1 0 211422925 8413184 1677 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2054 1677 67 132 0 1919 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 8216

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519760/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8356 CPUtime=821.99
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1727 0 0 0 82193 6 0 0 25 0 1 0 211422925 8556544 1712 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2089 1712 67 132 0 1954 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 8356

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519760/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8356 CPUtime=881.98
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1728 0 0 0 88191 7 0 0 25 0 1 0 211422925 8556544 1713 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2089 1713 67 132 0 1954 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 8356

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519632/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8500 CPUtime=941.96
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1753 0 0 0 94189 7 0 0 25 0 1 0 211422925 8704000 1738 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2125 1738 67 132 0 1990 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 8500

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519568/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8500 CPUtime=1001.95
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1765 0 0 0 100187 8 0 0 25 0 1 0 211422925 8704000 1750 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2125 1750 67 132 0 1990 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 8500

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519440/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8688 CPUtime=1061.93
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1805 0 0 0 106185 8 0 0 25 0 1 0 211422925 8896512 1790 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2172 1790 67 132 0 2037 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 8688

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519376/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8688 CPUtime=1121.92
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1823 0 0 0 112183 9 0 0 25 0 1 0 211422925 8896512 1808 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2172 1808 67 132 0 2037 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 8688

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519248/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8828 CPUtime=1181.9
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1853 0 0 0 118181 9 0 0 25 0 1 0 211422925 9039872 1838 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2207 1838 67 132 0 2072 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 8828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9819
/proc/meminfo: memFree=1519248/2055920 swapFree=4146612/4192956
[pid=9620] ppid=9618 vsize=8828 CPUtime=1200
/proc/9620/stat : 9620 (minimarch_fixed) R 9618 9620 8739 0 -1 4194304 1855 0 0 0 119991 9 0 0 25 0 1 0 211422925 9039872 1840 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631271 0 0 4096 3 0 0 0 17 1 0 0
/proc/9620/statm: 2207 1840 67 132 0 2072 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 8828

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.02
CPU user time (s): 1199.92
CPU system time (s): 0.098984
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 8828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
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= 1855
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= 24823

runsolver used 0.993848 second user time and 2.49362 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Fri Apr 27 00:51:12 UTC 2007

IDJOB= 427287
IDBENCH= 19899
IDSOLVER= 198
FILE ID= node29/427287-1177635072

PBS_JOBID= 4697236

Free space on /tmp= 66519 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S1481196126-03.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427287-1177635072/minimarch_fixed /tmp/evaluation/427287-1177635072/instance-427287-1177635072.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-427287-1177635072 -o ROOT/results/node29/solver-427287-1177635072 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427287-1177635072/minimarch_fixed /tmp/evaluation/427287-1177635072/instance-427287-1177635072.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  636f3d664350f93be3762acecb2ac303

RANDOM SEED= 379642870

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1527088 kB
Buffers:         47956 kB
Cached:         390652 kB
SwapCached:      11756 kB
Active:         286972 kB
Inactive:       175376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527088 kB
SwapTotal:     4192956 kB
SwapFree:      4146612 kB
Dirty:            3024 kB
Writeback:           0 kB
Mapped:          30136 kB
Slab:            51952 kB
Committed_AS:  2742168 kB
PageTables:       1872 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= 66519 MiB

End job on node29 on Fri Apr 27 01:11:14 UTC 2007