Trace number 1516491

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
VARSAT-crafted 2009-03-22? (TO) 1200.02 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1645769281-097.cnf
MD5SUM6923dc5685633b9bbf405cf2133639d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.295954
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

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  65                                                   |
0.00/0.00	c |  Number of clauses:    5785                                                 |
0.19/0.21	c |  Parsing time:         0.01         s                                       |
0.19/0.21	c |  Timeout:              43200 s
0.19/0.21	c |  Random Seed:          23658408.000000
0.19/0.21	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.19/0.21	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.21	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.21	c |                                                                             |
0.19/0.21	c ============================[ Search Statistics ]==============================
0.19/0.21	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.21	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.21	c ===============================================================================
0.19/0.21	c |         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.19/0.21	c |       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
0.19/0.21	c |       252 |      65     5785    40495 |     2333      252     24 |  0.024 % |
0.19/0.21	c |       477 |      65     5785    40495 |     2566      477     24 |  0.024 % |
0.19/0.23	c |       814 |      65     5785    40495 |     2823      814     24 |  0.024 % |
0.19/0.27	c |      1322 |      65     5785    40495 |     3105     1322     24 |  0.024 % |
0.29/0.32	c |      2082 |      65     5785    40495 |     3416     2082     24 |  0.024 % |
0.39/0.40	c |      3222 |      65     5785    40495 |     3757     3222     23 |  0.024 % |
0.49/0.51	c |      4930 |      65     5785    40495 |     4133     3036     23 |  0.024 % |
0.59/0.67	c |      7493 |      65     5785    40495 |     4546     3517     23 |  0.024 % |
0.89/0.91	c |     11337 |      65     5785    40495 |     5001     2787     22 |  0.024 % |
1.19/1.26	c |     17103 |      65     5785    40495 |     5501     3520     22 |  0.024 % |
1.69/1.78	c |     25752 |      65     5785    40495 |     6051     3879     23 |  0.024 % |
2.59/2.61	c |     38727 |      65     5785    40495 |     6657     4699     22 |  0.024 % |
3.79/3.88	c |     58189 |      65     5785    40495 |     7322     4101     22 |  0.024 % |
5.89/5.91	c |     87381 |      65     5785    40495 |     8055     3883     22 |  0.024 % |
8.99/9.00	c |    131170 |      65     5785    40495 |     8860     7253     22 |  0.024 % |
13.79/13.89	c |    196855 |      65     5785    40495 |     9746     6282     22 |  0.024 % |
21.69/21.72	c |    295381 |      65     5785    40495 |    10721     7075     23 |  0.024 % |
33.99/34.05	c |    443172 |      65     5785    40495 |    11793     9789     21 |  0.024 % |
53.57/53.70	c |    664857 |      65     5785    40495 |    12972     6901     20 |  0.024 % |
85.74/85.83	c |    997382 |      65     5785    40495 |    14270     7996     20 |  0.024 % |
137.01/137.10	c |   1496174 |      65     5785    40495 |    15697    13589     21 |  0.024 % |
219.96/220.12	c |   2244356 |      65     5785    40495 |    17266    14970     20 |  0.024 % |
351.90/352.13	c |   3366630 |      65     5785    40495 |    18993    13352     21 |  0.024 % |
571.71/572.01	c |   5050041 |      65     5785    40495 |    20892    13721     21 |  0.024 % |
933.92/934.40	c |   7575157 |      65     5785    40495 |    22982    18507     20 |  0.024 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1516491-1238270376/watcher-1516491-1238270376 -o /tmp/evaluation-result-1516491-1238270376/solver-1516491-1238270376 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=23658408 HOME/instance-1516491-1238270376.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): 1800 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: 2.00 1.99 1.99 4/86 18780
/proc/meminfo: memFree=1753104/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=2828 CPUtime=0
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 340 0 0 0 0 0 0 0 18 0 1 0 453368049 2895872 325 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 707 328 87 221 0 483 0

[startup+0.0797411 s]
/proc/loadavg: 2.00 1.99 1.99 4/86 18780
/proc/meminfo: memFree=1753104/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=3712 CPUtime=0.07
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 548 0 0 0 7 0 0 0 18 0 1 0 453368049 3801088 533 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 928 533 98 221 0 704 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3712

[startup+0.101745 s]
/proc/loadavg: 2.00 1.99 1.99 4/86 18780
/proc/meminfo: memFree=1753104/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=3712 CPUtime=0.09
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 548 0 0 0 9 0 0 0 18 0 1 0 453368049 3801088 533 1992294400 4194304 5102648 548682068800 18446744073709551615 4273060 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 928 533 98 221 0 704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3712

[startup+0.301782 s]
/proc/loadavg: 2.00 1.99 1.99 4/86 18780
/proc/meminfo: memFree=1753104/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=3616 CPUtime=0.29
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 561 0 0 0 29 0 0 0 19 0 1 0 453368049 3702784 546 1992294400 4194304 5102648 548682068800 18446744073709551615 4248997 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 904 546 110 221 0 680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3616

[startup+0.701854 s]
/proc/loadavg: 2.00 1.99 1.99 4/86 18780
/proc/meminfo: memFree=1753104/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=3892 CPUtime=0.69
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 608 0 0 0 69 0 0 0 23 0 1 0 453368049 3985408 593 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 973 593 110 221 0 749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3892

[startup+1.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18781
/proc/meminfo: memFree=1750856/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=4332 CPUtime=1.49
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 709 0 0 0 149 0 0 0 25 0 1 0 453368049 4435968 694 1992294400 4194304 5102648 548682068800 18446744073709551615 4244760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 1083 694 110 221 0 859 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4332

[startup+3.1013 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18781
/proc/meminfo: memFree=1750280/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=4600 CPUtime=3.09
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 803 0 0 0 309 0 0 0 25 0 1 0 453368049 4710400 788 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 1150 788 110 221 0 926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4600

[startup+6.30188 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18781
/proc/meminfo: memFree=1749704/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=5156 CPUtime=6.29
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 927 0 0 0 629 0 0 0 25 0 1 0 453368049 5279744 912 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 1289 912 110 221 0 1065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5156

[startup+12.7011 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18781
/proc/meminfo: memFree=1748936/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=5748 CPUtime=12.69
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 1065 0 0 0 1269 0 0 0 25 0 1 0 453368049 5885952 1050 1992294400 4194304 5102648 548682068800 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 1437 1050 110 221 0 1213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5748

[startup+25.5014 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18781
/proc/meminfo: memFree=1748168/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=6644 CPUtime=25.49
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 1257 0 0 0 2548 1 0 0 25 0 1 0 453368049 6803456 1242 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 1661 1242 110 221 0 1437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6644

[startup+51.1011 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18781
/proc/meminfo: memFree=1747336/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=7568 CPUtime=51.07
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 1476 0 0 0 5106 1 0 0 25 0 1 0 453368049 7749632 1461 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 1892 1461 110 221 0 1668 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7568

[startup+102.308 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1745992/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=8660 CPUtime=102.23
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 1740 0 0 0 10222 1 0 0 25 0 1 0 453368049 8867840 1725 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2165 1725 110 221 0 1941 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8660

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1745160/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=9576 CPUtime=162.19
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 1962 0 0 0 16218 1 0 0 25 0 1 0 453368049 9805824 1947 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2394 1947 110 221 0 2170 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 9576

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1744776/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=9988 CPUtime=222.16
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2061 0 0 0 22215 1 0 0 25 0 1 0 453368049 10227712 2046 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2497 2046 110 221 0 2273 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 9988

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1744200/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=10776 CPUtime=282.13
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2199 0 0 0 28212 1 0 0 25 0 1 0 453368049 11034624 2184 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2694 2184 110 221 0 2470 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 10776

[startup+342.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1744072/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=10776 CPUtime=342.11
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2231 0 0 0 34210 1 0 0 25 0 1 0 453368049 11034624 2216 1992294400 4194304 5102648 548682068800 18446744073709551615 4225774 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2694 2216 110 221 0 2470 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 10776

[startup+402.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1743624/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=11388 CPUtime=402.08
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2335 0 0 0 40206 2 0 0 25 0 1 0 453368049 11661312 2320 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2847 2320 110 221 0 2623 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 11388

[startup+462.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1742984/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=11956 CPUtime=462.05
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2488 0 0 0 46203 2 0 0 25 0 1 0 453368049 12242944 2473 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 2989 2473 110 221 0 2765 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 11956

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1742600/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=12524 CPUtime=522.02
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2589 0 0 0 52200 2 0 0 25 0 1 0 453368049 12824576 2574 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3131 2574 110 221 0 2907 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 12524

[startup+582.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1742280/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=12716 CPUtime=581.99
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2649 0 0 0 58197 2 0 0 25 0 1 0 453368049 13021184 2634 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3179 2634 110 221 0 2955 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 12716

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741960/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13092 CPUtime=641.97
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2731 0 0 0 64195 2 0 0 25 0 1 0 453368049 13406208 2716 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3273 2716 110 221 0 3049 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 13092

[startup+702.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741832/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13092 CPUtime=701.94
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2738 0 0 0 70192 2 0 0 25 0 1 0 453368049 13406208 2723 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3273 2723 110 221 0 3049 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 13092

[startup+762.308 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741832/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13092 CPUtime=761.91
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2740 0 0 0 76189 2 0 0 25 0 1 0 453368049 13406208 2725 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3273 2725 110 221 0 3049 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 13092

[startup+822.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741640/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13284 CPUtime=821.88
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2793 0 0 0 82186 2 0 0 25 0 1 0 453368049 13602816 2778 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3321 2778 110 221 0 3097 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 13284

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741512/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13472 CPUtime=881.85
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2832 0 0 0 88183 2 0 0 25 0 1 0 453368049 13795328 2817 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3368 2817 110 221 0 3144 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 13472

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741256/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13664 CPUtime=941.81
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2885 0 0 0 94179 2 0 0 25 0 1 0 453368049 13991936 2870 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3416 2870 110 221 0 3192 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 13664

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1741000/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13852 CPUtime=1001.8
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2937 0 0 0 100177 3 0 0 25 0 1 0 453368049 14184448 2922 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3463 2922 110 221 0 3239 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 13852

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1740808/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13996 CPUtime=1061.77
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 2988 0 0 0 106174 3 0 0 25 0 1 0 453368049 14331904 2973 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3499 2973 110 221 0 3275 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 13996

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1740808/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13996 CPUtime=1121.74
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 3003 0 0 0 112171 3 0 0 25 0 1 0 453368049 14331904 2988 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3499 2988 110 221 0 3275 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 13996

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1740680/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13996 CPUtime=1181.71
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 3010 0 0 0 118168 3 0 0 25 0 1 0 453368049 14331904 2995 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3499 2995 110 221 0 3275 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 13996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 2.00 1.99 1.99 3/87 18787
/proc/meminfo: memFree=1740680/2055924 swapFree=4179676/4192956
[pid=18780] ppid=18778 vsize=13996 CPUtime=1200.01
/proc/18780/stat : 18780 (varsat-crafted_) R 18778 18780 18683 0 -1 4194304 3011 0 0 0 119998 3 0 0 25 0 1 0 453368049 14331904 2996 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/18780/statm: 3499 2996 110 221 0 3275 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 13996

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.61
CPU time (s): 1200.02
CPU user time (s): 1199.98
CPU system time (s): 0.034994
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 13996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3011
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= 2
involuntary context switches= 4517

runsolver used 1.3068 second user time and 4.16437 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-28 20:59:36
IDJOB=1516491
IDBENCH=70517
IDSOLVER=537
FILE ID=node83/1516491-1238270376
PBS_JOBID= 9060890
Free space on /tmp= 66480 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1645769281-097.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516491-1238270376/watcher-1516491-1238270376 -o /tmp/evaluation-result-1516491-1238270376/solver-1516491-1238270376 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=23658408 HOME/instance-1516491-1238270376.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6923dc5685633b9bbf405cf2133639d1
RANDOM SEED=23658408

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1753584 kB
Buffers:         57016 kB
Cached:         157040 kB
SwapCached:       7488 kB
Active:         107636 kB
Inactive:       124896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1753584 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          25976 kB
Slab:            53892 kB
Committed_AS:  1002968 kB
PageTables:       2680 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= 66480 MiB
End job on node83 at 2009-03-28 21:19:39