Trace number 1721403

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20? (TO) 1200 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
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.25	c ==============================================================================
0.19/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.25	c ==============================================================================
0.19/0.25	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
5.48/5.53	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
5.48/5.53	c ==============================================================================
5.48/5.53	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
5.48/5.53	c CPU time:   5.45917 s
5.48/5.53	c ==============================================================================
6.08/6.13	This is MiniSat 2.0 beta
6.08/6.13	WARNING: for repeatability, setting FPU to use double precision
6.08/6.13	============================[ Problem Statistics ]=============================
6.08/6.13	|                                                                             |
6.08/6.13	|  Number of variables:  2337                                                 |
6.08/6.13	|  Number of clauses:    394633                                               |
6.12/6.35	|  Parsing time:         0.19         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-1721403-1240666411/watcher-1721403-1240666411 -o /tmp/evaluation-result-1721403-1240666411/solver-1721403-1240666411 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721403-1240666411.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16487
/proc/meminfo: memFree=1763976/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=1104 CPUtime=0
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 170 0 0 0 0 0 0 0 19 0 1 0 94674192 1130496 154 1992294400 134512640 135034092 4294956112 18446744073709551615 134545584 0 0 4096 3 0 0 0 17 0 0 0
/proc/16488/statm: 276 157 51 127 0 146 0

[startup+0.0657579 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16487
/proc/meminfo: memFree=1763976/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=6252 CPUtime=0.05
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 1452 0 0 0 5 0 0 0 19 0 1 0 94674192 6402048 1436 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16488/statm: 1563 1437 51 127 0 1433 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11608

[startup+0.101764 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16487
/proc/meminfo: memFree=1763976/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=9272 CPUtime=0.09
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 2148 0 0 0 8 1 0 0 19 0 1 0 94674192 9494528 2132 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16488/statm: 2318 2132 51 127 0 2188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14628

[startup+0.301797 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16487
/proc/meminfo: memFree=1763976/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=27384 CPUtime=0.29
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 6636 0 0 0 26 3 0 0 21 0 1 0 94674192 28041216 6620 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/16488/statm: 6846 6620 68 127 0 6716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32740

[startup+0.701865 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16487
/proc/meminfo: memFree=1763976/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=33368 CPUtime=0.69
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 7701 0 0 0 66 3 0 0 25 0 1 0 94674192 34168832 7685 1992294400 134512640 135034092 4294956112 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/16488/statm: 8342 7685 68 127 0 8212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38724

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16489
/proc/meminfo: memFree=1730296/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=40460 CPUtime=1.49
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 9411 0 0 0 144 5 0 0 25 0 1 0 94674192 41431040 9395 1992294400 134512640 135034092 4294956112 18446744073709551615 134582423 0 0 4096 3 0 0 0 17 0 0 0
/proc/16488/statm: 10115 9395 68 127 0 9985 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45816

[startup+3.10128 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16489
/proc/meminfo: memFree=1724088/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=0
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94674191 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 235 195 169 0 50 0
[pid=16488] ppid=16487 vsize=40960 CPUtime=3.08
/proc/16488/stat : 16488 (SatElite) R 16487 16487 16422 0 -1 4194304 9524 0 0 0 303 5 0 0 25 0 1 0 94674192 41943040 9508 1992294400 134512640 135034092 4294956112 18446744073709551615 134569613 0 0 4096 3 0 0 0 17 1 0 0
/proc/16488/statm: 10240 9508 68 127 0 10110 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46316

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 16489
/proc/meminfo: memFree=1723704/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 5356

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 16490
/proc/meminfo: memFree=1727928/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=26936 CPUtime=6.55
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 6566 0 0 0 651 4 0 0 25 0 1 0 94674805 27582464 6551 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 6734 6551 77 171 0 6561 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32292

[startup+25.5011 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 16490
/proc/meminfo: memFree=1716736/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=37992 CPUtime=19.34
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 9313 0 0 0 1928 6 0 0 25 0 1 0 94674805 38903808 9298 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 9498 9298 77 171 0 9325 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43348

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16490
/proc/meminfo: memFree=1702528/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=52648 CPUtime=44.91
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 12955 0 0 0 4481 10 0 0 25 0 1 0 94674805 53911552 12940 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 13162 12940 77 171 0 12989 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 58004

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16490
/proc/meminfo: memFree=1673216/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=81316 CPUtime=96.09
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 20099 0 0 0 9591 18 0 0 25 0 1 0 94674805 83267584 20084 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 20329 20084 77 171 0 20156 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 86672

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16490
/proc/meminfo: memFree=1641024/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=113800 CPUtime=156.06
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 28153 0 0 0 15582 24 0 0 25 0 1 0 94674805 116531200 28138 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 28450 28138 77 171 0 28277 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 119156

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16490
/proc/meminfo: memFree=1613312/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=141824 CPUtime=216.03
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 35064 0 0 0 21572 31 0 0 25 0 1 0 94674805 145227776 35049 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 35456 35049 77 171 0 35283 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 147180

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1589952/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=165372 CPUtime=276
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 40929 0 0 0 27562 38 0 0 25 0 1 0 94674805 169340928 40914 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 41343 40914 77 171 0 41170 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 170728

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1575104/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=179968 CPUtime=335.97
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 44565 0 0 0 33556 41 0 0 25 0 1 0 94674805 184287232 44550 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 44992 44550 77 171 0 44819 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 185324


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

/proc/16490/statm: 55089 54502 77 171 0 54916 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 225712

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1522432/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=233076 CPUtime=575.85
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 57677 0 0 0 57530 55 0 0 25 0 1 0 94674805 238669824 57662 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 58269 57662 77 171 0 58096 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 238432

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1510720/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=244648 CPUtime=635.82
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 60570 0 0 0 63525 57 0 0 25 0 1 0 94674805 250519552 60555 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 61162 60555 77 171 0 60989 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 250004

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1501248/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=254172 CPUtime=695.8
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 62937 0 0 0 69520 60 0 0 25 0 1 0 94674805 260272128 62922 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 63543 62922 77 171 0 63370 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 259528

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1492480/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=262820 CPUtime=755.77
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 65111 0 0 0 75515 62 0 0 25 0 1 0 94674805 269127680 65096 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 65705 65096 77 171 0 65532 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 268176

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1483392/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=272064 CPUtime=815.74
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 67381 0 0 0 81509 65 0 0 25 0 1 0 94674805 278593536 67366 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 68016 67366 77 171 0 67843 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 277420

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1474304/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=281040 CPUtime=875.71
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 69634 0 0 0 87505 66 0 0 25 0 1 0 94674805 287784960 69619 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 70260 69619 77 171 0 70087 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 286396

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1465152/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=290208 CPUtime=935.68
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 71924 0 0 0 93500 68 0 0 25 0 1 0 94674805 297172992 71909 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 72552 71909 77 171 0 72379 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 295564

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1456448/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=298812 CPUtime=995.66
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 74067 0 0 0 99496 70 0 0 25 0 1 0 94674805 305983488 74052 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 74703 74052 77 171 0 74530 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 304168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1446208/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=309732 CPUtime=1055.63
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 76636 0 0 0 105491 72 0 0 25 0 1 0 94674805 317165568 76621 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 77433 76621 77 171 0 77260 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 315088

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1438336/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=317472 CPUtime=1115.6
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 78567 0 0 0 111486 74 0 0 25 0 1 0 94674805 325091328 78552 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 79368 78552 77 171 0 79195 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 322828

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1429632/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=326260 CPUtime=1175.58
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 80758 0 0 0 117482 76 0 0 25 0 1 0 94674805 334090240 80743 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 81565 80743 77 171 0 81392 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 331616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16492
/proc/meminfo: memFree=1426496/2055920 swapFree=4181396/4192956
[pid=16487] ppid=16485 vsize=5356 CPUtime=6.12
/proc/16487/stat : 16487 (lysat.sh) S 16485 16487 16422 0 -1 4194304 310 9528 0 0 0 0 602 10 16 0 1 0 94674191 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16487/statm: 1339 237 195 169 0 50 0
[pid=16490] ppid=16487 vsize=329296 CPUtime=1193.88
/proc/16490/stat : 16490 (LySATc) R 16487 16487 16422 0 -1 4194304 81497 0 0 0 119311 77 0 0 25 0 1 0 94674805 337199104 81482 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16490/statm: 82324 81482 77 171 0 82151 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 334652

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 16487 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=24084
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=104984
# CPU time returned by wait4() is 6.12907
# 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.13
CPU system time (s): 0.87
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 334652

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

runsolver used 0.971852 second user time and 3.40348 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 15:33:32
IDJOB=1721403
IDBENCH=71069
IDSOLVER=512
FILE ID=node25/1721403-1240666411
PBS_JOBID= 9186622
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=1805778050

node25.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.259
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.259
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:       1764456 kB
Buffers:         18600 kB
Cached:         222752 kB
SwapCached:       5080 kB
Active:         153592 kB
Inactive:        95324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764456 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            8796 kB
Writeback:           0 kB
Mapped:          13400 kB
Slab:            28600 kB
Committed_AS:   343528 kB
PageTables:       1460 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= 66360 MiB
End job on node25 at 2009-04-25 15:53:34