Trace number 1515268

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.03 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S1767813611-042.cnf
MD5SUMe8bef21b1523a2570095f6899127c7e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
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 52343
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:  110                                                  |
0.00/0.00	c |  Number of clauses:    2343                                                 |
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:          635928549.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.02	c |       101 |     110     2343    11715 |      859      101     24 |  0.008 % |
0.00/0.02	c |       251 |     110     2343    11715 |      945      251     24 |  0.008 % |
0.00/0.03	c |       476 |     110     2343    11715 |     1039      476     23 |  0.008 % |
0.00/0.05	c |       814 |     110     2343    11715 |     1143      814     23 |  0.008 % |
0.00/0.07	c |      1320 |     110     2343    11715 |     1257      732     22 |  0.008 % |
0.06/0.09	c |      2079 |     110     2343    11715 |     1383      848     23 |  0.008 % |
0.09/0.13	c |      3219 |     110     2343    11715 |     1521     1286     23 |  0.008 % |
0.09/0.19	c |      4927 |     110     2343    11715 |     1674     1452     23 |  0.008 % |
0.19/0.28	c |      7489 |     110     2343    11715 |     1841     1466     22 |  0.008 % |
0.39/0.42	c |     11334 |     110     2343    11715 |     2025     1574     22 |  0.008 % |
0.59/0.63	c |     17101 |     110     2343    11715 |     2228     1172     22 |  0.008 % |
0.89/0.94	c |     25751 |     110     2343    11715 |     2451     1920     23 |  0.008 % |
1.39/1.44	c |     38726 |     110     2343    11715 |     2696     1256     20 |  0.008 % |
2.19/2.21	c |     58187 |     110     2343    11715 |     2965     1620     22 |  0.008 % |
3.29/3.37	c |     87379 |     110     2343    11715 |     3262     2338     23 |  0.008 % |
5.19/5.20	c |    131168 |     110     2343    11715 |     3588     3296     23 |  0.008 % |
7.98/8.01	c |    196852 |     110     2343    11715 |     3947     2041     22 |  0.008 % |
12.38/12.43	c |    295378 |     110     2343    11715 |     4342     3120     23 |  0.008 % |
19.38/19.45	c |    443167 |     110     2343    11715 |     4776     2233     21 |  0.008 % |
30.18/30.23	c |    664852 |     110     2343    11715 |     5254     2803     21 |  0.008 % |
47.28/47.31	c |    997378 |     110     2343    11715 |     5779     5053     24 |  0.008 % |
74.16/74.20	c |   1496168 |     110     2343    11715 |     6357     4274     21 |  0.008 % |
115.55/115.65	c |   2244350 |     110     2343    11715 |     6993     5302     22 |  0.008 % |
180.82/180.98	c |   3366624 |     110     2343    11715 |     7692     3987     22 |  0.008 % |
284.19/284.35	c |   5050035 |     110     2343    11715 |     8461     4203     21 |  0.008 % |
449.14/449.36	c |   7575152 |     110     2343    11715 |     9308     7764     23 |  0.008 % |
712.16/712.44	c |  11362827 |     110     2343    11715 |    10238     4869     21 |  0.008 % |
1133.03/1133.43	c |  17044339 |     110     2343    11715 |    11262     8908     22 |  0.008 % |

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-1515268-1238252288/watcher-1515268-1238252288 -o /tmp/evaluation-result-1515268-1238252288/solver-1515268-1238252288 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=635928549 HOME/instance-1515268-1238252288.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 30972
/proc/meminfo: memFree=1643584/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=2552 CPUtime=0
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 248 0 0 0 0 0 0 0 20 0 1 0 1097892852 2613248 233 1992294400 4194304 5102648 548682068784 18446744073709551615 4279773 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 638 233 87 221 0 414 0

[startup+0.0704471 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 30972
/proc/meminfo: memFree=1643584/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=2612 CPUtime=0.06
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 287 0 0 0 6 0 0 0 21 0 1 0 1097892852 2674688 272 1992294400 4194304 5102648 548682068784 18446744073709551615 4213499 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 653 272 110 221 0 429 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2612

[startup+0.10145 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 30972
/proc/meminfo: memFree=1643584/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=2612 CPUtime=0.09
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 294 0 0 0 9 0 0 0 21 0 1 0 1097892852 2674688 279 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 653 279 110 221 0 429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2612

[startup+0.301474 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 30972
/proc/meminfo: memFree=1643584/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=2876 CPUtime=0.29
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 336 0 0 0 29 0 0 0 22 0 1 0 1097892852 2945024 321 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 719 321 110 221 0 495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2876

[startup+0.701525 s]
/proc/loadavg: 1.91 1.97 1.99 4/86 30972
/proc/meminfo: memFree=1643584/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=3008 CPUtime=0.69
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 386 0 0 0 69 0 0 0 25 0 1 0 1097892852 3080192 371 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 752 371 110 221 0 528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3008

[startup+1.50163 s]
/proc/loadavg: 1.92 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1642360/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=3144 CPUtime=1.49
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 425 0 0 0 149 0 0 0 25 0 1 0 1097892852 3219456 410 1992294400 4194304 5102648 548682068784 18446744073709551615 4225550 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 786 410 110 221 0 562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3144

[startup+3.10183 s]
/proc/loadavg: 1.92 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1642040/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=3420 CPUtime=3.09
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 490 0 0 0 309 0 0 0 25 0 1 0 1097892852 3502080 475 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 855 475 110 221 0 631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3420

[startup+6.30123 s]
/proc/loadavg: 1.92 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1641592/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=3720 CPUtime=6.29
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 558 0 0 0 629 0 0 0 25 0 1 0 1097892852 3809280 543 1992294400 4194304 5102648 548682068784 18446744073709551615 4254525 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 930 543 110 221 0 706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3720

[startup+12.701 s]
/proc/loadavg: 1.93 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1641096/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=4128 CPUtime=12.68
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 658 0 0 0 1268 0 0 0 25 0 1 0 1097892852 4227072 643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1032 643 110 221 0 808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4128

[startup+25.5016 s]
/proc/loadavg: 1.94 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1640520/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=4696 CPUtime=25.48
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 782 0 0 0 2548 0 0 0 25 0 1 0 1097892852 4808704 767 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1174 767 110 221 0 950 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4696

[startup+51.1018 s]
/proc/loadavg: 1.96 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1640008/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=5268 CPUtime=51.07
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 926 0 0 0 5107 0 0 0 25 0 1 0 1097892852 5394432 911 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1317 911 110 221 0 1093 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5268

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1639240/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=5980 CPUtime=102.26
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1082 0 0 0 10226 0 0 0 25 0 1 0 1097892852 6123520 1067 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1495 1067 110 221 0 1271 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5980

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30973
/proc/meminfo: memFree=1638664/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=6400 CPUtime=162.23
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1206 0 0 0 16223 0 0 0 25 0 1 0 1097892852 6553600 1191 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1600 1191 110 221 0 1376 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6400

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30979
/proc/meminfo: memFree=1638088/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=7104 CPUtime=222.21
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1369 0 0 0 22221 0 0 0 25 0 1 0 1097892852 7274496 1354 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1776 1354 110 221 0 1552 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 7104

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30979
/proc/meminfo: memFree=1637896/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=7384 CPUtime=282.19
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1423 0 0 0 28219 0 0 0 25 0 1 0 1097892852 7561216 1408 1992294400 4194304 5102648 548682068784 18446744073709551615 4244345 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1846 1408 110 221 0 1622 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 7384

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30979
/proc/meminfo: memFree=1637576/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=7688 CPUtime=342.17
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1490 0 0 0 34217 0 0 0 25 0 1 0 1097892852 7872512 1475 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1922 1475 110 221 0 1698 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 7688

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30979
/proc/meminfo: memFree=1637448/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=7860 CPUtime=402.16
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1529 0 0 0 40216 0 0 0 25 0 1 0 1097892852 8048640 1514 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 1965 1514 110 221 0 1741 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 7860

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30979
/proc/meminfo: memFree=1637128/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=8196 CPUtime=462.14
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1595 0 0 0 46214 0 0 0 25 0 1 0 1097892852 8392704 1580 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2049 1580 110 221 0 1825 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 8196

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 30979
/proc/meminfo: memFree=1636872/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=8364 CPUtime=522.12
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1663 0 0 0 52212 0 0 0 25 0 1 0 1097892852 8564736 1648 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2091 1648 110 221 0 1867 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 8364

[startup+582.302 s]
/proc/loadavg: 2.07 1.99 1.99 3/87 30979
/proc/meminfo: memFree=1636552/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=8700 CPUtime=582.1
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1739 0 0 0 58210 0 0 0 25 0 1 0 1097892852 8908800 1724 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2175 1724 110 221 0 1951 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 8700

[startup+642.301 s]
/proc/loadavg: 2.10 2.00 2.00 3/87 30979
/proc/meminfo: memFree=1636424/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=8872 CPUtime=642.09
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1776 0 0 0 64209 0 0 0 25 0 1 0 1097892852 9084928 1761 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2218 1761 110 221 0 1994 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 8872

[startup+702.302 s]
/proc/loadavg: 2.10 2.02 2.00 3/87 30979
/proc/meminfo: memFree=1636296/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9040 CPUtime=702.07
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1797 0 0 0 70207 0 0 0 25 0 1 0 1097892852 9256960 1782 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2260 1782 110 221 0 2036 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 9040

[startup+762.306 s]
/proc/loadavg: 2.18 2.04 2.01 3/87 30979
/proc/meminfo: memFree=1636040/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9208 CPUtime=762.05
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1857 0 0 0 76205 0 0 0 25 0 1 0 1097892852 9428992 1842 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2302 1842 110 221 0 2078 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 9208

[startup+822.302 s]
/proc/loadavg: 2.12 2.05 2.01 3/87 30979
/proc/meminfo: memFree=1635912/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9376 CPUtime=822.03
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1880 0 0 0 82203 0 0 0 25 0 1 0 1097892852 9601024 1865 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2344 1865 110 221 0 2120 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 9376

[startup+882.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/87 30979
/proc/meminfo: memFree=1635720/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9544 CPUtime=882.01
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1918 0 0 0 88201 0 0 0 25 0 1 0 1097892852 9773056 1903 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2386 1903 110 221 0 2162 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 9544

[startup+942.302 s]
/proc/loadavg: 2.08 2.06 2.01 3/87 30979
/proc/meminfo: memFree=1635656/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9712 CPUtime=941.99
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1944 0 0 0 94199 0 0 0 25 0 1 0 1097892852 9945088 1929 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2428 1929 110 221 0 2204 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 9712

[startup+1002.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/87 30979
/proc/meminfo: memFree=1635592/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9712 CPUtime=1001.97
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1947 0 0 0 100197 0 0 0 25 0 1 0 1097892852 9945088 1932 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2428 1932 110 221 0 2204 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 9712

[startup+1062.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/87 30979
/proc/meminfo: memFree=1635528/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9712 CPUtime=1061.96
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1950 0 0 0 106196 0 0 0 25 0 1 0 1097892852 9945088 1935 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2428 1935 110 221 0 2204 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 9712

[startup+1122.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/87 30979
/proc/meminfo: memFree=1635592/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9712 CPUtime=1121.94
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 1953 0 0 0 112194 0 0 0 25 0 1 0 1097892852 9945088 1938 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2428 1938 110 221 0 2204 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 9712

[startup+1182.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/87 30979
/proc/meminfo: memFree=1635336/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9880 CPUtime=1181.92
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 2007 0 0 0 118192 0 0 0 25 0 1 0 1097892852 10117120 1992 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2470 1992 110 221 0 2246 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 9880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 2.11 2.07 2.01 3/87 30979
/proc/meminfo: memFree=1635272/2055920 swapFree=4170308/4192956
[pid=30972] ppid=30970 vsize=9880 CPUtime=1200.02
/proc/30972/stat : 30972 (varsat-industri) R 30970 30972 30935 0 -1 4194304 2009 0 0 0 120002 0 0 0 25 0 1 0 1097892852 10117120 1994 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30972/statm: 2470 1994 110 221 0 2246 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 9880

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.41
CPU time (s): 1200.03
CPU user time (s): 1200.02
CPU system time (s): 0.008998
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 9880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2009
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= 3
involuntary context switches= 1522

runsolver used 1.41478 second user time and 4.06038 second system time

The end

Launcher Data

Begin job on node92 at 2009-03-28 15:58:08
IDJOB=1515268
IDBENCH=70415
IDSOLVER=538
FILE ID=node92/1515268-1238252288
PBS_JOBID= 9060782
Free space on /tmp= 66564 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/110/unif-k5-r21.3-v110-c2343-S1767813611-042.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515268-1238252288/watcher-1515268-1238252288 -o /tmp/evaluation-result-1515268-1238252288/solver-1515268-1238252288 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=635928549 HOME/instance-1515268-1238252288.cnf

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

MD5SUM BENCH= e8bef21b1523a2570095f6899127c7e2
RANDOM SEED=635928549

node92.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.249
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.249
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:      2055920 kB
MemFree:       1644000 kB
Buffers:         53744 kB
Cached:         293176 kB
SwapCached:       7632 kB
Active:          84948 kB
Inactive:       271824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644000 kB
SwapTotal:     4192956 kB
SwapFree:      4170308 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:          15536 kB
Slab:            39140 kB
Committed_AS:  1877392 kB
PageTables:       2768 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= 66560 MiB
End job on node92 at 2009-03-28 16:18:11