Trace number 1722952

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
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.03/0.09	c ==============================================================================
0.03/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.09	c ==============================================================================
0.03/0.09	c |         0 |  133055   396210 |   39916       0        0     nan |  0.000 % |
0.99/1.00	c |         0 |  132150   561686 |      --       0       --      -- |     --   | -905/165476
0.99/1.00	c ==============================================================================
0.99/1.00	c Result  :   #vars: 1298   #clauses: 132150   #literals: 561686
0.99/1.00	c CPU time:   0.98085 s
0.99/1.00	c ==============================================================================
1.19/1.21	c lySAT 0.1
1.19/1.21	c minisat core +  additionnal features
1.19/1.21	c ============================[ Problem Statistics ]=============================
1.19/1.21	c |                                                                             |
1.19/1.22	c |  Number of variables:  1298                                                 |
1.19/1.22	c |  Number of clauses:    132150                                               |
1.19/1.29	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-1722952-1240681345/watcher-1722952-1240681345 -o /tmp/evaluation-result-1722952-1240681345/solver-1722952-1240681345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722952-1240681345.cnf i 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17004
/proc/meminfo: memFree=1749120/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=0
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167529 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17004/statm: 1339 235 195 169 0 50 0
[pid=17005] ppid=17004 vsize=1360 CPUtime=0
/proc/17005/stat : 17005 (SatElite) R 17004 17004 16906 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 96167529 1392640 247 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17005/statm: 340 248 50 127 0 210 0

[startup+0.044875 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17004
/proc/meminfo: memFree=1749120/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=0
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167529 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17004/statm: 1339 235 195 169 0 50 0
[pid=17005] ppid=17004 vsize=4392 CPUtime=0.03
/proc/17005/stat : 17005 (SatElite) R 17004 17004 16906 0 -1 4194304 913 0 0 0 3 0 0 0 18 0 1 0 96167529 4497408 897 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17005/statm: 1098 897 50 127 0 968 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9748

[startup+0.101884 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17004
/proc/meminfo: memFree=1749120/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=0
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167529 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17004/statm: 1339 235 195 169 0 50 0
[pid=17005] ppid=17004 vsize=9920 CPUtime=0.09
/proc/17005/stat : 17005 (SatElite) R 17004 17004 16906 0 -1 4194304 2273 0 0 0 8 1 0 0 18 0 1 0 96167529 10158080 2257 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17005/statm: 2480 2257 68 127 0 2350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15276

[startup+0.301917 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17004
/proc/meminfo: memFree=1749120/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=0
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167529 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17004/statm: 1339 235 195 169 0 50 0
[pid=17005] ppid=17004 vsize=12692 CPUtime=0.29
/proc/17005/stat : 17005 (SatElite) R 17004 17004 16906 0 -1 4194304 2957 0 0 0 27 2 0 0 19 0 1 0 96167529 12996608 2941 1992294400 134512640 135034092 4294956112 18446744073709551615 134563476 0 0 4096 3 0 0 0 17 1 0 0
/proc/17005/statm: 3173 2941 68 127 0 3043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18048

[startup+0.701987 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17004
/proc/meminfo: memFree=1749120/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=0
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167529 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17004/statm: 1339 235 195 169 0 50 0
[pid=17005] ppid=17004 vsize=15664 CPUtime=0.69
/proc/17005/stat : 17005 (SatElite) R 17004 17004 16906 0 -1 4194304 3430 0 0 0 67 2 0 0 22 0 1 0 96167529 16039936 3414 1992294400 134512640 135034092 4294956112 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 1 0 0
/proc/17005/statm: 3916 3414 68 127 0 3786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21020

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17006
/proc/meminfo: memFree=1734832/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 5356

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17007
/proc/meminfo: memFree=1734320/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=12412 CPUtime=1.87
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 2997 0 0 0 186 1 0 0 25 0 1 0 96167651 12709888 2982 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 3103 2982 82 174 0 2926 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17768

[startup+6.30194 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 17007
/proc/meminfo: memFree=1732528/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=14936 CPUtime=5.06
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 3640 0 0 0 504 2 0 0 25 0 1 0 96167651 15294464 3625 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 3734 3625 82 174 0 3557 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20292

[startup+12.701 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 17007
/proc/meminfo: memFree=1730296/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=15780 CPUtime=11.46
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 3822 0 0 0 1144 2 0 0 25 0 1 0 96167651 16158720 3807 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 3945 3807 82 174 0 3768 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21136

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 17007
/proc/meminfo: memFree=1719992/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=26172 CPUtime=24.25
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 6412 0 0 0 2421 4 0 0 25 0 1 0 96167651 26800128 6397 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 6543 6397 82 174 0 6366 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 31528

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 17007
/proc/meminfo: memFree=1713592/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=33060 CPUtime=49.85
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 8058 0 0 0 4979 6 0 0 25 0 1 0 96167651 33853440 8043 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 8265 8043 82 174 0 8088 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 38416

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 17007
/proc/meminfo: memFree=1704824/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=42564 CPUtime=101.03
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 10219 0 0 0 10095 8 0 0 25 0 1 0 96167651 43585536 10188 1992294400 134512640 135226915 4294956224 18446744073709551615 134538656 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 10641 10188 82 174 0 10464 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47920

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17007
/proc/meminfo: memFree=1691384/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=56512 CPUtime=161.01
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 13568 0 0 0 16090 11 0 0 25 0 1 0 96167651 57868288 13537 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 14128 13537 82 174 0 13951 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 61868

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17007
/proc/meminfo: memFree=1676728/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=71468 CPUtime=220.99
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 17216 0 0 0 22084 15 0 0 25 0 1 0 96167651 73183232 17185 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 17867 17185 82 174 0 17690 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 76824

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17007
/proc/meminfo: memFree=1676664/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=71540 CPUtime=280.96
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 17237 0 0 0 28081 15 0 0 25 0 1 0 96167651 73256960 17206 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 17885 17206 82 174 0 17708 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 76896

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17007
/proc/meminfo: memFree=1676600/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=71540 CPUtime=340.94
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 17251 0 0 0 34079 15 0 0 25 0 1 0 96167651 73256960 17220 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 17885 17220 82 174 0 17708 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 76896


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

/proc/17007/statm: 23148 22188 82 174 0 22971 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 97948

[startup+642.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 17007
/proc/meminfo: memFree=1656504/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=92592 CPUtime=640.84
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 22223 0 0 0 64063 21 0 0 25 0 1 0 96167651 94814208 22188 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 23148 22188 82 174 0 22971 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 97948

[startup+702.302 s]
/proc/loadavg: 1.24 1.07 1.02 2/66 17007
/proc/meminfo: memFree=1656440/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=92592 CPUtime=700.81
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 22225 0 0 0 70060 21 0 0 25 0 1 0 96167651 94814208 22190 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 23148 22190 82 174 0 22971 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 97948

[startup+762.305 s]
/proc/loadavg: 1.25 1.11 1.03 2/66 17007
/proc/meminfo: memFree=1653496/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=95640 CPUtime=760.8
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 22933 0 0 0 76058 22 0 0 25 0 1 0 96167651 97935360 22898 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 23910 22898 82 174 0 23733 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 100996

[startup+822.301 s]
/proc/loadavg: 1.09 1.09 1.02 2/66 17007
/proc/meminfo: memFree=1648824/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=100964 CPUtime=820.78
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 24136 0 0 0 82054 24 0 0 25 0 1 0 96167651 103387136 24101 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 25241 24101 82 174 0 25064 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 106320

[startup+882.303 s]
/proc/loadavg: 1.03 1.07 1.02 2/66 17007
/proc/meminfo: memFree=1643960/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=105600 CPUtime=880.76
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 25319 0 0 0 88051 25 0 0 25 0 1 0 96167651 108134400 25284 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 26400 25284 82 174 0 26223 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 110956

[startup+942.302 s]
/proc/loadavg: 1.01 1.06 1.01 2/66 17007
/proc/meminfo: memFree=1639288/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=110380 CPUtime=940.74
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 26493 0 0 0 94047 27 0 0 25 0 1 0 96167651 113029120 26458 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 27595 26458 82 174 0 27418 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 115736

[startup+1002.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 17007
/proc/meminfo: memFree=1635000/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=114684 CPUtime=1000.71
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 27558 0 0 0 100042 29 0 0 25 0 1 0 96167651 117436416 27523 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 28671 27523 82 174 0 28494 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 120040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 17007
/proc/meminfo: memFree=1629816/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=120280 CPUtime=1060.69
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 28874 0 0 0 106039 30 0 0 25 0 1 0 96167651 123166720 28818 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 30070 28818 82 174 0 29893 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 125636

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 17013
/proc/meminfo: memFree=1626528/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=123556 CPUtime=1120.66
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 29622 0 0 0 112034 32 0 0 25 0 1 0 96167651 126521344 29566 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 30889 29566 82 174 0 30712 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 128912

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 17013
/proc/meminfo: memFree=1624752/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=125584 CPUtime=1180.64
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 30076 0 0 0 118031 33 0 0 25 0 1 0 96167651 128598016 30020 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 31396 30020 82 174 0 31219 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 130940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 17013
/proc/meminfo: memFree=1624112/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=126100 CPUtime=1198.84
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 30234 0 0 0 119850 34 0 0 25 0 1 0 96167651 129126400 30178 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 31525 30178 82 174 0 31348 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 131456

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 17013
/proc/meminfo: memFree=1624112/2055920 swapFree=4181396/4192956
[pid=17004] ppid=17002 vsize=5356 CPUtime=1.21
/proc/17004/stat : 17004 (lysat.sh) S 17002 17004 16906 0 -1 4194304 310 3435 0 0 0 0 118 3 16 0 1 0 96167529 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17004/statm: 1339 237 195 169 0 50 0
[pid=17007] ppid=17004 vsize=126100 CPUtime=1198.84
/proc/17007/stat : 17007 (LySATi) R 17004 17004 16906 0 -1 4194304 30234 0 0 0 119850 34 0 0 25 0 1 0 96167651 129126400 30178 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17007/statm: 31525 30178 82 174 0 31348 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 131456

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17004 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=181820
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=35994
# CPU time returned by wait4() is 1.21781
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.68
CPU system time (s): 0.37
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 131456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18182
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3745
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= 6
involuntary context switches= 6

runsolver used 1.38879 second user time and 2.98555 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 19:42:25
IDJOB=1722952
IDBENCH=71100
IDSOLVER=511
FILE ID=node25/1722952-1240681345
PBS_JOBID= 9186701
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=1260318282

node25.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.259
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.259
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:       1749600 kB
Buffers:         27920 kB
Cached:         228052 kB
SwapCached:       5080 kB
Active:         161400 kB
Inactive:       102168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749600 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            28756 kB
Committed_AS:   352144 kB
PageTables:       1460 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 node25 at 2009-04-25 20:02:28