Trace number 1721153

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.1 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.71	c |         0 |  103841   441767 |      --       0       --      -- |     --   | -799/130421
0.69/0.71	c ==============================================================================
0.69/0.71	c Result  :   #vars: 1091   #clauses: 103841   #literals: 441767
0.69/0.71	c CPU time:   0.696894 s
0.69/0.71	c ==============================================================================
0.79/0.87	This is MiniSat 2.0 beta
0.79/0.87	WARNING: for repeatability, setting FPU to use double precision
0.79/0.87	============================[ Problem Statistics ]=============================
0.79/0.87	|                                                                             |
0.79/0.87	|  Number of variables:  1091                                                 |
0.79/0.87	|  Number of clauses:    103841                                               |
0.85/0.92	|  Parsing time:         0.05         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-1721153-1240663550/watcher-1721153-1240663550 -o /tmp/evaluation-result-1721153-1240663550/solver-1721153-1240663550 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721153-1240663550.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: 0.91 0.97 0.99 3/67 3574
/proc/meminfo: memFree=1853576/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94381216 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 235 195 169 0 50 0
[pid=3575] ppid=3574 vsize=1128 CPUtime=0
/proc/3575/stat : 3575 (SatElite) R 3574 3574 3537 0 -1 4194304 188 0 0 0 0 0 0 0 19 0 1 0 94381216 1155072 172 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/3575/statm: 282 175 50 127 0 152 0

[startup+0.107599 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 3574
/proc/meminfo: memFree=1853576/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94381216 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 235 195 169 0 50 0
[pid=3575] ppid=3574 vsize=8552 CPUtime=0.1
/proc/3575/stat : 3575 (SatElite) R 3574 3574 3537 0 -1 4194304 2030 0 0 0 9 1 0 0 20 0 1 0 94381216 8757248 2014 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/3575/statm: 2138 2014 68 127 0 2008 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13908

[startup+0.202608 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 3574
/proc/meminfo: memFree=1853576/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94381216 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 235 195 169 0 50 0
[pid=3575] ppid=3574 vsize=9516 CPUtime=0.19
/proc/3575/stat : 3575 (SatElite) R 3574 3574 3537 0 -1 4194304 2277 0 0 0 18 1 0 0 20 0 1 0 94381216 9744384 2261 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/3575/statm: 2379 2261 68 127 0 2249 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14872

[startup+0.302616 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 3574
/proc/meminfo: memFree=1853576/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94381216 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 235 195 169 0 50 0
[pid=3575] ppid=3574 vsize=11276 CPUtime=0.29
/proc/3575/stat : 3575 (SatElite) R 3574 3574 3537 0 -1 4194304 2713 0 0 0 28 1 0 0 21 0 1 0 94381216 11546624 2697 1992294400 134512640 135034092 4294956112 18446744073709551615 134569577 0 0 4096 3 0 0 0 17 0 0 0
/proc/3575/statm: 2819 2697 68 127 0 2689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16632

[startup+0.702651 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 3574
/proc/meminfo: memFree=1853576/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94381216 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 235 195 169 0 50 0
[pid=3575] ppid=3574 vsize=11276 CPUtime=0.69
/proc/3575/stat : 3575 (SatElite) R 3574 3574 3537 0 -1 4194304 2713 0 0 0 68 1 0 0 25 0 1 0 94381216 11546624 2697 1992294400 134512640 135034092 4294956112 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 0 0 0
/proc/3575/statm: 2819 2697 68 127 0 2689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16632

[startup+1.50172 s]
/proc/loadavg: 0.91 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1844472/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=7684 CPUtime=0.61
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 1789 0 0 0 61 0 0 0 22 0 1 0 94381303 7868416 1774 1992294400 134512640 135214827 4294956224 18446744073709551615 134529306 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 1921 1774 78 171 0 1748 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13040

[startup+3.10187 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1843064/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=9144 CPUtime=2.22
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 2168 0 0 0 221 1 0 0 25 0 1 0 94381303 9363456 2153 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 2286 2153 78 171 0 2113 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14500

[startup+6.30115 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1840056/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=11672 CPUtime=5.41
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 2789 0 0 0 540 1 0 0 25 0 1 0 94381303 11952128 2774 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 2918 2774 78 171 0 2745 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17028

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1836536/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=15032 CPUtime=11.81
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 3632 0 0 0 1179 2 0 0 25 0 1 0 94381303 15392768 3617 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 3758 3617 78 171 0 3585 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20388

[startup+25.5029 s]
/proc/loadavg: 0.94 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1832312/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=19236 CPUtime=24.61
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 4657 0 0 0 2457 4 0 0 25 0 1 0 94381303 19697664 4642 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 4809 4642 78 171 0 4636 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24592

[startup+51.1022 s]
/proc/loadavg: 0.96 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1826552/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=25212 CPUtime=50.19
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 6136 0 0 0 5014 5 0 0 25 0 1 0 94381303 25817088 6121 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 6303 6121 78 171 0 6130 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30568

[startup+102.302 s]
/proc/loadavg: 0.98 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1817144/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=34688 CPUtime=101.38
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 8414 0 0 0 10130 8 0 0 25 0 1 0 94381303 35520512 8399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 8672 8399 78 171 0 8499 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 40044

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1808376/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=43832 CPUtime=161.36
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 10605 0 0 0 16126 10 0 0 25 0 1 0 94381303 44883968 10590 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 10958 10590 78 171 0 10785 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 49188

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1801400/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=50688 CPUtime=221.33
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 12334 0 0 0 22122 11 0 0 25 0 1 0 94381303 51904512 12319 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 12672 12319 78 171 0 12499 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 56044

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1794360/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=58260 CPUtime=281.31
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 14117 0 0 0 28118 13 0 0 25 0 1 0 94381303 59658240 14102 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 14565 14102 78 171 0 14392 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 63616

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1790584/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=61692 CPUtime=341.28
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 15007 0 0 0 34115 13 0 0 25 0 1 0 94381303 63172608 14992 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 15423 14992 78 171 0 15250 0

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

/proc/3577/statm: 17466 16982 78 171 0 17293 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 75220

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1776056/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=76268 CPUtime=641.17
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 18619 0 0 0 64099 18 0 0 25 0 1 0 94381303 78098432 18604 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19067 18604 78 171 0 18894 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 81624

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1775032/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=77312 CPUtime=701.14
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 18843 0 0 0 70095 19 0 0 25 0 1 0 94381303 79167488 18828 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19328 18828 78 171 0 19155 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 82668

[startup+762.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1774968/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=77392 CPUtime=761.12
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 18854 0 0 0 76093 19 0 0 25 0 1 0 94381303 79249408 18839 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19348 18839 78 171 0 19175 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 82748

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1774776/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=77552 CPUtime=821.09
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 18890 0 0 0 82090 19 0 0 25 0 1 0 94381303 79413248 18875 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19388 18875 78 171 0 19215 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 82908

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3577
/proc/meminfo: memFree=1774584/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=77796 CPUtime=881.08
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 18945 0 0 0 88089 19 0 0 25 0 1 0 94381303 79663104 18930 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19449 18930 78 171 0 19276 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 83152

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1774136/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=78120 CPUtime=941.04
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 19028 0 0 0 94085 19 0 0 25 0 1 0 94381303 79994880 19013 1992294400 134512640 135214827 4294956224 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19530 19013 78 171 0 19357 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 83476

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1773880/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=78484 CPUtime=1001.02
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 19095 0 0 0 100083 19 0 0 25 0 1 0 94381303 80367616 19080 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 19621 19080 78 171 0 19448 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 83840

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1769784/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=83048 CPUtime=1061
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 20126 0 0 0 106079 21 0 0 25 0 1 0 94381303 85041152 20111 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 20762 20111 78 171 0 20589 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 88404

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1769784/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=83048 CPUtime=1120.97
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 20129 0 0 0 112076 21 0 0 25 0 1 0 94381303 85041152 20114 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 20762 20114 78 171 0 20589 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 88404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1769592/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=83212 CPUtime=1180.95
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 20163 0 0 0 118074 21 0 0 25 0 1 0 94381303 85209088 20148 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 20803 20148 78 171 0 20630 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 88568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1769528/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=83376 CPUtime=1199.25
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 20191 0 0 0 119904 21 0 0 25 0 1 0 94381303 85377024 20176 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 20844 20176 78 171 0 20671 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 88732

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

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

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 3583
/proc/meminfo: memFree=1769528/2055920 swapFree=4192956/4192956
[pid=3574] ppid=3572 vsize=5356 CPUtime=0.85
/proc/3574/stat : 3574 (lysat.sh) S 3572 3574 3537 0 -1 4194304 310 2718 0 0 0 0 83 2 19 0 1 0 94381216 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3574/statm: 1339 237 195 169 0 50 0
[pid=3577] ppid=3574 vsize=83376 CPUtime=1199.25
/proc/3577/stat : 3577 (LySATc) R 3574 3574 3537 0 -1 4194304 20191 0 0 0 119904 21 0 0 25 0 1 0 94381303 85377024 20176 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3577/statm: 20844 20176 78 171 0 20671 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 88732

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3574 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=838872
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 0.868867
# while last known CPU time is 1200.1
#
# 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.1
CPU user time (s): 1199.87
CPU system time (s): 0.23
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 88732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.838872
system time used= 0.029995
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= 6

runsolver used 1.09983 second user time and 3.2775 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-25 14:45:51
IDJOB=1721153
IDBENCH=71064
IDSOLVER=512
FILE ID=node68/1721153-1240663550
PBS_JOBID= 9186591
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=1450323075

node68.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.223
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.223
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:       1854120 kB
Buffers:         13320 kB
Cached:         104796 kB
SwapCached:          0 kB
Active:          32120 kB
Inactive:       102292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3992 kB
Writeback:           0 kB
Mapped:          26316 kB
Slab:            53092 kB
Committed_AS:   234820 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node68 at 2009-04-25 15:05:53