Trace number 1722352

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_13_UNSAT.cnf
MD5SUMd4e16a803f6cd0903a2bd3e7157287b3
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 variables2730
Number of clauses271285
Sum of the clauses size809746
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24450
Number of clauses of size 3266804
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.09/0.17	c ==============================================================================
0.09/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.17	c ==============================================================================
0.09/0.17	c |         0 |  271285   809746 |   81385       0        0     nan |  0.000 % |
3.58/3.65	c |         0 |  269831  1187407 |      --       0       --      -- |     --   | -1454/377661
3.58/3.65	c ==============================================================================
3.58/3.65	c Result  :   #vars: 1698   #clauses: 269831   #literals: 1187407
3.58/3.65	c CPU time:   3.60445 s
3.58/3.65	c ==============================================================================
3.99/4.06	c lySAT 0.1
3.99/4.06	c minisat core +  additionnal features
3.99/4.06	c ============================[ Problem Statistics ]=============================
3.99/4.06	c |                                                                             |
3.99/4.06	c |  Number of variables:  1698                                                 |
3.99/4.06	c |  Number of clauses:    269831                                               |
4.05/4.24	c |  Parsing time:         0.15         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-1722352-1240674341/watcher-1722352-1240674341 -o /tmp/evaluation-result-1722352-1240674341/solver-1722352-1240674341 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722352-1240674341.cnf i 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19995
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) R 19993 19995 19651 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19995/statm: 1339 234 194 169 0 50 0
[pid=19996] ppid=19995 vsize=1260 CPUtime=0
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 0 95467803 1290240 204 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 315 204 50 127 0 185 0

[startup+0.0243109 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19995
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19995/statm: 1339 235 195 169 0 50 0
[pid=19996] ppid=19995 vsize=2988 CPUtime=0.01
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 634 0 0 0 1 0 0 0 18 0 1 0 95467803 3059712 618 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 747 618 50 127 0 617 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8344

[startup+0.102327 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19995
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19995/statm: 1339 235 195 169 0 50 0
[pid=19996] ppid=19995 vsize=9304 CPUtime=0.09
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 2143 0 0 0 8 1 0 0 19 0 1 0 95467803 9527296 2127 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 2326 2128 50 127 0 2196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14660

[startup+0.30137 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19995
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19995/statm: 1339 235 195 169 0 50 0
[pid=19996] ppid=19995 vsize=21344 CPUtime=0.29
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 5004 0 0 0 26 3 0 0 21 0 1 0 95467803 21856256 4988 1992294400 134512640 135034092 4294956112 18446744073709551615 134543522 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 5336 4990 68 127 0 5206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26700

[startup+0.702455 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19995
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19995/statm: 1339 235 195 169 0 50 0
[pid=19996] ppid=19995 vsize=24844 CPUtime=0.69
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 5601 0 0 0 65 4 0 0 25 0 1 0 95467803 25440256 5585 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 6211 5585 68 127 0 6081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30200

[startup+1.50163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19997
/proc/meminfo: memFree=1624872/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19995/statm: 1339 235 195 169 0 50 0
[pid=19996] ppid=19995 vsize=30356 CPUtime=1.48
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 6780 0 0 0 144 4 0 0 25 0 1 0 95467803 31084544 6764 1992294400 134512640 135034092 4294956112 18446744073709551615 134569595 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 7589 6764 68 127 0 7459 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35712

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19997
/proc/meminfo: memFree=1623272/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=0
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95467803 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19995/statm: 1339 235 195 169 0 50 0
[pid=19996] ppid=19995 vsize=30356 CPUtime=3.08
/proc/19996/stat : 19996 (SatElite) R 19995 19995 19651 0 -1 4194304 6780 0 0 0 304 4 0 0 25 0 1 0 95467803 31084544 6764 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/19996/statm: 7589 6764 68 127 0 7459 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35712

[startup+6.30166 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1624936/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=21204 CPUtime=2.21
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 5159 0 0 0 218 3 0 0 25 0 1 0 95468210 21712896 5144 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 5301 5144 81 174 0 5124 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 26560

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1620264/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=24912 CPUtime=8.62
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 6069 0 0 0 858 4 0 0 25 0 1 0 95468210 25509888 6054 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 6228 6054 81 174 0 6051 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30268

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1615592/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=29820 CPUtime=21.4
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 7285 0 0 0 2136 4 0 0 25 0 1 0 95468210 30535680 7270 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 7455 7270 81 174 0 7278 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 35176

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1607848/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=37752 CPUtime=46.99
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 9210 0 0 0 4693 6 0 0 25 0 1 0 95468210 38658048 9195 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 9438 9195 81 174 0 9261 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 43108

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=43248 CPUtime=98.17
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 10450 0 0 0 9809 8 0 0 25 0 1 0 95468210 44285952 10435 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 10812 10435 81 174 0 10635 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 48604

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1599208/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=47144 CPUtime=158.12
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 11390 0 0 0 15803 9 0 0 25 0 1 0 95468210 48275456 11375 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 11786 11375 81 174 0 11609 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 52500

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1595752/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=50800 CPUtime=218.09
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 12212 0 0 0 21800 9 0 0 25 0 1 0 95468210 52019200 12197 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 12700 12197 81 174 0 12523 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 56156

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1591208/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=55360 CPUtime=278.07
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 13362 0 0 0 27796 11 0 0 25 0 1 0 95468210 56688640 13347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 13840 13347 81 174 0 13663 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 60716

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1590760/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=55752 CPUtime=338.02
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 13472 0 0 0 33791 11 0 0 25 0 1 0 95468210 57090048 13457 1992294400 134512640 135226915 4294956224 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 13938 13457 81 174 0 13761 0

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

/proc/19998/statm: 18064 17221 81 174 0 17887 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 77612

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1574696/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=72876 CPUtime=637.86
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 17460 0 0 0 63771 15 0 0 25 0 1 0 95468210 74625024 17423 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 18219 17423 81 174 0 18042 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 78232

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1568296/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=79696 CPUtime=697.82
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 19043 0 0 0 69766 16 0 0 25 0 1 0 95468210 81608704 19006 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 19924 19006 81 174 0 19747 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 85052

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1567016/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=80856 CPUtime=757.8
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 19329 0 0 0 75763 17 0 0 25 0 1 0 95468210 82796544 19292 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 20214 19292 81 174 0 20037 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 86212

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=81972 CPUtime=817.76
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 19549 0 0 0 81759 17 0 0 25 0 1 0 95468210 83939328 19512 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 20493 19512 81 174 0 20316 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 87328

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19998
/proc/meminfo: memFree=1565736/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=82400 CPUtime=877.72
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 19654 0 0 0 87754 18 0 0 25 0 1 0 95468210 84377600 19617 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 20600 19617 81 174 0 20423 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 87756

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1561640/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=86628 CPUtime=937.68
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 20687 0 0 0 93749 19 0 0 25 0 1 0 95468210 88707072 20650 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 21657 20650 81 174 0 21480 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 91984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1547496/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=102752 CPUtime=997.66
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 24266 0 0 0 99744 22 0 0 25 0 1 0 95468210 105218048 24147 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 25688 24147 81 174 0 25511 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 108108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1547432/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=102752 CPUtime=1057.63
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 24271 0 0 0 105741 22 0 0 25 0 1 0 95468210 105218048 24152 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 25688 24152 81 174 0 25511 0
Current children cumulated CPU time (s) 1061.68
Current children cumulated vsize (KiB) 108108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1545448/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=105280 CPUtime=1117.6
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 24777 0 0 0 111738 22 0 0 25 0 1 0 95468210 107806720 24658 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 26320 24658 81 174 0 26143 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 110636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1544552/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=106400 CPUtime=1177.57
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 24986 0 0 0 117735 22 0 0 25 0 1 0 95468210 108953600 24867 1992294400 134512640 135226915 4294956224 18446744073709551615 134532180 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 26600 24867 81 174 0 26423 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 111756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1544488/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=106400 CPUtime=1195.96
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 24987 0 0 0 119574 22 0 0 25 0 1 0 95468210 108953600 24868 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 26600 24868 81 174 0 26423 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 111756

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20004
/proc/meminfo: memFree=1544488/2055920 swapFree=4192812/4192956
[pid=19995] ppid=19993 vsize=5356 CPUtime=4.05
/proc/19995/stat : 19995 (lysat.sh) S 19993 19995 19651 0 -1 4194304 310 6784 0 0 0 0 398 7 16 0 1 0 95467803 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19995/statm: 1339 237 195 169 0 50 0
[pid=19998] ppid=19995 vsize=106400 CPUtime=1195.96
/proc/19998/stat : 19998 (LySATi) R 19995 19995 19651 0 -1 4194304 24987 0 0 0 119574 22 0 0 25 0 1 0 95468210 108953600 24868 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/19998/statm: 26600 24868 81 174 0 26423 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 111756

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.01
CPU user time (s): 1199.72
CPU system time (s): 0.29
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 111756

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

runsolver used 1.03084 second user time and 3.34549 second system time

The end

Launcher Data

Begin job on node10 at 2009-04-25 17:45:41
IDJOB=1722352
IDBENCH=71088
IDSOLVER=511
FILE ID=node10/1722352-1240674341
PBS_JOBID= 9186601
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= d4e16a803f6cd0903a2bd3e7157287b3
RANDOM SEED=722751583

node10.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.263
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	: 5931.00
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.263
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:       1652320 kB
Buffers:         26380 kB
Cached:         301516 kB
SwapCached:          0 kB
Active:         101652 kB
Inactive:       240120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6612 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            47892 kB
Committed_AS:   342472 kB
PageTables:       1372 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= 66328 MiB
End job on node10 at 2009-04-25 18:05:44