Trace number 1721203

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
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 variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   74789   222346 |   22436       0        0     nan |  0.000 % |
0.69/0.70	c |         0 |   73888   319243 |      --       0       --      -- |     --   | -901/96897
0.69/0.70	c ==============================================================================
0.69/0.70	c Result  :   #vars: 763   #clauses: 73888   #literals: 319243
0.69/0.70	c CPU time:   0.694894 s
0.69/0.70	c ==============================================================================
0.79/0.82	This is MiniSat 2.0 beta
0.79/0.82	WARNING: for repeatability, setting FPU to use double precision
0.79/0.82	============================[ Problem Statistics ]=============================
0.79/0.82	|                                                                             |
0.79/0.82	|  Number of variables:  763                                                  |
0.79/0.82	|  Number of clauses:    73888                                                |
0.79/0.86	|  Parsing time:         0.03         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-1721203-1240664197/watcher-1721203-1240664197 -o /tmp/evaluation-result-1721203-1240664197/solver-1721203-1240664197 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721203-1240664197.cnf c 

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


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 20114
/proc/meminfo: memFree=1849856/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94452955 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20114/statm: 1339 235 195 169 0 50 0
[pid=20115] ppid=20114 vsize=1240 CPUtime=0
/proc/20115/stat : 20115 (SatElite) R 20114 20114 20046 0 -1 4194304 228 0 0 0 0 0 0 0 18 0 1 0 94452955 1269760 212 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20115/statm: 310 212 50 127 0 180 0

[startup+0.106965 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 20114
/proc/meminfo: memFree=1849856/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94452955 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20114/statm: 1339 235 195 169 0 50 0
[pid=20115] ppid=20114 vsize=6780 CPUtime=0.09
/proc/20115/stat : 20115 (SatElite) R 20114 20114 20046 0 -1 4194304 1567 0 0 0 9 0 0 0 18 0 1 0 94452955 6942720 1551 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20115/statm: 1695 1555 68 127 0 1565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12136

[startup+0.202982 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 20114
/proc/meminfo: memFree=1849856/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94452955 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20114/statm: 1339 235 195 169 0 50 0
[pid=20115] ppid=20114 vsize=7864 CPUtime=0.19
/proc/20115/stat : 20115 (SatElite) R 20114 20114 20046 0 -1 4194304 1760 0 0 0 19 0 0 0 18 0 1 0 94452955 8052736 1744 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20115/statm: 1966 1744 68 127 0 1836 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13220

[startup+0.303 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 20114
/proc/meminfo: memFree=1849856/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94452955 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20114/statm: 1339 235 195 169 0 50 0
[pid=20115] ppid=20114 vsize=9112 CPUtime=0.29
/proc/20115/stat : 20115 (SatElite) R 20114 20114 20046 0 -1 4194304 2042 0 0 0 29 0 0 0 19 0 1 0 94452955 9330688 2026 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/20115/statm: 2278 2026 68 127 0 2148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14468

[startup+0.70207 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 20114
/proc/meminfo: memFree=1849856/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94452955 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20114/statm: 1339 235 195 169 0 50 0
[pid=20115] ppid=20114 vsize=9112 CPUtime=0.69
/proc/20115/stat : 20115 (SatElite) R 20114 20114 20046 0 -1 4194304 2042 0 0 0 69 0 0 0 23 0 1 0 94452955 9330688 2026 1992294400 134512640 135034092 4294956096 18446744073709551615 134587637 0 0 4096 3 0 0 0 17 1 0 0
/proc/20115/statm: 2278 2026 68 127 0 2148 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14468

[startup+1.50121 s]
/proc/loadavg: 1.91 1.83 1.45 2/66 20117
/proc/meminfo: memFree=1842736/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=6024 CPUtime=0.66
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 1383 0 0 0 66 0 0 0 23 0 1 0 94453037 6168576 1368 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 1506 1368 78 171 0 1333 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11380

[startup+3.10149 s]
/proc/loadavg: 1.91 1.83 1.45 2/66 20117
/proc/meminfo: memFree=1841904/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=7088 CPUtime=2.27
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 1639 0 0 0 226 1 0 0 25 0 1 0 94453037 7258112 1624 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 1772 1624 78 171 0 1599 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12444

[startup+6.30205 s]
/proc/loadavg: 1.91 1.83 1.45 2/66 20117
/proc/meminfo: memFree=1839920/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=8688 CPUtime=5.47
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 2042 0 0 0 546 1 0 0 25 0 1 0 94453037 8896512 2027 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 2172 2027 78 171 0 1999 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14044

[startup+12.7012 s]
/proc/loadavg: 1.77 1.81 1.44 2/66 20117
/proc/meminfo: memFree=1837168/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=11200 CPUtime=11.87
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 2660 0 0 0 1185 2 0 0 25 0 1 0 94453037 11468800 2645 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 2800 2645 78 171 0 2627 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16556

[startup+25.5014 s]
/proc/loadavg: 1.65 1.78 1.44 2/66 20117
/proc/meminfo: memFree=1833712/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=14576 CPUtime=24.66
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 3496 0 0 0 2463 3 0 0 25 0 1 0 94453037 14925824 3481 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 3644 3481 78 171 0 3471 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19932

[startup+51.1019 s]
/proc/loadavg: 1.43 1.72 1.42 2/66 20117
/proc/meminfo: memFree=1828528/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=19864 CPUtime=50.24
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 4796 0 0 0 5020 4 0 0 25 0 1 0 94453037 20340736 4781 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 4966 4781 78 171 0 4793 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25220

[startup+102.303 s]
/proc/loadavg: 1.17 1.59 1.40 2/66 20117
/proc/meminfo: memFree=1820592/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=28004 CPUtime=101.43
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 6774 0 0 0 10137 6 0 0 25 0 1 0 94453037 28676096 6759 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 7001 6759 78 171 0 6828 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 33360

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 20117
/proc/meminfo: memFree=1820080/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=28492 CPUtime=161.41
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 6888 0 0 0 16134 7 0 0 25 0 1 0 94453037 29175808 6873 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 7123 6873 78 171 0 6950 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33848

[startup+222.305 s]
/proc/loadavg: 1.07 1.41 1.35 2/66 20117
/proc/meminfo: memFree=1816752/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=32076 CPUtime=221.39
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 7727 0 0 0 22131 8 0 0 25 0 1 0 94453037 32845824 7691 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 8019 7691 78 171 0 7846 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 37432

[startup+282.302 s]
/proc/loadavg: 1.07 1.35 1.33 2/66 20123
/proc/meminfo: memFree=1814632/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=34228 CPUtime=281.36
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 8253 0 0 0 28127 9 0 0 25 0 1 0 94453037 35049472 8217 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 8557 8217 78 171 0 8384 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 39584

[startup+342.301 s]
/proc/loadavg: 1.43 1.39 1.35 2/66 20123
/proc/meminfo: memFree=1814184/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=34492 CPUtime=341.33
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 8342 0 0 0 34124 9 0 0 25 0 1 0 94453037 35319808 8306 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 8623 8306 78 171 0 8450 0

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

/proc/20117/statm: 10003 9681 78 171 0 9830 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 45368

[startup+582.301 s]
/proc/loadavg: 1.01 1.18 1.26 2/66 20123
/proc/meminfo: memFree=1807792/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=40848 CPUtime=581.25
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 9905 0 0 0 58114 11 0 0 25 0 1 0 94453037 41828352 9869 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 10212 9869 78 171 0 10039 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 46204

[startup+642.301 s]
/proc/loadavg: 1.00 1.14 1.25 2/66 20123
/proc/meminfo: memFree=1804912/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=44028 CPUtime=641.23
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 10646 0 0 0 64111 12 0 0 25 0 1 0 94453037 45084672 10610 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 11007 10610 78 171 0 10834 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 49384

[startup+702.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/66 20123
/proc/meminfo: memFree=1801776/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=47292 CPUtime=701.21
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11395 0 0 0 70108 13 0 0 25 0 1 0 94453037 48427008 11359 1992294400 134512640 135214827 4294956208 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 11823 11359 78 171 0 11650 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 52648

[startup+762.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 20123
/proc/meminfo: memFree=1801200/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=47864 CPUtime=761.19
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11520 0 0 0 76106 13 0 0 25 0 1 0 94453037 49012736 11484 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 11966 11484 78 171 0 11793 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 53220

[startup+822.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 20123
/proc/meminfo: memFree=1800432/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=48720 CPUtime=821.17
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11719 0 0 0 82103 14 0 0 25 0 1 0 94453037 49889280 11675 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12180 11675 78 171 0 12007 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 54076

[startup+882.305 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 20123
/proc/meminfo: memFree=1800368/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=48840 CPUtime=881.15
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11726 0 0 0 88101 14 0 0 25 0 1 0 94453037 50012160 11682 1992294400 134512640 135214827 4294956208 18446744073709551615 134540669 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12210 11682 78 171 0 12037 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 54196

[startup+942.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 20123
/proc/meminfo: memFree=1800304/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=48840 CPUtime=941.12
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11728 0 0 0 94098 14 0 0 25 0 1 0 94453037 50012160 11684 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12210 11684 78 171 0 12037 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 54196

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 20123
/proc/meminfo: memFree=1800304/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=48840 CPUtime=1001.1
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11732 0 0 0 100096 14 0 0 25 0 1 0 94453037 50012160 11688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12210 11688 78 171 0 12037 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 54196

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 20123
/proc/meminfo: memFree=1800240/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=48840 CPUtime=1061.09
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11737 0 0 0 106094 15 0 0 25 0 1 0 94453037 50012160 11693 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12210 11693 78 171 0 12037 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 54196

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 20123
/proc/meminfo: memFree=1799664/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=49600 CPUtime=1121.06
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 11946 0 0 0 112091 15 0 0 25 0 1 0 94453037 50790400 11835 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12400 11835 78 171 0 12227 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 54956

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 20123
/proc/meminfo: memFree=1798960/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=50132 CPUtime=1181.04
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 12117 0 0 0 118089 15 0 0 25 0 1 0 94453037 51335168 12006 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12533 12006 78 171 0 12360 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 55488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 20123
/proc/meminfo: memFree=1798832/2055920 swapFree=4181888/4192956
[pid=20114] ppid=20112 vsize=5356 CPUtime=0.81
/proc/20114/stat : 20114 (lysat.sh) S 20112 20114 20046 0 -1 4194304 310 2047 0 0 0 0 80 1 16 0 1 0 94452955 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20114/statm: 1339 237 195 169 0 50 0
[pid=20117] ppid=20114 vsize=50332 CPUtime=1199.23
/proc/20117/stat : 20117 (LySATc) R 20114 20114 20046 0 -1 4194304 12134 0 0 0 119908 15 0 0 25 0 1 0 94453037 51539968 12023 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20117/statm: 12583 12023 78 171 0 12410 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 55688

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

Real time (s): 1200.51
CPU time (s): 1200.04
CPU user time (s): 1199.88
CPU system time (s): 0.16
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 55688

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

runsolver used 1.3348 second user time and 3.03654 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-25 14:56:37
IDJOB=1721203
IDBENCH=71065
IDSOLVER=512
FILE ID=node18/1721203-1240664197
PBS_JOBID= 9186592
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=657498346

node18.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.280
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.280
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:       1850400 kB
Buffers:         13600 kB
Cached:         135652 kB
SwapCached:       5176 kB
Active:          73436 kB
Inactive:        83960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850400 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          13836 kB
Slab:            34240 kB
Committed_AS:   348368 kB
PageTables:       1372 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= 66140 MiB
End job on node18 at 2009-04-25 15:16:39