Trace number 1722802

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.05 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |  160694   478924 |   48208       0        0     nan |  0.000 % |
1.48/1.51	c |         0 |  159558   690102 |      --       0       --      -- |     --   | -1136/211178
1.48/1.51	c ==============================================================================
1.48/1.51	c Result  :   #vars: 1437   #clauses: 159558   #literals: 690102
1.48/1.51	c CPU time:   1.47378 s
1.48/1.51	c ==============================================================================
1.68/1.74	c lySAT 0.1
1.68/1.74	c minisat core +  additionnal features
1.68/1.74	c ============================[ Problem Statistics ]=============================
1.68/1.74	c |                                                                             |
1.68/1.75	c |  Number of variables:  1437                                                 |
1.68/1.75	c |  Number of clauses:    159558                                               |
1.73/1.84	c |  Parsing time:         0.09         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-1722802-1240679539/watcher-1722802-1240679539 -o /tmp/evaluation-result-1722802-1240679539/solver-1722802-1240679539 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722802-1240679539.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.97 0.99 3/64 21787
/proc/meminfo: memFree=1734768/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=0
/proc/21787/stat : 21787 (lysat.sh) R 21785 21787 21750 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95987222 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21787/statm: 1339 234 194 169 0 50 0
[pid=21788] ppid=21787 vsize=1096 CPUtime=0
/proc/21788/stat : 21788 (SatElite) R 21787 21787 21750 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 95987223 1122304 173 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21788/statm: 274 174 50 127 0 144 0

[startup+0.0984969 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21787
/proc/meminfo: memFree=1734768/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=0
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95987222 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21787/statm: 1339 235 195 169 0 50 0
[pid=21788] ppid=21787 vsize=9924 CPUtime=0.09
/proc/21788/stat : 21788 (SatElite) R 21787 21787 21750 0 -1 4194304 2286 0 0 0 7 2 0 0 20 0 1 0 95987223 10162176 2270 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21788/statm: 2514 2277 50 127 0 2384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15280

[startup+0.102496 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21787
/proc/meminfo: memFree=1734768/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=0
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95987222 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21787/statm: 1339 235 195 169 0 50 0
[pid=21788] ppid=21787 vsize=10452 CPUtime=0.09
/proc/21788/stat : 21788 (SatElite) R 21787 21787 21750 0 -1 4194304 2403 0 0 0 7 2 0 0 20 0 1 0 95987223 10702848 2387 1992294400 134512640 135034092 4294956112 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 0 0 0
/proc/21788/statm: 2613 2387 50 127 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15808

[startup+0.302517 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21787
/proc/meminfo: memFree=1734768/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=0
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95987222 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21787/statm: 1339 235 195 169 0 50 0
[pid=21788] ppid=21787 vsize=14396 CPUtime=0.29
/proc/21788/stat : 21788 (SatElite) R 21787 21787 21750 0 -1 4194304 3389 0 0 0 27 2 0 0 22 0 1 0 95987223 14741504 3373 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21788/statm: 3599 3373 68 127 0 3469 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19752

[startup+0.702561 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21787
/proc/meminfo: memFree=1734768/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=0
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95987222 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21787/statm: 1339 235 195 169 0 50 0
[pid=21788] ppid=21787 vsize=18544 CPUtime=0.68
/proc/21788/stat : 21788 (SatElite) R 21787 21787 21750 0 -1 4194304 4090 0 0 0 66 2 0 0 25 0 1 0 95987223 18989056 4071 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/21788/statm: 4636 4071 68 127 0 4506 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23900

[startup+1.50165 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 21789
/proc/meminfo: memFree=1717600/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=0
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95987222 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21787/statm: 1339 235 195 169 0 50 0
[pid=21788] ppid=21787 vsize=18544 CPUtime=1.48
/proc/21788/stat : 21788 (SatElite) R 21787 21787 21750 0 -1 4194304 4090 0 0 0 146 2 0 0 25 0 1 0 95987223 18989056 4071 1992294400 134512640 135034092 4294956112 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 0 0 0
/proc/21788/statm: 4636 4071 68 127 0 4506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23900

[startup+3.10182 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1718816/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=14276 CPUtime=1.34
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 3412 0 0 0 133 1 0 0 25 0 1 0 95987397 14618624 3397 1992294400 134512640 135226915 4294956224 18446744073709551615 134736175 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 3569 3397 82 174 0 3392 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19632

[startup+6.30116 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1713952/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=17844 CPUtime=4.53
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 4330 0 0 0 452 1 0 0 25 0 1 0 95987397 18272256 4315 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 4461 4315 82 174 0 4284 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23200

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1707184/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=23932 CPUtime=10.94
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 5831 0 0 0 1091 3 0 0 25 0 1 0 95987397 24506368 5816 1992294400 134512640 135226915 4294956224 18446744073709551615 134540842 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 5983 5816 82 174 0 5806 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29288

[startup+25.5022 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1700208/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=31284 CPUtime=23.73
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 7653 0 0 0 2369 4 0 0 25 0 1 0 95987397 32034816 7638 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 7821 7638 82 174 0 7644 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 36640

[startup+51.103 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1695984/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=35616 CPUtime=49.31
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 8681 0 0 0 4926 5 0 0 25 0 1 0 95987397 36470784 8666 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 8904 8666 82 174 0 8727 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 40972

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1686384/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=45376 CPUtime=100.49
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 11062 0 0 0 10041 8 0 0 25 0 1 0 95987397 46465024 11047 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 11344 11047 82 174 0 11167 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 50732

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1674480/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=57624 CPUtime=160.46
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 14027 0 0 0 16036 10 0 0 25 0 1 0 95987397 59006976 14012 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 14406 14012 82 174 0 14229 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 62980

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1665584/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=66532 CPUtime=220.43
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 16244 0 0 0 22031 12 0 0 25 0 1 0 95987397 68128768 16229 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 16633 16229 82 174 0 16456 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 71888

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1650224/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=82584 CPUtime=280.4
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 20193 0 0 0 28025 15 0 0 25 0 1 0 95987397 84566016 20178 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 20646 20178 82 174 0 20469 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 87940

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1638448/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=93928 CPUtime=340.38
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 23019 0 0 0 34019 19 0 0 25 0 1 0 95987397 96182272 23004 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 23482 23004 82 174 0 23305 0

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

/proc/21790/statm: 30085 29425 82 174 0 29908 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 125696

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1601904/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=131924 CPUtime=580.27
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 32173 0 0 0 57998 29 0 0 25 0 1 0 95987397 135090176 32158 1992294400 134512640 135226915 4294956224 18446744073709551615 134537021 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 32981 32158 82 174 0 32804 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 137280

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1592560/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=141176 CPUtime=640.24
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 34462 0 0 0 63993 31 0 0 25 0 1 0 95987397 144564224 34447 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 35294 34447 82 174 0 35117 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 146532

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1589232/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=144688 CPUtime=700.22
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 35260 0 0 0 69990 32 0 0 25 0 1 0 95987397 148160512 35245 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 36172 35245 82 174 0 35995 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 150044

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1588976/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=144832 CPUtime=760.2
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 35308 0 0 0 75988 32 0 0 25 0 1 0 95987397 148307968 35293 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 36208 35293 82 174 0 36031 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 150188

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1588656/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=145172 CPUtime=820.17
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 35399 0 0 0 81985 32 0 0 25 0 1 0 95987397 148656128 35384 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 36293 35384 82 174 0 36116 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 150528

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1587504/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=146628 CPUtime=880.15
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 35682 0 0 0 87982 33 0 0 25 0 1 0 95987397 150147072 35667 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 36657 35667 82 174 0 36480 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 151984

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1587184/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=147060 CPUtime=940.12
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 35763 0 0 0 93979 33 0 0 25 0 1 0 95987397 150589440 35748 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 36765 35748 82 174 0 36588 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 152416

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1583472/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=150964 CPUtime=1000.09
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 36731 0 0 0 99975 34 0 0 25 0 1 0 95987397 154587136 36716 1992294400 134512640 135226915 4294956224 18446744073709551615 134536917 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 37741 36716 82 174 0 37564 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 156320

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1569712/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=165240 CPUtime=1060.07
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 40124 0 0 0 105969 38 0 0 25 0 1 0 95987397 169205760 40109 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 41310 40109 82 174 0 41133 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 170596

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1569712/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=165240 CPUtime=1120.04
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 40130 0 0 0 111966 38 0 0 25 0 1 0 95987397 169205760 40115 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 41310 40115 82 174 0 41133 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 170596

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1569648/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=165240 CPUtime=1180.02
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 40138 0 0 0 117964 38 0 0 25 0 1 0 95987397 169205760 40123 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 41310 40123 82 174 0 41133 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 170596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21790
/proc/meminfo: memFree=1569584/2055920 swapFree=4181324/4192956
[pid=21787] ppid=21785 vsize=5356 CPUtime=1.73
/proc/21787/stat : 21787 (lysat.sh) S 21785 21787 21750 0 -1 4194304 310 4094 0 0 0 0 169 4 16 0 1 0 95987222 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21787/statm: 1339 237 195 169 0 50 0
[pid=21790] ppid=21787 vsize=165240 CPUtime=1198.32
/proc/21790/stat : 21790 (LySATi) R 21787 21787 21750 0 -1 4194304 40140 0 0 0 119794 38 0 0 25 0 1 0 95987397 169205760 40125 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21790/statm: 41310 40125 82 174 0 41133 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 170596

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 21787 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=699741
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=43993
# CPU time returned by wait4() is 1.74373
# while last known CPU time is 1200.05
#
# 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.05
CPU user time (s): 1199.63
CPU system time (s): 0.42
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 170596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.69974
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4404
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.00985 second user time and 3.36749 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 19:12:20
IDJOB=1722802
IDBENCH=71097
IDSOLVER=511
FILE ID=node19/1722802-1240679539
PBS_JOBID= 9186699
Free space on /tmp= 66240 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=1736726794

node19.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.236
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.236
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:       1735312 kB
Buffers:         46824 kB
Cached:         198876 kB
SwapCached:       5424 kB
Active:          72456 kB
Inactive:       180996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735312 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            4792 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            53180 kB
Committed_AS:   334540 kB
PageTables:       1452 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= 66232 MiB
End job on node19 at 2009-04-25 19:32:22