Trace number 1727154

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.06 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1179.17
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   18603    54454 |    5580       0        0     nan |  0.000 % |
0.00/0.12	c |         0 |   18167    66278 |      --       0       --      -- |     --   | -436/11824
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 2787   #clauses: 18167   #literals: 66278
0.00/0.12	c CPU time:   0.114982 s
0.00/0.12	c ==============================================================================
0.00/0.15	c lySAT 0.1
0.00/0.15	c minisat core +  additionnal features
0.00/0.15	c ============================[ Problem Statistics ]=============================
0.00/0.15	c |                                                                             |
0.00/0.15	c |  Number of variables:  2787                                                 |
0.00/0.15	c |  Number of clauses:    18167                                                |
0.00/0.17	c |  Parsing time:         0.01         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-1727154-1240721567/watcher-1727154-1240721567 -o /tmp/evaluation-result-1727154-1240721567/solver-1727154-1240721567 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1727154-1240721567.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.91 0.95 0.98 3/64 17042
/proc/meminfo: memFree=1768056/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=3004 CPUtime=0
/proc/17042/stat : 17042 (lysat.sh) R 17040 17042 16855 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 100182791 3076096 40 1992294400 4194304 4889804 548682068816 18446744073709551615 237945025929 0 0 4096 0 0 0 0 17 1 0 0
/proc/17042/statm: 751 41 31 169 0 9 0

[startup+0.078655 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17042
/proc/meminfo: memFree=1768056/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100182791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17042/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102651 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17042
/proc/meminfo: memFree=1768056/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100182791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17042/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301662 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17042
/proc/meminfo: memFree=1768056/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.701693 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17042
/proc/meminfo: memFree=1768056/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+1.50276 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 17045
/proc/meminfo: memFree=1764640/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=4400 CPUtime=1.34
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 835 0 0 0 134 0 0 0 25 0 1 0 100182807 4505600 820 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 1100 820 82 174 0 923 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9756

[startup+3.10189 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 17045
/proc/meminfo: memFree=1763616/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=5192 CPUtime=2.94
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 1035 0 0 0 294 0 0 0 25 0 1 0 100182807 5316608 1020 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 1298 1020 82 174 0 1121 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10548

[startup+6.30114 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 17045
/proc/meminfo: memFree=1762080/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=7200 CPUtime=6.13
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 1506 0 0 0 613 0 0 0 25 0 1 0 100182807 7372800 1491 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 1800 1491 82 174 0 1623 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12556

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 17045
/proc/meminfo: memFree=1759392/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=9112 CPUtime=12.53
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 1975 0 0 0 1253 0 0 0 25 0 1 0 100182807 9330688 1960 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 2278 1960 82 174 0 2101 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14468

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 17045
/proc/meminfo: memFree=1756264/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=12148 CPUtime=25.33
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 2743 0 0 0 2532 1 0 0 25 0 1 0 100182807 12439552 2728 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 3037 2728 82 174 0 2860 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17504

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 17045
/proc/meminfo: memFree=1749288/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=19348 CPUtime=50.92
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 4506 0 0 0 5089 3 0 0 25 0 1 0 100182807 19812352 4491 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 4837 4491 82 174 0 4660 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 24704

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 17045
/proc/meminfo: memFree=1738664/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=30180 CPUtime=102.11
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 7139 0 0 0 10206 5 0 0 25 0 1 0 100182807 30904320 7124 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 7545 7124 82 174 0 7368 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35536

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17045
/proc/meminfo: memFree=1733608/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=35592 CPUtime=162.1
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 8399 0 0 0 16204 6 0 0 25 0 1 0 100182807 36446208 8384 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 8898 8384 82 174 0 8721 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40948

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17045
/proc/meminfo: memFree=1728296/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=41188 CPUtime=222.07
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 9716 0 0 0 22201 6 0 0 25 0 1 0 100182807 42176512 9701 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 10297 9701 82 174 0 10120 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46544

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17045
/proc/meminfo: memFree=1714728/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=55264 CPUtime=282.06
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 13120 0 0 0 28195 11 0 0 25 0 1 0 100182807 56590336 13105 1992294400 134512640 135226915 4294956224 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 13816 13105 82 174 0 13639 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 60620

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17045
/proc/meminfo: memFree=1713320/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=56920 CPUtime=342.04
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 13470 0 0 0 34193 11 0 0 25 0 1 0 100182807 58286080 13455 1992294400 134512640 135226915 4294956224 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 14230 13455 82 174 0 14053 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 62276

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17045
/proc/meminfo: memFree=1710888/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=59432 CPUtime=402.03
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 14056 0 0 0 40191 12 0 0 25 0 1 0 100182807 60858368 14041 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 14858 14041 82 174 0 14681 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 64788


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

/proc/17045/statm: 16741 15910 82 174 0 16564 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 72320

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1702376/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=68060 CPUtime=581.97
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 16167 0 0 0 58182 15 0 0 25 0 1 0 100182807 69693440 16152 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 17015 16152 82 174 0 16838 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 73416

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1689512/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=81688 CPUtime=641.97
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 19387 0 0 0 64178 19 0 0 25 0 1 0 100182807 83648512 19372 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 20422 19372 82 174 0 20245 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 87044

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1689320/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=81820 CPUtime=701.95
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 19423 0 0 0 70176 19 0 0 25 0 1 0 100182807 83783680 19408 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 20455 19408 82 174 0 20278 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 87176

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1689000/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=82376 CPUtime=761.93
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 19504 0 0 0 76174 19 0 0 25 0 1 0 100182807 84353024 19489 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 20594 19489 82 174 0 20417 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 87732

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1682088/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=89548 CPUtime=821.91
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 21259 0 0 0 82169 22 0 0 25 0 1 0 100182807 91697152 21244 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 22387 21244 82 174 0 22210 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 94904

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1672360/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=99452 CPUtime=881.9
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 23628 0 0 0 88165 25 0 0 25 0 1 0 100182807 101838848 23613 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 24863 23613 82 174 0 24686 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 104808

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1672232/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=99560 CPUtime=941.88
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 23662 0 0 0 94163 25 0 0 25 0 1 0 100182807 101949440 23647 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 24890 23647 82 174 0 24713 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 104916

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1671976/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=99936 CPUtime=1001.87
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 23728 0 0 0 100162 25 0 0 25 0 1 0 100182807 102334464 23713 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 24984 23713 82 174 0 24807 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 105292

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17051
/proc/meminfo: memFree=1671272/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=100632 CPUtime=1061.85
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 23892 0 0 0 106160 25 0 0 25 0 1 0 100182807 103047168 23877 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 25158 23877 82 174 0 24981 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 105988

[startup+1122.3 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 17051
/proc/meminfo: memFree=1663336/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=109192 CPUtime=1121.84
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 25888 0 0 0 112155 29 0 0 25 0 1 0 100182807 111812608 25873 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 27298 25873 82 174 0 27121 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 114548

[startup+1182.3 s]
/proc/loadavg: 1.02 0.99 0.98 2/66 17051
/proc/meminfo: memFree=1651048/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=121156 CPUtime=1181.82
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 28964 0 0 0 118150 32 0 0 25 0 1 0 100182807 124063744 28949 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 30289 28949 82 174 0 30112 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 126512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 0.99 0.98 2/66 17051
/proc/meminfo: memFree=1646568/2055920 swapFree=4177028/4192956
[pid=17042] ppid=17040 vsize=5356 CPUtime=0.14
/proc/17042/stat : 17042 (lysat.sh) S 17040 17042 16855 0 -1 4194304 310 959 0 0 0 0 13 1 16 0 1 0 100182791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17042/statm: 1339 237 195 169 0 50 0
[pid=17045] ppid=17042 vsize=125908 CPUtime=1199.92
/proc/17045/stat : 17045 (LySATi) R 17042 17042 16855 0 -1 4194304 30045 0 0 0 119959 33 0 0 25 0 1 0 100182807 128929792 30030 1992294400 134512640 135226915 4294956224 18446744073709551615 134537088 0 0 4096 3 0 0 0 17 1 0 0
/proc/17045/statm: 31477 30030 82 174 0 31300 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 131264

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 17042 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=138978
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=11998
# CPU time returned by wait4() is 0.150976
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1199.72
CPU system time (s): 0.34
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 131264

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

runsolver used 1.39979 second user time and 2.95355 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-26 06:52:47
IDJOB=1727154
IDBENCH=24631
IDSOLVER=511
FILE ID=node69/1727154-1240721567
PBS_JOBID= 9186873
Free space on /tmp= 66380 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727154-1240721567/watcher-1727154-1240721567 -o /tmp/evaluation-result-1727154-1240721567/solver-1727154-1240721567 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1727154-1240721567.cnf i

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

MD5SUM BENCH= ff36f96f6b8096039d33a91da209fed4
RANDOM SEED=1812447144

node69.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.231
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.231
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:       1768536 kB
Buffers:         43488 kB
Cached:         165636 kB
SwapCached:      10584 kB
Active:         113644 kB
Inactive:       108636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768536 kB
SwapTotal:     4192956 kB
SwapFree:      4177028 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            51020 kB
Committed_AS:   311276 kB
PageTables:       1464 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= 66380 MiB
End job on node69 at 2009-04-26 07:12:50