Trace number 424902

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
minisat SAT 2007? (TO) 5000.05 5001.51

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1257199575-18.UNSAT.shuffled.cnf
MD5SUM5cb12367c8059b22462366f8563a334f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3203.28
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  500                                                  |
0.00/0.00	c |  Number of clauses:    2130                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     482     2101     6408 |      700        0    nan |  0.000 % |
0.00/0.00	c |       100 |     482     2101     6408 |      770      100     21 |  0.000 % |
0.00/0.01	c |       250 |     482     2101     6408 |      847      250     21 |  0.000 % |
0.00/0.02	c |       477 |     482     2101     6408 |      932      477     22 |  0.000 % |
0.00/0.03	c |       815 |     482     2101     6408 |     1025      815     22 |  0.000 % |
0.00/0.05	c |      1321 |     482     2101     6408 |     1127      785     21 |  0.000 % |
0.06/0.08	c |      2080 |     482     2101     6408 |     1240      943     21 |  0.000 % |
0.10/0.13	c |      3219 |     482     2101     6408 |     1364      793     20 |  0.000 % |
0.20/0.21	c |      4927 |     482     2101     6408 |     1501     1079     21 |  0.000 % |
0.30/0.32	c |      7489 |     482     2101     6408 |     1651     1310     21 |  0.000 % |
0.50/0.51	c |     11333 |     482     2101     6408 |     1816      906     19 |  0.000 % |
0.80/0.80	c |     17099 |     482     2101     6408 |     1998     1079     18 |  0.000 % |
1.20/1.24	c |     25748 |     482     2101     6408 |     2197     1546     21 |  0.000 % |
1.90/1.93	c |     38722 |     482     2101     6408 |     2417     2211     20 |  0.000 % |
2.90/3.00	c |     58183 |     482     2101     6408 |     2659     1956     22 |  0.000 % |
4.69/4.70	c |     87375 |     482     2101     6408 |     2925     2663     21 |  0.000 % |
7.19/7.30	c |    131167 |     482     2101     6408 |     3218     1899     19 |  0.000 % |
11.29/11.38	c |    196851 |     482     2101     6408 |     3539     2138     22 |  0.000 % |
17.59/17.68	c |    295377 |     482     2101     6408 |     3893     1946     21 |  0.000 % |
27.59/27.64	c |    443170 |     482     2101     6408 |     4283     3673     23 |  0.000 % |
43.18/43.25	c |    664853 |     482     2101     6408 |     4711     4272     22 |  0.000 % |
67.08/67.12	c |    997379 |     482     2101     6408 |     5182     3461     23 |  0.000 % |
104.36/104.43	c |   1496170 |     482     2101     6408 |     5700     5072     23 |  0.000 % |
162.15/162.26	c |   2244353 |     482     2101     6408 |     6270     5583     22 |  0.000 % |
254.12/254.29	c |   3366627 |     482     2101     6408 |     6898     5094     25 |  0.000 % |
397.38/397.59	c |   5050038 |     482     2101     6408 |     7587     6795     23 |  0.000 % |
623.32/623.58	c |   7575156 |     482     2101     6408 |     8346     6489     25 |  0.000 % |
974.93/975.25	c |  11362832 |     482     2101     6408 |     9181     7986     21 |  0.000 % |
1533.48/1533.98	c |  17044345 |     482     2101     6408 |    10099     8575     21 |  0.000 % |
2414.04/2414.71	c |  25566614 |     482     2101     6408 |    11109     6717     20 |  0.000 % |
3817.45/3818.61	c |  38350018 |     482     2101     6408 |    12220     6390     22 |  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/node72/watcher-424902-1177679224 -o ROOT/results/node72/solver-424902-1177679224 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424902-1177679224/minisat_noassertions /tmp/evaluation/424902-1177679224/instance-424902-1177679224.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.84 1.98 1.90 3/77 18995
/proc/meminfo: memFree=1778048/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=1852 CPUtime=0
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 243960862 1896448 132 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134533425 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 463 132 62 130 0 330 0

[startup+0.0612741 s]
/proc/loadavg: 1.84 1.98 1.90 3/77 18995
/proc/meminfo: memFree=1778048/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=1984 CPUtime=0.06
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 170 0 0 0 6 0 0 0 18 0 1 0 243960862 2031616 156 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548753 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 496 156 66 130 0 363 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1984

[startup+0.101277 s]
/proc/loadavg: 1.84 1.98 1.90 3/77 18995
/proc/meminfo: memFree=1778048/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=1984 CPUtime=0.1
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 178 0 0 0 10 0 0 0 18 0 1 0 243960862 2031616 164 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546867 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 496 164 66 130 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.301295 s]
/proc/loadavg: 1.84 1.98 1.90 3/77 18995
/proc/meminfo: memFree=1778048/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=1984 CPUtime=0.3
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 194 0 0 0 30 0 0 0 20 0 1 0 243960862 2031616 180 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 496 180 66 130 0 363 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1984

[startup+0.701331 s]
/proc/loadavg: 1.84 1.98 1.90 3/77 18995
/proc/meminfo: memFree=1778048/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=2116 CPUtime=0.7
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 216 0 0 0 70 0 0 0 24 0 1 0 243960862 2166784 202 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 529 202 66 130 0 396 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2116

[startup+1.5014 s]
/proc/loadavg: 1.84 1.98 1.90 2/78 18996
/proc/meminfo: memFree=1777464/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=2248 CPUtime=1.5
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 245 0 0 0 150 0 0 0 25 0 1 0 243960862 2301952 231 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 562 231 66 130 0 429 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2248

[startup+3.10155 s]
/proc/loadavg: 1.84 1.98 1.90 2/78 18996
/proc/meminfo: memFree=1777208/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=2380 CPUtime=3.09
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 282 0 0 0 309 0 0 0 25 0 1 0 243960862 2437120 268 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 595 268 66 130 0 462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2380

[startup+6.30184 s]
/proc/loadavg: 1.77 1.96 1.89 2/78 18996
/proc/meminfo: memFree=1776824/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=2512 CPUtime=6.29
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 319 0 0 0 629 0 0 0 25 0 1 0 243960862 2572288 305 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 628 305 66 130 0 495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2512

[startup+12.7014 s]
/proc/loadavg: 1.71 1.94 1.89 2/78 18996
/proc/meminfo: memFree=1776568/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=2776 CPUtime=12.69
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 383 0 0 0 1269 0 0 0 25 0 1 0 243960862 2842624 369 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 694 369 66 130 0 561 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2776

[startup+25.5016 s]
/proc/loadavg: 1.55 1.90 1.87 2/78 18996
/proc/meminfo: memFree=1776248/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=3172 CPUtime=25.49
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 461 0 0 0 2549 0 0 0 25 0 1 0 243960862 3248128 447 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 793 447 66 130 0 660 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3172

[startup+51.1019 s]
/proc/loadavg: 1.36 1.82 1.85 2/78 18996
/proc/meminfo: memFree=1775864/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=3568 CPUtime=51.08
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 569 0 0 0 5108 0 0 0 25 0 1 0 243960862 3653632 555 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 892 555 66 130 0 759 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3568

[startup+102.306 s]
/proc/loadavg: 1.16 1.69 1.80 2/78 18996
/proc/meminfo: memFree=1775544/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=3964 CPUtime=102.26
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 669 0 0 0 10226 0 0 0 25 0 1 0 243960862 4059136 655 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552241 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 991 655 66 130 0 858 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3964

[startup+162.301 s]
/proc/loadavg: 1.10 1.58 1.75 2/78 18996
/proc/meminfo: memFree=1774968/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=4500 CPUtime=162.25
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 790 0 0 0 16224 1 0 0 25 0 1 0 243960862 4608000 776 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1125 776 66 130 0 992 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4500

[startup+222.302 s]
/proc/loadavg: 1.12 1.50 1.71 2/78 18996
/proc/meminfo: memFree=1774456/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=4900 CPUtime=222.23
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 901 0 0 0 22222 1 0 0 25 0 1 0 243960862 5017600 887 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1225 887 66 130 0 1092 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4900

[startup+282.301 s]
/proc/loadavg: 1.04 1.41 1.67 2/78 18996
/proc/meminfo: memFree=1774264/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=5176 CPUtime=282.21
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 980 0 0 0 28220 1 0 0 25 0 1 0 243960862 5300224 966 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1294 966 66 130 0 1161 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5176

[startup+342.302 s]
/proc/loadavg: 1.01 1.33 1.62 2/78 18996
/proc/meminfo: memFree=1774072/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=5308 CPUtime=342.2
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 1023 0 0 0 34218 2 0 0 25 0 1 0 243960862 5435392 1009 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1327 1009 66 130 0 1194 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 5308

[startup+402.302 s]
/proc/loadavg: 1.00 1.27 1.58 2/78 18996
/proc/meminfo: memFree=1773880/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=5564 CPUtime=402.18
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 1073 0 0 0 40216 2 0 0 25 0 1 0 243960862 5697536 1059 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1391 1059 66 130 0 1258 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 5564

[startup+462.302 s]
/proc/loadavg: 1.00 1.22 1.54 2/78 18996
/proc/meminfo: memFree=1773624/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=5836 CPUtime=462.17
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 1129 0 0 0 46214 3 0 0 25 0 1 0 243960862 5976064 1115 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1459 1115 66 130 0 1326 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 5836

[startup+522.302 s]
/proc/loadavg: 1.00 1.17 1.51 2/78 18996
/proc/meminfo: memFree=1773496/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=5964 CPUtime=522.15
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 1160 0 0 0 52212 3 0 0 25 0 1 0 243960862 6107136 1146 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1491 1146 66 130 0 1358 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 5964

[startup+582.301 s]
/proc/loadavg: 1.00 1.14 1.47 2/78 18996
/proc/meminfo: memFree=1773432/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=5964 CPUtime=582.13
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 1187 0 0 0 58209 4 0 0 25 0 1 0 243960862 6107136 1173 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1491 1173 66 130 0 1358 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 5964

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.44 2/78 18996
/proc/meminfo: memFree=1773240/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=6248 CPUtime=642.12
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 1236 0 0 0 64208 4 0 0 25 0 1 0 243960862 6397952 1222 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 1562 1222 66 130 0 1429 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 6248


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 19200
/proc/meminfo: memFree=1769400/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10072 CPUtime=4061.09
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2193 0 0 0 406077 32 0 0 25 0 1 0 243960862 10313728 2179 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134558241 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2518 2179 66 130 0 2385 0
Current children cumulated CPU time (s) 4061.09
Current children cumulated vsize (KiB) 10072

[startup+4122.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/78 19200
/proc/meminfo: memFree=1769272/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10208 CPUtime=4121.07
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2201 0 0 0 412074 33 0 0 25 0 1 0 243960862 10452992 2187 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547034 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2552 2187 66 130 0 2419 0
Current children cumulated CPU time (s) 4121.07
Current children cumulated vsize (KiB) 10208

[startup+4182.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/78 19200
/proc/meminfo: memFree=1769272/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10208 CPUtime=4181.05
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2206 0 0 0 418072 33 0 0 25 0 1 0 243960862 10452992 2192 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2552 2192 66 130 0 2419 0
Current children cumulated CPU time (s) 4181.05
Current children cumulated vsize (KiB) 10208

[startup+4242.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 19200
/proc/meminfo: memFree=1769272/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10208 CPUtime=4241.04
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2219 0 0 0 424070 34 0 0 25 0 1 0 243960862 10452992 2205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2552 2205 66 130 0 2419 0
Current children cumulated CPU time (s) 4241.04
Current children cumulated vsize (KiB) 10208

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 19200
/proc/meminfo: memFree=1769272/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10208 CPUtime=4301.02
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2222 0 0 0 430068 34 0 0 25 0 1 0 243960862 10452992 2208 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553592 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2552 2208 66 130 0 2419 0
Current children cumulated CPU time (s) 4301.02
Current children cumulated vsize (KiB) 10208

[startup+4362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 19200
/proc/meminfo: memFree=1769208/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10344 CPUtime=4361.01
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2241 0 0 0 436066 35 0 0 25 0 1 0 243960862 10592256 2227 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548751 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2586 2227 66 130 0 2453 0
Current children cumulated CPU time (s) 4361.01
Current children cumulated vsize (KiB) 10344

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 19200
/proc/meminfo: memFree=1769144/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10344 CPUtime=4420.99
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2241 0 0 0 442064 35 0 0 25 0 1 0 243960862 10592256 2227 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2586 2227 66 130 0 2453 0
Current children cumulated CPU time (s) 4420.99
Current children cumulated vsize (KiB) 10344

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769144/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10344 CPUtime=4480.98
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2250 0 0 0 448062 36 0 0 25 0 1 0 243960862 10592256 2236 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547293 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2586 2236 66 130 0 2453 0
Current children cumulated CPU time (s) 4480.98
Current children cumulated vsize (KiB) 10344

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769144/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10344 CPUtime=4540.96
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2251 0 0 0 454060 36 0 0 25 0 1 0 243960862 10592256 2237 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552570 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2586 2237 66 130 0 2453 0
Current children cumulated CPU time (s) 4540.96
Current children cumulated vsize (KiB) 10344

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769144/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10344 CPUtime=4600.94
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2253 0 0 0 460058 36 0 0 25 0 1 0 243960862 10592256 2239 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2586 2239 66 130 0 2453 0
Current children cumulated CPU time (s) 4600.94
Current children cumulated vsize (KiB) 10344

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769080/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10344 CPUtime=4660.93
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2256 0 0 0 466056 37 0 0 25 0 1 0 243960862 10592256 2242 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548121 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2586 2242 66 130 0 2453 0
Current children cumulated CPU time (s) 4660.93
Current children cumulated vsize (KiB) 10344

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769016/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10492 CPUtime=4720.91
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2270 0 0 0 472054 37 0 0 25 0 1 0 243960862 10743808 2256 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2623 2256 66 130 0 2490 0
Current children cumulated CPU time (s) 4720.91
Current children cumulated vsize (KiB) 10492

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769016/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10492 CPUtime=4780.89
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2281 0 0 0 478052 37 0 0 25 0 1 0 243960862 10743808 2267 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2623 2267 66 130 0 2490 0
Current children cumulated CPU time (s) 4780.89
Current children cumulated vsize (KiB) 10492

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1769016/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10492 CPUtime=4840.88
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2282 0 0 0 484050 38 0 0 25 0 1 0 243960862 10743808 2268 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2623 2268 66 130 0 2490 0
Current children cumulated CPU time (s) 4840.88
Current children cumulated vsize (KiB) 10492

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1768952/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10492 CPUtime=4900.86
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2290 0 0 0 490048 38 0 0 25 0 1 0 243960862 10743808 2276 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547143 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2623 2276 66 130 0 2490 0
Current children cumulated CPU time (s) 4900.86
Current children cumulated vsize (KiB) 10492

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1768952/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10492 CPUtime=4960.85
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2298 0 0 0 496046 39 0 0 25 0 1 0 243960862 10743808 2284 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2623 2284 66 130 0 2490 0
Current children cumulated CPU time (s) 4960.85
Current children cumulated vsize (KiB) 10492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1768952/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10644 CPUtime=5000.04
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2304 0 0 0 499965 39 0 0 25 0 1 0 243960862 10899456 2290 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2661 2290 66 130 0 2528 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 10644

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19200
/proc/meminfo: memFree=1768952/2055920 swapFree=4157132/4192956
[pid=18995] ppid=18993 vsize=10644 CPUtime=5000.04
/proc/18995/stat : 18995 (minisat_noasser) R 18993 18995 18697 0 -1 4194304 2304 0 0 0 499965 39 0 0 25 0 1 0 243960862 10899456 2290 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/18995/statm: 2661 2290 66 130 0 2528 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 10644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.51
CPU time (s): 5000.05
CPU user time (s): 4999.65
CPU system time (s): 0.398939
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 10644

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

runsolver used 3.88441 second user time and 10.6324 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Fri Apr 27 13:07:04 UTC 2007

IDJOB= 424902
IDBENCH= 19980
IDSOLVER= 189
FILE ID= node72/424902-1177679224

PBS_JOBID= 4698620

Free space on /tmp= 66490 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1257199575-18.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/424902-1177679224/minisat_noassertions /tmp/evaluation/424902-1177679224/instance-424902-1177679224.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-424902-1177679224 -o ROOT/results/node72/solver-424902-1177679224 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/424902-1177679224/minisat_noassertions /tmp/evaluation/424902-1177679224/instance-424902-1177679224.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  5cb12367c8059b22462366f8563a334f

RANDOM SEED= 855979460

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1778456 kB
Buffers:         41252 kB
Cached:         160472 kB
SwapCached:      17848 kB
Active:         143028 kB
Inactive:        82816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778456 kB
SwapTotal:     4192956 kB
SwapFree:      4157132 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            37088 kB
Committed_AS:  3373856 kB
PageTables:       1788 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= 66490 MiB

End job on node72 on Fri Apr 27 14:30:28 UTC 2007