Trace number 1722853

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
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.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.49/0.53	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.49/0.53	c ==============================================================================
0.49/0.53	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.49/0.53	c CPU time:   0.52492 s
0.49/0.53	c ==============================================================================
0.59/0.64	This is MiniSat 2.0 beta
0.59/0.64	WARNING: for repeatability, setting FPU to use double precision
0.59/0.64	============================[ Problem Statistics ]=============================
0.59/0.64	|                                                                             |
0.59/0.65	|  Number of variables:  871                                                  |
0.59/0.65	|  Number of clauses:    78593                                                |
0.59/0.69	|  Parsing time:         0.04         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-1722853-1240680255/watcher-1722853-1240680255 -o /tmp/evaluation-result-1722853-1240680255/solver-1722853-1240680255 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722853-1240680255.cnf c 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 17948
/proc/meminfo: memFree=1724656/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96054432 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 235 195 169 0 50 0
[pid=17949] ppid=17948 vsize=988 CPUtime=0
/proc/17949/stat : 17949 (SatElite) R 17948 17948 17817 0 -1 4194304 170 0 0 0 0 0 0 0 20 0 1 0 96054432 1011712 154 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17949/statm: 247 155 50 127 0 117 0

[startup+0.00849707 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 17948
/proc/meminfo: memFree=1724656/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96054432 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 235 195 169 0 50 0
[pid=17949] ppid=17948 vsize=1384 CPUtime=0
/proc/17949/stat : 17949 (SatElite) R 17948 17948 17817 0 -1 4194304 252 0 0 0 0 0 0 0 20 0 1 0 96054432 1417216 236 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17949/statm: 346 236 50 127 0 216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6740

[startup+0.101514 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 17948
/proc/meminfo: memFree=1724656/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96054432 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 235 195 169 0 50 0
[pid=17949] ppid=17948 vsize=7064 CPUtime=0.09
/proc/17949/stat : 17949 (SatElite) R 17948 17948 17817 0 -1 4194304 1634 0 0 0 9 0 0 0 20 0 1 0 96054432 7233536 1618 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17949/statm: 1766 1619 68 127 0 1636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12420

[startup+0.301555 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 17948
/proc/meminfo: memFree=1724656/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96054432 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 235 195 169 0 50 0
[pid=17949] ppid=17948 vsize=9132 CPUtime=0.29
/proc/17949/stat : 17949 (SatElite) R 17948 17948 17817 0 -1 4194304 2106 0 0 0 29 0 0 0 22 0 1 0 96054432 9351168 2087 1992294400 134512640 135034092 4294956112 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 0 0 0
/proc/17949/statm: 2283 2087 68 127 0 2153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14488

[startup+0.701646 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 17948
/proc/meminfo: memFree=1724656/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 5356

[startup+1.50181 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17951
/proc/meminfo: memFree=1717024/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=6552 CPUtime=0.84
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 1515 0 0 0 84 0 0 0 25 0 1 0 96054497 6709248 1500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/17951/statm: 1638 1500 78 171 0 1465 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11908

[startup+3.10114 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17951
/proc/meminfo: memFree=1716064/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=7744 CPUtime=2.43
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 1814 0 0 0 243 0 0 0 25 0 1 0 96054497 7929856 1799 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17951/statm: 1936 1799 78 171 0 1763 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13100

[startup+6.30178 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17951
/proc/meminfo: memFree=1713904/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=9484 CPUtime=5.62
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 2239 0 0 0 562 0 0 0 25 0 1 0 96054497 9711616 2224 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/17951/statm: 2371 2224 78 171 0 2198 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 14840

[startup+12.7011 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17951
/proc/meminfo: memFree=1710968/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=12428 CPUtime=12.01
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 2977 0 0 0 1200 1 0 0 25 0 1 0 96054497 12726272 2962 1992294400 134512640 135214827 4294956224 18446744073709551615 134527407 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 3107 2962 78 171 0 2934 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 17784

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1707000/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=16184 CPUtime=24.8
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 3927 0 0 0 2478 2 0 0 25 0 1 0 96054497 16572416 3912 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 4046 3912 78 171 0 3873 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 21540

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1701496/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=21992 CPUtime=50.39
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 5342 0 0 0 5035 4 0 0 25 0 1 0 96054497 22519808 5327 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 5498 5327 78 171 0 5325 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 27348

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1692920/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=30568 CPUtime=101.56
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 7421 0 0 0 10150 6 0 0 25 0 1 0 96054497 31301632 7406 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 7642 7406 78 171 0 7469 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 35924

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1688888/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=34424 CPUtime=161.51
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 8420 0 0 0 16144 7 0 0 25 0 1 0 96054497 35250176 8405 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 8606 8405 78 171 0 8433 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 39780

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1687992/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=35480 CPUtime=221.48
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 8647 0 0 0 22140 8 0 0 25 0 1 0 96054497 36331520 8632 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 8870 8632 78 171 0 8697 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 40836

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1684088/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=39548 CPUtime=281.44
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 9649 0 0 0 28136 8 0 0 25 0 1 0 96054497 40497152 9626 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 9887 9626 78 171 0 9714 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 44904

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1684088/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=39548 CPUtime=341.4
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 9653 0 0 0 34132 8 0 0 25 0 1 0 96054497 40497152 9630 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 9887 9630 78 171 0 9714 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 44904


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

/proc/17951/statm: 11800 11459 78 171 0 11627 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 52556

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1674936/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=49136 CPUtime=641.27
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 11914 0 0 0 64116 11 0 0 25 0 1 0 96054497 50315264 11891 1992294400 134512640 135214827 4294956224 18446744073709551615 134527193 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 12284 11891 78 171 0 12111 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 54492

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1671672/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=52160 CPUtime=701.23
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12696 0 0 0 70111 12 0 0 25 0 1 0 96054497 53411840 12673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13040 12673 78 171 0 12867 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 57516

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1671672/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=52160 CPUtime=761.2
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12696 0 0 0 76108 12 0 0 25 0 1 0 96054497 53411840 12673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13040 12673 78 171 0 12867 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 57516

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17951
/proc/meminfo: memFree=1671672/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=52160 CPUtime=821.17
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12696 0 0 0 82104 13 0 0 25 0 1 0 96054497 53411840 12673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13040 12673 78 171 0 12867 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 57516

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1671288/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=52548 CPUtime=881.13
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12758 0 0 0 88100 13 0 0 25 0 1 0 96054497 53809152 12735 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13137 12735 78 171 0 12964 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 57904

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1670712/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=53328 CPUtime=941.1
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12937 0 0 0 94097 13 0 0 25 0 1 0 96054497 54607872 12914 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13332 12914 78 171 0 13159 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 58684

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1670712/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=53328 CPUtime=1001.07
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12938 0 0 0 100094 13 0 0 25 0 1 0 96054497 54607872 12915 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13332 12915 78 171 0 13159 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 58684

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1670648/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=53328 CPUtime=1061.05
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12939 0 0 0 106092 13 0 0 25 0 1 0 96054497 54607872 12916 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13332 12916 78 171 0 13159 0
Current children cumulated CPU time (s) 1061.68
Current children cumulated vsize (KiB) 58684

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1670520/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=53408 CPUtime=1121.03
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 12965 0 0 0 112090 13 0 0 25 0 1 0 96054497 54689792 12942 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13352 12942 78 171 0 13179 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 58764

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1668984/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=54996 CPUtime=1181.01
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 13381 0 0 0 118087 14 0 0 25 0 1 0 96054497 56315904 13350 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 13749 13350 78 171 0 13576 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 60352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17953
/proc/meminfo: memFree=1667192/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=56740 CPUtime=1199.4
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 13817 0 0 0 119925 15 0 0 25 0 1 0 96054497 58101760 13786 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 14185 13786 78 171 0 14012 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 62096

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/67 17953
/proc/meminfo: memFree=1667192/2055920 swapFree=4181392/4192956
[pid=17948] ppid=17946 vsize=5356 CPUtime=0.63
/proc/17948/stat : 17948 (lysat.sh) S 17946 17948 17817 0 -1 4194304 310 2111 0 0 0 0 63 0 18 0 1 0 96054432 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 237 195 169 0 50 0
[pid=17951] ppid=17948 vsize=56740 CPUtime=1199.4
/proc/17951/stat : 17951 (LySATc) R 17948 17948 17817 0 -1 4194304 13817 0 0 0 119925 15 0 0 25 0 1 0 96054497 58101760 13786 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17951/statm: 14185 13786 78 171 0 14012 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 62096

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17948 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=636903
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10998
# CPU time returned by wait4() is 0.647901
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.88
CPU system time (s): 0.15
CPU usage (%): 99.9432
Max. virtual memory (cumulated for all children) (KiB): 62096

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

runsolver used 1.03384 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-25 19:24:15
IDJOB=1722853
IDBENCH=71098
IDSOLVER=512
FILE ID=node80/1722853-1240680255
PBS_JOBID= 9186651
Free space on /tmp= 66152 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=10559389

node80.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.270
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.270
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:       1725200 kB
Buffers:         45848 kB
Cached:         210064 kB
SwapCached:       5344 kB
Active:         105756 kB
Inactive:       157944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725200 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            53056 kB
Committed_AS:   320300 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= 66148 MiB
End job on node80 at 2009-04-25 19:44:18