Trace number 1516336

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-industrial 2009-03-22? (TO) 1200.04 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S754967851-033.cnf
MD5SUMca6438c2650e1f6095e022fd7ba3c2d0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.35679
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

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  70                                                   |
0.00/0.00	c |  Number of clauses:    6230                                                 |
0.19/0.20	c |  Parsing time:         0.01         s                                       |
0.19/0.20	c |  Timeout:              43200 s
0.19/0.20	c |  Random Seed:          1942100806.000000
0.19/0.20	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.19/0.20	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.20	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.20	c |                                                                             |
0.19/0.20	c ============================[ Search Statistics ]==============================
0.19/0.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.20	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.20	c ===============================================================================
0.19/0.20	c |         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.19/0.20	c |       101 |      70     6230    43610 |     2284      101     24 |  0.021 % |
0.19/0.20	c |       252 |      70     6230    43610 |     2512      252     25 |  0.021 % |
0.19/0.22	c |       478 |      70     6230    43610 |     2764      478     24 |  0.021 % |
0.19/0.26	c |       815 |      70     6230    43610 |     3040      815     25 |  0.021 % |
0.29/0.30	c |      1323 |      70     6230    43610 |     3344     1323     25 |  0.021 % |
0.29/0.35	c |      2082 |      70     6230    43610 |     3678     2082     25 |  0.021 % |
0.39/0.43	c |      3221 |      70     6230    43610 |     4046     3221     25 |  0.021 % |
0.49/0.54	c |      4929 |      70     6230    43610 |     4451     2887     25 |  0.021 % |
0.69/0.70	c |      7491 |      70     6230    43610 |     4896     3209     24 |  0.021 % |
0.89/0.94	c |     11335 |      70     6230    43610 |     5386     4589     24 |  0.021 % |
1.29/1.31	c |     17102 |      70     6230    43610 |     5924     4939     24 |  0.021 % |
1.79/1.87	c |     25751 |      70     6230    43610 |     6517     4653     24 |  0.021 % |
2.69/2.77	c |     38725 |      70     6230    43610 |     7169     4529     24 |  0.021 % |
4.09/4.14	c |     58188 |      70     6230    43610 |     7886     5988     23 |  0.021 % |
6.19/6.29	c |     87380 |      70     6230    43610 |     8674     7465     24 |  0.021 % |
9.59/9.65	c |    131169 |      70     6230    43610 |     9542     7725     23 |  0.021 % |
14.98/15.00	c |    196854 |      70     6230    43610 |    10496     6408     23 |  0.021 % |
23.58/23.61	c |    295382 |      70     6230    43610 |    11546    10195     24 |  0.021 % |
37.18/37.25	c |    443173 |      70     6230    43610 |    12700     7505     23 |  0.021 % |
59.07/59.18	c |    664856 |      70     6230    43610 |    13970     6443     24 |  0.021 % |
93.55/93.60	c |    997384 |      70     6230    43610 |    15367    10006     22 |  0.021 % |
150.32/150.41	c |   1496172 |      70     6230    43610 |    16904     8457     23 |  0.021 % |
242.47/242.66	c |   2244356 |      70     6230    43610 |    18595    11633     23 |  0.021 % |
391.61/391.81	c |   3366630 |      70     6230    43610 |    20454    16550     24 |  0.021 % |
636.99/637.38	c |   5050043 |      70     6230    43610 |    22500    10309     24 |  0.021 % |
1038.20/1038.75	c |   7575160 |      70     6230    43610 |    24750    12260     22 |  0.021 % |

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-1516336-1238267970/watcher-1516336-1238267970 -o /tmp/evaluation-result-1516336-1238267970/solver-1516336-1238267970 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1942100806 HOME/instance-1516336-1238267970.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: 1.91 1.97 1.99 4/86 18720
/proc/meminfo: memFree=1754000/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=2824 CPUtime=0
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 453127454 2891776 319 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 706 320 87 221 0 482 0

[startup+0.0321841 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 18720
/proc/meminfo: memFree=1754000/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=3652 CPUtime=0.02
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 555 0 0 0 2 0 0 0 18 0 1 0 453127454 3739648 540 1992294400 4194304 5102648 548682068784 18446744073709551615 4272865 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 913 540 98 221 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3652

[startup+0.101197 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 18720
/proc/meminfo: memFree=1754000/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=3832 CPUtime=0.09
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 584 0 0 0 9 0 0 0 18 0 1 0 453127454 3923968 569 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 958 569 98 221 0 734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.301235 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 18720
/proc/meminfo: memFree=1754000/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=3736 CPUtime=0.29
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 596 0 0 0 29 0 0 0 19 0 1 0 453127454 3825664 580 1992294400 4194304 5102648 548682068784 18446744073709551615 4255744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 934 580 110 221 0 710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3736

[startup+0.701307 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 18720
/proc/meminfo: memFree=1754000/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=4000 CPUtime=0.69
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 642 0 0 0 69 0 0 0 23 0 1 0 453127454 4096000 626 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1000 626 110 221 0 776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4000

[startup+1.50146 s]
/proc/loadavg: 1.91 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1751624/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=4448 CPUtime=1.49
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 757 0 0 0 149 0 0 0 25 0 1 0 453127454 4554752 741 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1112 741 110 221 0 888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4448

[startup+3.10175 s]
/proc/loadavg: 1.91 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1751048/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=4852 CPUtime=3.09
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 856 0 0 0 309 0 0 0 25 0 1 0 453127454 4968448 840 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1213 840 110 221 0 989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4852

[startup+6.30134 s]
/proc/loadavg: 1.92 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1750408/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=5272 CPUtime=6.29
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 977 0 0 0 629 0 0 0 25 0 1 0 453127454 5398528 961 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1318 961 110 221 0 1094 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5272

[startup+12.7015 s]
/proc/loadavg: 1.93 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1749520/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=6108 CPUtime=12.69
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 1157 0 0 0 1269 0 0 0 25 0 1 0 453127454 6254592 1141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1527 1141 110 221 0 1303 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6108

[startup+25.5019 s]
/proc/loadavg: 1.94 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1748752/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=6872 CPUtime=25.48
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 1341 0 0 0 2548 0 0 0 25 0 1 0 453127454 7036928 1325 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1718 1325 110 221 0 1494 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6872

[startup+51.1016 s]
/proc/loadavg: 1.96 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1747792/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=7964 CPUtime=51.08
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 1593 0 0 0 5107 1 0 0 25 0 1 0 453127454 8155136 1577 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 1991 1577 110 221 0 1767 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7964

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1746512/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=9340 CPUtime=102.25
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 1892 0 0 0 10224 1 0 0 25 0 1 0 453127454 9564160 1876 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 2335 1876 110 221 0 2111 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9340

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1745808/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=9924 CPUtime=162.21
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2052 0 0 0 16220 1 0 0 25 0 1 0 453127454 10162176 2036 1992294400 4194304 5102648 548682068784 18446744073709551615 4254538 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 2481 2036 110 221 0 2257 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9924

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1745104/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=10568 CPUtime=222.18
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2209 0 0 0 22217 1 0 0 25 0 1 0 453127454 10821632 2193 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 2642 2193 110 221 0 2418 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10568

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1744848/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=10956 CPUtime=282.16
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2272 0 0 0 28215 1 0 0 25 0 1 0 453127454 11218944 2256 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 2739 2256 110 221 0 2515 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 10956

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1744336/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=11524 CPUtime=342.13
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2411 0 0 0 34211 2 0 0 25 0 1 0 453127454 11800576 2395 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 2881 2395 110 221 0 2657 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 11524

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1743888/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=12092 CPUtime=402.1
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2518 0 0 0 40208 2 0 0 25 0 1 0 453127454 12382208 2502 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3023 2502 110 221 0 2799 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 12092

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1743184/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=12852 CPUtime=462.08
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2688 0 0 0 46206 2 0 0 25 0 1 0 453127454 13160448 2672 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3213 2672 110 221 0 2989 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 12852

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1742992/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=13044 CPUtime=522.04
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2730 0 0 0 52202 2 0 0 25 0 1 0 453127454 13357056 2714 1992294400 4194304 5102648 548682068784 18446744073709551615 4249728 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3261 2714 110 221 0 3037 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 13044

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1742864/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=13044 CPUtime=582.02
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2760 0 0 0 58200 2 0 0 25 0 1 0 453127454 13357056 2744 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3261 2744 110 221 0 3037 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 13044

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1742672/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=13232 CPUtime=641.99
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2807 0 0 0 64197 2 0 0 25 0 1 0 453127454 13549568 2791 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3308 2791 110 221 0 3084 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 13232

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1742224/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=13612 CPUtime=701.96
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2903 0 0 0 70194 2 0 0 25 0 1 0 453127454 13938688 2887 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3403 2887 110 221 0 3179 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 13612

[startup+762.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1741968/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=13992 CPUtime=761.94
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2974 0 0 0 76192 2 0 0 25 0 1 0 453127454 14327808 2958 1992294400 4194304 5102648 548682068784 18446744073709551615 4244270 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3498 2958 110 221 0 3274 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 13992

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1741968/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=13992 CPUtime=821.9
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 2987 0 0 0 82188 2 0 0 25 0 1 0 453127454 14327808 2971 1992294400 4194304 5102648 548682068784 18446744073709551615 4244322 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3498 2971 110 221 0 3274 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 13992

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1741712/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=14180 CPUtime=881.87
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3053 0 0 0 88185 2 0 0 25 0 1 0 453127454 14520320 3037 1992294400 4194304 5102648 548682068784 18446744073709551615 4255791 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3545 3037 110 221 0 3321 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 14180

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1741648/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=14180 CPUtime=941.84
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3063 0 0 0 94182 2 0 0 25 0 1 0 453127454 14520320 3047 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3545 3047 110 221 0 3321 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 14180

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1741264/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=14560 CPUtime=1001.81
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3147 0 0 0 100179 2 0 0 25 0 1 0 453127454 14909440 3131 1992294400 4194304 5102648 548682068784 18446744073709551615 4225728 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3640 3131 110 221 0 3416 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 14560

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1741072/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=14704 CPUtime=1061.79
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3202 0 0 0 106176 3 0 0 25 0 1 0 453127454 15056896 3186 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3676 3186 110 221 0 3452 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 14704

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1740944/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=14848 CPUtime=1121.76
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3233 0 0 0 112173 3 0 0 25 0 1 0 453127454 15204352 3217 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3712 3217 110 221 0 3488 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 14848

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1740752/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=14992 CPUtime=1181.73
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3268 0 0 0 118170 3 0 0 25 0 1 0 453127454 15351808 3252 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3748 3252 110 221 0 3524 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 14992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 18721
/proc/meminfo: memFree=1740688/2055924 swapFree=4179676/4192956
[pid=18720] ppid=18718 vsize=15136 CPUtime=1200.03
/proc/18720/stat : 18720 (varsat-industri) R 18718 18720 18683 0 -1 4194304 3292 0 0 0 120000 3 0 0 25 0 1 0 453127454 15499264 3276 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18720/statm: 3784 3276 110 221 0 3560 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 15136

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.04
CPU user time (s): 1200
CPU system time (s): 0.034994
CPU usage (%): 99.9524
Max. virtual memory (cumulated for all children) (KiB): 15136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
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= 3292
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= 4494

runsolver used 1.3278 second user time and 4.14137 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-28 20:19:30
IDJOB=1516336
IDBENCH=70504
IDSOLVER=538
FILE ID=node83/1516336-1238267970
PBS_JOBID= 9060890
Free space on /tmp= 66480 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S754967851-033.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516336-1238267970/watcher-1516336-1238267970 -o /tmp/evaluation-result-1516336-1238267970/solver-1516336-1238267970 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1942100806 HOME/instance-1516336-1238267970.cnf

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

MD5SUM BENCH= ca6438c2650e1f6095e022fd7ba3c2d0
RANDOM SEED=1942100806

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:       1754480 kB
Buffers:         56260 kB
Cached:         156912 kB
SwapCached:       7488 kB
Active:         107016 kB
Inactive:       124580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1754480 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:          25892 kB
Slab:            53920 kB
Committed_AS:  1001904 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 20:39:33