Trace number 1518161

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/520/
unif-k3-r4.25-v520-c2210-S1536609007-088.cnf
MD5SUM95e50be0ec36bd6dfa5233022c3ad7ac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.00285
Satisfiable
(Un)Satisfiability was proved
Number of variables520
Number of clauses2210
Sum of the clauses size6630
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32210
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  520                                                  |
0.00/0.00	c |  Number of clauses:    2210                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          672612353.000000
0.00/0.00	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
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 |     513     2195     6627 |      731        0    nan |  0.000 % |
0.00/0.03	c |       100 |     513     2195     6627 |      804      100     25 |  0.000 % |
0.04/0.06	c |       250 |     513     2195     6627 |      885      250     25 |  0.000 % |
0.04/0.10	c |       475 |     513     2195     6627 |      973      475     25 |  0.000 % |
0.09/0.13	c |       813 |     513     2195     6627 |     1071      813     25 |  0.000 % |
0.09/0.18	c |      1322 |     513     2195     6627 |     1178      763     23 |  0.000 % |
0.19/0.24	c |      2082 |     513     2195     6627 |     1296      903     23 |  0.000 % |
0.29/0.31	c |      3221 |     513     2195     6627 |     1425     1356     25 |  0.000 % |
0.39/0.42	c |      4931 |     513     2195     6627 |     1568      825     24 |  0.000 % |
0.49/0.57	c |      7494 |     513     2195     6627 |     1725      948     23 |  0.000 % |
0.69/0.78	c |     11339 |     513     2195     6627 |     1897     1243     22 |  0.000 % |
1.00/1.08	c |     17106 |     513     2195     6627 |     2087     1120     22 |  0.000 % |
1.49/1.54	c |     25755 |     513     2195     6627 |     2296     1122     21 |  0.000 % |
2.19/2.26	c |     38729 |     513     2195     6627 |     2525     2286     27 |  0.000 % |
3.29/3.34	c |     58190 |     513     2195     6627 |     2778     2298     24 |  0.000 % |
4.99/5.02	c |     87382 |     513     2195     6627 |     3056     1606     25 |  0.000 % |
7.59/7.61	c |    131171 |     513     2195     6627 |     3361     1694     23 |  0.000 % |
11.59/11.68	c |    196857 |     513     2195     6627 |     3698     2279     24 |  0.000 % |
17.98/18.04	c |    295383 |     513     2195     6627 |     4068     2992     25 |  0.000 % |
27.69/27.78	c |    443172 |     513     2195     6627 |     4474     4088     25 |  0.000 % |
42.89/42.97	c |    664857 |     513     2195     6627 |     4922     3189     24 |  0.000 % |
67.18/67.23	c |    997382 |     513     2195     6627 |     5414     3933     27 |  0.000 % |
104.17/104.27	c |   1496170 |     513     2195     6627 |     5955     4254     25 |  0.000 % |
162.96/163.05	c |   2244352 |     513     2195     6627 |     6551     5807     28 |  0.000 % |
252.53/252.62	c |   3366628 |     513     2195     6627 |     7206     3439     25 |  0.000 % |
399.11/399.27	c |   5050039 |     513     2195     6627 |     7927     6610     27 |  0.000 % |
621.85/622.06	c |   7575155 |     513     2195     6627 |     8720     7632     25 |  0.000 % |
978.97/979.27	c |  11362830 |     513     2195     6627 |     9592     5744     26 |  0.000 % |

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-1518161-1238296096/watcher-1518161-1238296096 -o /tmp/evaluation-result-1518161-1238296096/solver-1518161-1238296096 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=672612353 HOME/instance-1518161-1238296096.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.00 1.00 1.00 3/68 20954
/proc/meminfo: memFree=688872/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=2552 CPUtime=0
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 241 0 0 0 0 0 0 0 18 0 1 0 1102271575 2613248 226 1992294400 4194304 5102416 548682068800 18446744073709551615 4282576 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 638 226 98 221 0 414 0

[startup+0.044122 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 20954
/proc/meminfo: memFree=688872/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=2552 CPUtime=0.04
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 265 0 0 0 4 0 0 0 18 0 1 0 1102271575 2613248 250 1992294400 4194304 5102416 548682068800 18446744073709551615 4220244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 638 250 112 221 0 414 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2552

[startup+0.101126 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 20954
/proc/meminfo: memFree=688872/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=2552 CPUtime=0.09
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 266 0 0 0 9 0 0 0 18 0 1 0 1102271575 2613248 251 1992294400 4194304 5102416 548682068800 18446744073709551615 4524903 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 638 251 112 221 0 414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2552

[startup+0.301138 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 20954
/proc/meminfo: memFree=688872/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=2684 CPUtime=0.29
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 298 0 0 0 29 0 0 0 19 0 1 0 1102271575 2748416 283 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 671 283 112 221 0 447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2684

[startup+0.701165 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 20954
/proc/meminfo: memFree=688872/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=2816 CPUtime=0.69
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 342 0 0 0 69 0 0 0 22 0 1 0 1102271575 2883584 327 1992294400 4194304 5102416 548682068800 18446744073709551615 4250067 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 704 327 112 221 0 480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2816

[startup+1.50122 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=687904/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=3080 CPUtime=1.49
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 398 0 0 0 149 0 0 0 25 0 1 0 1102271575 3153920 383 1992294400 4194304 5102416 548682068800 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 770 383 112 221 0 546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3080

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=687392/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=3344 CPUtime=3.09
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 466 0 0 0 309 0 0 0 25 0 1 0 1102271575 3424256 451 1992294400 4194304 5102416 548682068800 18446744073709551615 4249451 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 836 451 112 221 0 612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3344

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=686944/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=3740 CPUtime=6.29
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 574 0 0 0 629 0 0 0 25 0 1 0 1102271575 3829760 559 1992294400 4194304 5102416 548682068800 18446744073709551615 4230759 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 935 559 112 221 0 711 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3740

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=686432/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=4268 CPUtime=12.69
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 674 0 0 0 1269 0 0 0 25 0 1 0 1102271575 4370432 659 1992294400 4194304 5102416 548682068800 18446744073709551615 4244111 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 1067 659 112 221 0 843 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4268

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=685984/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=4672 CPUtime=25.49
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 781 0 0 0 2548 1 0 0 25 0 1 0 1102271575 4784128 766 1992294400 4194304 5102416 548682068800 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 1168 766 112 221 0 944 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4672

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=685024/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=5612 CPUtime=51.08
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1015 0 0 0 5107 1 0 0 25 0 1 0 1102271575 5746688 1000 1992294400 4194304 5102416 548682068800 18446744073709551615 4262487 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 1403 1000 112 221 0 1179 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5612

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=684064/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=6596 CPUtime=102.27
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1253 0 0 0 10226 1 0 0 25 0 1 0 1102271575 6754304 1238 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 1649 1238 112 221 0 1425 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6596

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=683232/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=7404 CPUtime=162.26
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1453 0 0 0 16224 2 0 0 25 0 1 0 1102271575 7581696 1438 1992294400 4194304 5102416 548682068800 18446744073709551615 4249660 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 1851 1438 112 221 0 1627 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 7404

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=682656/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=7820 CPUtime=222.24
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1588 0 0 0 22222 2 0 0 25 0 1 0 1102271575 8007680 1573 1992294400 4194304 5102416 548682068800 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 1955 1573 112 221 0 1731 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 7820

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=682144/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=8372 CPUtime=282.22
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1714 0 0 0 28220 2 0 0 25 0 1 0 1102271575 8572928 1699 1992294400 4194304 5102416 548682068800 18446744073709551615 4249582 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2093 1699 112 221 0 1869 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 8372

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=681632/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=8924 CPUtime=342.22
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1848 0 0 0 34219 3 0 0 25 0 1 0 1102271575 9138176 1833 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2231 1833 112 221 0 2007 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 8924

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=681184/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=9464 CPUtime=402.2
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 1961 0 0 0 40217 3 0 0 25 0 1 0 1102271575 9691136 1946 1992294400 4194304 5102416 548682068800 18446744073709551615 4230448 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2366 1946 112 221 0 2142 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 9464

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=680800/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=9732 CPUtime=462.19
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2046 0 0 0 46216 3 0 0 25 0 1 0 1102271575 9965568 2031 1992294400 4194304 5102416 548682068800 18446744073709551615 4249582 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2433 2031 112 221 0 2209 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 9732

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=680608/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=9880 CPUtime=522.17
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2090 0 0 0 52214 3 0 0 25 0 1 0 1102271575 10117120 2075 1992294400 4194304 5102416 548682068800 18446744073709551615 4249567 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2470 2075 112 221 0 2246 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 9880

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=680480/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=10152 CPUtime=582.16
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2134 0 0 0 58212 4 0 0 25 0 1 0 1102271575 10395648 2119 1992294400 4194304 5102416 548682068800 18446744073709551615 4249737 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2538 2119 112 221 0 2314 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 10152

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=680160/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=10428 CPUtime=642.15
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2213 0 0 0 64211 4 0 0 25 0 1 0 1102271575 10678272 2198 1992294400 4194304 5102416 548682068800 18446744073709551615 4249765 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2607 2198 112 221 0 2383 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 10428

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=679904/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=10704 CPUtime=702.14
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2269 0 0 0 70209 5 0 0 25 0 1 0 1102271575 10960896 2254 1992294400 4194304 5102416 548682068800 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2676 2254 112 221 0 2452 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 10704

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=679584/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=11136 CPUtime=762.13
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2360 0 0 0 76208 5 0 0 25 0 1 0 1102271575 11403264 2345 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2784 2345 112 221 0 2560 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 11136

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=679456/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=11296 CPUtime=822.11
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2389 0 0 0 82206 5 0 0 25 0 1 0 1102271575 11567104 2374 1992294400 4194304 5102416 548682068800 18446744073709551615 4250052 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2824 2374 112 221 0 2600 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 11296

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=679200/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=11444 CPUtime=882.1
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2435 0 0 0 88204 6 0 0 25 0 1 0 1102271575 11718656 2420 1992294400 4194304 5102416 548682068800 18446744073709551615 4254931 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2861 2420 112 221 0 2637 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 11444

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=679072/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=11588 CPUtime=942.08
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2469 0 0 0 94202 6 0 0 25 0 1 0 1102271575 11866112 2454 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 2897 2454 112 221 0 2673 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 11588

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=678752/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=12008 CPUtime=1002.07
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2564 0 0 0 100200 7 0 0 25 0 1 0 1102271575 12296192 2549 1992294400 4194304 5102416 548682068800 18446744073709551615 4249582 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 3002 2549 112 221 0 2778 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 12008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=678496/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=12160 CPUtime=1062.06
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2607 0 0 0 106199 7 0 0 25 0 1 0 1102271575 12451840 2592 1992294400 4194304 5102416 548682068800 18446744073709551615 4249619 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 3040 2592 112 221 0 2816 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 12160

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=678304/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=12316 CPUtime=1122.04
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2666 0 0 0 112197 7 0 0 25 0 1 0 1102271575 12611584 2651 1992294400 4194304 5102416 548682068800 18446744073709551615 4249138 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 3079 2651 112 221 0 2855 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 12316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=677984/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=12596 CPUtime=1182.03
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2727 0 0 0 118195 8 0 0 25 0 1 0 1102271575 12898304 2712 1992294400 4194304 5102416 548682068800 18446744073709551615 4249162 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 3149 2712 112 221 0 2925 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 12596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=677920/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=12744 CPUtime=1200.03
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2743 0 0 0 119995 8 0 0 25 0 1 0 1102271575 13049856 2728 1992294400 4194304 5102416 548682068800 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 3186 2728 112 221 0 2962 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 12744

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 20955
/proc/meminfo: memFree=677920/2055920 swapFree=4177828/4192956
[pid=20954] ppid=20952 vsize=12744 CPUtime=1200.03
/proc/20954/stat : 20954 (varsat-random_s) R 20952 20954 17478 0 -1 4194304 2743 0 0 0 119995 8 0 0 25 0 1 0 1102271575 13049856 2728 1992294400 4194304 5102416 548682068800 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/20954/statm: 3186 2728 112 221 0 2962 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 12744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.04
CPU user time (s): 1199.96
CPU system time (s): 0.084987
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 12744

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

runsolver used 1.20982 second user time and 3.16952 second system time

The end

Launcher Data

Begin job on node52 at 2009-03-29 05:08:16
IDJOB=1518161
IDBENCH=70656
IDSOLVER=539
FILE ID=node52/1518161-1238296096
PBS_JOBID= 9060976
Free space on /tmp= 66376 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/520/unif-k3-r4.25-v520-c2210-S1536609007-088.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1518161-1238296096/watcher-1518161-1238296096 -o /tmp/evaluation-result-1518161-1238296096/solver-1518161-1238296096 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=672612353 HOME/instance-1518161-1238296096.cnf

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

MD5SUM BENCH= 95e50be0ec36bd6dfa5233022c3ad7ac
RANDOM SEED=672612353

node52.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.230
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.230
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:        689288 kB
Buffers:         93064 kB
Cached:        1175192 kB
SwapCached:       7968 kB
Active:         174612 kB
Inactive:      1103656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        689288 kB
SwapTotal:     4192956 kB
SwapFree:      4177828 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:          15708 kB
Slab:            73812 kB
Committed_AS:  2976636 kB
PageTables:       1736 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= 66376 MiB
End job on node52 at 2009-03-29 05:28:18