Trace number 1559606

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 i/2009-03-20? (TO) 1200.12 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.5581
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
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.05/0.08	c ==============================================================================
0.05/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.08	c ==============================================================================
0.05/0.08	c |         0 |   94348   222330 |   28304       0        0     nan |  0.000 % |
1.18/1.23	c |         0 |   56829   169094 |      --       0       --      -- |     --   | -37179/-52260
1.18/1.24	c ==============================================================================
1.18/1.24	c Result  :   #vars: 13682   #clauses: 56829   #literals: 169094
1.18/1.24	c CPU time:   1.19782 s
1.18/1.24	c ==============================================================================
1.29/1.31	c lySAT 0.1
1.29/1.31	c minisat core +  additionnal features
1.29/1.31	c ============================[ Problem Statistics ]=============================
1.29/1.31	c |                                                                             |
1.29/1.31	c |  Number of variables:  13682                                                |
1.29/1.31	c |  Number of clauses:    56829                                                |
1.29/1.35	c |  Parsing time:         0.04         s                                       |
1200.09/1200.61	HOME/lysat.sh: line 55:  9279 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-1559606-1238886259/watcher-1559606-1238886259 -o /tmp/evaluation-result-1559606-1238886259/solver-1559606-1238886259 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1559606-1238886259.cnf i 

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.99 0.98 0.99 3/64 9276
/proc/meminfo: memFree=1450608/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=0
/proc/9276/stat : 9276 (lysat.sh) R 9274 9276 8848 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1161287761 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 246406507167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9276/statm: 1339 234 194 169 0 50 0
[pid=9277] ppid=9276 vsize=1556 CPUtime=0
/proc/9277/stat : 9277 (SatElite) R 9276 9276 8848 0 -1 4194304 299 0 0 0 0 0 0 0 18 0 1 0 1161287761 1593344 283 1992294400 134512640 135034092 4294956096 18446744073709551615 134545140 0 0 4096 3 0 0 0 17 0 0 0
/proc/9277/statm: 389 286 50 127 0 259 0

[startup+0.057368 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9276
/proc/meminfo: memFree=1450608/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=0
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161287761 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9276/statm: 1339 235 195 169 0 50 0
[pid=9277] ppid=9276 vsize=9040 CPUtime=0.05
/proc/9277/stat : 9277 (SatElite) R 9276 9276 8848 0 -1 4194304 2095 0 0 0 4 1 0 0 19 0 1 0 1161287761 9256960 2079 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/9277/statm: 2260 2080 51 127 0 2130 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14396

[startup+0.10137 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9276
/proc/meminfo: memFree=1450608/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=0
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161287761 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9276/statm: 1339 235 195 169 0 50 0
[pid=9277] ppid=9276 vsize=13192 CPUtime=0.09
/proc/9277/stat : 9277 (SatElite) R 9276 9276 8848 0 -1 4194304 3356 0 0 0 8 1 0 0 19 0 1 0 1161287761 13508608 3141 1992294400 134512640 135034092 4294956096 18446744073709551615 134672405 0 0 4096 3 0 0 0 17 0 0 0
/proc/9277/statm: 3298 3141 68 127 0 3168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18548

[startup+0.30139 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9276
/proc/meminfo: memFree=1450608/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=0
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161287761 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9276/statm: 1339 235 195 169 0 50 0
[pid=9277] ppid=9276 vsize=14196 CPUtime=0.28
/proc/9277/stat : 9277 (SatElite) R 9276 9276 8848 0 -1 4194304 3579 0 0 0 26 2 0 0 21 0 1 0 1161287761 14536704 3364 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/9277/statm: 3549 3364 68 127 0 3419 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19552

[startup+0.701426 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9276
/proc/meminfo: memFree=1450608/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=0
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161287761 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9276/statm: 1339 235 195 169 0 50 0
[pid=9277] ppid=9276 vsize=15692 CPUtime=0.69
/proc/9277/stat : 9277 (SatElite) R 9276 9276 8848 0 -1 4194304 3785 0 0 0 66 3 0 0 25 0 1 0 1161287761 16068608 3570 1992294400 134512640 135034092 4294956096 18446744073709551615 134566260 0 0 4096 3 0 0 0 17 0 0 0
/proc/9277/statm: 3923 3570 68 127 0 3793 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21048

[startup+1.50151 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9278
/proc/meminfo: memFree=1431776/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 5356

[startup+3.10167 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1439392/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=6952 CPUtime=1.77
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 1585 0 0 0 177 0 0 0 25 0 1 0 1161287893 7118848 1570 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/9279/statm: 1738 1570 82 174 0 1561 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12308

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1439072/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=7208 CPUtime=4.96
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 1640 0 0 0 496 0 0 0 25 0 1 0 1161287893 7380992 1625 1992294400 134512640 135226915 4294956208 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 1802 1625 82 174 0 1625 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12564

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1438752/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=7624 CPUtime=11.36
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 1732 0 0 0 1135 1 0 0 25 0 1 0 1161287893 7806976 1717 1992294400 134512640 135226915 4294956208 18446744073709551615 134545613 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 1906 1717 82 174 0 1729 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12980

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1438304/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=8140 CPUtime=24.15
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 1859 0 0 0 2414 1 0 0 25 0 1 0 1161287893 8335360 1844 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 2035 1844 82 174 0 1858 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13496

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1437728/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=8676 CPUtime=49.74
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 1996 0 0 0 4973 1 0 0 25 0 1 0 1161287893 8884224 1981 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 2169 1981 82 174 0 1992 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 14032

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1436320/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=10056 CPUtime=100.92
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 2349 0 0 0 10091 1 0 0 25 0 1 0 1161287893 10297344 2334 1992294400 134512640 135226915 4294956208 18446744073709551615 134539918 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 2514 2334 82 174 0 2337 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 15412

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1434784/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=11576 CPUtime=160.9
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 2737 0 0 0 16088 2 0 0 25 0 1 0 1161287893 11853824 2722 1992294400 134512640 135226915 4294956208 18446744073709551615 134536755 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 2894 2722 82 174 0 2717 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 16932

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1433696/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=12644 CPUtime=220.87
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 2986 0 0 0 22085 2 0 0 25 0 1 0 1161287893 12947456 2971 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 3161 2971 82 174 0 2984 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 18000

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1431264/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=15104 CPUtime=280.85
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 3602 0 0 0 28082 3 0 0 25 0 1 0 1161287893 15466496 3587 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 3776 3587 82 174 0 3599 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20460

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1430560/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=15856 CPUtime=340.82
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 3766 0 0 0 34079 3 0 0 25 0 1 0 1161287893 16236544 3751 1992294400 134512640 135226915 4294956208 18446744073709551615 134539998 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 3964 3751 82 174 0 3787 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 21212


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

[pid=9279] ppid=9276 vsize=16972 CPUtime=460.78
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 4014 0 0 0 46074 4 0 0 25 0 1 0 1161287893 17379328 3999 1992294400 134512640 135226915 4294956208 18446744073709551615 134539955 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 4243 3999 82 174 0 4066 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 22328

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1428960/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=17580 CPUtime=520.76
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 4172 0 0 0 52072 4 0 0 25 0 1 0 1161287893 18001920 4157 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 4395 4157 82 174 0 4218 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 22936

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1426400/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=20248 CPUtime=580.74
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 4812 0 0 0 58069 5 0 0 25 0 1 0 1161287893 20733952 4797 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 5062 4797 82 174 0 4885 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 25604

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1425504/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=21116 CPUtime=640.71
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5026 0 0 0 64066 5 0 0 25 0 1 0 1161287893 21622784 5011 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 5279 5011 82 174 0 5102 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 26472

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1425376/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=21248 CPUtime=700.68
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5045 0 0 0 70063 5 0 0 25 0 1 0 1161287893 21757952 5030 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 5312 5030 82 174 0 5135 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 26604

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9279
/proc/meminfo: memFree=1425184/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=21416 CPUtime=760.67
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5102 0 0 0 76062 5 0 0 25 0 1 0 1161287893 21929984 5087 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 5354 5087 82 174 0 5177 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 26772

[startup+822.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 9279
/proc/meminfo: memFree=1422688/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=23956 CPUtime=820.64
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5719 0 0 0 82058 6 0 0 25 0 1 0 1161287893 24530944 5704 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 5989 5704 82 174 0 5812 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 29312

[startup+882.302 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 9279
/proc/meminfo: memFree=1422240/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=24212 CPUtime=880.62
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5816 0 0 0 88055 7 0 0 25 0 1 0 1161287893 24793088 5801 1992294400 134512640 135226915 4294956208 18446744073709551615 134539753 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 6053 5801 82 174 0 5876 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 29568

[startup+942.302 s]
/proc/loadavg: 1.11 1.03 1.00 2/66 9279
/proc/meminfo: memFree=1422240/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=24212 CPUtime=940.6
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5816 0 0 0 94053 7 0 0 25 0 1 0 1161287893 24793088 5801 1992294400 134512640 135226915 4294956208 18446744073709551615 134544412 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 6053 5801 82 174 0 5876 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 29568

[startup+1002.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 9279
/proc/meminfo: memFree=1422112/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=24524 CPUtime=1000.57
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5857 0 0 0 100050 7 0 0 25 0 1 0 1161287893 25112576 5842 1992294400 134512640 135226915 4294956208 18446744073709551615 134539925 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 6131 5842 82 174 0 5954 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 29880

[startup+1062.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/66 9279
/proc/meminfo: memFree=1421792/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=24712 CPUtime=1060.54
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 5931 0 0 0 106047 7 0 0 25 0 1 0 1161287893 25305088 5916 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 6178 5916 82 174 0 6001 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 30068

[startup+1122.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 9279
/proc/meminfo: memFree=1420128/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=26444 CPUtime=1120.51
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 6344 0 0 0 112044 7 0 0 25 0 1 0 1161287893 27078656 6329 1992294400 134512640 135226915 4294956208 18446744073709551615 134539837 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 6611 6329 82 174 0 6434 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 31800

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9279
/proc/meminfo: memFree=1418464/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=28276 CPUtime=1180.49
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 6757 0 0 0 118041 8 0 0 25 0 1 0 1161287893 28954624 6742 1992294400 134512640 135226915 4294956208 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 7069 6742 82 174 0 6892 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 33632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9279
/proc/meminfo: memFree=1418464/2055920 swapFree=4179068/4192956
[pid=9276] ppid=9274 vsize=5356 CPUtime=1.3
/proc/9276/stat : 9276 (lysat.sh) S 9274 9276 8848 0 -1 4194304 310 4198 0 0 0 0 126 4 16 0 1 0 1161287761 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9276/statm: 1339 237 195 169 0 50 0
[pid=9279] ppid=9276 vsize=28276 CPUtime=1198.79
/proc/9279/stat : 9279 (LySATi) R 9276 9276 8848 0 -1 4194304 6757 0 0 0 119871 8 0 0 25 0 1 0 1161287893 28954624 6742 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/9279/statm: 7069 6742 82 174 0 6892 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 33632

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.12
CPU user time (s): 1199.98
CPU system time (s): 0.139978
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 33632

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

runsolver used 0.942856 second user time and 3.43548 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-05 01:04:19
IDJOB=1559606
IDBENCH=70880
IDSOLVER=511
FILE ID=node61/1559606-1238886259
PBS_JOBID= 9086002
Free space on /tmp= 66552 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-19-s100.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559606-1238886259/watcher-1559606-1238886259 -o /tmp/evaluation-result-1559606-1238886259/solver-1559606-1238886259 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1559606-1238886259.cnf i

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED=457902188

node61.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.238
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.238
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:       1451152 kB
Buffers:         68700 kB
Cached:         463816 kB
SwapCached:       7880 kB
Active:         276920 kB
Inactive:       265132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451152 kB
SwapTotal:     4192956 kB
SwapFree:      4179068 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:          15128 kB
Slab:            48836 kB
Committed_AS:  3065588 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node61 at 2009-04-05 01:24:21