Trace number 1721152

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
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 variables1740
Number of clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  104640   311346 |   31391       0        0     nan |  0.000 % |
0.69/0.72	c |         0 |  103841   441767 |      --       0       --      -- |     --   | -799/130421
0.69/0.72	c ==============================================================================
0.69/0.72	c Result  :   #vars: 1091   #clauses: 103841   #literals: 441767
0.69/0.72	c CPU time:   0.708892 s
0.69/0.72	c ==============================================================================
0.79/0.87	c lySAT 0.1
0.79/0.87	c minisat core +  additionnal features
0.79/0.87	c ============================[ Problem Statistics ]=============================
0.79/0.87	c |                                                                             |
0.79/0.88	c |  Number of variables:  1091                                                 |
0.79/0.88	c |  Number of clauses:    103841                                               |
0.86/0.94	c |  Parsing time:         0.06         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-1721152-1240663528/watcher-1721152-1240663528 -o /tmp/evaluation-result-1721152-1240663528/solver-1721152-1240663528 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721152-1240663528.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 13000
/proc/meminfo: memFree=1847480/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94385431 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 235 195 169 0 50 0
[pid=13001] ppid=13000 vsize=1128 CPUtime=0
/proc/13001/stat : 13001 (SatElite) R 13000 13000 12537 0 -1 4194304 181 0 0 0 0 0 0 0 19 0 1 0 94385432 1155072 165 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/13001/statm: 282 167 50 127 0 152 0

[startup+0.0974149 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13000
/proc/meminfo: memFree=1847480/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94385431 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 235 195 169 0 50 0
[pid=13001] ppid=13000 vsize=8272 CPUtime=0.08
/proc/13001/stat : 13001 (SatElite) R 13000 13000 12537 0 -1 4194304 1985 0 0 0 8 0 0 0 19 0 1 0 94385432 8470528 1969 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13001/statm: 2068 1969 68 127 0 1938 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13628

[startup+0.101415 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13000
/proc/meminfo: memFree=1847480/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94385431 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 235 195 169 0 50 0
[pid=13001] ppid=13000 vsize=8404 CPUtime=0.09
/proc/13001/stat : 13001 (SatElite) R 13000 13000 12537 0 -1 4194304 1997 0 0 0 8 1 0 0 19 0 1 0 94385432 8605696 1981 1992294400 134512640 135034092 4294956096 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/13001/statm: 2101 1981 68 127 0 1971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13760

[startup+0.30144 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13000
/proc/meminfo: memFree=1847480/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94385431 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 235 195 169 0 50 0
[pid=13001] ppid=13000 vsize=11276 CPUtime=0.29
/proc/13001/stat : 13001 (SatElite) R 13000 13000 12537 0 -1 4194304 2713 0 0 0 28 1 0 0 21 0 1 0 94385432 11546624 2697 1992294400 134512640 135034092 4294956096 18446744073709551615 134569544 0 0 4096 3 0 0 0 17 0 0 0
/proc/13001/statm: 2819 2697 68 127 0 2689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16632

[startup+0.701487 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13000
/proc/meminfo: memFree=1847480/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94385431 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 235 195 169 0 50 0
[pid=13001] ppid=13000 vsize=11276 CPUtime=0.69
/proc/13001/stat : 13001 (SatElite) R 13000 13000 12537 0 -1 4194304 2713 0 0 0 68 1 0 0 25 0 1 0 94385432 11546624 2697 1992294400 134512640 135034092 4294956096 18446744073709551615 134569244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13001/statm: 2819 2697 68 127 0 2689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16632

[startup+1.50158 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1836904/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=9612 CPUtime=0.61
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 2280 0 0 0 61 0 0 0 22 0 1 0 94385519 9842688 2265 1992294400 134512640 135226915 4294956208 18446744073709551615 134547794 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 2403 2265 81 174 0 2226 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14968

[startup+3.10177 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1834728/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=11752 CPUtime=2.21
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 2795 0 0 0 220 1 0 0 25 0 1 0 94385519 12034048 2780 1992294400 134512640 135226915 4294956208 18446744073709551615 134530900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 2938 2780 81 174 0 2761 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17108

[startup+6.30116 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1832168/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=13916 CPUtime=5.4
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 3313 0 0 0 539 1 0 0 25 0 1 0 94385519 14249984 3298 1992294400 134512640 135226915 4294956208 18446744073709551615 134536827 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 3479 3298 81 174 0 3302 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19272

[startup+12.7029 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1828904/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=16416 CPUtime=11.81
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 3930 0 0 0 1179 2 0 0 25 0 1 0 94385519 16809984 3915 1992294400 134512640 135226915 4294956208 18446744073709551615 134536991 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 4104 3915 81 174 0 3927 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21772

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1826472/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=19156 CPUtime=24.6
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 4571 0 0 0 2458 2 0 0 25 0 1 0 94385519 19615744 4556 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 4789 4556 81 174 0 4612 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24512

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1821032/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=24768 CPUtime=50.18
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 5915 0 0 0 5015 3 0 0 25 0 1 0 94385519 25362432 5900 1992294400 134512640 135226915 4294956208 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 6192 5900 81 174 0 6015 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30124

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1816168/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=29816 CPUtime=101.37
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 7118 0 0 0 10132 5 0 0 25 0 1 0 94385519 30531584 7103 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 7454 7103 81 174 0 7277 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 35172

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1808936/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=37580 CPUtime=161.34
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 8910 0 0 0 16128 6 0 0 25 0 1 0 94385519 38481920 8895 1992294400 134512640 135226915 4294956208 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 9395 8895 81 174 0 9218 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 42936

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1802344/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=44808 CPUtime=221.31
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 10559 0 0 0 22123 8 0 0 25 0 1 0 94385519 45883392 10544 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 11202 10544 81 174 0 11025 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 50164

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1800360/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=46784 CPUtime=281.28
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 11066 0 0 0 28119 9 0 0 25 0 1 0 94385519 47906816 11051 1992294400 134512640 135226915 4294956208 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 11696 11051 81 174 0 11519 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 52140

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1792872/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=54616 CPUtime=341.25
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 12906 0 0 0 34115 10 0 0 25 0 1 0 94385519 55926784 12891 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 13654 12891 81 174 0 13477 0

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

/proc/13003/statm: 15482 14605 81 174 0 15305 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 67284

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1785512/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=62468 CPUtime=581.15
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 14722 0 0 0 58103 12 0 0 25 0 1 0 94385519 63967232 14707 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 15617 14707 81 174 0 15440 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 67824

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1776232/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=72012 CPUtime=641.12
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 17036 0 0 0 64097 15 0 0 25 0 1 0 94385519 73740288 17021 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 18003 17021 81 174 0 17826 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 77368

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1772968/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=75120 CPUtime=701.07
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 17814 0 0 0 70092 15 0 0 25 0 1 0 94385519 76922880 17799 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 18780 17799 81 174 0 18603 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 80476

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1772840/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=75120 CPUtime=761.04
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 17844 0 0 0 76089 15 0 0 25 0 1 0 94385519 76922880 17829 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 18780 17829 81 174 0 18603 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 80476

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1768296/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=80264 CPUtime=821.02
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 18971 0 0 0 82086 16 0 0 25 0 1 0 94385519 82190336 18956 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20066 18956 81 174 0 19889 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 85620

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13003
/proc/meminfo: memFree=1768168/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=80744 CPUtime=880.99
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 18999 0 0 0 88083 16 0 0 25 0 1 0 94385519 82681856 18984 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20186 18984 81 174 0 20009 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 86100

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13009
/proc/meminfo: memFree=1767720/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=80984 CPUtime=940.96
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 19034 0 0 0 94080 16 0 0 25 0 1 0 94385519 82927616 19019 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20246 19019 81 174 0 20069 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 86340

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13009
/proc/meminfo: memFree=1767656/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=80984 CPUtime=1000.94
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 19055 0 0 0 100077 17 0 0 25 0 1 0 94385519 82927616 19040 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20246 19040 81 174 0 20069 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 86340

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13009
/proc/meminfo: memFree=1767592/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=80984 CPUtime=1060.92
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 19077 0 0 0 106075 17 0 0 25 0 1 0 94385519 82927616 19062 1992294400 134512640 135226915 4294956208 18446744073709551615 134531499 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20246 19062 81 174 0 20069 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 86340

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13009
/proc/meminfo: memFree=1767528/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=80984 CPUtime=1120.89
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 19080 0 0 0 112072 17 0 0 25 0 1 0 94385519 82927616 19065 1992294400 134512640 135226915 4294956208 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20246 19065 81 174 0 20069 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 86340

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13009
/proc/meminfo: memFree=1766632/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=82024 CPUtime=1180.85
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 19363 0 0 0 118068 17 0 0 25 0 1 0 94385519 83992576 19348 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 20506 19348 81 174 0 20329 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 87380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13009
/proc/meminfo: memFree=1761896/2055920 swapFree=4192812/4192956
[pid=13000] ppid=12998 vsize=5356 CPUtime=0.86
/proc/13000/stat : 13000 (lysat.sh) S 12998 13000 12537 0 -1 4194304 310 2718 0 0 0 0 84 2 19 0 1 0 94385431 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13000/statm: 1339 237 195 169 0 50 0
[pid=13003] ppid=13000 vsize=86996 CPUtime=1199.15
/proc/13003/stat : 13003 (LySATi) R 13000 13000 12537 0 -1 4194304 20501 0 0 0 119897 18 0 0 25 0 1 0 94385519 89083904 20486 1992294400 134512640 135226915 4294956208 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/13003/statm: 21749 20486 81 174 0 21572 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 92352

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

Real time (s): 1200.61
CPU time (s): 1200.01
CPU user time (s): 1199.81
CPU system time (s): 0.2
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 92352

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

runsolver used 1.11183 second user time and 3.2655 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-25 14:45:28
IDJOB=1721152
IDBENCH=71064
IDSOLVER=511
FILE ID=node33/1721152-1240663528
PBS_JOBID= 9186523
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=2079859878

node33.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.212
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.212
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:       1847960 kB
Buffers:         13620 kB
Cached:         131900 kB
SwapCached:          0 kB
Active:          82324 kB
Inactive:        77172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            34572 kB
Committed_AS:   293288 kB
PageTables:       1408 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= 66372 MiB
End job on node33 at 2009-04-25 15:05:31