Trace number 1721202

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.09 1200.71

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
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 variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   74789   222346 |   22436       0        0     nan |  0.000 % |
0.59/0.65	c |         0 |   73888   319243 |      --       0       --      -- |     --   | -901/96897
0.59/0.65	c ==============================================================================
0.59/0.65	c Result  :   #vars: 763   #clauses: 73888   #literals: 319243
0.59/0.65	c CPU time:   0.646901 s
0.59/0.65	c ==============================================================================
0.69/0.76	c lySAT 0.1
0.69/0.76	c minisat core +  additionnal features
0.69/0.76	c ============================[ Problem Statistics ]=============================
0.69/0.76	c |                                                                             |
0.69/0.76	c |  Number of variables:  763                                                  |
0.69/0.76	c |  Number of clauses:    73888                                                |
0.75/0.81	c |  Parsing time:         0.04         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-1721202-1240664161/watcher-1721202-1240664161 -o /tmp/evaluation-result-1721202-1240664161/solver-1721202-1240664161 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721202-1240664161.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: 1.00 1.00 1.00 3/64 14328
/proc/meminfo: memFree=1617968/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94440465 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 235 195 169 0 50 0
[pid=14329] ppid=14328 vsize=1108 CPUtime=0
/proc/14329/stat : 14329 (SatElite) R 14328 14328 14257 0 -1 4194304 175 0 0 0 0 0 0 0 19 0 1 0 94440466 1134592 159 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14329/statm: 277 159 50 127 0 147 0

[startup+0.056435 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14328
/proc/meminfo: memFree=1617968/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94440465 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 235 195 169 0 50 0
[pid=14329] ppid=14328 vsize=5992 CPUtime=0.04
/proc/14329/stat : 14329 (SatElite) R 14328 14328 14257 0 -1 4194304 1384 0 0 0 4 0 0 0 19 0 1 0 94440466 6135808 1368 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/14329/statm: 1498 1369 68 127 0 1368 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11348

[startup+0.102441 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14328
/proc/meminfo: memFree=1617968/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94440465 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 235 195 169 0 50 0
[pid=14329] ppid=14328 vsize=6780 CPUtime=0.09
/proc/14329/stat : 14329 (SatElite) R 14328 14328 14257 0 -1 4194304 1572 0 0 0 9 0 0 0 19 0 1 0 94440466 6942720 1556 1992294400 134512640 135034092 4294956112 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/14329/statm: 1695 1556 68 127 0 1565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12136

[startup+0.302469 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14328
/proc/meminfo: memFree=1617968/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94440465 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 235 195 169 0 50 0
[pid=14329] ppid=14328 vsize=9112 CPUtime=0.29
/proc/14329/stat : 14329 (SatElite) R 14328 14328 14257 0 -1 4194304 2042 0 0 0 29 0 0 0 21 0 1 0 94440466 9330688 2026 1992294400 134512640 135034092 4294956112 18446744073709551615 134569613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14329/statm: 2278 2026 68 127 0 2148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14468

[startup+0.702536 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14328
/proc/meminfo: memFree=1617968/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94440465 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 235 195 169 0 50 0
[pid=14329] ppid=14328 vsize=8412 CPUtime=0.69
/proc/14329/stat : 14329 (SatElite) R 14328 14328 14257 0 -1 4194304 2044 0 0 0 68 1 0 0 25 0 1 0 94440466 8613888 1881 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/14329/statm: 2103 1881 69 127 0 1973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13768

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1609632/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=7292 CPUtime=0.72
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 1714 0 0 0 72 0 0 0 23 0 1 0 94440542 7467008 1699 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 1823 1699 81 174 0 1646 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12648

[startup+3.10187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1608864/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=7840 CPUtime=2.32
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 1850 0 0 0 231 1 0 0 25 0 1 0 94440542 8028160 1835 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 1960 1835 81 174 0 1783 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13196

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1607904/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=8660 CPUtime=5.52
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 2033 0 0 0 551 1 0 0 25 0 1 0 94440542 8867840 2018 1992294400 134512640 135226915 4294956224 18446744073709551615 134540998 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 2165 2018 81 174 0 1988 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14016

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1606368/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=10116 CPUtime=11.91
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 2394 0 0 0 1190 1 0 0 25 0 1 0 94440542 10358784 2379 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 2529 2379 81 174 0 2352 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 15472

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1602528/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=14084 CPUtime=24.71
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 3337 0 0 0 2469 2 0 0 25 0 1 0 94440542 14422016 3322 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 3521 3322 81 174 0 3344 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19440

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1597152/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=19980 CPUtime=50.3
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 4704 0 0 0 5026 4 0 0 25 0 1 0 94440542 20459520 4689 1992294400 134512640 135226915 4294956224 18446744073709551615 134543615 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 4995 4689 81 174 0 4818 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25336

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1592928/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=24504 CPUtime=101.48
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 5725 0 0 0 10144 4 0 0 25 0 1 0 94440542 25092096 5710 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 6126 5710 81 174 0 5949 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 29860

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1589856/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=27988 CPUtime=161.46
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 6560 0 0 0 16141 5 0 0 25 0 1 0 94440542 28659712 6545 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 6997 6545 81 174 0 6820 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33344

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1582176/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=35720 CPUtime=221.42
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 8401 0 0 0 22135 7 0 0 25 0 1 0 94440542 36577280 8386 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 8930 8386 81 174 0 8753 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 41076

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14331
/proc/meminfo: memFree=1578976/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=39148 CPUtime=281.39
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 9206 0 0 0 28131 8 0 0 25 0 1 0 94440542 40087552 9191 1992294400 134512640 135226915 4294956224 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 9787 9191 81 174 0 9610 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 44504

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1575776/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=42908 CPUtime=341.37
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 9980 0 0 0 34128 9 0 0 25 0 1 0 94440542 43937792 9965 1992294400 134512640 135226915 4294956224 18446744073709551615 134536953 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 10727 9965 81 174 0 10550 0

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

/proc/14331/statm: 12665 11818 81 174 0 12488 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 56016

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1566560/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=52780 CPUtime=641.23
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 12283 0 0 0 64111 12 0 0 25 0 1 0 94440542 54046720 12268 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 13195 12268 81 174 0 13018 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 58136

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1564832/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=54628 CPUtime=701.19
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 12701 0 0 0 70107 12 0 0 25 0 1 0 94440542 55939072 12686 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 13657 12686 81 174 0 13480 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 59984

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1561952/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=57756 CPUtime=761.16
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 13407 0 0 0 76103 13 0 0 25 0 1 0 94440542 59142144 13392 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 14439 13392 81 174 0 14262 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 63112

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1560352/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=59392 CPUtime=821.13
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 13829 0 0 0 82099 14 0 0 25 0 1 0 94440542 60817408 13814 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 14848 13814 81 174 0 14671 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 64748

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1558880/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=60736 CPUtime=881.1
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14187 0 0 0 88095 15 0 0 25 0 1 0 94440542 62193664 14172 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15184 14172 81 174 0 15007 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 66092

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1558048/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=61488 CPUtime=941.06
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14393 0 0 0 94091 15 0 0 25 0 1 0 94440542 62963712 14378 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/14331/statm: 15372 14378 81 174 0 15195 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 66844

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1557472/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=61916 CPUtime=1001.01
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14547 0 0 0 100086 15 0 0 25 0 1 0 94440542 63401984 14457 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15479 14457 81 174 0 15302 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 67272

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1557472/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=61916 CPUtime=1060.99
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14553 0 0 0 106084 15 0 0 25 0 1 0 94440542 63401984 14463 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15479 14463 81 174 0 15302 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 67272

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1557472/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=61916 CPUtime=1120.97
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14556 0 0 0 112081 16 0 0 25 0 1 0 94440542 63401984 14466 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15479 14466 81 174 0 15302 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 67272

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1557472/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=61916 CPUtime=1180.94
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14564 0 0 0 118078 16 0 0 25 0 1 0 94440542 63401984 14474 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15479 14474 81 174 0 15302 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 67272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1556960/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=62652 CPUtime=1199.34
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14725 0 0 0 119918 16 0 0 25 0 1 0 94440542 64155648 14635 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15663 14635 81 174 0 15486 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 68008

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14337
/proc/meminfo: memFree=1556960/2055920 swapFree=4180432/4192956
[pid=14328] ppid=14326 vsize=5356 CPUtime=0.75
/proc/14328/stat : 14328 (lysat.sh) S 14326 14328 14257 0 -1 4194304 310 2047 0 0 0 0 74 1 18 0 1 0 94440465 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14328/statm: 1339 237 195 169 0 50 0
[pid=14331] ppid=14328 vsize=62652 CPUtime=1199.34
/proc/14331/stat : 14331 (LySATi) R 14328 14328 14257 0 -1 4194304 14725 0 0 0 119918 16 0 0 25 0 1 0 94440542 64155648 14635 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14331/statm: 15663 14635 81 174 0 15486 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 68008

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.09
CPU user time (s): 1199.92
CPU system time (s): 0.17
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 68008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.746886
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2357
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= 5
involuntary context switches= 4

runsolver used 1.03084 second user time and 3.34549 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-25 14:56:01
IDJOB=1721202
IDBENCH=71065
IDSOLVER=511
FILE ID=node49/1721202-1240664161
PBS_JOBID= 9186586
Free space on /tmp= 66320 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_08_UNSAT.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721202-1240664161/watcher-1721202-1240664161 -o /tmp/evaluation-result-1721202-1240664161/solver-1721202-1240664161 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1721202-1240664161.cnf i

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=1785342555

node49.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.241
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.241
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:       1618456 kB
Buffers:         42804 kB
Cached:         323400 kB
SwapCached:       5620 kB
Active:         142244 kB
Inactive:       233740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618456 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:          13780 kB
Slab:            47372 kB
Committed_AS:   327356 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node49 at 2009-04-25 15:16:04