Trace number 427339

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

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1635684145-01.SAT.shuffled.cnf
MD5SUM3ad5550996030deea0dfd0153b93e1d4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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:  70                                                   |
0.00/0.00	|  Number of clauses:    6230                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.19/0.23	============================[ Search Statistics ]==============================
0.19/0.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.23	===============================================================================
0.19/0.23	|         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.19/0.23	|       101 |      70     6230    43610 |     2284      101     24 |  0.021 % |
0.19/0.24	|       251 |      70     6230    43610 |     2512      251     25 |  0.021 % |
0.19/0.25	|       476 |      70     6230    43610 |     2764      476     24 |  0.021 % |
0.19/0.27	|       813 |      70     6230    43610 |     3040      813     24 |  0.021 % |
0.29/0.30	|      1319 |      70     6230    43610 |     3344     1319     25 |  0.021 % |
0.29/0.34	|      2080 |      70     6230    43610 |     3678     2080     25 |  0.021 % |
0.39/0.42	|      3219 |      70     6230    43610 |     4046     3219     25 |  0.021 % |
0.49/0.53	|      4927 |      70     6230    43610 |     4451     2888     25 |  0.021 % |
0.59/0.70	|      7491 |      70     6230    43610 |     4896     3211     24 |  0.021 % |
0.89/0.94	|     11335 |      70     6230    43610 |     5386     4589     25 |  0.021 % |
1.29/1.35	|     17103 |      70     6230    43610 |     5924     4941     24 |  0.021 % |
1.89/1.96	|     25753 |      70     6230    43610 |     6517     4657     24 |  0.021 % |
2.89/2.91	|     38727 |      70     6230    43610 |     7169     4528     24 |  0.021 % |
4.49/4.51	|     58188 |      70     6230    43610 |     7886     5991     23 |  0.021 % |
6.89/6.90	|     87380 |      70     6230    43610 |     8674     7482     24 |  0.021 % |
10.59/10.69	|    131169 |      70     6230    43610 |     9542     7758     23 |  0.021 % |
16.68/16.71	|    196854 |      70     6230    43610 |    10496     6430     23 |  0.021 % |
26.08/26.19	|    295380 |      70     6230    43610 |    11546    10212     23 |  0.021 % |
41.08/41.14	|    443171 |      70     6230    43610 |    12700     7523     24 |  0.021 % |
64.98/65.09	|    664855 |      70     6230    43610 |    13970     6456     23 |  0.021 % |
102.36/102.44	|    997382 |      70     6230    43610 |    15367    10012     23 |  0.021 % |
162.54/162.69	|   1496171 |      70     6230    43610 |    16904     8430     23 |  0.021 % |
260.62/260.74	|   2244354 |      70     6230    43610 |    18595    11577     23 |  0.021 % |
416.48/416.61	|   3366629 |      70     6230    43610 |    20454    16467     22 |  0.021 % |
672.71/672.98	|   5050040 |      70     6230    43610 |    22500    20449     22 |  0.021 % |
1090.69/1091.09	|   7575156 |      70     6230    43610 |    24750    22013     23 |  0.021 % |

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/node60/watcher-427339-1177644037 -o ROOT/results/node60/solver-427339-1177644037 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427339-1177644037/minimarch_fixed /tmp/evaluation/427339-1177644037/instance-427339-1177644037.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/64 3586
/proc/meminfo: memFree=1685656/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=1868 CPUtime=0
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 212313673 1912832 153 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 467 154 51 132 0 332 0

[startup+0.0570261 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=1685656/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=2272 CPUtime=0.05
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 286 0 0 0 5 0 0 0 18 0 1 0 212313673 2326528 271 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 568 271 63 132 0 433 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2272

[startup+0.101029 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=1685656/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=2272 CPUtime=0.09
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 286 0 0 0 9 0 0 0 18 0 1 0 212313673 2326528 271 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 568 271 63 132 0 433 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2272

[startup+0.301049 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=1685656/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=2352 CPUtime=0.29
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 298 0 0 0 29 0 0 0 19 0 1 0 212313673 2408448 283 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 588 283 67 132 0 453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2352

[startup+0.701088 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=1685656/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=2748 CPUtime=0.69
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 383 0 0 0 69 0 0 0 22 0 1 0 212313673 2813952 368 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134705053 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 687 368 67 132 0 552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2748

[startup+1.50117 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1684240/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=3012 CPUtime=1.49
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 450 0 0 0 149 0 0 0 25 0 1 0 212313673 3084288 435 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 753 435 67 132 0 618 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3012

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1683856/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=3144 CPUtime=3.09
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 505 0 0 0 309 0 0 0 25 0 1 0 212313673 3219456 490 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 786 490 67 132 0 651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3144

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1683472/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=3540 CPUtime=6.29
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 586 0 0 0 629 0 0 0 25 0 1 0 212313673 3624960 571 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 885 571 67 132 0 750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3540

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1682960/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=3936 CPUtime=12.68
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 694 0 0 0 1268 0 0 0 25 0 1 0 212313673 4030464 679 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 984 679 67 132 0 849 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3936

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1682576/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=4340 CPUtime=25.48
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 806 0 0 0 2548 0 0 0 25 0 1 0 212313673 4444160 791 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631238 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1085 791 67 132 0 950 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4340

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1681936/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=5064 CPUtime=51.08
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 964 0 0 0 5107 1 0 0 25 0 1 0 212313673 5185536 949 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1266 949 67 132 0 1131 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5064

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1681424/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=5632 CPUtime=102.27
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1084 0 0 0 10226 1 0 0 25 0 1 0 212313673 5767168 1069 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1408 1069 67 132 0 1273 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5632

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1680848/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=6220 CPUtime=162.24
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1227 0 0 0 16223 1 0 0 25 0 1 0 212313673 6369280 1212 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1555 1212 67 132 0 1420 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6220

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1680336/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=6696 CPUtime=222.23
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1340 0 0 0 22222 1 0 0 25 0 1 0 212313673 6856704 1325 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1674 1325 67 132 0 1539 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6696

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1680016/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=7108 CPUtime=282.21
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1428 0 0 0 28220 1 0 0 25 0 1 0 212313673 7278592 1413 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551342 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1777 1413 67 132 0 1642 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7108

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1679696/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=7424 CPUtime=342.19
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1492 0 0 0 34218 1 0 0 25 0 1 0 212313673 7602176 1477 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1856 1477 67 132 0 1721 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7424

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1679440/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=7580 CPUtime=402.17
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1541 0 0 0 40216 1 0 0 25 0 1 0 212313673 7761920 1526 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 1895 1526 67 132 0 1760 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7580

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1679184/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8036 CPUtime=462.16
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1645 0 0 0 46214 2 0 0 25 0 1 0 212313673 8228864 1630 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2009 1630 67 132 0 1874 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 8036

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678992/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8180 CPUtime=522.14
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1686 0 0 0 52212 2 0 0 25 0 1 0 212313673 8376320 1671 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2045 1671 67 132 0 1910 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 8180

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678928/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8320 CPUtime=582.13
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1708 0 0 0 58211 2 0 0 25 0 1 0 212313673 8519680 1693 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2080 1693 67 132 0 1945 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 8320

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678736/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8464 CPUtime=642.11
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1740 0 0 0 64209 2 0 0 25 0 1 0 212313673 8667136 1725 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2116 1725 67 132 0 1981 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 8464

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678672/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8464 CPUtime=702.1
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1767 0 0 0 70207 3 0 0 25 0 1 0 212313673 8667136 1752 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551747 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2116 1752 67 132 0 1981 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 8464

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678480/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8608 CPUtime=762.08
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1805 0 0 0 76205 3 0 0 25 0 1 0 212313673 8814592 1790 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631271 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2152 1790 67 132 0 2017 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 8608

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678288/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8772 CPUtime=822.06
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1842 0 0 0 82203 3 0 0 25 0 1 0 212313673 8982528 1827 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2193 1827 67 132 0 2058 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 8772

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678160/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8916 CPUtime=882.04
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1854 0 0 0 88201 3 0 0 25 0 1 0 212313673 9129984 1839 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2229 1839 67 132 0 2094 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 8916

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678224/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=8916 CPUtime=942.02
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1879 0 0 0 94199 3 0 0 25 0 1 0 212313673 9129984 1864 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2229 1864 67 132 0 2094 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 8916

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678032/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=9056 CPUtime=1002.02
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1912 0 0 0 100198 4 0 0 25 0 1 0 212313673 9273344 1897 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563251 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2264 1897 67 132 0 2129 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 9056

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678032/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=9056 CPUtime=1062
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1915 0 0 0 106196 4 0 0 25 0 1 0 212313673 9273344 1900 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2264 1900 67 132 0 2129 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 9056

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1678032/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=9224 CPUtime=1121.98
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1932 0 0 0 112194 4 0 0 25 0 1 0 212313673 9445376 1917 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2306 1917 67 132 0 2171 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 9224

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1677840/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=9224 CPUtime=1181.96
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1960 0 0 0 118192 4 0 0 25 0 1 0 212313673 9445376 1945 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2306 1945 67 132 0 2171 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 9224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3587
/proc/meminfo: memFree=1677776/2055920 swapFree=4183288/4192956
[pid=3586] ppid=3584 vsize=9412 CPUtime=1200.07
/proc/3586/stat : 3586 (minimarch_fixed) R 3584 3586 2370 0 -1 4194304 1976 0 0 0 120002 5 0 0 25 0 1 0 212313673 9637888 1961 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551664 0 0 4096 3 0 0 0 17 1 0 0
/proc/3586/statm: 2353 1961 67 132 0 2218 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 9412

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): 1200.02
CPU system time (s): 0.052991
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 9412

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

runsolver used 0.992849 second user time and 2.29565 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Fri Apr 27 03:20:37 UTC 2007

IDJOB= 427339
IDBENCH= 19925
IDSOLVER= 198
FILE ID= node60/427339-1177644037

PBS_JOBID= 4697277

Free space on /tmp= 66513 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1635684145-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427339-1177644037/minimarch_fixed /tmp/evaluation/427339-1177644037/instance-427339-1177644037.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-427339-1177644037 -o ROOT/results/node60/solver-427339-1177644037 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427339-1177644037/minimarch_fixed /tmp/evaluation/427339-1177644037/instance-427339-1177644037.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  3ad5550996030deea0dfd0153b93e1d4

RANDOM SEED= 649443343

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1686128 kB
Buffers:         34428 kB
Cached:         260244 kB
SwapCached:       3644 kB
Active:         150328 kB
Inactive:       154204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686128 kB
SwapTotal:     4192956 kB
SwapFree:      4183288 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          15828 kB
Slab:            51304 kB
Committed_AS:  2586896 kB
PageTables:       1464 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= 66513 MiB

End job on node60 on Fri Apr 27 03:40:39 UTC 2007