Trace number 1518448

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/3SAT/SATISFIABLE/560/
unif-k3-r4.25-v560-c2380-S1876865608-086.cnf
MD5SUMa08fcca560a80877927507a2ea133f40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
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:  560                                                  |
0.00/0.00	c |  Number of clauses:    2380                                                 |
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:          2111993174.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.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 |     542     2338     7097 |      779        0    nan |  0.000 % |
0.00/0.01	c |       101 |     542     2338     7097 |      857      101     28 |  0.000 % |
0.00/0.02	c |       252 |     542     2338     7097 |      942      252     27 |  0.000 % |
0.00/0.03	c |       477 |     542     2338     7097 |     1037      477     25 |  0.000 % |
0.00/0.04	c |       815 |     542     2338     7097 |     1141      815     26 |  0.000 % |
0.05/0.06	c |      1321 |     542     2338     7097 |     1255      723     24 |  0.000 % |
0.10/0.10	c |      2082 |     542     2338     7097 |     1380      832     23 |  0.000 % |
0.10/0.15	c |      3221 |     542     2338     7097 |     1518     1248     24 |  0.000 % |
0.20/0.24	c |      4930 |     542     2338     7097 |     1670     1364     24 |  0.000 % |
0.30/0.36	c |      7492 |     542     2338     7097 |     1837     1317     24 |  0.000 % |
0.49/0.56	c |     11336 |     542     2338     7097 |     2021     1364     23 |  0.000 % |
0.79/0.85	c |     17103 |     542     2338     7097 |     2223     1946     24 |  0.000 % |
1.29/1.32	c |     25753 |     542     2338     7097 |     2445     1396     22 |  0.000 % |
2.00/2.04	c |     38728 |     542     2338     7097 |     2690     1814     25 |  0.000 % |
3.09/3.15	c |     58191 |     542     2338     7097 |     2959     2027     24 |  0.000 % |
4.89/4.93	c |     87384 |     542     2338     7097 |     3255     2401     27 |  0.000 % |
7.69/7.71	c |    131174 |     542     2338     7097 |     3581     3000     25 |  0.000 % |
11.79/11.88	c |    196858 |     542     2338     7097 |     3939     3132     24 |  0.000 % |
18.48/18.51	c |    295384 |     542     2338     7097 |     4333     3466     24 |  0.000 % |
28.58/28.69	c |    443173 |     542     2338     7097 |     4766     3937     27 |  0.000 % |
44.47/44.57	c |    664856 |     542     2338     7097 |     5242     3229     26 |  0.000 % |
69.57/69.68	c |    997382 |     542     2338     7097 |     5767     4322     26 |  0.000 % |
109.16/109.23	c |   1496171 |     542     2338     7097 |     6343     4241     27 |  0.000 % |
169.94/170.03	c |   2244353 |     542     2338     7097 |     6978     6405     23 |  0.000 % |
267.70/267.88	c |   3366631 |     542     2338     7097 |     7676     4808     24 |  0.000 % |
417.26/417.49	c |   5050043 |     542     2338     7097 |     8443     4806     26 |  0.000 % |
655.39/655.68	c |   7575159 |     542     2338     7097 |     9288     8013     27 |  0.000 % |
1040.57/1040.95	c |  11362835 |     542     2338     7097 |    10217     5205     25 |  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-1518448-1238299768/watcher-1518448-1238299768 -o /tmp/evaluation-result-1518448-1238299768/solver-1518448-1238299768 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=2111993174 HOME/instance-1518448-1238299768.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: 0.91 0.97 0.99 3/64 16732
/proc/meminfo: memFree=1821728/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=2552 CPUtime=0
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 252 0 0 0 0 0 0 0 18 0 1 0 1102644105 2613248 237 1992294400 4194304 5102648 548682068784 18446744073709551615 4272256 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 638 237 98 221 0 414 0

[startup+0.0586529 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16732
/proc/meminfo: memFree=1821728/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=2648 CPUtime=0.05
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 288 0 0 0 5 0 0 0 18 0 1 0 1102644105 2711552 273 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 662 274 111 221 0 438 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648

[startup+0.101659 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16732
/proc/meminfo: memFree=1821728/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=2648 CPUtime=0.1
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 302 0 0 0 10 0 0 0 18 0 1 0 1102644105 2711552 287 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 662 287 111 221 0 438 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648

[startup+0.301691 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16732
/proc/meminfo: memFree=1821728/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=2912 CPUtime=0.3
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 346 0 0 0 30 0 0 0 19 0 1 0 1102644105 2981888 331 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 728 331 111 221 0 504 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2912

[startup+0.701756 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16732
/proc/meminfo: memFree=1821728/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=3044 CPUtime=0.69
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 386 0 0 0 69 0 0 0 23 0 1 0 1102644105 3117056 371 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 761 371 111 221 0 537 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3044

[startup+1.50189 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1820568/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=3308 CPUtime=1.49
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 438 0 0 0 149 0 0 0 25 0 1 0 1102644105 3387392 423 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 827 423 111 221 0 603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3308

[startup+3.10114 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1820184/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=3440 CPUtime=3.09
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 500 0 0 0 309 0 0 0 25 0 1 0 1102644105 3522560 485 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 860 485 111 221 0 636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3440

[startup+6.30166 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1819736/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=3836 CPUtime=6.29
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 591 0 0 0 629 0 0 0 25 0 1 0 1102644105 3928064 576 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 959 576 111 221 0 735 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3836

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1819160/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=4364 CPUtime=12.69
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 701 0 0 0 1269 0 0 0 25 0 1 0 1102644105 4468736 686 1992294400 4194304 5102648 548682068784 18446744073709551615 4249397 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 1091 686 111 221 0 867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4364

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1818520/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=4892 CPUtime=25.48
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 847 0 0 0 2548 0 0 0 25 0 1 0 1102644105 5009408 832 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 1223 832 111 221 0 999 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4892

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1817688/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=5688 CPUtime=51.07
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 1058 0 0 0 5107 0 0 0 25 0 1 0 1102644105 5824512 1043 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 1422 1043 111 221 0 1198 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5688

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1816664/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=6776 CPUtime=102.26
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 1315 0 0 0 10225 1 0 0 25 0 1 0 1102644105 6938624 1300 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 1694 1300 111 221 0 1470 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6776

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1815704/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=7716 CPUtime=162.24
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 1540 0 0 0 16223 1 0 0 25 0 1 0 1102644105 7901184 1525 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 1929 1525 111 221 0 1705 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 7716

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1815000/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=8376 CPUtime=222.22
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 1713 0 0 0 22221 1 0 0 25 0 1 0 1102644105 8577024 1698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2094 1698 111 221 0 1870 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 8376

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1814424/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=8924 CPUtime=282.21
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 1838 0 0 0 28219 2 0 0 25 0 1 0 1102644105 9138176 1823 1992294400 4194304 5102648 548682068784 18446744073709551615 4250012 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2231 1823 111 221 0 2007 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 8924

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1813912/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=9348 CPUtime=342.18
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 1948 0 0 0 34216 2 0 0 25 0 1 0 1102644105 9572352 1933 1992294400 4194304 5102648 548682068784 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2337 1933 111 221 0 2113 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 9348

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1813528/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=9760 CPUtime=402.16
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2041 0 0 0 40214 2 0 0 25 0 1 0 1102644105 9994240 2026 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2440 2026 111 221 0 2216 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 9760

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1813016/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=10288 CPUtime=462.15
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2169 0 0 0 46212 3 0 0 25 0 1 0 1102644105 10534912 2154 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2572 2154 111 221 0 2348 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 10288

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1812632/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=10716 CPUtime=522.13
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2258 0 0 0 52210 3 0 0 25 0 1 0 1102644105 10973184 2243 1992294400 4194304 5102648 548682068784 18446744073709551615 4254971 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2679 2243 111 221 0 2455 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 10716

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1812184/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=11004 CPUtime=582.11
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2349 0 0 0 58207 4 0 0 25 0 1 0 1102644105 11268096 2334 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2751 2334 111 221 0 2527 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 11004

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1811992/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=11296 CPUtime=642.09
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2392 0 0 0 64205 4 0 0 25 0 1 0 1102644105 11567104 2377 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2824 2377 111 221 0 2600 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 11296

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1811544/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=11704 CPUtime=702.07
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2492 0 0 0 70203 4 0 0 25 0 1 0 1102644105 11984896 2477 1992294400 4194304 5102648 548682068784 18446744073709551615 4255130 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2926 2477 111 221 0 2702 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 11704

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1811288/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=11984 CPUtime=762.05
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2566 0 0 0 76201 4 0 0 25 0 1 0 1102644105 12271616 2551 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 2996 2551 111 221 0 2772 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 11984

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1810904/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=12404 CPUtime=822.04
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2659 0 0 0 82199 5 0 0 25 0 1 0 1102644105 12701696 2644 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3101 2644 111 221 0 2877 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 12404

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1810712/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=12544 CPUtime=882.01
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2685 0 0 0 88196 5 0 0 25 0 1 0 1102644105 12845056 2670 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3136 2670 111 221 0 2912 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 12544

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1810584/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=12676 CPUtime=941.99
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2728 0 0 0 94194 5 0 0 25 0 1 0 1102644105 12980224 2713 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3169 2713 111 221 0 2945 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 12676

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1810456/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=12816 CPUtime=1001.97
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2755 0 0 0 100192 5 0 0 25 0 1 0 1102644105 13123584 2740 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3204 2740 111 221 0 2980 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 12816

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1810200/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=12948 CPUtime=1061.96
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2803 0 0 0 106190 6 0 0 25 0 1 0 1102644105 13258752 2788 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3237 2788 111 221 0 3013 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 12948

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1809944/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=13368 CPUtime=1121.94
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2888 0 0 0 112188 6 0 0 25 0 1 0 1102644105 13688832 2873 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3342 2873 111 221 0 3118 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 13368

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1809752/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=13504 CPUtime=1181.92
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2923 0 0 0 118186 6 0 0 25 0 1 0 1102644105 13828096 2908 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3376 2908 111 221 0 3152 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 13504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16733
/proc/meminfo: memFree=1809688/2055920 swapFree=4178496/4192956
[pid=16732] ppid=16730 vsize=13504 CPUtime=1200.02
/proc/16732/stat : 16732 (varsat-industri) R 16730 16732 16661 0 -1 4194304 2936 0 0 0 119996 6 0 0 25 0 1 0 1102644105 13828096 2921 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/16732/statm: 3376 2921 111 221 0 3152 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 13504

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): 1199.96
CPU system time (s): 0.067989
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 13504

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

runsolver used 1.08183 second user time and 2.23666 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-29 06:09:29
IDJOB=1518448
IDBENCH=70680
IDSOLVER=538
FILE ID=node3/1518448-1238299768
PBS_JOBID= 9061037
Free space on /tmp= 65916 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/560/unif-k3-r4.25-v560-c2380-S1876865608-086.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1518448-1238299768/watcher-1518448-1238299768 -o /tmp/evaluation-result-1518448-1238299768/solver-1518448-1238299768 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=2111993174 HOME/instance-1518448-1238299768.cnf

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

MD5SUM BENCH= a08fcca560a80877927507a2ea133f40
RANDOM SEED=2111993174

node3.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.275
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.275
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:       1822144 kB
Buffers:         47104 kB
Cached:         113812 kB
SwapCached:       8268 kB
Active:          98460 kB
Inactive:        72348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822144 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            1056 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            48976 kB
Committed_AS:  2685112 kB
PageTables:       1376 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= 65916 MiB
End job on node3 at 2009-03-29 06:29:31