Trace number 1737677

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
LySAT c/2009-03-20? (TO) 1200.11 1200.41

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-103-100.cnf
MD5SUM5110e109b45a76c6118af02389913ef8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark337.903
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses220
Sum of the clauses size660
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3220
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 Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     220      660 |      65       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 105   #clauses: 220   #literals: 660
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  105                                                  |
0.00/0.00	|  Number of clauses:    220                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
1200.09/1200.40	HOME/lysat.sh: line 55:  7654 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737677-1240831548/watcher-1737677-1240831548 -o /tmp/evaluation-result-1737677-1240831548/solver-1737677-1240831548 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1737677-1240831548.cnf c 

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.00 0.11 0.78 3/64 7652
/proc/meminfo: memFree=1687344/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=0
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 111188807 1937408 96 1992294400 134512640 135214827 4294956224 18446744073709551615 134537084 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 96 75 171 0 300 0

[startup+0.011584 s]
/proc/loadavg: 0.00 0.11 0.78 3/64 7652
/proc/meminfo: memFree=1687344/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=0
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 112 0 0 0 0 0 0 0 18 0 1 0 111188807 1937408 97 1992294400 134512640 135214827 4294956224 18446744073709551615 134529648 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 97 75 171 0 300 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7248

[startup+0.101591 s]
/proc/loadavg: 0.00 0.11 0.78 3/64 7652
/proc/meminfo: memFree=1687344/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=0.09
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 116 0 0 0 9 0 0 0 18 0 1 0 111188807 1937408 101 1992294400 134512640 135214827 4294956224 18446744073709551615 134536827 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 101 75 171 0 300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7248

[startup+0.301611 s]
/proc/loadavg: 0.00 0.11 0.78 3/64 7652
/proc/meminfo: memFree=1687344/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=0.29
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 120 0 0 0 29 0 0 0 19 0 1 0 111188807 1937408 105 1992294400 134512640 135214827 4294956224 18446744073709551615 134538982 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 105 75 171 0 300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7248

[startup+0.701651 s]
/proc/loadavg: 0.00 0.11 0.78 3/64 7652
/proc/meminfo: memFree=1687344/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=0.69
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 123 0 0 0 69 0 0 0 23 0 1 0 111188807 1937408 108 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 108 75 171 0 300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7248

[startup+1.50173 s]
/proc/loadavg: 0.00 0.11 0.78 2/66 7655
/proc/meminfo: memFree=1686816/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=1.49
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 127 0 0 0 149 0 0 0 25 0 1 0 111188807 1937408 112 1992294400 134512640 135214827 4294956224 18446744073709551615 134545405 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 112 75 171 0 300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7248

[startup+3.10189 s]
/proc/loadavg: 0.00 0.11 0.78 2/66 7655
/proc/meminfo: memFree=1686688/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=1892 CPUtime=3.09
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 132 0 0 0 309 0 0 0 25 0 1 0 111188807 1937408 117 1992294400 134512640 135214827 4294956224 18446744073709551615 134527633 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 473 117 75 171 0 300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7248

[startup+6.30121 s]
/proc/loadavg: 0.08 0.12 0.78 2/66 7655
/proc/meminfo: memFree=1686624/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2020 CPUtime=6.29
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 139 0 0 0 629 0 0 0 25 0 1 0 111188807 2068480 124 1992294400 134512640 135214827 4294956224 18446744073709551615 134536867 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 505 124 75 171 0 332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7376

[startup+12.7018 s]
/proc/loadavg: 0.15 0.14 0.78 2/66 7655
/proc/meminfo: memFree=1686432/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2020 CPUtime=12.69
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 146 0 0 0 1269 0 0 0 25 0 1 0 111188807 2068480 131 1992294400 134512640 135214827 4294956224 18446744073709551615 134538180 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 505 131 75 171 0 332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7376

[startup+25.5011 s]
/proc/loadavg: 0.34 0.18 0.79 2/66 7655
/proc/meminfo: memFree=1686368/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2020 CPUtime=25.48
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 157 0 0 0 2548 0 0 0 25 0 1 0 111188807 2068480 142 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 505 142 75 171 0 332 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7376

[startup+51.1017 s]
/proc/loadavg: 0.56 0.24 0.79 2/66 7655
/proc/meminfo: memFree=1686368/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2152 CPUtime=51.08
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 169 0 0 0 5108 0 0 0 25 0 1 0 111188807 2203648 154 1992294400 134512640 135214827 4294956224 18446744073709551615 134539323 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 538 154 75 171 0 365 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7508

[startup+102.306 s]
/proc/loadavg: 0.81 0.36 0.80 2/66 7655
/proc/meminfo: memFree=1686304/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2152 CPUtime=102.27
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 184 0 0 0 10227 0 0 0 25 0 1 0 111188807 2203648 169 1992294400 134512640 135214827 4294956224 18446744073709551615 134527338 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 538 169 75 171 0 365 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7508

[startup+162.302 s]
/proc/loadavg: 0.93 0.47 0.81 2/66 7655
/proc/meminfo: memFree=1686240/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2152 CPUtime=162.25
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 199 0 0 0 16225 0 0 0 25 0 1 0 111188807 2203648 184 1992294400 134512640 135214827 4294956224 18446744073709551615 134538563 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 538 184 75 171 0 365 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7508

[startup+222.302 s]
/proc/loadavg: 0.97 0.56 0.82 2/66 7655
/proc/meminfo: memFree=1686176/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2284 CPUtime=222.23
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 206 0 0 0 22223 0 0 0 25 0 1 0 111188807 2338816 191 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 571 191 75 171 0 398 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7640

[startup+282.302 s]
/proc/loadavg: 0.99 0.64 0.83 2/66 7655
/proc/meminfo: memFree=1686176/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2284 CPUtime=282.21
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 215 0 0 0 28221 0 0 0 25 0 1 0 111188807 2338816 200 1992294400 134512640 135214827 4294956224 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 571 200 75 171 0 398 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7640

[startup+342.302 s]
/proc/loadavg: 0.99 0.70 0.83 2/66 7655
/proc/meminfo: memFree=1686112/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2284 CPUtime=342.2
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 221 0 0 0 34220 0 0 0 25 0 1 0 111188807 2338816 206 1992294400 134512640 135214827 4294956224 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 571 206 75 171 0 398 0

################
# More data... #
################

[pid=7654] ppid=7652 vsize=2284 CPUtime=462.17
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 233 0 0 0 46216 1 0 0 25 0 1 0 111188807 2338816 218 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 571 218 75 171 0 398 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 7640

[startup+522.301 s]
/proc/loadavg: 0.99 0.83 0.85 2/66 7655
/proc/meminfo: memFree=1686048/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=522.16
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 236 0 0 0 52215 1 0 0 25 0 1 0 111188807 2473984 221 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 221 75 171 0 431 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 7772

[startup+582.301 s]
/proc/loadavg: 0.99 0.86 0.86 2/66 7655
/proc/meminfo: memFree=1686048/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=582.14
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 240 0 0 0 58213 1 0 0 25 0 1 0 111188807 2473984 225 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 225 75 171 0 431 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 7772

[startup+642.301 s]
/proc/loadavg: 0.99 0.88 0.86 2/66 7655
/proc/meminfo: memFree=1685984/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=642.13
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 248 0 0 0 64212 1 0 0 25 0 1 0 111188807 2473984 233 1992294400 134512640 135214827 4294956224 18446744073709551615 134528463 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 233 75 171 0 431 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 7772

[startup+702.301 s]
/proc/loadavg: 0.99 0.90 0.87 2/66 7655
/proc/meminfo: memFree=1685920/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=702.11
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 249 0 0 0 70210 1 0 0 25 0 1 0 111188807 2473984 234 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 234 75 171 0 431 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 7772

[startup+762.305 s]
/proc/loadavg: 0.99 0.92 0.87 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=762.09
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 256 0 0 0 76208 1 0 0 25 0 1 0 111188807 2473984 241 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 241 75 171 0 431 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 7772

[startup+822.301 s]
/proc/loadavg: 0.99 0.93 0.88 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=822.08
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 262 0 0 0 82206 2 0 0 25 0 1 0 111188807 2473984 247 1992294400 134512640 135214827 4294956224 18446744073709551615 134527466 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 247 75 171 0 431 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 7772

[startup+882.301 s]
/proc/loadavg: 0.99 0.94 0.89 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=882.06
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 266 0 0 0 88204 2 0 0 25 0 1 0 111188807 2473984 251 1992294400 134512640 135214827 4294956224 18446744073709551615 134537374 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 251 75 171 0 431 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 7772

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.89 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2416 CPUtime=942.05
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 266 0 0 0 94203 2 0 0 25 0 1 0 111188807 2473984 251 1992294400 134512640 135214827 4294956224 18446744073709551615 134529476 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 604 251 75 171 0 431 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 7772

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.90 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2548 CPUtime=1002.03
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 270 0 0 0 100201 2 0 0 25 0 1 0 111188807 2609152 255 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 637 255 75 171 0 464 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 7904

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.90 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2548 CPUtime=1062.02
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 272 0 0 0 106200 2 0 0 25 0 1 0 111188807 2609152 257 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 637 257 75 171 0 464 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 7904

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.91 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2548 CPUtime=1122
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 275 0 0 0 112198 2 0 0 25 0 1 0 111188807 2609152 260 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 637 260 75 171 0 464 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 7904

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2548 CPUtime=1181.99
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 275 0 0 0 118196 3 0 0 25 0 1 0 111188807 2609152 260 1992294400 134512640 135214827 4294956224 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 637 260 75 171 0 464 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 7904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7657
/proc/meminfo: memFree=1685664/2055920 swapFree=4191900/4192956
[pid=7652] ppid=7650 vsize=5356 CPUtime=0
/proc/7652/stat : 7652 (lysat.sh) S 7650 7652 7615 0 -1 4194304 310 107 0 0 0 0 0 0 18 0 1 0 111188806 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7652/statm: 1339 237 195 169 0 50 0
[pid=7654] ppid=7652 vsize=2548 CPUtime=1200.09
/proc/7654/stat : 7654 (LySATc) R 7652 7652 7615 0 -1 4194304 275 0 0 0 120006 3 0 0 25 0 1 0 111188807 2609152 260 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/7654/statm: 637 260 75 171 0 464 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 7904

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.11
CPU user time (s): 1200.07
CPU system time (s): 0.035994
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 7904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.07
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 725
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= 25
involuntary context switches= 1677

runsolver used 1.3308 second user time and 2.90256 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-27 13:25:48
IDJOB=1737677
IDBENCH=71793
IDSOLVER=512
FILE ID=node12/1737677-1240831548
PBS_JOBID= 9187523
Free space on /tmp= 66380 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-103-100.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737677-1240831548/watcher-1737677-1240831548 -o /tmp/evaluation-result-1737677-1240831548/solver-1737677-1240831548 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1737677-1240831548.cnf c

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

MD5SUM BENCH= 5110e109b45a76c6118af02389913ef8
RANDOM SEED=1093554495

node12.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.213
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.213
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:       1687896 kB
Buffers:         55236 kB
Cached:         239432 kB
SwapCached:        384 kB
Active:          47440 kB
Inactive:       260516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687896 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          21684 kB
Slab:            46220 kB
Committed_AS:   568352 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= 66376 MiB
End job on node12 at 2009-04-27 13:45:51