Trace number 1721802

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 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
4.68/4.72	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
4.68/4.72	c ==============================================================================
4.68/4.72	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
4.68/4.72	c CPU time:   4.65329 s
4.68/4.72	c ==============================================================================
5.17/5.25	c lySAT 0.1
5.17/5.25	c minisat core +  additionnal features
5.17/5.25	c ============================[ Problem Statistics ]=============================
5.17/5.25	c |                                                                             |
5.17/5.26	c |  Number of variables:  2029                                                 |
5.17/5.26	c |  Number of clauses:    329509                                               |
5.36/5.45	c |  Parsing time:         0.17         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-1721802-1240669726/watcher-1721802-1240669726 -o /tmp/evaluation-result-1721802-1240669726/solver-1721802-1240669726 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721802-1240669726.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.92 0.98 0.99 3/64 17856
/proc/meminfo: memFree=1593760/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=1124 CPUtime=0
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 188 0 0 0 0 0 0 0 19 0 1 0 95006560 1150976 172 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/17857/statm: 281 180 51 127 0 151 0

[startup+0.0346701 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17856
/proc/meminfo: memFree=1593760/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=3692 CPUtime=0.02
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 828 0 0 0 2 0 0 0 19 0 1 0 95006560 3780608 812 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17857/statm: 923 813 51 127 0 793 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9048

[startup+0.101677 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17856
/proc/meminfo: memFree=1593760/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=9080 CPUtime=0.09
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 2091 0 0 0 8 1 0 0 19 0 1 0 95006560 9297920 2075 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17857/statm: 2270 2077 51 127 0 2140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14436

[startup+0.301698 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17856
/proc/meminfo: memFree=1593760/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=24800 CPUtime=0.29
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 5904 0 0 0 26 3 0 0 21 0 1 0 95006560 25395200 5888 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17857/statm: 6200 5888 68 127 0 6070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30156

[startup+0.701743 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17856
/proc/meminfo: memFree=1593760/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=27620 CPUtime=0.69
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 6601 0 0 0 65 4 0 0 25 0 1 0 95006560 28282880 6585 1992294400 134512640 135034092 4294956112 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 0 0 0
/proc/17857/statm: 6905 6585 68 127 0 6775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32976

[startup+1.50183 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17858
/proc/meminfo: memFree=1564688/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=36844 CPUtime=1.48
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 8200 0 0 0 144 4 0 0 25 0 1 0 95006560 37728256 8184 1992294400 134512640 135034092 4294956112 18446744073709551615 134569520 0 0 4096 3 0 0 0 17 0 0 0
/proc/17857/statm: 9211 8184 68 127 0 9081 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42200

[startup+3.10202 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17858
/proc/meminfo: memFree=1559376/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=0
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95006560 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17856/statm: 1339 235 195 169 0 50 0
[pid=17857] ppid=17856 vsize=36844 CPUtime=3.09
/proc/17857/stat : 17857 (SatElite) R 17856 17856 17635 0 -1 4194304 8200 0 0 0 304 5 0 0 25 0 1 0 95006560 37728256 8184 1992294400 134512640 135034092 4294956112 18446744073709551615 134569564 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9211 8184 68 127 0 9081 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42200

[startup+6.30237 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1570704/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=23856 CPUtime=1.04
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 5736 0 0 0 102 2 0 0 25 0 1 0 95007086 24428544 5721 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 5964 5721 81 174 0 5787 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29212

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1555408/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=30420 CPUtime=7.43
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 7374 0 0 0 740 3 0 0 25 0 1 0 95007086 31150080 7359 1992294400 134512640 135226915 4294956224 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 7605 7359 81 174 0 7428 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 35776

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1548944/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=37228 CPUtime=20.22
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 9020 0 0 0 2018 4 0 0 25 0 1 0 95007086 38121472 9005 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 9307 9005 81 174 0 9130 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 42584

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1540240/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=46336 CPUtime=45.79
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 11257 0 0 0 4573 6 0 0 25 0 1 0 95007086 47448064 11242 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 11584 11242 81 174 0 11407 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 51692

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1531984/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=54824 CPUtime=96.96
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 13266 0 0 0 9688 8 0 0 25 0 1 0 95007086 56139776 13251 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 13706 13251 81 174 0 13529 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 60180

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1530192/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=56892 CPUtime=156.94
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 13758 0 0 0 15685 9 0 0 25 0 1 0 95007086 58257408 13743 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 14223 13743 81 174 0 14046 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 62248

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1524432/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=62572 CPUtime=216.9
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 15149 0 0 0 21680 10 0 0 25 0 1 0 95007086 64073728 15134 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 15643 15134 81 174 0 15466 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 67928

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1521872/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=65448 CPUtime=276.88
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 15806 0 0 0 27678 10 0 0 25 0 1 0 95007086 67018752 15791 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 16362 15791 81 174 0 16185 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 70804

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17859
/proc/meminfo: memFree=1513488/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=73932 CPUtime=336.85
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 17872 0 0 0 33673 12 0 0 25 0 1 0 95007086 75706368 17857 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 18483 17857 81 174 0 18306 0

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

/proc/17859/statm: 23623 22818 81 174 0 23446 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 99848

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1493264/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=94672 CPUtime=576.72
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 22876 0 0 0 57654 18 0 0 25 0 1 0 95007086 96944128 22861 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 23668 22861 81 174 0 23491 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 100028

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1492688/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=95408 CPUtime=636.7
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 23029 0 0 0 63652 18 0 0 25 0 1 0 95007086 97697792 23014 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 23852 23014 81 174 0 23675 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 100764

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1490512/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=98260 CPUtime=696.67
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 23569 0 0 0 69648 19 0 0 25 0 1 0 95007086 100618240 23554 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 24565 23554 81 174 0 24388 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 103616

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1485328/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=103432 CPUtime=756.66
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 24836 0 0 0 75645 21 0 0 25 0 1 0 95007086 105914368 24821 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 25858 24821 81 174 0 25681 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 108788

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1478736/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=109868 CPUtime=816.63
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 26482 0 0 0 81640 23 0 0 25 0 1 0 95007086 112504832 26467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 27467 26467 81 174 0 27290 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 115224

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1478608/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=109868 CPUtime=876.6
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 26498 0 0 0 87637 23 0 0 25 0 1 0 95007086 112504832 26483 1992294400 134512640 135226915 4294956224 18446744073709551615 134536806 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 27467 26483 81 174 0 27290 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 115224

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1478608/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=109868 CPUtime=936.58
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 26513 0 0 0 93635 23 0 0 25 0 1 0 95007086 112504832 26498 1992294400 134512640 135226915 4294956224 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 27467 26498 81 174 0 27290 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 115224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1477008/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=112072 CPUtime=996.56
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 26897 0 0 0 99632 24 0 0 25 0 1 0 95007086 114761728 26882 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 28018 26882 81 174 0 27841 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 117428

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1476432/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=112232 CPUtime=1056.53
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 27035 0 0 0 105629 24 0 0 25 0 1 0 95007086 114925568 27020 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 28058 27020 81 174 0 27881 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 117588

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1473680/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=115112 CPUtime=1116.5
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 27748 0 0 0 111626 24 0 0 25 0 1 0 95007086 117874688 27733 1992294400 134512640 135226915 4294956224 18446744073709551615 134546336 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 28778 27733 81 174 0 28601 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 120468

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1468112/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=120532 CPUtime=1176.49
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 29122 0 0 0 117623 26 0 0 25 0 1 0 95007086 123424768 29107 1992294400 134512640 135226915 4294956224 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 30133 29107 81 174 0 29956 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 125888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17861
/proc/meminfo: memFree=1466704/2055920 swapFree=4192956/4192956
[pid=17856] ppid=17854 vsize=5356 CPUtime=5.23
/proc/17856/stat : 17856 (lysat.sh) S 17854 17856 17635 0 -1 4194304 310 8204 0 0 0 0 515 8 19 0 1 0 95006560 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17856/statm: 1339 237 195 169 0 50 0
[pid=17859] ppid=17856 vsize=122048 CPUtime=1194.77
/proc/17859/stat : 17859 (LySATi) R 17856 17856 17635 0 -1 4194304 29457 0 0 0 119451 26 0 0 25 0 1 0 95007086 124977152 29442 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 30512 29442 81 174 0 30335 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 127404

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 17856 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=157215
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=89986
# CPU time returned by wait4() is 5.2472
# while last known CPU time is 1200
#
# 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
CPU user time (s): 1199.66
CPU system time (s): 0.34
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 127404

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

runsolver used 1.04884 second user time and 3.32649 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-25 16:28:46
IDJOB=1721802
IDBENCH=71077
IDSOLVER=511
FILE ID=node5/1721802-1240669726
PBS_JOBID= 9186576
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=110787481

node5.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.212
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.212
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:       1594240 kB
Buffers:         50172 kB
Cached:         327772 kB
SwapCached:          0 kB
Active:          82732 kB
Inactive:       309108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7680 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            55896 kB
Committed_AS:   330112 kB
PageTables:       1388 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= 66332 MiB
End job on node5 at 2009-04-25 16:48:49