Trace number 1563715

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

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.00/0.00	c Parsing...
2.39/2.50	c ==============================================================================
2.39/2.50	c |           |     ORIGINAL     |              LEARNT              |          |
2.39/2.50	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.39/2.50	c ==============================================================================
2.39/2.50	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
83.64/83.71	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
83.64/83.71	c ==============================================================================
83.64/83.71	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
83.64/83.71	c CPU time:   82.9644 s
83.64/83.71	c ==============================================================================
85.03/85.18	This is MiniSat 2.0 beta
85.03/85.18	WARNING: for repeatability, setting FPU to use double precision
85.03/85.18	============================[ Problem Statistics ]=============================
85.03/85.18	|                                                                             |
85.03/85.18	|  Number of variables:  7950                                                 |
85.03/85.18	|  Number of clauses:    459462                                               |
85.11/85.60	|  Parsing time:         0.38         s                                       |

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-1563715-1238789130/watcher-1563715-1238789130 -o /tmp/evaluation-result-1563715-1238789130/solver-1563715-1238789130 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1563715-1238789130.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: 1.00 1.00 1.00 3/64 15033
/proc/meminfo: memFree=1695920/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=840 CPUtime=0
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 130 0 0 0 0 0 0 0 19 0 1 0 1151578707 860160 114 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 210 114 51 127 0 80 0

[startup+0.059303 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15033
/proc/meminfo: memFree=1695920/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=6352 CPUtime=0.04
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 1362 0 0 0 4 0 0 0 19 0 1 0 1151578707 6504448 1346 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 1588 1347 52 127 0 1458 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11708

[startup+0.101306 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15033
/proc/meminfo: memFree=1695920/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=8884 CPUtime=0.09
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 2130 0 0 0 8 1 0 0 19 0 1 0 1151578707 9097216 2114 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 2221 2115 52 127 0 2091 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14240

[startup+0.301326 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15033
/proc/meminfo: memFree=1695920/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=26828 CPUtime=0.29
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 5932 0 0 0 25 4 0 0 21 0 1 0 1151578707 27471872 5916 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 6707 5916 52 127 0 6577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32184

[startup+0.701373 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15033
/proc/meminfo: memFree=1695920/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=59436 CPUtime=0.69
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 14375 0 0 0 60 9 0 0 25 0 1 0 1151578707 60862464 14359 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 14859 14359 52 127 0 14729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64792

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15035
/proc/meminfo: memFree=1614496/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=146056 CPUtime=1.48
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 31400 0 0 0 126 22 0 0 25 0 1 0 1151578707 149561344 31384 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 36514 31384 52 127 0 36384 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 151412

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15035
/proc/meminfo: memFree=1520800/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=251520 CPUtime=3.09
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 58022 0 0 0 270 39 0 0 25 0 1 0 1151578707 257556480 57985 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 62880 57985 64 127 0 62750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 256876

[startup+6.30193 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15035
/proc/meminfo: memFree=1464680/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=252544 CPUtime=6.29
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 58221 0 0 0 590 39 0 0 25 0 1 0 1151578707 258605056 58184 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 63136 58184 64 127 0 63006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 257900

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15035
/proc/meminfo: memFree=1427880/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=279684 CPUtime=12.68
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 70217 0 0 0 1215 53 0 0 25 0 1 0 1151578707 286396416 63902 1992294400 134512640 135034092 4294956096 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 69921 63902 68 127 0 69791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 285040

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15035
/proc/meminfo: memFree=1364456/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=324592 CPUtime=25.48
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 82230 0 0 0 2483 65 0 0 25 0 1 0 1151578707 332382208 75339 1992294400 134512640 135034092 4294956096 18446744073709551615 134540707 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 81148 75339 68 127 0 81018 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 329948

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15035
/proc/meminfo: memFree=1363944/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=0
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151578706 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 235 195 169 0 50 0
[pid=15034] ppid=15033 vsize=325104 CPUtime=51.06
/proc/15034/stat : 15034 (SatElite) R 15033 15033 14793 0 -1 4194304 82431 0 0 0 5041 65 0 0 25 0 1 0 1151578707 332906496 75540 1992294400 134512640 135034092 4294956096 18446744073709551615 134540736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15034/statm: 81276 75540 68 127 0 81146 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 330460

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1606056/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=40640 CPUtime=17.11
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 10027 0 0 0 1704 7 0 0 25 0 1 0 1151587224 41615360 10012 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 10160 10012 77 171 0 9987 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 45996

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1592808/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=54584 CPUtime=77.06
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 13423 0 0 0 7694 12 0 0 25 0 1 0 1151587224 55894016 13408 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 13646 13408 77 171 0 13473 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 59940

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1580904/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=66592 CPUtime=137.03
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 16363 0 0 0 13689 14 0 0 25 0 1 0 1151587224 68190208 16348 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 16648 16348 77 171 0 16475 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 71948

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1566888/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=80856 CPUtime=197.01
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 19860 0 0 0 19683 18 0 0 25 0 1 0 1151587224 82796544 19845 1992294400 134512640 135214827 4294956208 18446744073709551615 134529418 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 20214 19845 77 171 0 20041 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 86212

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1558888/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=88496 CPUtime=256.97
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 21824 0 0 0 25678 19 0 0 25 0 1 0 1151587224 90619904 21809 1992294400 134512640 135214827 4294956208 18446744073709551615 134529381 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 22124 21809 77 171 0 21951 0

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

/proc/15036/statm: 32304 31840 77 171 0 32131 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 134572

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1502248/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=145480 CPUtime=496.89
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 35952 0 0 0 49653 36 0 0 25 0 1 0 1151587224 148971520 35937 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 36370 35937 77 171 0 36197 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 150836

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1490728/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=156832 CPUtime=556.87
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 38815 0 0 0 55648 39 0 0 25 0 1 0 1151587224 160595968 38800 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 39208 38800 77 171 0 39035 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 162188

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1481064/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=166468 CPUtime=616.83
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 41228 0 0 0 61641 42 0 0 25 0 1 0 1151587224 170463232 41213 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 41617 41213 77 171 0 41444 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 171824

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1471848/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=175588 CPUtime=676.82
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 43512 0 0 0 67637 45 0 0 25 0 1 0 1151587224 179802112 43497 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 43897 43497 77 171 0 43724 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 180944

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1463144/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=184308 CPUtime=736.79
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 45707 0 0 0 73631 48 0 0 25 0 1 0 1151587224 188731392 45692 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 46077 45692 77 171 0 45904 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 189664

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1453992/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=193288 CPUtime=796.76
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 47958 0 0 0 79626 50 0 0 25 0 1 0 1151587224 197926912 47943 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 48322 47943 77 171 0 48149 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 198644

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1445480/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=201908 CPUtime=856.75
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 50101 0 0 0 85622 53 0 0 25 0 1 0 1151587224 206753792 50086 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 50477 50086 77 171 0 50304 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 207264

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1437480/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=209884 CPUtime=916.72
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 52085 0 0 0 91616 56 0 0 25 0 1 0 1151587224 214921216 52070 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 52471 52070 77 171 0 52298 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 215240

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1429864/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=217440 CPUtime=976.69
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 53986 0 0 0 97611 58 0 0 25 0 1 0 1151587224 222658560 53971 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 54360 53971 77 171 0 54187 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 222796

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1421352/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=225756 CPUtime=1036.67
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 56084 0 0 0 103606 61 0 0 25 0 1 0 1151587224 231174144 56069 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 56439 56069 77 171 0 56266 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 231112

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1413992/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=233180 CPUtime=1096.64
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 57926 0 0 0 109601 63 0 0 25 0 1 0 1151587224 238776320 57911 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 58295 57911 77 171 0 58122 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 238536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15036
/proc/meminfo: memFree=1411048/2055920 swapFree=4176444/4192956
[pid=15033] ppid=15031 vsize=5356 CPUtime=85.11
/proc/15033/stat : 15033 (lysat.sh) S 15031 15033 14793 0 -1 4194304 310 91363 0 0 0 0 8429 82 19 0 1 0 1151578706 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15033/statm: 1339 237 195 169 0 50 0
[pid=15036] ppid=15033 vsize=235968 CPUtime=1114.94
/proc/15036/stat : 15036 (LySATc) R 15033 15033 14793 0 -1 4194304 58627 0 0 0 111430 64 0 0 25 0 1 0 1151587224 241631232 58612 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15036/statm: 58992 58612 77 171 0 58819 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 241324

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15033 and gives
#  childrusage.ru_utime.tv_sec=84
#  childrusage.ru_utime.tv_usec=296185
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=827874
# CPU time returned by wait4() is 85.1241
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1198.59
CPU system time (s): 1.46
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 350236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.2962
system time used= 0.827874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91673
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= 6
involuntary context switches= 270

runsolver used 1.04784 second user time and 3.32949 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-03 22:05:33
IDJOB=1563715
IDBENCH=70959
IDSOLVER=512
FILE ID=node27/1563715-1238789130
PBS_JOBID= 9085626
Free space on /tmp= 66268 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r3-noholes.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563715-1238789130/watcher-1563715-1238789130 -o /tmp/evaluation-result-1563715-1238789130/solver-1563715-1238789130 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1563715-1238789130.cnf c

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=985388245

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1696336 kB
Buffers:         36628 kB
Cached:         255216 kB
SwapCached:       9328 kB
Active:         189460 kB
Inactive:       113420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696336 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:           63848 kB
Writeback:           0 kB
Mapped:          16908 kB
Slab:            42604 kB
Committed_AS:  3213988 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node27 at 2009-04-03 22:25:36