Trace number 1719697

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

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
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 variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Parsing...
2.58/2.69	c ==============================================================================
2.58/2.69	c |           |     ORIGINAL     |              LEARNT              |          |
2.58/2.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.58/2.69	c ==============================================================================
2.58/2.69	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
26.17/26.24	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
26.17/26.25	c ==============================================================================
26.17/26.25	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
26.17/26.25	c CPU time:   25.7001 s
26.17/26.25	c ==============================================================================
30.16/30.22	This is MiniSat 2.0 beta
30.16/30.22	WARNING: for repeatability, setting FPU to use double precision
30.16/30.22	============================[ Problem Statistics ]=============================
30.16/30.22	|                                                                             |
30.16/30.22	|  Number of variables:  136989                                               |
30.16/30.22	|  Number of clauses:    3193200                                              |
31.94/32.03	|  Parsing time:         1.57         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-1719697-1240648681/watcher-1719697-1240648681 -o /tmp/evaluation-result-1719697-1240648681/solver-1719697-1240648681 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719697-1240648681.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.76 1.57 1.35 3/65 16806
/proc/meminfo: memFree=1703536/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) R 16804 16806 16613 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16806/statm: 1339 234 194 169 0 50 0
[pid=16807] ppid=16806 vsize=828 CPUtime=0
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 92896319 847872 125 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 240 126 51 127 0 110 0

[startup+0.047356 s]
/proc/loadavg: 1.76 1.57 1.35 3/65 16806
/proc/meminfo: memFree=1703536/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=5464 CPUtime=0.03
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 1155 0 0 0 3 0 0 0 19 0 1 0 92896319 5595136 1139 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 1366 1140 51 127 0 1236 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10820

[startup+0.101359 s]
/proc/loadavg: 1.76 1.57 1.35 3/65 16806
/proc/meminfo: memFree=1703536/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=10668 CPUtime=0.09
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 2352 0 0 0 8 1 0 0 19 0 1 0 92896319 10924032 2336 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 2667 2337 52 127 0 2537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16024

[startup+0.301391 s]
/proc/loadavg: 1.76 1.57 1.35 3/65 16806
/proc/meminfo: memFree=1703536/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=26804 CPUtime=0.29
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 6006 0 0 0 25 4 0 0 21 0 1 0 92896319 27447296 5990 1992294400 134512640 135034092 4294956096 18446744073709551615 134547109 0 0 4096 3 0 0 0 17 1 0 0
/proc/16807/statm: 6701 5990 51 127 0 6571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32160

[startup+0.701447 s]
/proc/loadavg: 1.76 1.57 1.35 3/65 16806
/proc/meminfo: memFree=1703536/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=56464 CPUtime=0.69
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 12576 0 0 0 59 10 0 0 25 0 1 0 92896319 57819136 12560 1992294400 134512640 135034092 4294956096 18446744073709551615 134545192 0 0 4096 3 0 0 0 17 1 0 0
/proc/16807/statm: 14116 12560 51 127 0 13986 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61820

[startup+1.5015 s]
/proc/loadavg: 1.76 1.57 1.35 2/67 16808
/proc/meminfo: memFree=1631200/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=115564 CPUtime=1.48
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 25595 0 0 0 129 19 0 0 25 0 1 0 92896319 118337536 25579 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 28891 25581 51 127 0 28761 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 120920

[startup+3.10165 s]
/proc/loadavg: 1.76 1.57 1.35 2/67 16808
/proc/meminfo: memFree=1560032/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=252136 CPUtime=3.08
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 61554 0 0 0 269 39 0 0 25 0 1 0 92896319 258187264 56898 1992294400 134512640 135034092 4294956096 18446744073709551615 134540947 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 63034 56898 68 127 0 62904 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 257492

[startup+6.30196 s]
/proc/loadavg: 1.86 1.59 1.36 2/67 16808
/proc/meminfo: memFree=1459744/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=265752 CPUtime=6.28
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 64455 0 0 0 585 43 0 0 25 0 1 0 92896319 272130048 59648 1992294400 134512640 135034092 4294956096 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 66438 59648 68 127 0 66308 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 271108

[startup+12.7016 s]
/proc/loadavg: 1.87 1.60 1.37 2/67 16808
/proc/meminfo: memFree=1439840/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=299000 CPUtime=12.68
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 69873 0 0 0 1221 47 0 0 25 0 1 0 92896319 306176000 64757 1992294400 134512640 135034092 4294956096 18446744073709551615 134582765 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 74750 64757 68 127 0 74620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 304356

[startup+25.5018 s]
/proc/loadavg: 1.75 1.58 1.36 2/67 16810
/proc/meminfo: memFree=1463072/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=0
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92896319 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16806/statm: 1339 235 195 169 0 50 0
[pid=16807] ppid=16806 vsize=289500 CPUtime=25.47
/proc/16807/stat : 16807 (SatElite) R 16806 16806 16613 0 -1 4194304 75500 0 0 0 2497 50 0 0 25 0 1 0 92896319 296448000 63381 1992294400 134512640 135034092 4294956096 18446744073709551615 134582735 0 0 4096 3 0 0 0 17 0 0 0
/proc/16807/statm: 72375 63381 68 127 0 72245 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 294856

[startup+51.1013 s]
/proc/loadavg: 1.76 1.60 1.37 2/67 16811
/proc/meminfo: memFree=1479328/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=154612 CPUtime=20.85
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 38015 0 0 0 2058 27 0 0 25 0 1 0 92899342 158322688 37957 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 38653 37957 76 171 0 38480 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 159968

[startup+102.306 s]
/proc/loadavg: 1.33 1.51 1.35 2/67 16811
/proc/meminfo: memFree=1433440/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=200396 CPUtime=72.04
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 49468 0 0 0 7168 36 0 0 25 0 1 0 92899342 205205504 49410 1992294400 134512640 135214827 4294956208 18446744073709551615 134537265 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 50099 49410 76 171 0 49926 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 205752

[startup+162.302 s]
/proc/loadavg: 1.12 1.41 1.33 2/67 16811
/proc/meminfo: memFree=1370592/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=264004 CPUtime=132.01
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 65311 0 0 0 13152 49 0 0 25 0 1 0 92899342 270340096 65253 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 66001 65253 76 171 0 65828 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 269360

[startup+222.302 s]
/proc/loadavg: 1.04 1.33 1.31 2/67 16811
/proc/meminfo: memFree=1321376/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=313504 CPUtime=191.99
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 77633 0 0 0 19140 59 0 0 25 0 1 0 92899342 321028096 77575 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 78376 77575 76 171 0 78203 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 318860

[startup+282.302 s]
/proc/loadavg: 1.01 1.27 1.28 2/67 16811
/proc/meminfo: memFree=1258656/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=375724 CPUtime=251.97
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 93216 0 0 0 25125 72 0 0 25 0 1 0 92899342 384741376 93158 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 93931 93158 76 171 0 93758 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 381080

[startup+342.302 s]
/proc/loadavg: 1.00 1.22 1.26 2/67 16811
/proc/meminfo: memFree=1192096/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=441780 CPUtime=311.95
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 109725 0 0 0 31108 87 0 0 25 0 1 0 92899342 452382720 109667 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 110445 109667 76 171 0 110272 0

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

/proc/16811/statm: 137936 136882 76 171 0 137763 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 557100

[startup+582.301 s]
/proc/loadavg: 1.00 1.09 1.19 2/67 16811
/proc/meminfo: memFree=1016352/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=618416 CPUtime=551.84
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 153651 0 0 0 55056 128 0 0 25 0 1 0 92899342 633257984 153593 1992294400 134512640 135214827 4294956208 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 154604 153593 76 171 0 154431 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 623772

[startup+642.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/67 16811
/proc/meminfo: memFree=965280/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=668944 CPUtime=611.82
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 166259 0 0 0 61043 139 0 0 25 0 1 0 92899342 684998656 166201 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 167236 166201 76 171 0 167063 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 674300

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.16 2/67 16811
/proc/meminfo: memFree=915552/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=719116 CPUtime=671.79
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 178808 0 0 0 67030 149 0 0 25 0 1 0 92899342 736374784 178750 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 179779 178750 76 171 0 179606 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 724472

[startup+762.306 s]
/proc/loadavg: 1.00 1.04 1.15 2/67 16811
/proc/meminfo: memFree=876128/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=757952 CPUtime=731.76
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 188529 0 0 0 73018 158 0 0 25 0 1 0 92899342 776142848 188471 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 189488 188471 76 171 0 189315 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 763308

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/67 16811
/proc/meminfo: memFree=837280/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=796992 CPUtime=791.74
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 198280 0 0 0 79005 169 0 0 25 0 1 0 92899342 816119808 198222 1992294400 134512640 135214827 4294956208 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 199248 198222 76 171 0 199075 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 802348

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/67 16811
/proc/meminfo: memFree=804320/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=829540 CPUtime=851.72
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 206414 0 0 0 84995 177 0 0 25 0 1 0 92899342 849448960 206356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 207385 206356 76 171 0 207212 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 834896

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/67 16811
/proc/meminfo: memFree=781600/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=853872 CPUtime=911.7
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 212141 0 0 0 90986 184 0 0 25 0 1 0 92899342 874364928 212083 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 213468 212083 76 171 0 213295 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 859228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/67 16811
/proc/meminfo: memFree=767200/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=868048 CPUtime=971.67
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 215690 0 0 0 96979 188 0 0 25 0 1 0 92899342 888881152 215632 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 217012 215632 76 171 0 216839 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 873404

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/67 16811
/proc/meminfo: memFree=754208/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=881220 CPUtime=1031.65
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 218962 0 0 0 102975 190 0 0 25 0 1 0 92899342 902369280 218904 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 220305 218904 76 171 0 220132 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 886576

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 16811
/proc/meminfo: memFree=725152/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=909932 CPUtime=1091.63
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 226216 0 0 0 108966 197 0 0 25 0 1 0 92899342 931770368 226158 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 227483 226158 76 171 0 227310 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 915288

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 16811
/proc/meminfo: memFree=695584/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=939384 CPUtime=1151.6
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 233615 0 0 0 114954 206 0 0 25 0 1 0 92899342 961929216 233557 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 234846 233557 76 171 0 234673 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 944740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 16811
/proc/meminfo: memFree=686816/2055920 swapFree=4192812/4192956
[pid=16806] ppid=16804 vsize=5356 CPUtime=30.18
/proc/16806/stat : 16806 (lysat.sh) S 16804 16806 16613 0 -1 4194304 310 82130 0 0 0 0 2933 85 16 0 1 0 92896319 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16806/statm: 1339 237 195 169 0 50 0
[pid=16811] ppid=16806 vsize=947808 CPUtime=1169.9
/proc/16811/stat : 16811 (LySATc) R 16806 16806 16613 0 -1 4194304 235720 0 0 0 116782 208 0 0 25 0 1 0 92899342 970555392 235662 1992294400 134512640 135214827 4294956208 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/16811/statm: 236952 235662 76 171 0 236779 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 953164

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 16806 and gives
#  childrusage.ru_utime.tv_sec=29
#  childrusage.ru_utime.tv_usec=331540
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=860869
# CPU time returned by wait4() is 30.1924
# while last known CPU time is 1200.08
#
# 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.08
CPU user time (s): 1197.15
CPU system time (s): 2.93
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 953164

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

runsolver used 0.98185 second user time and 3.39348 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-25 10:38:06
IDJOB=1719697
IDBENCH=69571
IDSOLVER=512
FILE ID=node56/1719697-1240648681
PBS_JOBID= 9186473
Free space on /tmp= 102940 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719697-1240648681/watcher-1719697-1240648681 -o /tmp/evaluation-result-1719697-1240648681/solver-1719697-1240648681 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1719697-1240648681.cnf c

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=120529081

node56.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.218
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.218
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:       1703952 kB
Buffers:         34292 kB
Cached:         230764 kB
SwapCached:        144 kB
Active:         141372 kB
Inactive:       138320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           70784 kB
Writeback:           0 kB
Mapped:          24492 kB
Slab:            58160 kB
Committed_AS:   279952 kB
PageTables:       1472 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= 102868 MiB
End job on node56 at 2009-04-25 10:58:08