Trace number 427771

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

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S779713554-13.cnf
MD5SUMcfea37cf2c4e91ad4c7e1db353aebdc5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark337.509
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

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:  140                                                  |
0.00/0.00	|  Number of clauses:    11900                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.39/0.49	============================[ Search Statistics ]==============================
0.39/0.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.49	===============================================================================
0.39/0.49	|         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.49/0.50	|       101 |     140    11900    83300 |     4363      101     44 |  0.005 % |
0.49/0.51	|       252 |     140    11900    83300 |     4799      252     45 |  0.005 % |
0.49/0.53	|       477 |     140    11900    83300 |     5279      477     45 |  0.005 % |
0.49/0.56	|       816 |     140    11900    83300 |     5807      816     44 |  0.005 % |
0.49/0.60	|      1322 |     140    11900    83300 |     6388     1322     44 |  0.005 % |
0.59/0.66	|      2081 |     140    11900    83300 |     7027     2081     43 |  0.005 % |
0.69/0.76	|      3220 |     140    11900    83300 |     7729     3220     43 |  0.005 % |
0.89/0.93	|      4928 |     140    11900    83300 |     8502     4928     44 |  0.005 % |
1.19/1.22	|      7490 |     140    11900    83300 |     9353     7490     44 |  0.005 % |
1.59/1.68	|     11334 |     140    11900    83300 |    10288     6626     44 |  0.005 % |
2.39/2.42	|     17100 |     140    11900    83300 |    11317     7213     44 |  0.005 % |
3.59/3.64	|     25749 |     140    11900    83300 |    12449    10171     45 |  0.005 % |
5.59/5.63	|     38723 |     140    11900    83300 |    13694    10632     44 |  0.005 % |
8.79/8.80	|     58184 |     140    11900    83300 |    15063     9448     43 |  0.005 % |
13.98/14.02	|     87378 |     140    11900    83300 |    16569     8390     44 |  0.005 % |
22.49/22.51	|    131167 |     140    11900    83300 |    18226    10599     44 |  0.005 % |
36.38/36.43	|    196852 |     140    11900    83300 |    20049    12256     43 |  0.005 % |
58.17/58.29	|    295380 |     140    11900    83300 |    22054    10213     43 |  0.005 % |
92.37/92.46	|    443169 |     140    11900    83300 |    24259    14226     44 |  0.005 % |
152.05/152.13	|    664852 |     140    11900    83300 |    26685    14207     43 |  0.005 % |
246.22/246.38	|    997377 |     140    11900    83300 |    29354    15829     44 |  0.005 % |
394.16/394.49	|   1496165 |     140    11900    83300 |    32289    23961     44 |  0.005 % |
638.99/639.35	|   2244347 |     140    11900    83300 |    35518    26568     45 |  0.005 % |
1032.09/1032.58	|   3366622 |     140    11900    83300 |    39070    15866     43 |  0.005 % |

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/node21/watcher-427771-1177674965 -o ROOT/results/node21/solver-427771-1177674965 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427771-1177674965/minimarch_fixed /tmp/evaluation/427771-1177674965/instance-427771-1177674965.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 2/77 19025
/proc/meminfo: memFree=1761104/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=1868 CPUtime=0
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 215413804 1912832 192 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 467 193 51 132 0 332 0

[startup+0.0937651 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19025
/proc/meminfo: memFree=1761104/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=2860 CPUtime=0.08
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 450 0 0 0 8 0 0 0 18 0 1 0 215413804 2928640 435 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 715 435 63 132 0 580 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2860

[startup+0.101765 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19025
/proc/meminfo: memFree=1761104/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=2860 CPUtime=0.09
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 450 0 0 0 9 0 0 0 18 0 1 0 215413804 2928640 435 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 715 435 63 132 0 580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2860

[startup+0.301787 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19025
/proc/meminfo: memFree=1761104/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=2860 CPUtime=0.29
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 450 0 0 0 29 0 0 0 20 0 1 0 215413804 2928640 435 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 715 435 63 132 0 580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2860

[startup+0.701831 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19025
/proc/meminfo: memFree=1761104/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=2944 CPUtime=0.69
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 564 0 0 0 69 0 0 0 24 0 1 0 215413804 3014656 478 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 736 478 67 132 0 601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2944

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1758792/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=4396 CPUtime=1.49
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 923 0 0 0 149 0 0 0 25 0 1 0 215413804 4501504 837 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 1099 837 67 132 0 964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4396

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1757768/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=4924 CPUtime=3.09
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 1053 0 0 0 309 0 0 0 25 0 1 0 215413804 5042176 967 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551569 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 1231 967 67 132 0 1096 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4924

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1756936/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=5584 CPUtime=6.29
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 1222 0 0 0 629 0 0 0 25 0 1 0 215413804 5718016 1136 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 1396 1136 67 132 0 1261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5584

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1756040/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=6116 CPUtime=12.68
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 1359 0 0 0 1268 0 0 0 25 0 1 0 215413804 6262784 1273 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 1529 1273 67 132 0 1394 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6116

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1754952/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=7276 CPUtime=25.48
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 1620 0 0 0 2547 1 0 0 25 0 1 0 215413804 7450624 1534 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 1819 1534 67 132 0 1684 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7276

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1753992/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=8224 CPUtime=51.07
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 1855 0 0 0 5106 1 0 0 25 0 1 0 215413804 8421376 1769 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 2056 1769 67 132 0 1921 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8224

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1752712/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=9576 CPUtime=102.26
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 2186 0 0 0 10224 2 0 0 25 0 1 0 215413804 9805824 2100 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 2394 2100 67 132 0 2259 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9576

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1751560/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=10660 CPUtime=162.24
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 2471 0 0 0 16221 3 0 0 25 0 1 0 215413804 10915840 2385 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 2665 2385 67 132 0 2530 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10660

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1750984/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=11252 CPUtime=222.23
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 2592 0 0 0 22219 4 0 0 25 0 1 0 215413804 11522048 2506 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 2813 2506 67 132 0 2678 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11252

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19026
/proc/meminfo: memFree=1750024/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=12244 CPUtime=282.21
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 2826 0 0 0 28216 5 0 0 25 0 1 0 215413804 12537856 2740 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3061 2740 67 132 0 2926 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 12244

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 19200
/proc/meminfo: memFree=1748424/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=12396 CPUtime=342.1
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 2886 0 0 0 34205 5 0 0 25 0 1 0 215413804 12693504 2800 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3099 2800 67 132 0 2964 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 12396

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1749000/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=13136 CPUtime=402.06
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3040 0 0 0 40201 5 0 0 25 0 1 0 215413804 13451264 2954 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3284 2954 67 132 0 3149 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 13136

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1748424/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=13828 CPUtime=462.04
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3209 0 0 0 46198 6 0 0 25 0 1 0 215413804 14159872 3123 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3457 3123 67 132 0 3322 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 13828

[startup+522.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 19224
/proc/meminfo: memFree=1748168/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=14112 CPUtime=522.03
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3268 0 0 0 52196 7 0 0 25 0 1 0 215413804 14450688 3182 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3528 3182 67 132 0 3393 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 14112

[startup+582.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 19224
/proc/meminfo: memFree=1748040/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=14252 CPUtime=582.01
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3315 0 0 0 58194 7 0 0 25 0 1 0 215413804 14594048 3229 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3563 3229 67 132 0 3428 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 14252

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1747848/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=14528 CPUtime=641.99
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3384 0 0 0 64192 7 0 0 25 0 1 0 215413804 14876672 3298 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3632 3298 67 132 0 3497 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 14528

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1747144/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=15288 CPUtime=701.98
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3556 0 0 0 70190 8 0 0 25 0 1 0 215413804 15654912 3470 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3822 3470 67 132 0 3687 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 15288

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1746888/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=15600 CPUtime=761.97
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3628 0 0 0 76188 9 0 0 25 0 1 0 215413804 15974400 3542 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3900 3542 67 132 0 3765 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 15600

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1746760/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=15600 CPUtime=821.94
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3650 0 0 0 82185 9 0 0 25 0 1 0 215413804 15974400 3564 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3900 3564 67 132 0 3765 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 15600

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1746824/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=15600 CPUtime=881.93
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3651 0 0 0 88183 10 0 0 25 0 1 0 215413804 15974400 3565 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3900 3565 67 132 0 3765 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 15600

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1746632/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=15788 CPUtime=941.91
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3676 0 0 0 94181 10 0 0 25 0 1 0 215413804 16166912 3590 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134620912 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3947 3590 67 132 0 3812 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 15788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1746504/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=15928 CPUtime=1001.9
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3724 0 0 0 100179 11 0 0 25 0 1 0 215413804 16310272 3638 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 3982 3638 67 132 0 3847 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 15928

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1745800/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=16628 CPUtime=1061.87
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3892 0 0 0 106176 11 0 0 25 0 1 0 215413804 17027072 3806 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 4157 3806 67 132 0 4022 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 16628

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1745544/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=16948 CPUtime=1121.86
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 3972 0 0 0 112174 12 0 0 25 0 1 0 215413804 17354752 3886 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 4237 3886 67 132 0 4102 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 16948

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1745288/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=17236 CPUtime=1181.84
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 4017 0 0 0 118172 12 0 0 25 0 1 0 215413804 17649664 3931 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 4309 3931 67 132 0 4174 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 17236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19224
/proc/meminfo: memFree=1745224/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=17236 CPUtime=1200.04
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 4034 0 0 0 119991 13 0 0 25 0 1 0 215413804 17649664 3948 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 4309 3948 67 132 0 4174 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 17236

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.00 1.00 2/78 19224
/proc/meminfo: memFree=1745224/2055920 swapFree=4155628/4192956
[pid=19025] ppid=19023 vsize=17236 CPUtime=1200.04
/proc/19025/stat : 19025 (minimarch_fixed) R 19023 19025 18462 0 -1 4194304 4034 0 0 0 119991 13 0 0 25 0 1 0 215413804 17649664 3948 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/19025/statm: 4309 3948 67 132 0 4174 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 17236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.92
CPU system time (s): 0.133979
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 17236

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

runsolver used 0.964853 second user time and 2.59061 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Fri Apr 27 11:56:05 UTC 2007

IDJOB= 427771
IDBENCH= 20141
IDSOLVER= 198
FILE ID= node21/427771-1177674965

PBS_JOBID= 4698575

Free space on /tmp= 66449 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v140/unif-k7-r85-v140-c11900-S779713554-13.cnf
COMMAND LINE= /tmp/evaluation/427771-1177674965/minimarch_fixed /tmp/evaluation/427771-1177674965/instance-427771-1177674965.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-427771-1177674965 -o ROOT/results/node21/solver-427771-1177674965 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427771-1177674965/minimarch_fixed /tmp/evaluation/427771-1177674965/instance-427771-1177674965.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  cfea37cf2c4e91ad4c7e1db353aebdc5

RANDOM SEED= 828358347

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1761512 kB
Buffers:         45500 kB
Cached:         159512 kB
SwapCached:      15988 kB
Active:         161540 kB
Inactive:        67540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761512 kB
SwapTotal:     4192956 kB
SwapFree:      4155628 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          30228 kB
Slab:            50812 kB
Committed_AS:  1862416 kB
PageTables:       1784 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= 66449 MiB

End job on node21 on Fri Apr 27 12:16:08 UTC 2007