Trace number 1524860

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.05 1200.61

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1970456972-046.cnf
MD5SUMa92f5808dbdbecf675a4a3e4cbc41fbd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.7359
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14000    70000 |    4199       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 700   #clauses: 14000   #literals: 70000
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
0.02/0.04	This is MiniSat 2.0 beta
0.02/0.04	WARNING: for repeatability, setting FPU to use double precision
0.02/0.04	============================[ Problem Statistics ]=============================
0.02/0.04	|                                                                             |
0.02/0.04	|  Number of variables:  700                                                  |
0.02/0.04	|  Number of clauses:    14000                                                |
0.02/0.05	|  Parsing time:         0.01         s                                       |
1200.02/1200.61	HOME/lysat.sh: line 55: 11310 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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524860-1238365735/watcher-1524860-1238365735 -o /tmp/evaluation-result-1524860-1238365735/solver-1524860-1238365735 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524860-1238365735.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.92 0.99 1.15 3/73 11307
/proc/meminfo: memFree=1308592/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (lysat.sh) R 11305 11307 10932 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1109238029 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11307/statm: 1339 234 194 169 0 50 0
[pid=11308] ppid=11307 vsize=960 CPUtime=0
/proc/11308/stat : 11308 (SatElite) R 11307 11307 10932 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 1109238030 983040 124 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 240 124 50 127 0 110 0

[startup+0.0340949 s]
/proc/loadavg: 0.92 0.99 1.15 3/73 11307
/proc/meminfo: memFree=1308592/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1109238029 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 235 195 169 0 50 0
[pid=11308] ppid=11307 vsize=1892 CPUtime=0.02
/proc/11308/stat : 11308 (SatElite) R 11307 11307 10932 0 -1 4194304 394 0 0 0 2 0 0 0 19 0 1 0 1109238030 1937408 378 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 473 378 67 127 0 343 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7248

[startup+0.101107 s]
/proc/loadavg: 0.92 0.99 1.15 3/73 11307
/proc/meminfo: memFree=1308592/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.301132 s]
/proc/loadavg: 0.92 0.99 1.15 3/73 11307
/proc/meminfo: memFree=1308592/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.701181 s]
/proc/loadavg: 0.92 0.99 1.15 3/73 11307
/proc/meminfo: memFree=1308592/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+1.50126 s]
/proc/loadavg: 0.92 0.99 1.15 2/75 11310
/proc/meminfo: memFree=1302944/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=7352 CPUtime=1.44
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 1577 0 0 0 144 0 0 0 25 0 1 0 1109238034 7528448 1563 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 1838 1563 78 171 0 1665 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12708

[startup+3.10145 s]
/proc/loadavg: 0.92 0.99 1.15 2/75 11310
/proc/meminfo: memFree=1301792/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=8540 CPUtime=3.04
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 1865 0 0 0 304 0 0 0 25 0 1 0 1109238034 8744960 1851 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 2135 1851 78 171 0 1962 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13896

[startup+6.30182 s]
/proc/loadavg: 1.01 1.00 1.15 2/75 11310
/proc/meminfo: memFree=1299552/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=9596 CPUtime=6.24
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 2117 0 0 0 624 0 0 0 25 0 1 0 1109238034 9826304 2103 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 2399 2103 78 171 0 2226 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14952

[startup+12.7026 s]
/proc/loadavg: 1.01 1.00 1.15 2/75 11310
/proc/meminfo: memFree=1297824/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=11180 CPUtime=12.64
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 2525 0 0 0 1263 1 0 0 25 0 1 0 1109238034 11448320 2511 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 2795 2511 78 171 0 2622 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16536

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.15 2/75 11310
/proc/meminfo: memFree=1296480/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=12652 CPUtime=25.43
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 2888 0 0 0 2542 1 0 0 25 0 1 0 1109238034 12955648 2874 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 3163 2874 78 171 0 2990 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18008

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.14 2/75 11310
/proc/meminfo: memFree=1294240/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=14896 CPUtime=51.02
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 3457 0 0 0 5100 2 0 0 25 0 1 0 1109238034 15253504 3443 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 3724 3443 78 171 0 3551 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20252

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.13 2/75 11310
/proc/meminfo: memFree=1290720/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=18328 CPUtime=102.2
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 4309 0 0 0 10217 3 0 0 25 0 1 0 1109238034 18767872 4295 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 4582 4295 78 171 0 4409 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 23684

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.12 2/75 11310
/proc/meminfo: memFree=1289568/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=19532 CPUtime=162.17
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 4607 0 0 0 16214 3 0 0 25 0 1 0 1109238034 20000768 4593 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 4883 4593 78 171 0 4710 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 24888

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/75 11310
/proc/meminfo: memFree=1287968/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=21084 CPUtime=222.14
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 4991 0 0 0 22210 4 0 0 25 0 1 0 1109238034 21590016 4977 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 5271 4977 78 171 0 5098 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 26440

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/75 11310
/proc/meminfo: memFree=1286816/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=22272 CPUtime=282.11
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 5273 0 0 0 28207 4 0 0 25 0 1 0 1109238034 22806528 5259 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 5568 5259 78 171 0 5395 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 27628

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/75 11310
/proc/meminfo: memFree=1286752/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=22372 CPUtime=342.09
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 5298 0 0 0 34205 4 0 0 25 0 1 0 1109238034 22908928 5284 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 5593 5284 78 171 0 5420 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 27728

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/75 11310
/proc/meminfo: memFree=1284128/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0

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

[pid=11310] ppid=11307 vsize=25688 CPUtime=462.03
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6126 0 0 0 46198 5 0 0 25 0 1 0 1109238034 26304512 6112 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 6422 6112 78 171 0 6249 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 31044

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/75 11310
/proc/meminfo: memFree=1283168/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=25912 CPUtime=522
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6196 0 0 0 52195 5 0 0 25 0 1 0 1109238034 26533888 6182 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 6478 6182 78 171 0 6305 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 31268

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/75 11310
/proc/meminfo: memFree=1282080/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=26968 CPUtime=581.98
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6458 0 0 0 58192 6 0 0 25 0 1 0 1109238034 27615232 6444 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 6742 6444 78 171 0 6569 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 32324

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/75 11310
/proc/meminfo: memFree=1281312/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=27760 CPUtime=641.95
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6655 0 0 0 64189 6 0 0 25 0 1 0 1109238034 28426240 6641 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 6940 6641 78 171 0 6767 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 33116

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 11310
/proc/meminfo: memFree=1281120/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=28000 CPUtime=701.92
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6705 0 0 0 70186 6 0 0 25 0 1 0 1109238034 28672000 6691 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7000 6691 78 171 0 6827 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 33356

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 11310
/proc/meminfo: memFree=1280800/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=28264 CPUtime=761.9
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6764 0 0 0 76184 6 0 0 25 0 1 0 1109238034 28942336 6750 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7066 6750 78 171 0 6893 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 33620

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/75 11310
/proc/meminfo: memFree=1280800/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=28264 CPUtime=821.86
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6764 0 0 0 82180 6 0 0 25 0 1 0 1109238034 28942336 6750 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7066 6750 78 171 0 6893 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 33620

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/75 11310
/proc/meminfo: memFree=1280544/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=28484 CPUtime=881.83
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 6837 0 0 0 88177 6 0 0 25 0 1 0 1109238034 29167616 6823 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7121 6823 78 171 0 6948 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 33840

[startup+942.302 s]
/proc/loadavg: 1.06 1.01 1.04 2/75 11310
/proc/meminfo: memFree=1278432/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=30940 CPUtime=941.81
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 7437 0 0 0 94174 7 0 0 25 0 1 0 1109238034 31682560 7423 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7735 7423 78 171 0 7562 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 36296

[startup+1002.3 s]
/proc/loadavg: 1.06 1.03 1.04 2/75 11310
/proc/meminfo: memFree=1277792/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=31336 CPUtime=1001.78
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 7542 0 0 0 100170 8 0 0 25 0 1 0 1109238034 32088064 7528 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7834 7528 78 171 0 7661 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 36692

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.03 2/75 11310
/proc/meminfo: memFree=1277600/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=31600 CPUtime=1061.76
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 7583 0 0 0 106168 8 0 0 25 0 1 0 1109238034 32358400 7569 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7900 7569 78 171 0 7727 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 36956

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.02 2/75 11311
/proc/meminfo: memFree=1277408/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=31688 CPUtime=1121.73
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 7618 0 0 0 112165 8 0 0 25 0 1 0 1109238034 32448512 7604 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7922 7604 78 171 0 7749 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 37044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/75 11311
/proc/meminfo: memFree=1277408/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=31688 CPUtime=1181.7
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 7626 0 0 0 118162 8 0 0 25 0 1 0 1109238034 32448512 7612 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7922 7612 78 171 0 7749 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 37044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.02 2/75 11311
/proc/meminfo: memFree=1277408/2055920 swapFree=4175504/4192956
[pid=11307] ppid=11305 vsize=5356 CPUtime=0.03
/proc/11307/stat : 11307 (lysat.sh) S 11305 11307 10932 0 -1 4194304 311 397 0 0 0 0 3 0 17 0 1 0 1109238029 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11307/statm: 1339 237 195 169 0 50 0
[pid=11310] ppid=11307 vsize=31688 CPUtime=1199.99
/proc/11310/stat : 11310 (LySATc) R 11307 11307 10932 0 -1 4194304 7626 0 0 0 119991 8 0 0 25 0 1 0 1109238034 32448512 7612 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 7922 7612 78 171 0 7749 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 37044

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.96
CPU system time (s): 0.094985
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 37044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8344
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= 17
involuntary context switches= 5100

runsolver used 1.09383 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node77 at 2009-03-30 00:28:55
IDJOB=1524860
IDBENCH=70228
IDSOLVER=512
FILE ID=node77/1524860-1238365735
PBS_JOBID= 9061162
Free space on /tmp= 66552 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1970456972-046.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524860-1238365735/watcher-1524860-1238365735 -o /tmp/evaluation-result-1524860-1238365735/solver-1524860-1238365735 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1524860-1238365735.cnf c

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

MD5SUM BENCH= a92f5808dbdbecf675a4a3e4cbc41fbd
RANDOM SEED=1331111560

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1309136 kB
Buffers:         82716 kB
Cached:         573640 kB
SwapCached:       9160 kB
Active:         239200 kB
Inactive:       430468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309136 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          17548 kB
Slab:            62256 kB
Committed_AS:  2606692 kB
PageTables:       1984 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= 66552 MiB
End job on node77 at 2009-03-30 00:48:58