Trace number 1721352

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
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.15	c ==============================================================================
0.09/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |  243459   726523 |   73037       0        0     nan |  0.000 % |
3.20/3.27	c |         0 |  242248  1066319 |      --       0       --      -- |     --   | -1211/339796
3.20/3.27	c ==============================================================================
3.20/3.27	c Result  :   #vars: 1581   #clauses: 242248   #literals: 1066319
3.20/3.27	c CPU time:   3.22451 s
3.20/3.27	c ==============================================================================
3.58/3.63	c lySAT 0.1
3.58/3.63	c minisat core +  additionnal features
3.58/3.63	c ============================[ Problem Statistics ]=============================
3.58/3.63	c |                                                                             |
3.58/3.64	c |  Number of variables:  1581                                                 |
3.58/3.64	c |  Number of clauses:    242248                                               |
3.63/3.78	c |  Parsing time:         0.12         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-1721352-1240665736/watcher-1721352-1240665736 -o /tmp/evaluation-result-1721352-1240665736/solver-1721352-1240665736 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721352-1240665736.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/65 18575
/proc/meminfo: memFree=1863872/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=984 CPUtime=0
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 176 0 0 0 0 0 0 0 21 0 1 0 94603627 1007616 160 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 246 162 50 127 0 116 0

[startup+0.05911 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18575
/proc/meminfo: memFree=1863872/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=5868 CPUtime=0.04
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 1336 0 0 0 4 0 0 0 21 0 1 0 94603627 6008832 1320 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 1467 1320 50 127 0 1337 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11224

[startup+0.101114 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18575
/proc/meminfo: memFree=1863872/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=9160 CPUtime=0.09
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 2124 0 0 0 8 1 0 0 21 0 1 0 94603627 9379840 2108 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 2290 2109 50 127 0 2160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14516

[startup+0.301134 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18575
/proc/meminfo: memFree=1863872/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=18924 CPUtime=0.28
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 4597 0 0 0 26 2 0 0 23 0 1 0 94603627 19378176 4581 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 4731 4581 68 127 0 4601 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24280

[startup+0.701176 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18575
/proc/meminfo: memFree=1863872/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=21944 CPUtime=0.69
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 5134 0 0 0 66 3 0 0 25 0 1 0 94603627 22470656 5118 1992294400 134512640 135034092 4294956096 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 5486 5118 68 127 0 5356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27300

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18577
/proc/meminfo: memFree=1838256/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=27236 CPUtime=1.48
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 6100 0 0 0 145 3 0 0 25 0 1 0 94603627 27889664 6084 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 6809 6084 68 127 0 6679 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32592

[startup+3.10243 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18577
/proc/meminfo: memFree=1838128/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=0
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 94603626 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 235 195 169 0 50 0
[pid=18576] ppid=18575 vsize=27236 CPUtime=3.09
/proc/18576/stat : 18576 (SatElite) R 18575 18575 18431 0 -1 4194304 6100 0 0 0 305 4 0 0 25 0 1 0 94603627 27889664 6084 1992294400 134512640 135034092 4294956096 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 1 0 0
/proc/18576/statm: 6809 6084 68 127 0 6679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32592

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1838640/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=20284 CPUtime=2.65
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 4907 0 0 0 262 3 0 0 25 0 1 0 94603990 20770816 4892 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 5071 4892 82 174 0 4894 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25640

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1835000/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=23116 CPUtime=9.05
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 5577 0 0 0 902 3 0 0 25 0 1 0 94603990 23670784 5562 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 5779 5562 82 174 0 5602 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28472

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1832184/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=26232 CPUtime=21.85
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 6335 0 0 0 2181 4 0 0 25 0 1 0 94603990 26861568 6320 1992294400 134512640 135226915 4294956208 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 6558 6320 82 174 0 6381 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31588

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1827512/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=31396 CPUtime=47.44
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 7475 0 0 0 4739 5 0 0 25 0 1 0 94603990 32149504 7460 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 7849 7460 82 174 0 7672 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36752

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1824248/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=34652 CPUtime=98.63
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 8294 0 0 0 9857 6 0 0 25 0 1 0 94603990 35483648 8279 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 8663 8279 82 174 0 8486 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 40008

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1806712/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=52716 CPUtime=158.6
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 12669 0 0 0 15850 10 0 0 25 0 1 0 94603990 53981184 12654 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 13179 12654 82 174 0 13002 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58072

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1804280/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=55160 CPUtime=218.59
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 13262 0 0 0 21848 11 0 0 25 0 1 0 94603990 56483840 13247 1992294400 134512640 135226915 4294956208 18446744073709551615 134537012 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 13790 13247 82 174 0 13613 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 60516

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1800632/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=61396 CPUtime=278.58
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 14614 0 0 0 27846 12 0 0 25 0 1 0 94603990 62869504 14599 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 15349 14599 82 174 0 15172 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 66752

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1790840/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=69956 CPUtime=338.55
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 16609 0 0 0 33843 12 0 0 25 0 1 0 94603990 71634944 16594 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 17489 16594 82 174 0 17312 0

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

/proc/18578/statm: 20645 19571 82 174 0 20468 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 87936

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1776888/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=85136 CPUtime=578.48
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 20110 0 0 0 57832 16 0 0 25 0 1 0 94603990 87179264 20095 1992294400 134512640 135226915 4294956208 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 21284 20095 82 174 0 21107 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 90492

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1773112/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=88844 CPUtime=638.47
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 20985 0 0 0 63830 17 0 0 25 0 1 0 94603990 90976256 20970 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 22211 20970 82 174 0 22034 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 94200

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1773048/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=88844 CPUtime=698.45
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 20996 0 0 0 69828 17 0 0 25 0 1 0 94603990 90976256 20981 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 22211 20981 82 174 0 22034 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 94200

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1773048/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=88844 CPUtime=758.44
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 21000 0 0 0 75827 17 0 0 25 0 1 0 94603990 90976256 20985 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 22211 20985 82 174 0 22034 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 94200

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1772792/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=89168 CPUtime=818.42
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 21059 0 0 0 81825 17 0 0 25 0 1 0 94603990 91308032 21044 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 22292 21044 82 174 0 22115 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 94524

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1768184/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=94328 CPUtime=878.4
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 22208 0 0 0 87822 18 0 0 25 0 1 0 94603990 96591872 22193 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 23582 22193 82 174 0 23405 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 99684

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18578
/proc/meminfo: memFree=1755640/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=107724 CPUtime=938.38
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 25349 0 0 0 93817 21 0 0 25 0 1 0 94603990 110309376 25334 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 26931 25334 82 174 0 26754 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 113080

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18580
/proc/meminfo: memFree=1743736/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=119348 CPUtime=998.37
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 28258 0 0 0 99812 25 0 0 25 0 1 0 94603990 122212352 28243 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 29837 28243 82 174 0 29660 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 124704

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18580
/proc/meminfo: memFree=1742712/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=120348 CPUtime=1058.35
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 28508 0 0 0 105810 25 0 0 25 0 1 0 94603990 123236352 28493 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 30087 28493 82 174 0 29910 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 125704

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18580
/proc/meminfo: memFree=1742648/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=120420 CPUtime=1118.33
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 28515 0 0 0 111808 25 0 0 25 0 1 0 94603990 123310080 28500 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 30105 28500 82 174 0 29928 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 125776

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18580
/proc/meminfo: memFree=1742584/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=120420 CPUtime=1178.31
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 28528 0 0 0 117806 25 0 0 25 0 1 0 94603990 123310080 28513 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 30105 28513 82 174 0 29928 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 125776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18580
/proc/meminfo: memFree=1742456/2055920 swapFree=4181272/4192956
[pid=18575] ppid=18573 vsize=5356 CPUtime=3.63
/proc/18575/stat : 18575 (lysat.sh) S 18573 18575 18431 0 -1 4194304 310 6104 0 0 0 0 357 6 19 0 1 0 94603626 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18575/statm: 1339 237 195 169 0 50 0
[pid=18578] ppid=18575 vsize=120600 CPUtime=1196.41
/proc/18578/stat : 18578 (LySATi) R 18575 18575 18431 0 -1 4194304 28555 0 0 0 119616 25 0 0 25 0 1 0 94603990 123494400 28540 1992294400 134512640 135226915 4294956208 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 30150 28540 82 174 0 29973 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 125956

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

Real time (s): 1200.41
CPU time (s): 1200.04
CPU user time (s): 1199.73
CPU system time (s): 0.31
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 125956

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

runsolver used 1.12183 second user time and 3.2565 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-25 15:22:16
IDJOB=1721352
IDBENCH=71068
IDSOLVER=511
FILE ID=node79/1721352-1240665736
PBS_JOBID= 9186583
Free space on /tmp= 66184 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=595835994

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1864352 kB
Buffers:         14136 kB
Cached:         130216 kB
SwapCached:       5452 kB
Active:          46608 kB
Inactive:       105472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864352 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            6128 kB
Writeback:           0 kB
Mapped:          13380 kB
Slab:            25468 kB
Committed_AS:   330564 kB
PageTables:       1384 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= 66176 MiB
End job on node79 at 2009-04-25 15:42:19